Skip to main content

RecordDeleted

@iota/audit-trails API documentation


Class: RecordDeleted

Event payload emitted when a record is deleted.

Properties

deletedBy

deletedBy: string

Address that deleted the record.


sequenceNumber

sequenceNumber: bigint

Sequence number of the deleted record.


timestamp

timestamp: bigint

Millisecond event timestamp.


trailId

trailId: string

Trail object ID from which the record was deleted.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string