Type alias EntryArgs

EntryArgs: {
    logId?: bigint | number | string;
    seqNum?: bigint | number | string;
    skiplink?: string;
    backlink?: string;
    operation: string;
}

Arguments to create an Bamboo entry.

Type declaration

  • Optional logId?: bigint | number | string

    Log id of entry, starting at 0

  • Optional seqNum?: bigint | number | string

    Sequence number of entry, starting at 1

  • Optional skiplink?: string

    Skiplink hash

  • Optional backlink?: string

    Backlink hash, omitted when first entry in log

  • operation: string

    Operation payload this entry points at

Generated using TypeDoc