types app.AppCallTransactionResult
@algorandfoundation/algokit-utils / types/app / AppCallTransactionResult
Interface: AppCallTransactionResult¶
types/app.AppCallTransactionResult
Result from calling an app
Hierarchy¶
↳ AppCallTransactionResult
Table of contents¶
Properties¶
Properties¶
confirmation¶
• Optional
confirmation: PendingTransactionResponse
The response if the transaction was sent and waited for
Inherited from¶
AppCallTransactionResultOfType.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¶
AppCallTransactionResultOfType.confirmations
Defined in¶
return¶
• Optional
return: ABIReturn
If an ABI method was called the processed return value
Inherited from¶
AppCallTransactionResultOfType.return
Defined in¶
transaction¶
• transaction: Transaction
The transaction
Inherited from¶
AppCallTransactionResultOfType.transaction
Defined in¶
transactions¶
• transactions: Transaction
[]
The transactions that have been prepared and/or sent
Inherited from¶
AppCallTransactionResultOfType.transactions