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

Interface ProviderSettings

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

Source from the content-addressed store, hash-verified

134}
135
136export interface ProviderSettings extends CoordinatorSettings {
137 readonly authorizers: ChainAuthorizers;
138 readonly authorizations: ChainAuthorizations;
139 readonly blockHistoryLimit: number;
140 readonly chainId: string;
141 readonly chainType: ChainType;
142 readonly chainOptions: ChainOptions;
143 readonly minConfirmations: number;
144 readonly mayOverrideMinConfirmations: boolean;
145 readonly name: string;
146 readonly url: string;
147 readonly xpub: string;
148}
149
150export type ProviderState<T> = T & {
151 readonly config?: Config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected