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

Interface Airnode

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

Source from the content-addressed store, hash-verified

46}
47
48export interface Airnode {
49 readonly airnodeWalletAddress: string;
50 readonly mnemonic: string;
51 readonly signer: ethers.providers.JsonRpcSigner | ethers.Wallet;
52}
53
54export interface Template {
55 readonly airnodeName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected