Skip to content

SendTransactionResults

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

The result of preparing and/or sending multiple transactions

optional confirmations: 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: Transaction[]

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

The transactions that have been prepared and/or sent