Type Definition pallet_staking::ErasRewardPoints[][src]

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.