referrerpolicy=no-referrer-when-downgrade

Type Alias ErasRewardPoints

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

Aliased Type§

struct ErasRewardPoints<T: Config>(/* private fields */);