AuditLogEntry interface

/** One entry in the daemon’s durable, hash-chained audit log. seq is narrowed from the wire int64 to a number (entry counts stay well within 2^53). payload is opaque (already-serialised JSON or text).

Signature:

export interface AuditLogEntry

Properties

Property Type Description

hash

string

kind

string

payload

string

prevHash

string

seq

number

source

string

timestampMs

number