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
Section titled “Hierarchy”-
↳
ConfirmedTransactionResults
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”confirmation
Section titled “confirmation”• confirmation: PendingTransactionResponse
The response from sending and waiting for the primary transaction
Overrides
Section titled “Overrides”SendTransactionResult.confirmation
Defined in
Section titled “Defined in”confirmations
Section titled “confirmations”• confirmations: PendingTransactionResponse[]
The response from sending and waiting for the transactions
Overrides
Section titled “Overrides”SendTransactionResults.confirmations
Defined in
Section titled “Defined in”transaction
Section titled “transaction”• transaction: Transaction
The transaction
Inherited from
Section titled “Inherited from”SendTransactionResult.transaction
Defined in
Section titled “Defined in”transactions
Section titled “transactions”• transactions: Transaction[]
The transactions that have been prepared and/or sent
Inherited from
Section titled “Inherited from”SendTransactionResults.transactions