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

Interface CachedBuildRequestOptions

packages/airnode-adapter/src/types.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export interface CachedBuildRequestOptions extends BuildRequestOptions {
29 readonly operation: Operation;
30 readonly endpoint: Endpoint;
31}
32
33export interface Parameters {
34 readonly [key: string]: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected