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

Type declaration

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