UNPKG

@pancakeswap/v3-sdk

Version:

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

4 lines 268 B
import { Currency } from '@pancakeswap/swap-sdk-core'; import { PoolState } from './getPool'; export declare const hasInvolvedCurrency: (pool: Pick<PoolState, "currency0" | "currency1">, currency: Currency) => boolean; //# sourceMappingURL=hasInvolvedCurrency.d.ts.map