UNPKG

@koyofinance/sor

Version:
3 lines 283 B
import type { hopDictionary, PoolDictionary } from '@balancer-labs/sor'; export declare function filterPoolsOfInterest(allPools: PoolDictionary, tokenIn: string, tokenOut: string, maxPools: number): [PoolDictionary, hopDictionary, hopDictionary]; //# sourceMappingURL=filter.d.ts.map