pub fn sudo_schedule_para_initialize<T: Config>(
    id: Id,
    genesis: ParaGenesisArgs
)
Expand description

Schedule a para to be initialized at the start of the next session.

This should only be used for TESTING and not on PRODUCTION chains. It automatically assigns Coretime to the chain and increases the number of cores. Thus, there is no running coretime chain required.

§Warning: Doc-Only

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