referrerpolicy=no-referrer-when-downgrade

EpochConfig

Type Alias EpochConfig 

Source
pub type EpochConfig<T> = StorageValue<_GeneratedPrefixForStorageEpochConfig<T>, BabeEpochConfiguration>;
Expand description

The configuration for the current epoch. Should never be None as it is initialized in genesis.

Storage type is [StorageValue] with value type BabeEpochConfiguration.

Aliased Type§

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