NorskManager.appendAuditEntry() method

Append a caller-supplied event to the durable audit log — for norsk-mgr-origin actions that don’t pass through another RPC. The daemon assigns the seq and chains it.

Signature:

appendAuditEntry(source: string, kind: string, payload: string): Promise<AuditLogEntry>;

Parameters

Parameter Type Description

source

string

kind

string

payload

string

Returns:

Promise<AuditLogEntry>