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