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

Interface DeployedAirnode

packages/airnode-operation/src/types.ts:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71export interface DeployedAirnode {
72 readonly airnodeWalletAddress: string;
73 readonly endpoints: { readonly [name: string]: DeployedEndpoint };
74 readonly templates: { readonly [name: string]: DeployedTemplate };
75}
76
77export interface DeployedSponsorWallet {
78 readonly address: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected