UNPKG

@maxosllc/smart-order-router

Version:
4 lines (3 loc) 208 B
import { MixedRoute } from '../routers'; export declare function mixedRouteContainsV4Pools(route: MixedRoute): boolean; export declare function mixedRouteFilterOutV4Pools(routes: MixedRoute[]): MixedRoute[];