The ILockAdapter contract defines a way for managing locks independent of data storage.
This contract is not meant to be used directly, instead you should use ILockProvider contract.
The refresh method will upadte expiration of lock if it matches the given key and matches the given owner.
Returns number of updated rows or documents.
The update method will update a lock if it has expired, matches the given key and matches the given owner.
Returns number of updated rows or documents.
The
ILockAdapter
contract defines a way for managing locks independent of data storage. This contract is not meant to be used directly, instead you should useILockProvider
contract.IMPORT_PATH:
"@daiso-tech/core/lock/contracts"