Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

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

src/types/transaction.ts:53


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:63


return

Optional return: ABIReturn

If an ABI method was called the processed return value

Inherited from

AppCallTransactionResultOfType.return

Defined in

src/types/app.ts:209


transaction

transaction: Transaction

The transaction

Inherited from

AppCallTransactionResultOfType.transaction

Defined in

src/types/transaction.ts:51


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Inherited from

AppCallTransactionResultOfType.transactions

Defined in

src/types/transaction.ts:59