rmapi-js
    Preparing search index...

    Interface MigrationInfoBlock

    the 0x00 migration info block

    interface MigrationInfoBlock {
        currentVersion: number;
        extraData: Uint8Array;
        isDevice: boolean;
        migrationId: CrdtId;
        minVersion: number;
        type: "migrationInfo";
    }

    Hierarchy

    • BlockCommon
      • MigrationInfoBlock
    Index

    Properties

    currentVersion: number

    the block's current version (selects the point encoding for lines)

    extraData: Uint8Array

    the unread tail of the block, preserved for round-tripping

    isDevice: boolean

    whether the migration ran on the device

    migrationId: CrdtId

    the migration's crdt id

    minVersion: number

    the block's minimum reader version

    type: "migrationInfo"

    the block-type discriminant