MCPcopy Create free account
hub / github.com/api3dao/airnode / InitializeProviderPayload

Interface InitializeProviderPayload

packages/airnode-node/src/types.ts:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349export interface InitializeProviderPayload {
350 readonly functionName: 'initializeProvider';
351 readonly state: ProviderState<EVMProviderState>;
352 readonly logOptions: LogOptions;
353}
354
355export interface ProcessTransactionsPayload {
356 readonly functionName: 'processTransactions';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected