Type Definition pallet_safe_mode::pallet::EnteredUntil
source · pub type EnteredUntil<T: Config> = StorageValue<_GeneratedPrefixForStorageEnteredUntil<T>, BlockNumberFor<T>, OptionQuery>;
Expand description
Contains the last block number that the safe-mode will remain entered in.
Set to None
when safe-mode is exited.
Safe-mode is automatically exited when the current block number exceeds this value.
Storage type is StorageValue
with value type BlockNumberFor < T >
.