pub type ScheduleRewardsPerLiquidity<T: Config> = StorageMap<_GeneratedPrefixForStorageScheduleRewardsPerLiquidity<T>, Twox64Concat, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId), (U256, u64), ValueQuery>;
Expand description

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