Type Definition loans::pallet::RewardBorrowSpeed
source · pub type RewardBorrowSpeed<T: Config> = StorageMap<_GeneratedPrefixForStorageRewardBorrowSpeed<T>, Blake2_128Concat, <T as Config>::CurrencyId, <T as Config>::Balance, ValueQuery>;
Expand description
Mapping of underlying currency id to borrow reward speed
Storage type is [StorageMap
] with key type CurrencyId < T >
and value type BalanceOf < T >
.