pub type EpochConfig = BabeEpochConfiguration;

Aliased Type§

struct EpochConfig {
    pub c: (u64, u64),
    pub allowed_slots: AllowedSlots,
}

Fields§

§c: (u64, u64)§allowed_slots: AllowedSlots