Type Definition loans::pallet::BorrowRate

source ·
pub type BorrowRate<T: Config> = StorageMap<_GeneratedPrefixForStorageBorrowRate<T>, Blake2_128Concat, <T as Config>::CurrencyId, Rate, ValueQuery>;
Expand description

Mapping of borrow rate to currency type

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