pub type NextForced<T: Config> = StorageValue<_GeneratedPrefixForStorageNextForced<T>, BlockNumberFor<T>>;Expand description
next block number where we can force a change.
Storage type is [StorageValue] with value type BlockNumberFor < T >.
Aliased Type§
struct NextForced<T: Config>(/* private fields */);