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
Send locked funds to a recipient.
Returns
The hash of the submitted transaction.
Throws
If
options.validateistrueand the lock has expired.Throws
If
options.validateistrueand the sender does not have thesendcapability.Throws
If
options.validateistrueand the recipient is not configured on the lock.Throws
If
options.validateistrueand the source account does not have enough of the token locked in the lock.