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

Function httpSignedReq

packages/airnode-deployer/src/entrypoint.ts:28–31  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

26
27// We shorten function name to allow for shorter cloud resource names
28export async function httpSignedReq(...args: unknown[]) {
29 const handler = await cloudHandler();
30 return handler.processHttpSignedDataRequest(...args);
31}
32
33// We shorten function name to allow for shorter cloud resource names
34export async function signOevReq(...args: unknown[]) {

Callers

nothing calls this directly

Calls 1

cloudHandlerFunction · 0.85

Tested by

no test coverage detected