Skip to content

创建文章

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

src/types/indexer.ts:40


current-round

current-round: number

Round at which the results were computed.

Defined in

src/types/indexer.ts:36


next-token

next-token: string

Used for pagination, when making another request provide this token with the next parameter.

Defined in

src/types/indexer.ts:38