Skip to content

Conversation

@maria-robobug
Copy link
Contributor

@maria-robobug maria-robobug commented Oct 31, 2025

Fixes #3366

  • Adds two tutorials for Batch transactions:
    • Send a Single Account Batch Transaction
    • Send a Multi-Account Batch Transaction
  • Adds mention of minimum required batch transactions (2) in docs + missing temARRAY_EMPTY error

Currently only Javascript-aware, but will add Python examples in a separate PR.

Preview here: https://xrpl-dev-portal--batch-transactions-tutorial.preview.redocly.app/docs/tutorials/how-tos/use-batch-transactions

@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch 6 times, most recently from 2e9d97c to 44b5541 Compare November 3, 2025 14:17
@maria-robobug maria-robobug added the javascript Pull requests that update Javascript code label Nov 3, 2025
@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch from 44b5541 to 31e0479 Compare November 3, 2025 15:11
@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch 2 times, most recently from f5667da to 4a08ad0 Compare November 6, 2025 12:15
@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch from 4a08ad0 to d2cf306 Compare November 6, 2025 12:16
@oeggert oeggert mentioned this pull request Nov 6, 2025
@maria-robobug
Copy link
Contributor Author

FYI, updated to use this approach to check inner transactions:

i believe you’d need to get the hashes of the inner transactions and see if they exist on the ledger.

@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch 2 times, most recently from db55a68 to 07b6d4f Compare November 17, 2025 12:10
@maria-robobug maria-robobug force-pushed the batch-transactions-tutorial branch from 07b6d4f to 7f16532 Compare November 17, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Batch Transactions tutorial

2 participants