Type Alias pallet_sassafras::pallet::NextEpochConfig
source · 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 */);