Function pallet_fast_unstake::pallet::dispatchables::control
source · pub fn control<T: Config>(eras_to_check: EraIndex)
Expand description
Control the operation of this pallet.
§Dispatch Origin
The dispatch origin of this call must be Config::ControlOrigin
.
§Details
Can set the number of eras to check per block, and potentially other admin work.
§Events
No events are emitted from this dispatch.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::control
.