UNPKG

@pancakeswap/v3-sdk

Version:

⚒️ An SDK for building applications on top of Pancakeswap V3

3 lines 234 B
import { Pool } from '../entities/pool'; export declare const isPoolTickInRange: (pool: Pool | undefined | null, tickLower: number | undefined, tickUpper: number | undefined) => boolean; //# sourceMappingURL=isPoolTickInRange.d.ts.map