SendAtomicTransactionComposerResults
@algorandfoundation/algokit-utils / types/transaction / SendAtomicTransactionComposerResults
types/transaction.SendAtomicTransactionComposerResults
The result of preparing and/or sending multiple transactions using an AtomicTransactionComposer
Hierarchy
Section titled “Hierarchy”-
↳
SendAtomicTransactionComposerResults
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”confirmations
Section titled “confirmations”• 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
Overrides
Section titled “Overrides”SendTransactionResults.confirmations
Defined in
Section titled “Defined in”groupId
Section titled “groupId”• groupId: string
base64 encoded representation of the group ID of the atomic group
Defined in
Section titled “Defined in”returns
Section titled “returns”• Optional returns: ABIReturn[]
If ABI method(s) were called the processed return values
Defined in
Section titled “Defined in”transactions
Section titled “transactions”• transactions: Transaction[]
The transactions that have been prepared and/or sent
Inherited from
Section titled “Inherited from”SendTransactionResults.transactions
Defined in
Section titled “Defined in”• txIds: string[]
The transaction IDs that have been prepared and/or sent