referrerpolicy=no-referrer-when-downgrade

ErasValidatorIncentiveBudget

Type Alias ErasValidatorIncentiveBudget 

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

The total validator incentive budget for the given era, snapshotted at era end.

This is the similar to ErasValidatorReward but for the self-stake incentive pot.

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

Aliased Type§

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