pub fn schedule_para_initialize<T: Config>(
    id: ParaId,
    genesis: ParaGenesisArgs
) -> Result<(), ()>
Expand description

Schedule a para to be initialized at the start of the next session with the given genesis data.

See paras::Pallet::schedule_para_initialize for more details.