Mention minimum number of transactions required in a Batch

This commit is contained in:
Maria Shodunke
2025-11-06 12:12:33 +00:00
parent 3e41224ef0
commit d2cf306ec6
5 changed files with 6 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ const batchTx = {
TransactionType: "Batch",
Account: sender.address,
Flags: BatchFlags.tfAllOrNothing, // tfAllOrNothing: All inner transactions must succeed
// Must include a minimum of 2 transactions and a maximum of 8 transactions.
RawTransactions: [
{ RawTransaction: payment1 },
{ RawTransaction: payment2 }