pub fn schedule_para_initialize<T: Config>(
id: Id,
genesis: ParaGenesisArgs,
) -> Result<(), ()>
Expand description
Schedule a para to be initialized at the start of the next session with the given genesis data.
pub fn schedule_para_initialize<T: Config>(
id: Id,
genesis: ParaGenesisArgs,
) -> Result<(), ()>
Schedule a para to be initialized at the start of the next session with the given genesis data.