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

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

Interface: ConfirmedTransactionResults

types/transaction.ConfirmedTransactionResults

The result of sending and confirming one or more transactions, but where there is a primary transaction of interest

Hierarchy

ConfirmedTransactionResults

Table of contents

Properties

Properties

confirmation

confirmation: PendingTransactionResponse

The response from sending and waiting for the primary transaction

Overrides

SendTransactionResult.confirmation

Defined in

src/types/transaction.ts:85


confirmations

confirmations: PendingTransactionResponse[]

The response from sending and waiting for the transactions

Overrides

SendTransactionResults.confirmations

Defined in

src/types/transaction.ts:87


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