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

@@ -53,6 +53,7 @@ const batchTx = {
TransactionType: "Batch",
Account: thirdPartyWallet.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: charliePayment },
{ RawTransaction: bobPayment },