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

Interface ApiCallTemplate

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

Source from the content-addressed store, hash-verified

112export type AnyRequest = ApiCall | Withdrawal;
113
114export interface ApiCallTemplate {
115 readonly airnodeAddress: string;
116 readonly endpointId: string;
117 readonly encodedParameters: string;
118 readonly id: string;
119}
120
121export interface ApiCallTemplatesById {
122 readonly [id: string]: ApiCallTemplate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected