| 174 | } |
| 175 | |
| 176 | export interface ProviderStates { |
| 177 | readonly evm: ProviderState<EVMProviderState>[]; |
| 178 | } |
| 179 | |
| 180 | export interface CoordinatorState { |
| 181 | readonly aggregatedApiCallsById: RegularAggregatedApiCallsById; |
nothing calls this directly
no outgoing calls
no test coverage detected