Skip to content

ConfirmedTransactionResults

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

types/transaction.ConfirmedTransactionResults

The result of sending and confirming one or more transactions, but where there is a primary transaction of interest

Hierarchy

Table of contents

Properties

Properties

confirmation

confirmation: PendingTransactionResponse

The response from sending and waiting for the primary transaction

Overrides

SendTransactionResult.confirmation

Defined in

src/types/transaction.ts:93


confirmations

confirmations: PendingTransactionResponse[]

The response from sending and waiting for the transactions

Overrides

SendTransactionResults.confirmations

Defined in

src/types/transaction.ts:95


transaction

transaction: Transaction

The transaction

Inherited from

SendTransactionResult.transaction

Defined in

src/types/transaction.ts:55


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Inherited from

SendTransactionResults.transactions

Defined in

src/types/transaction.ts:63