| 69 | } |
| 70 | |
| 71 | export interface DeployedAirnode { |
| 72 | readonly airnodeWalletAddress: string; |
| 73 | readonly endpoints: { readonly [name: string]: DeployedEndpoint }; |
| 74 | readonly templates: { readonly [name: string]: DeployedTemplate }; |
| 75 | } |
| 76 | |
| 77 | export interface DeployedSponsorWallet { |
| 78 | readonly address: string; |
nothing calls this directly
no outgoing calls
no test coverage detected