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