Type Definition loans::pallet::MaxExchangeRate  
source · pub type MaxExchangeRate<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxExchangeRate<T>, Rate, ValueQuery>;Expand description
The maximum allowed exchange rate for a market.
Storage type is [StorageValue] with value type Rate.