referrerpolicy=no-referrer-when-downgrade

ErasSumValidatorIncentiveWeight

Type Alias ErasSumValidatorIncentiveWeight 

Source
pub type ErasSumValidatorIncentiveWeight<T: Config> = StorageMap<_GeneratedPrefixForStorageErasSumValidatorIncentiveWeight<T>, Twox64Concat, EraIndex, BalanceOf<T>, ValueQuery>;
Expand description

Sum of all validators’ incentive weights for the era.

Directly linked to ErasValidatorIncentiveWeight.

Storage type is [StorageMap] with key type EraIndex and value type IncentiveWeight < T >.

Aliased Type§

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