referrerpolicy=no-referrer-when-downgrade
pub fn force_register<T: Config>(
    who: T::AccountId,
    deposit: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
    id: Id,
    genesis_head: HeadData,
    validation_code: ValidationCode,
)
Expand description

Force the registration of a Para Id on the relay chain.

This function must be called by a Root origin.

The deposit taken can be specified for this registration. Any ParaId can be registered, including sub-1000 IDs which are System Parachains.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_register.