Skip to main content

HardCapSelfStake

Type Alias HardCapSelfStake 

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

Hard cap on effective validator self-stake.

Self-stake above this value receives no additional reward benefit (plateau).

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

Aliased Typeยง

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