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

Interface HttpSignedDataAggregatedApiCall

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

Source from the content-addressed store, hash-verified

303export type RegularAggregatedApiCallWithResponse = RegularAggregatedApiCall & RegularApiCallResponse;
304
305export interface HttpSignedDataAggregatedApiCall extends BaseAggregatedApiCall {
306 id: string;
307 endpointId: string;
308 templateId: string;
309 template: ApiCallTemplate;
310}
311
312export type HttpApiCallConfig = Pick<Config, 'ois' | 'apiCredentials'>;
313

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected