All chains
    Preparing search index...

    Type Alias partition

    partition: TxDescriptor<
        {
            pivot: number;
            region_id: { begin: number; core: number; mask: FixedSizeBinary<10> };
        },
    >

    Split a Bulk Coretime Region into two non-overlapping Regions at a particular time into the region.

    • origin: Must be a Signed origin of the account which owns the Region region_id.
    • region_id: The Region which should be partitioned into two non-overlapping Regions.
    • pivot: The offset in time into the Region at which to make the split.