pub type SelfStakeSlopeFactor<T: Config> = StorageValue<_GeneratedPrefixForStorageSelfStakeSlopeFactor<T>, Perbill, ValueQuery>;Expand description
Slope factor controlling the discouragement rate for self-stake between optimum and cap.
Value between 0 and 1: k=1 means no discouragement, k=0 means immediate plateau.
Storage type is [StorageValue] with value type Perbill.
Aliased Type§
pub struct SelfStakeSlopeFactor<T: Config>(/* private fields */);