Type Definition staking::pallet::TotalRewards
source · pub type TotalRewards<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTotalRewards<T>, Blake2_128Concat, T::CurrencyId, Blake2_128Concat, (T::Nonce, DefaultVaultId<T>), <T as Config>::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 [StorageDoubleMap
] with key1 type T :: CurrencyId, key2 type (T :: Nonce, DefaultVaultId < T >) and value type SignedFixedPoint < T >.