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

Interface ProviderStates

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

Source from the content-addressed store, hash-verified

174}
175
176export interface ProviderStates {
177 readonly evm: ProviderState<EVMProviderState>[];
178}
179
180export interface CoordinatorState {
181 readonly aggregatedApiCallsById: RegularAggregatedApiCallsById;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected