Type Alias EpochConfig

EpochConfig: StorageDescriptor<[], {
    allowed_slots: BabeAllowedSlots;
    c: FixedSizeArray<2, bigint>;
}, true, never>

The configuration for the current epoch. Should never be None as it is initialized in genesis.