Documentation
    Preparing search index...

    Type Alias WhirlpoolData

    type WhirlpoolData = {
        feeGrowthGlobalA: BN;
        feeGrowthGlobalB: BN;
        feeRate: number;
        feeTierIndexSeed: number[];
        liquidity: BN;
        protocolFeeOwedA: BN;
        protocolFeeOwedB: BN;
        protocolFeeRate: number;
        rewardInfos: WhirlpoolRewardInfoData[];
        rewardLastUpdatedTimestamp: BN;
        sqrtPrice: BN;
        tickCurrentIndex: number;
        tickSpacing: number;
        tokenMintA: PublicKey;
        tokenMintB: PublicKey;
        tokenVaultA: PublicKey;
        tokenVaultB: PublicKey;
        whirlpoolBump: number[];
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    feeGrowthGlobalA: BN
    feeGrowthGlobalB: BN
    feeRate: number
    feeTierIndexSeed: number[]
    liquidity: BN
    protocolFeeOwedA: BN
    protocolFeeOwedB: BN
    protocolFeeRate: number
    rewardLastUpdatedTimestamp: BN
    sqrtPrice: BN
    tickCurrentIndex: number
    tickSpacing: number
    tokenMintA: PublicKey
    tokenMintB: PublicKey
    tokenVaultA: PublicKey
    tokenVaultB: PublicKey
    whirlpoolBump: number[]
    whirlpoolsConfig: PublicKey