Skip to content

SendAtomicTransactionComposerResults

@algorandfoundation/algokit-utils / types/transaction / SendAtomicTransactionComposerResults

types/transaction.SendAtomicTransactionComposerResults

The result of preparing and/or sending multiple transactions using an AtomicTransactionComposer

confirmations: PendingTransactionResponse[]

The responses if the transactions were sent and waited for, the index of the confirmation will match the index of the underlying transaction

SendTransactionResults.confirmations

src/types/transaction.ts:81


groupId: string

base64 encoded representation of the group ID of the atomic group

src/types/transaction.ts:73


Optional returns: ABIReturn[]

If ABI method(s) were called the processed return values

src/types/transaction.ts:77


transactions: Transaction[]

The transactions that have been prepared and/or sent

SendTransactionResults.transactions

src/types/transaction.ts:63


txIds: string[]

The transaction IDs that have been prepared and/or sent

src/types/transaction.ts:75