Type Definition pallet_staking::ErasRewardPoints
source · pub type ErasRewardPoints<T: Config> = StorageMap<_GeneratedPrefixForStorageErasRewardPoints<T>, Twox64Concat, EraIndex, EraRewardPoints<T::AccountId>, ValueQuery>;Expand description
Rewards for the last HISTORY_DEPTH eras.
If reward hasn’t been set or has been removed then 0 reward is returned.
Storage type is StorageMap with key type EraIndex and value type EraRewardPoints < T :: AccountId >.