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 */);