UNPKG

@koyofinance/sor

Version:
6 lines 479 B
import { PoolDictionary, NewPath } from '@balancer-labs/sor'; import type { edgeDict } from '../types/routing'; import type { KoyoSorConfig } from '../types/sor'; export declare function getBoostedGraph(tokenIn: string, tokenOut: string, poolsAllDict: PoolDictionary, config: KoyoSorConfig): edgeDict; export declare function getBoostedPaths(tokenIn: string, tokenOut: string, poolsAllDict: PoolDictionary, config: KoyoSorConfig): NewPath[]; //# sourceMappingURL=boosted.d.ts.map