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

Interface HttpApiCallPayload

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

Source from the content-addressed store, hash-verified

325}
326
327export interface HttpApiCallPayload {
328 type: 'http-gateway';
329 readonly config: HttpApiCallConfig;
330 readonly aggregatedApiCall: BaseAggregatedApiCall;
331}
332
333export interface HttpSignedApiCallPayload {
334 type: 'http-signed-data-gateway';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected