MCPcopy Index your code
hub / github.com/api3dao/airnode / AuthorizationByRequestId

Interface AuthorizationByRequestId

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

Source from the content-addressed store, hash-verified

222// API calls
223// ===========================================
224export interface AuthorizationByRequestId {
225 readonly [requestId: string]: boolean;
226}
227
228export type RegularApiCallResponse = RegularApiCallSuccessResponse | ApiCallErrorResponse;
229export type HttpGatewayApiCallResponse =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected