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

confirmation: PendingTransactionResponse

The response from sending and waiting for the primary transaction

SendTransactionResult.confirmation

src/types/transaction.ts:93


confirmations: PendingTransactionResponse[]

The response from sending and waiting for the transactions

SendTransactionResults.confirmations

src/types/transaction.ts:95


transaction: Transaction

The transaction

SendTransactionResult.transaction

src/types/transaction.ts:55


transactions: Transaction[]

The transactions that have been prepared and/or sent

SendTransactionResults.transactions

src/types/transaction.ts:63