Struct solana_program::stake::config::Config [−][src]
Fields
warmup_cooldown_rate: f64
how much stake we can activate/deactivate per-epoch as a fraction of currently effective stake
slash_penalty: u8
percentage of stake lost when slash, expressed as a portion of std::u8::MAX
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more