Type Definition loans::pallet::MinExchangeRate  
source · pub type MinExchangeRate<T: Config> = StorageValue<_GeneratedPrefixForStorageMinExchangeRate<T>, Rate, ValueQuery>;Expand description
The minimum allowed exchange rate for a market. This is the starting rate when a market is first set up.
Storage type is [StorageValue] with value type Rate.