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

Interface HttpSignedApiCallPayload

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

Source from the content-addressed store, hash-verified

331}
332
333export interface HttpSignedApiCallPayload {
334 type: 'http-signed-data-gateway';
335 readonly config: HttpApiCallConfig;
336 readonly aggregatedApiCall: HttpSignedDataAggregatedApiCall;
337}
338
339export type ApiCallPayload = RegularApiCallPayload | HttpApiCallPayload | HttpSignedApiCallPayload;
340

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected