Skip to main content

RevokedCapabilitiesCleanedUp

@iota/audit-trails API documentation


Class: RevokedCapabilitiesCleanedUp

Event payload emitted when expired revoked-capability entries are cleaned up.

Properties

cleanedBy

cleanedBy: string

Address that triggered the cleanup.


cleanedCount

cleanedCount: bigint

Number of expired entries removed by this cleanup call.


timestamp

timestamp: bigint

Millisecond event timestamp.


trailId

trailId: string

Trail object ID whose denylist was pruned.

Methods

toJSON()

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString()

toString(): string

Return stringified version of self.

Returns

string