Documentation
    Preparing search index...
    type Whirlpool = {
        discriminator: ReadonlyUint8Array;
        feeGrowthGlobalA: bigint;
        feeGrowthGlobalB: bigint;
        feeRate: number;
        feeTierIndexSeed: ReadonlyUint8Array;
        liquidity: bigint;
        protocolFeeOwedA: bigint;
        protocolFeeOwedB: bigint;
        protocolFeeRate: number;
        rewardInfos: WhirlpoolRewardInfo[];
        rewardLastUpdatedTimestamp: bigint;
        sqrtPrice: bigint;
        tickCurrentIndex: number;
        tickSpacing: number;
        tokenMintA: Address;
        tokenMintB: Address;
        tokenVaultA: Address;
        tokenVaultB: Address;
        whirlpoolBump: ReadonlyUint8Array;
        whirlpoolsConfig: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    feeGrowthGlobalA: bigint
    feeGrowthGlobalB: bigint
    feeRate: number
    feeTierIndexSeed: ReadonlyUint8Array
    liquidity: bigint
    protocolFeeOwedA: bigint
    protocolFeeOwedB: bigint
    protocolFeeRate: number
    rewardInfos: WhirlpoolRewardInfo[]
    rewardLastUpdatedTimestamp: bigint
    sqrtPrice: bigint
    tickCurrentIndex: number
    tickSpacing: number
    tokenMintA: Address
    tokenMintB: Address
    tokenVaultA: Address
    tokenVaultB: Address
    whirlpoolBump: ReadonlyUint8Array
    whirlpoolsConfig: Address