Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

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

src/types/transaction.ts:63


groupId

groupId: string

base64 encoded representation of the group ID of the atomic group

Defined in

src/types/transaction.ts:69


returns

Optional returns: ABIReturn[]

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

Defined in

src/types/transaction.ts:73


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Inherited from

SendTransactionResults.transactions

Defined in

src/types/transaction.ts:59


txIds

txIds: string[]

The transaction IDs that have been prepared and/or sent

Defined in

src/types/transaction.ts:71