Coda by Ian Macalinao
    Preparing search index...
    interface WhirlpoolArgs {
        feeGrowthGlobalA: number | bigint;
        feeGrowthGlobalB: number | bigint;
        feeRate: number;
        liquidity: number | bigint;
        protocolFeeOwedA: number | bigint;
        protocolFeeOwedB: number | bigint;
        protocolFeeRate: number;
        rewardInfos: WhirlpoolRewardInfoArgs[];
        rewardLastUpdatedTimestamp: number | bigint;
        sqrtPrice: number | bigint;
        tickCurrentIndex: number;
        tickSpacing: number;
        tickSpacingSeed: number[];
        tokenMintA: Address;
        tokenMintB: Address;
        tokenVaultA: Address;
        tokenVaultB: Address;
        whirlpoolBump: number[];
        whirlpoolsConfig: Address;
    }
    Index

    Properties

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