All chains
    Preparing search index...

    Type Alias reserve

    reserve: TxDescriptor<
        {
            workload: {
                assignment: BrokerCoretimeInterfaceCoreAssignment;
                mask: FixedSizeBinary<10>;
            }[];
        },
    >

    Reserve a core for a workload.

    The workload will be given a reservation, but two sale period boundaries must pass before the core is actually assigned.

    • origin: Must be Root or pass AdminOrigin.
    • workload: The workload which should be permanently placed on a core.