interface LimitPoolState {
    price: bigint;
    liquidity: bigint;
    protocolFees: bigint;
    protocolFillFee: number;
    tickAtPrice: number;
}

Properties

price: bigint
liquidity: bigint
protocolFees: bigint
protocolFillFee: number
tickAtPrice: number