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

Interface RequestMetadata

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

Source from the content-addressed store, hash-verified

60}
61
62export interface RequestMetadata {
63 readonly address: string;
64 readonly blockNumber: number;
65 readonly currentBlock: number;
66 readonly minConfirmations: number;
67 readonly transactionHash: string;
68 readonly logIndex: number;
69}
70
71export interface RequestFulfillment {
72 readonly hash: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected