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

Function verifyHttpSignedCallApiParams

packages/airnode-node/src/api/index.ts:163–165  ·  view source on GitHub ↗
(payload: HttpSignedApiCallPayload)

Source from the content-addressed store, hash-verified

161}
162
163export function verifyHttpSignedCallApiParams(payload: HttpSignedApiCallPayload) {
164 return verifyTemplateId(payload) as LogsData<ApiCallErrorResponse> | null;
165}
166
167export interface PerformApiCallSuccess {
168 data: unknown;

Callers 1

verifyCallApiFunction · 0.85

Calls 1

verifyTemplateIdFunction · 0.85

Tested by

no test coverage detected