assign: TxDescriptor<
    {
        finality: Enum<{ Final: undefined; Provisional: undefined }>;
        region_id: { begin: number; core: number; mask: FixedSizeBinary<10> };
        task: number;
    },
>

Assign a Bulk Coretime Region to a task.

  • origin: Must be a Signed origin of the account which owns the Region region_id.
  • region_id: The Region which should be assigned to the task.
  • task: The task to assign.
  • finality: Indication of whether this assignment is final (in which case it may be eligible for renewal) or provisional (in which case it may be manipulated and/or reassigned at a later stage).
MMNEPVFCICPMFPCPTTAAATR