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