UNPKG

@maxosllc/smart-order-router

Version:
6 lines (5 loc) 352 B
import { SubgraphProviderWithFallBacks } from '../subgraph-provider-with-fallback'; import { IV4SubgraphProvider, V4SubgraphPool } from './subgraph-provider'; export declare class V4SubgraphProviderWithFallBacks extends SubgraphProviderWithFallBacks<V4SubgraphPool> implements IV4SubgraphProvider { constructor(fallbacks: IV4SubgraphProvider[]); }