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

Interface HttpGatewayApiCallSuccessResponse

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

Source from the content-addressed store, hash-verified

242}
243
244export interface HttpGatewayApiCallSuccessResponse {
245 success: true;
246 data: { values: unknown[]; rawValue: unknown; encodedValue: string };
247}
248
249export interface HttpGatewayApiCallPartialResponse {
250 success: true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected