Type Alias pallet_sassafras::pallet::PendingEpochConfigChange
source · pub type PendingEpochConfigChange<T> = StorageValue<_GeneratedPrefixForStoragePendingEpochConfigChange<T>, EpochConfiguration>;
Expand description
Pending epoch configuration change that will be set as NextEpochConfig
when the next
epoch is enacted.
In other words, a configuration change submitted during epoch N will be enacted on epoch N+2. This is to maintain coherence for already submitted tickets for epoch N+1 that where computed using configuration parameters stored for epoch N+1.
Storage type is [StorageValue
] with value type EpochConfiguration
.
Aliased Type§
struct PendingEpochConfigChange<T>(/* private fields */);