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