pub type Stalled<T: Config> = StorageValue<_GeneratedPrefixForStorageStalled<T>, (BlockNumberFor<T>, BlockNumberFor<T>)>;Expand description
true if we are currently stalled.
Storage type is [StorageValue] with value type (BlockNumberFor < T > , BlockNumberFor < T >).
Aliased Type§
struct Stalled<T: Config>(/* private fields */);