Function polkadot_runtime_common::paras_registrar::pallet::dispatchables::schedule_code_upgrade
source · pub fn schedule_code_upgrade<T: Config>(para: ParaId, new_code: ValidationCode)
Expand description
Schedule a parachain upgrade.
Can be called by Root, the parachain, or the parachain manager if the parachain is unlocked.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::schedule_code_upgrade
.