Skip to content

This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

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

@algorandfoundation/algokit-utils / types/transaction / ConfirmedTransactionResult

Interface: ConfirmedTransactionResult

types/transaction.ConfirmedTransactionResult

The result of sending and confirming a transaction

Hierarchy

ConfirmedTransactionResult

Table of contents

Properties

Properties

confirmation

confirmation: PendingTransactionResponse

The response from sending and waiting for the transaction

Overrides

SendTransactionResult.confirmation

Defined in

src/types/transaction.ts:79


transaction

transaction: Transaction

The transaction

Inherited from

SendTransactionResult.transaction

Defined in

src/types/transaction.ts:51