pub type ScheduleRewardsTotal<T: Config> = StorageMap<_GeneratedPrefixForStorageScheduleRewardsTotal<T>, Twox64Concat, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId), ScheduleRewards<<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance>, ValueQuery>;
Expand description

How much scheduled rewards per single liquidty_token should be distribute_rewards the value is multiplied by u128::MAX to avoid floating point arithmetic

Storage type is StorageMap with key type (CurrencyIdOf < T >, CurrencyIdOf < T >) and value type ScheduleRewards < BalanceOf < T > >.