pub type NextEpochConfig<T> = StorageValue<_GeneratedPrefixForStorageNextEpochConfig<T>, EpochConfiguration>;Expand description
The configuration for the next epoch.
Storage type is [StorageValue] with value type EpochConfiguration.
Aliased Type§
struct NextEpochConfig<T>(/* private fields */);