Type Definition loans::pallet::RewardBorrowState
source · pub type RewardBorrowState<T: Config> = StorageMap<_GeneratedPrefixForStorageRewardBorrowState<T>, Blake2_128Concat, <T as Config>::CurrencyId, RewardMarketState<BlockNumberFor<T>, <T as Config>::Balance>, ValueQuery>;
Expand description
The Reward market borrow state for each market
Storage type is [StorageMap
] with key type CurrencyId < T >
and value type RewardMarketState < BlockNumberFor < T >, BalanceOf < T > >
.