Type Definition loans::pallet::RewardSupplySpeed

source ·
pub type RewardSupplySpeed<T: Config> = StorageMap<_GeneratedPrefixForStorageRewardSupplySpeed<T>, Blake2_128Concat, <T as Config>::CurrencyId, <T as Config>::Balance, ValueQuery>;
Expand description

Mapping of underlying currency id to supply reward speed

Storage type is [StorageMap] with key type CurrencyId < T > and value type BalanceOf < T >.