MCPcopy Index your code
hub / github.com/api3dao/airnode / ProcessTransactionsPayload

Interface ProcessTransactionsPayload

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

Source from the content-addressed store, hash-verified

353}
354
355export interface ProcessTransactionsPayload {
356 readonly functionName: 'processTransactions';
357 readonly state: ProviderState<EVMProviderSponsorState>;
358 readonly logOptions: LogOptions;
359}
360
361export interface CallApiPayload {
362 readonly functionName: 'callApi';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected