referrerpolicy=no-referrer-when-downgrade

OptimumSelfStake

Type Alias OptimumSelfStake 

Source
pub type OptimumSelfStake<T: Config> = StorageValue<_GeneratedPrefixForStorageOptimumSelfStake<T>, BalanceOf<T>, ValueQuery>;
Expand description

Optimum self-stake threshold for validators.

Below this threshold, the incentive weight grows as sqrt(self_stake). Above it, growth is dampened by SelfStakeSlopeFactor.

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

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