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