UNPKG

@xzwiex/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

3 lines (2 loc) 123 B
import { Pool } from '@perk/concentrated-liquidity'; export declare const getMostLiquidPools: (pools: Pool[]) => Pool[];