AppCallTransactionResultOfType\<T\>
@algorandfoundation/algokit-utils / types/app / AppCallTransactionResultOfType
types/app.AppCallTransactionResultOfType
The result of preparing and/or sending multiple transactions
Type parameters
Section titled “Type parameters”| Name |
|---|
T |
Hierarchy
Section titled “Hierarchy”-
↳
AppCallTransactionResultOfType
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”confirmation
Section titled “confirmation”• Optional confirmation: PendingTransactionResponse
The response if the transaction was sent and waited for
Inherited from
Section titled “Inherited from”SendTransactionResult.confirmation
Defined in
Section titled “Defined in”confirmations
Section titled “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
Section titled “Inherited from”SendTransactionResults.confirmations
Defined in
Section titled “Defined in”return
Section titled “return”• Optional return: T
If an ABI method was called the processed return value
Defined in
Section titled “Defined in”transaction
Section titled “transaction”• transaction: Transaction
The transaction
Inherited from
Section titled “Inherited from”SendTransactionResult.transaction
Defined in
Section titled “Defined in”transactions
Section titled “transactions”• transactions: Transaction[]
The transactions that have been prepared and/or sent
Inherited from
Section titled “Inherited from”SendTransactionResults.transactions