SendTransactionComposerResults
Defined in: src/transaction/types.ts:67
The result of preparing and/or sending multiple transactions using an TransactionComposer
Extends
Section titled “Extends”Omit<SendTransactionResults,"confirmations">
Properties
Section titled “Properties”confirmations
Section titled “confirmations”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
Section titled “groupId”groupId:
string|undefined
Defined in: src/transaction/types.ts:69
base64 encoded representation of the group ID of the group
returns?
Section titled “returns?”
optionalreturns:ABIReturn[]
Defined in: src/transaction/types.ts:73
If ABI method(s) were called the processed return values
transactions
Section titled “transactions”transactions:
Transaction[]
Defined in: src/transaction/types.ts:59
The transactions that have been prepared and/or sent
Inherited from
Section titled “Inherited from”SendTransactionResults.transactions
txIds:
string[]
Defined in: src/transaction/types.ts:71
The transaction IDs that have been prepared and/or sent