Skip to main content

RoleDeleted

@iota/audit-trails API documentation


Class: RoleDeleted

Event payload emitted when a role is deleted.

Properties

deletedBy

deletedBy: string

Address that deleted the role.


role

role: string

Role name.


timestamp

timestamp: bigint

Millisecond event timestamp.


trailId

trailId: string

Trail object ID that owned the role.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string