Function polkadot_runtime_parachains::paras::pallet::dispatchables::force_schedule_code_upgrade
source · pub fn force_schedule_code_upgrade<T: Config>(
para: Id,
new_code: ValidationCode,
relay_parent_number: BlockNumberFor<T>,
)
Expand description
Schedule an upgrade as if it was scheduled in the given relay parent block.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_schedule_code_upgrade
.