We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This will pass with xrpl.js client
{ "TransactionType": "Payment", "Account": "r4ejfGBMqN9chqA9Xfka9kg5AKkPGvajuz", "Destination": "raHYzhu84pZxKK2NjKigLmT85D3WamiorR", "Amount": { "currency": "BAR", "value": "0.0000000000000000001", "issuer": "raHYzhu84pZxKK2NjKigLmT85D3WamiorR" }, "NetworkID": 1 }
This will be correctly blocked
{ "TransactionType": "Payment", "Account": "r4ejfGBMqN9chqA9Xfka9kg5AKkPGvajuz", "Destination": "raHYzhu84pZxKK2NjKigLmT85D3WamiorR", "Amount": "0.0000000000000000001", "NetworkID": 1 }
Also keep in mind there are DeliveredMax, and other fields to check.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This will pass with xrpl.js client
This will be correctly blocked
Also keep in mind there are DeliveredMax, and other fields to check.
The text was updated successfully, but these errors were encountered: