rmapi-js
    Preparing search index...

    Interface AuthorIdsBlock

    the 0x09 author ids block — the author-id to uuid table

    interface AuthorIdsBlock {
        authors: Map<number, string>;
        currentVersion: number;
        extraData: Uint8Array;
        minVersion: number;
        type: "authorIds";
    }

    Hierarchy

    • BlockCommon
      • AuthorIdsBlock
    Index

    Properties

    authors: Map<number, string>

    the author-id to uuid table

    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

    minVersion: number

    the block's minimum reader version

    type: "authorIds"

    the block-type discriminant