The ILockAdapter contract defines a way for managing locks independent of the underlying technology.
This contract is not meant to be used directly, instead you should use ILockProvider contract.
The refresh method will upadte ttl of lock if it matches the given key and matches the given owner.
Returns true if the update occured otherwise false is returned.
The
ILockAdapter
contract defines a way for managing locks independent of the underlying technology. This contract is not meant to be used directly, instead you should useILockProvider
contract.IMPORT_PATH:
"@daiso-tech/core/lock/contracts"