Skip to content

sendGroupOfTransactions

sendGroupOfTransactions(groupSend, algod): Promise<Omit<SendAtomicTransactionComposerResults, "returns">>

Defined in: src/transaction/transaction.ts:957

Parameters

groupSend

TransactionGroupToSend

The group details to send, with:

  • transactions: The array of transactions to send along with their signing account
  • sendParams: The parameters to dictate how the group is sent

algod

AlgodClient

An algod client

Returns

Promise<Omit<SendAtomicTransactionComposerResults, "returns">>

An object with transaction IDs, transactions, group transaction ID (groupTransactionId) if more than 1 transaction sent, and (if skipWaiting is false or unset) confirmation (confirmation)