Documentation
    Preparing search index...
    interface WhirlpoolFacade {
        feeGrowthGlobalA: bigint;
        feeGrowthGlobalB: bigint;
        feeRate: number;
        feeTierIndexSeed: ReadonlyUint8Array;
        liquidity: bigint;
        protocolFeeRate: number;
        rewardInfos: WhirlpoolRewardInfoFacade[];
        rewardLastUpdatedTimestamp: bigint;
        sqrtPrice: bigint;
        tickCurrentIndex: number;
        tickSpacing: number;
    }
    Index

    Properties

    feeGrowthGlobalA: bigint
    feeGrowthGlobalB: bigint
    feeRate: number
    feeTierIndexSeed: ReadonlyUint8Array
    liquidity: bigint
    protocolFeeRate: number
    rewardLastUpdatedTimestamp: bigint
    sqrtPrice: bigint
    tickCurrentIndex: number
    tickSpacing: number