Type Alias pallet_babe::pallet::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§

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