The lock controlling the funds.
The sender account that submits the transaction.
The operation details excluding the lock id.
The signer used to sign the transaction.
Optional metadata: LockUpdateMetadataOptional transaction metadata such as expiry and nonce.
Optional validation behavior.
Generated using TypeDoc
Return locked funds to their owner account.
Returns
The hash of the submitted transaction.
Throws
If
options.validateistrueand the lock has expired.Throws
If
options.validateistrueand the sender does not have thereturncapability.Throws
If
options.validateistrueand the source account does not have enough of the token locked in the lock.