Type Definition loans::pallet::RewardSupplierIndex

source ·
pub type RewardSupplierIndex<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRewardSupplierIndex<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 supplier 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 >.