referrerpolicy=no-referrer-when-downgrade

EpochConfig

Type Alias EpochConfig 

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

The configuration for the current epoch.

Storage type is [StorageValue] with value type EpochConfiguration.

Aliased Type§

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