Skip to main content

SelfStakeSlopeFactor

Type Alias SelfStakeSlopeFactor 

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