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

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

Interface: AccountLookupResult

types/indexer.AccountLookupResult

Indexer result for an account lookup, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-id

Table of contents

Properties

Properties

account

account: AccountResult

The returned account

Defined in

src/types/indexer.ts:20


current-round

current-round: number

Round at which the results were computed.

Defined in

src/types/indexer.ts:18