types indexer.AssetsCreatedLookupResult
@algorandfoundation/algokit-utils / types/indexer / AssetsCreatedLookupResult
Interface: AssetsCreatedLookupResult¶
types/indexer.AssetsCreatedLookupResult
Indexer result for an account's created assets, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idcreated-assets
Table of contents¶
Properties¶
Properties¶
assets¶
• assets: AssetResult
[]
The returned assets
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.