Represents a lock that is currently held by a different owner.
The requesting entity cannot acquire this lock until the owner releases it or it expires.
IMPORT_PATH: "@daiso-tech/core/lock/contracts"
Type declaration
owner: string
The unique identifier of the entity currently holding the lock.
Represents a lock that is currently held by a different owner. The requesting entity cannot acquire this lock until the owner releases it or it expires.
IMPORT_PATH:
"@daiso-tech/core/lock/contracts"