Coda by Ian Macalinao
    Preparing search index...

    Type Alias WhirlpoolRewardInfoArgs

    type WhirlpoolRewardInfoArgs = {
        authority: Address;
        emissionsPerSecondX64: number | bigint;
        growthGlobalX64: number | bigint;
        mint: Address;
        vault: Address;
    }
    Index
    authority: Address
    emissionsPerSecondX64: number | bigint
    growthGlobalX64: number | bigint
    mint: Address
    vault: Address