Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 3.01 KB

types_app.AppCallTransactionResult.md

File metadata and controls

104 lines (55 loc) · 3.01 KB

@algorandfoundation/algokit-utils / types/app / AppCallTransactionResult

Interface: AppCallTransactionResult

types/app.AppCallTransactionResult

Result from calling an app

Hierarchy

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

src/types/transaction.ts:46


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

src/types/transaction.ts:56


return

Optional return: ABIReturn

If an ABI method was called the processed return value

Inherited from

AppCallTransactionResultOfType.return

Defined in

src/types/app.ts:205


transaction

transaction: Transaction

The transaction

Inherited from

AppCallTransactionResultOfType.transaction

Defined in

src/types/transaction.ts:44


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Inherited from

AppCallTransactionResultOfType.transactions

Defined in

src/types/transaction.ts:52