All chains
    Preparing search index...

    Type Alias sudo_schedule_para_initialize

    sudo_schedule_para_initialize: TxDescriptor<
        {
            genesis: {
                genesis_head: Binary;
                para_kind: boolean;
                validation_code: Binary;
            };
            id: number;
        },
    >

    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.