Skip to content

SendTransactionResults

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

types/transaction.SendTransactionResults

The result of preparing and/or sending multiple transactions

Hierarchy

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:67


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Defined in

src/types/transaction.ts:63