Check whether the sender can send funds controlled by the lock.
true if the sender can send funds controlled by the lock.
true
If the lock has expired.
If the sender does not have the send capability for a simpleV0 lock controller.
send
simpleV0
If the recipient is not configured on the lock.
If the source account does not have enough of the token locked in the lock.
For unknown controller variants, the capability check is skipped.
The lock to validate against.
The sender account to validate.
The send operation details, used to validate the locked amount on the source account.
Generated using TypeDoc
Check whether the sender can send funds controlled by the lock.
Returns
trueif the sender can send funds controlled by the lock.Throws
If the lock has expired.
Throws
If the sender does not have the
sendcapability for asimpleV0lock controller.Throws
If the recipient is not configured on the lock.
Throws
If the source account does not have enough of the token locked in the lock.
For unknown controller variants, the capability check is skipped.