Function pallet_xcm::pallet::dispatchables::force_suspension
source · pub fn force_suspension<T: Config>(suspended: bool)
Expand description
Set or unset the global suspension state of the XCM executor.
origin
: Must be an origin specified by AdminOrigin.suspended
:true
to suspend,false
to resume.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_suspension
.