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

Interface HttpSignedDataApiCallSuccessResponse

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

Source from the content-addressed store, hash-verified

253}
254
255export interface HttpSignedDataApiCallSuccessResponse {
256 success: true;
257 data: { timestamp: string; encodedValue: string; signature: string };
258}
259
260export interface SignOevDataResponse {
261 success: true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected