Type Alias WhirlpoolRewardInfo

WhirlpoolRewardInfo: WhirlpoolRewardInfoData & {
    initialized: boolean;
    vaultAmount: BN;
}

Type to represent a reward for a reward index on a Whirlpool.