Type Definition loans::pallet::LastAccruedInterestTime  
source · pub type LastAccruedInterestTime<T: Config> = StorageMap<_GeneratedPrefixForStorageLastAccruedInterestTime<T>, Blake2_128Concat, <T as Config>::CurrencyId, Timestamp, ValueQuery>;Expand description
The timestamp of the last calculation of accrued interest
Storage type is [StorageMap] with key type CurrencyId < T > and value type Timestamp.