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

Interface FullRequest

packages/airnode-operation/src/types.ts:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187export interface FullRequest extends Request {
188 readonly requester: string;
189 readonly endpoint: string;
190 readonly oisTitle: string;
191 readonly fulfillFunctionName: string;
192 readonly parameters: InputParameter[];
193}
194
195export interface Config {
196 readonly airnodes: { readonly [name: string]: ConfigAirnode };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected