Type Definition staking::pallet::RewardTally

source ·
pub type RewardTally<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRewardTally<T>, Blake2_128Concat, T::CurrencyId, Blake2_128Concat, (T::Nonce, DefaultVaultId<T>, T::AccountId), <T as Config>::SignedFixedPoint, ValueQuery>;
Expand description

Accounts for previous changes in stake size.

Storage type is [StorageDoubleMap] with key1 type T :: CurrencyId, key2 type (T :: Nonce, DefaultVaultId < T >, T :: AccountId) and value type SignedFixedPoint < T >.