pub type ErasValidatorIncentiveWeight<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageErasValidatorIncentiveWeight<T>, Twox64Concat, EraIndex, Twox64Concat, T::AccountId, BalanceOf<T>, OptionQuery>;Expand description
Individual validator incentive weight per era.
Each validator’s share of the incentive pot = their_weight / sum_weight.
Storage type is [StorageDoubleMap] with key1 type EraIndex, key2 type T :: AccountId and value type IncentiveWeight < T >.
Aliased Type§
pub struct ErasValidatorIncentiveWeight<T: Config>(/* private fields */);