Function frame_system::pallet::dispatchables::apply_authorized_upgrade
source · pub fn apply_authorized_upgrade<T: Config>(code: Vec<u8>)
Expand description
Provide the preimage (runtime binary) code
for an upgrade that has been authorized.
If the authorization required a version check, this call will ensure the spec name remains unchanged and that the spec version has increased.
Depending on the runtime’s OnSetCode
configuration, this function may directly apply
the new code
in the same block or attempt to schedule the upgrade.
All origins are allowed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::apply_authorized_upgrade
.