Function pallet_ocif_staking::pallet::dispatchables::halt_unhalt_pallet
source · pub fn halt_unhalt_pallet<T: Config>(halt: bool)
Expand description
Halt or unhalt the pallet.
The dispatch origin for this call must be Root.
halt
:true
to halt,false
to unhalt.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::halt_unhalt_pallet
.