Function pallet_broker::pallet::dispatchables::disable_auto_renew
source · pub fn disable_auto_renew<T: Config>(core: CoreIndex, task: TaskId)
Expand description
Extrinsic for disabling auto renewal.
Callable by the sovereign account of the task on the specified core.
origin
: Must be the sovereign account of the task.core
: The core for which we want to disable auto renewal.task
: The task for which we want to disable auto renewal.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::disable_auto_renew
.