Type Definition loans::pallet::RewardBorrowerIndex
source · pub type RewardBorrowerIndex<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRewardBorrowerIndex<T>, Blake2_128Concat, <T as Config>::CurrencyId, Blake2_128Concat, T::AccountId, <T as Config>::Balance, ValueQuery>;
Expand description
The incentive reward index for each market for each borrower as of the last time they accrued Reward
Storage type is [StorageDoubleMap
] with key1 type CurrencyId < T >, key2 type T :: AccountId and value type BalanceOf < T >.