pub fn apply_authorized_code<T: Config>(
para_id: ParaId,
validation_code: Vec<u8>,
)Expand description
Upload the validation code for a pending authorization, onboarding the para.
Needs no signature and pays no fee. Anybody may submit: the pending entry already fixes the exact bytes that will be accepted, and the manager has already paid for them on the parachain.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::apply_authorized_code.