Represents the persistent state of a lock in storage. Contains information about ownership and expiration time.
IMPORT_PATH: "@daiso-tech/core/lock/contracts"
"@daiso-tech/core/lock/contracts"
The date and time when the lock expires and becomes available for others to acquire. null indicates an indefinite lock with no expiration.
The unique identifier of the entity that currently holds this lock.
Represents the persistent state of a lock in storage. Contains information about ownership and expiration time.
IMPORT_PATH:
"@daiso-tech/core/lock/contracts"