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

@algorandfoundation/algokit-utils / types/indexer / TransactionLookupResult

Interface: TransactionLookupResult

types/indexer.TransactionLookupResult

Indexer result for a transaction lookup, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactionstxid

Table of contents

Properties

Properties

current-round

current-round: number

Round at which the results were computed.

Defined in

src/types/indexer.ts:64


transaction

transaction: TransactionResult

The returned transaction

Defined in

src/types/indexer.ts:66