pub type ErasRewardPoints<T: Config> = StorageMap<_GeneratedPrefixForStorageErasRewardPoints<T>, Twox64Concat, EraIndex, EraRewardPoints<AccountId<T>>, 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.