ConfirmedTransactionResults
Defined in: src/transaction/types.ts:87
The result of sending and confirming one or more transactions, but where there is a primary transaction of interest
Extends
Section titled “Extends”Properties
Section titled “Properties”confirmation
Section titled “confirmation”confirmation:
PendingTransactionResponse
Defined in: src/transaction/types.ts:89
The response from sending and waiting for the primary transaction
Overrides
Section titled “Overrides”SendTransactionResult.confirmation
confirmations
Section titled “confirmations”confirmations:
PendingTransactionResponse[]
Defined in: src/transaction/types.ts:91
The response from sending and waiting for the transactions
Overrides
Section titled “Overrides”SendTransactionResults.confirmations
transaction
Section titled “transaction”transaction:
Transaction
Defined in: src/transaction/types.ts:51
The transaction
Inherited from
Section titled “Inherited from”SendTransactionResult.transaction
transactions
Section titled “transactions”transactions:
Transaction[]
Defined in: src/transaction/types.ts:59
The transactions that have been prepared and/or sent