Type Alias pallet_sassafras::pallet::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§
struct EpochConfig<T>(/* private fields */);