Function pallet_safe_mode::pallet::dispatchables::force_extend
source · pub fn force_extend<T: Config>()
Expand description
Extend the safe-mode by force for a per-origin configured number of blocks.
Emits an Event::Extended
event on success.
Errors with Error::Exited
if the safe-mode is inactive.
Can only be called by the Config::ForceExtendOrigin
origin.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_extend
.