| 46 | } |
| 47 | |
| 48 | export interface Airnode { |
| 49 | readonly airnodeWalletAddress: string; |
| 50 | readonly mnemonic: string; |
| 51 | readonly signer: ethers.providers.JsonRpcSigner | ethers.Wallet; |
| 52 | } |
| 53 | |
| 54 | export interface Template { |
| 55 | readonly airnodeName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected