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

Interface HttpGatewayApiCallPartialResponse

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

Source from the content-addressed store, hash-verified

247}
248
249export interface HttpGatewayApiCallPartialResponse {
250 success: true;
251 errorMessage: string;
252 data: unknown;
253}
254
255export interface HttpSignedDataApiCallSuccessResponse {
256 success: true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected