types app.AppCallTransactionResultOfType
@algorandfoundation/algokit-utils / types/app / AppCallTransactionResultOfType
Interface: AppCallTransactionResultOfType\<T>¶
types/app.AppCallTransactionResultOfType
The result of preparing and/or sending multiple transactions
Type parameters¶
Name |
---|
T |
Hierarchy¶
↳ AppCallTransactionResultOfType
Table of contents¶
Properties¶
Properties¶
confirmation¶
• Optional
confirmation: PendingTransactionResponse
The response if the transaction was sent and waited for
Inherited from¶
SendTransactionResult.confirmation
Defined in¶
confirmations¶
• Optional
confirmations: PendingTransactionResponse
[]
The responses if the transactions were sent and waited for, the index of the confirmation will match the index of the underlying transaction
Inherited from¶
SendTransactionResults.confirmations
Defined in¶
return¶
• Optional
return: T
If an ABI method was called the processed return value
Defined in¶
transaction¶
• transaction: Transaction
The transaction
Inherited from¶
SendTransactionResult.transaction
Defined in¶
transactions¶
• transactions: Transaction
[]
The transactions that have been prepared and/or sent
Inherited from¶
SendTransactionResults.transactions