Type Definition reward::pallet::TotalRewards

source ·
pub type TotalRewards<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageTotalRewards<T, I>, Blake2_128Concat, T::CurrencyId, <T as Config<I>>::SignedFixedPoint, ValueQuery>;
Expand description

The total unclaimed rewards distributed to this reward pool. NOTE: this is currently only used for integration tests.

Storage type is [StorageMap] with key type T :: CurrencyId and value type SignedFixedPoint < T, I >.