@pancakeswap/v3-sdk
Version:
⚒️ An SDK for building applications on top of Pancakeswap V3
11 lines • 444 B
TypeScript
import { Percent } from '@pancakeswap/swap-sdk-core';
export declare const NEGATIVE_ONE: bigint;
export declare const ZERO = 0n;
export declare const ONE = 1n;
export declare const Q96: bigint;
export declare const Q192: bigint;
export declare const MAX_FEE: bigint;
export declare const ONE_HUNDRED_PERCENT: Percent;
export declare const ZERO_PERCENT: Percent;
export declare const Q128: bigint;
//# sourceMappingURL=internalConstants.d.ts.map