Type Definition loans::pallet::TotalBorrows
source · pub type TotalBorrows<T: Config> = StorageMap<_GeneratedPrefixForStorageTotalBorrows<T>, Blake2_128Concat, <T as Config>::CurrencyId, <T as Config>::Balance, ValueQuery>;Expand description
Total amount of outstanding borrows of the underlying in this market CurrencyId -> Balance
Storage type is [StorageMap] with key type CurrencyId < T > and value type BalanceOf < T >.