Type Definition loans::pallet::RewardAccrued

source ·
pub type RewardAccrued<T: Config> = StorageMap<_GeneratedPrefixForStorageRewardAccrued<T>, Blake2_128Concat, T::AccountId, <T as Config>::Balance, ValueQuery>;
Expand description

The incentive reward accrued but not yet transferred to each user.

Storage type is [StorageMap] with key type T :: AccountId and value type BalanceOf < T >.