Struct aleph_bft::Config [−][src]
pub struct Config {
pub node_ix: NodeIndex,
pub session_id: SessionId,
pub n_members: NodeCount,
pub delay_config: DelayConfig,
pub rounds_margin: usize,
pub max_units_per_alert: usize,
pub max_round: usize,
}Fields
node_ix: NodeIndexsession_id: SessionIdn_members: NodeCountdelay_config: DelayConfigrounds_margin: usizemax_units_per_alert: usizemax_round: usizeTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Configimpl !UnwindSafe for ConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V