Skip to content

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

confirmation: PendingTransactionResponse

Defined in: src/transaction/types.ts:89

The response from sending and waiting for the primary transaction

SendTransactionResult.confirmation


confirmations: PendingTransactionResponse[]

Defined in: src/transaction/types.ts:91

The response from sending and waiting for the transactions

SendTransactionResults.confirmations


transaction: Transaction

Defined in: src/transaction/types.ts:51

The transaction

SendTransactionResult.transaction


transactions: Transaction[]

Defined in: src/transaction/types.ts:59

The transactions that have been prepared and/or sent

SendTransactionResults.transactions