pub type Output = BabeConfiguration;

Aliased Type§

struct Output {
    pub slot_duration: u64,
    pub epoch_length: u64,
    pub c: (u64, u64),
    pub authorities: Vec<(Public, u64)>,
    pub randomness: [u8; 32],
    pub allowed_slots: AllowedSlots,
}

Fields§

§slot_duration: u64§epoch_length: u64§c: (u64, u64)§authorities: Vec<(Public, u64)>§randomness: [u8; 32]§allowed_slots: AllowedSlots