Documentation
    Preparing search index...
    type LiquidityDecreased = {
        liquidity: bigint;
        position: Address;
        tickLowerIndex: number;
        tickUpperIndex: number;
        tokenAAmount: bigint;
        tokenATransferFee: bigint;
        tokenBAmount: bigint;
        tokenBTransferFee: bigint;
        whirlpool: Address;
    }
    Index

    Properties

    liquidity: bigint
    position: Address
    tickLowerIndex: number
    tickUpperIndex: number
    tokenAAmount: bigint
    tokenATransferFee: bigint
    tokenBAmount: bigint
    tokenBTransferFee: bigint
    whirlpool: Address