Skip to main content

AuditTrailCreated

@iota/audit-trails API documentation


Class: AuditTrailCreated

Event payload emitted when a trail is created.

Properties

creator

creator: string

Address that created the trail.


timestamp

timestamp: bigint

Millisecond event timestamp.


trailId

trailId: string

Newly created trail object ID.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string