Type alias LockDestroyedEvent

LockDestroyedEvent: {
    lockId: Type;
    tag: LockDestroyed;
}

Event emitted when a transaction destroys an existing lock.

Type declaration

  • lockId: Type

    The ID of the destroyed lock.

  • tag: LockDestroyed

    The type of the event

Generated using TypeDoc