Type Alias NextEpochConfig

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

The configuration for the next epoch, None if the config will not change (you can fallback to EpochConfig instead in that case).