Coda by Ian Macalinao
    Preparing search index...
    interface WhirlpoolRewardInfoArgs {
        authority: Address;
        emissionsPerSecondX64: number | bigint;
        growthGlobalX64: number | bigint;
        mint: Address;
        vault: Address;
    }
    Index

    Properties

    authority: Address
    emissionsPerSecondX64: number | bigint
    growthGlobalX64: number | bigint
    mint: Address
    vault: Address