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.SendTransactionResults

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

Interface: SendTransactionResults

types/transaction.SendTransactionResults

The result of preparing and/or sending multiple transactions

Hierarchy

  • SendTransactionResults

AppCallTransactionResultOfType

SendAtomicTransactionComposerResults

ConfirmedTransactionResults

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

Defined in

src/types/transaction.ts:63


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Defined in

src/types/transaction.ts:59