referrerpolicy=no-referrer-when-downgrade

NextEpochConfig

Type Alias 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§

pub struct NextEpochConfig<T>(/* private fields */);