Skip to content

SendTransactionComposerResults

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

The result of preparing and/or sending multiple transactions using an TransactionComposer

confirmations: PendingTransactionResponse[]

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

The responses if the transactions were sent and waited for, the index of the confirmation will match the index of the underlying transaction


groupId: string | undefined

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

base64 encoded representation of the group ID of the group


optional returns: ABIReturn[]

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

If ABI method(s) were called the processed return values


transactions: Transaction[]

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

The transactions that have been prepared and/or sent

SendTransactionResults.transactions


txIds: string[]

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

The transaction IDs that have been prepared and/or sent