Function tx_pause::pallet::dispatchables::unpause
source · pub fn unpause<T: Config>(full_name: FullNameOf<T>)
Expand description
Un-pause a call.
Can only be called by Config::UnpauseOrigin
.
Emits an Event::SomethingUnpaused
event on success.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unpause
.