Skip to content

创建文章

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.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

↳↳ AppCallTransactionResult

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

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

SendTransactionResults.confirmations

Defined in

src/types/transaction.ts:63


return

Optional return: T

If an ABI method was called the processed return value

Defined in

src/types/app.ts:209


transaction

transaction: Transaction

The transaction

Inherited from

SendTransactionResult.transaction

Defined in

src/types/transaction.ts:51


transactions

transactions: Transaction[]

The transactions that have been prepared and/or sent

Inherited from

SendTransactionResults.transactions

Defined in

src/types/transaction.ts:59