pub type ErasRewardPoints<T: Config> = StorageMap<_GeneratedPrefixForStorageErasRewardPoints<T>, Twox64Concat, EraIndex, EraRewardPoints<T::AccountId>, ValueQuery>;Expand description
Rewards for the last Config::HistoryDepth 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 >.
Aliased Type§
struct ErasRewardPoints<T: Config>(/* private fields */);