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

Interface EVMRequestedWithdrawalLog

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

Source from the content-addressed store, hash-verified

408}
409
410export interface EVMRequestedWithdrawalLog extends EVMEventLogMetadata {
411 readonly parsedLog: AirnodeLogDescription<RequestedWithdrawalEvent>;
412}
413
414export interface EVMFulfilledWithdrawalLog extends EVMEventLogMetadata {
415 readonly parsedLog: AirnodeLogDescription<FulfilledWithdrawalEvent>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected