SendTransactionResults
Defined in: src/transaction/types.ts:57
The result of preparing and/or sending multiple transactions
Extended by
Section titled “Extended by”Properties
Section titled “Properties”confirmations?
Section titled “confirmations?”
optionalconfirmations:PendingTransactionResponse[]
Defined in: src/transaction/types.ts:63
The responses if the transactions were sent and waited for, the index of the confirmation will match the index of the underlying transaction
transactions
Section titled “transactions”transactions:
Transaction[]
Defined in: src/transaction/types.ts:59
The transactions that have been prepared and/or sent