Type Definition loans::pallet::SupplyRate
source · pub type SupplyRate<T: Config> = StorageMap<_GeneratedPrefixForStorageSupplyRate<T>, Blake2_128Concat, <T as Config>::CurrencyId, Rate, ValueQuery>;
Expand description
Mapping of supply rate to currency type
Storage type is [StorageMap
] with key type CurrencyId < T >
and value type Rate
.