pub type PendingEpochConfigChange<T> = StorageValue<_GeneratedPrefixForStoragePendingEpochConfigChange<T>, NextConfigDescriptor>;Expand description
Pending epoch configuration change that will be applied when the next epoch is enacted.
Storage type is [StorageValue] with value type NextConfigDescriptor.
Aliased Type§
struct PendingEpochConfigChange<T>(/* private fields */);