Skip to main content

RecordAdded

@iota/audit-trails API documentation


Class: RecordAdded

Event payload emitted when a record is added.

Properties

addedBy

addedBy: string

Address that added the record.


sequenceNumber

sequenceNumber: bigint

Sequence number assigned to the new record.


timestamp

timestamp: bigint

Millisecond event timestamp.


trailId

trailId: string

Trail object ID receiving the new record.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string