types indexer.AssetsLookupResult
@algorandfoundation/algokit-utils / types/indexer / AssetsLookupResult
Interface: AssetsLookupResult¶
types/indexer.AssetsLookupResult
Indexer result for an account's asset holdings, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idassets
Table of contents¶
Properties¶
Properties¶
assets¶
• assets: AssetHolding
[]
The returned asset holdings
Defined in¶
current-round¶
• current-round: number
Round at which the results were computed.
Defined in¶
next-token¶
• next-token: string
Used for pagination, when making another request provide this token with the next parameter.