pub type NextEpochConfig<T> = StorageValue<_GeneratedPrefixForStorageNextEpochConfig<T>, BabeEpochConfiguration>;Expand description
The configuration for the next epoch, None if the config will not change
(you can fallback to EpochConfig instead in that case).
Storage type is [StorageValue] with value type BabeEpochConfiguration.
Aliased Type§
struct NextEpochConfig<T>(/* private fields */);