All chains
    Preparing search index...

    Type Alias CoreSchedules

    CoreSchedules: StorageDescriptor<
        [Key: FixedSizeArray<2, number>],
        {
            assignments: [BrokerCoretimeInterfaceCoreAssignment, number][];
            end_hint?: number;
            next_schedule?: number;
        },
        true,
        never,
    >

    Scheduled assignment sets for coretime cores.

    Assignments as of the given block number. They will go into state once the block number is reached (and replace whatever was in there before).

    Managed by the assigner_coretime submodule.