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

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

Interface: AssetResult

types/indexer.AssetResult

Specifies both the unique identifier and the parameters for an asset. https://developer.algorand.org/docs/rest-apis/indexer/#asset

Table of contents

Properties

Properties

created-at-round

Optional created-at-round: number

Round during which this asset was created.

Defined in

src/types/indexer.ts:534


deleted

Optional deleted: boolean

Whether or not this asset is currently deleted.

Defined in

src/types/indexer.ts:532


destroyed-at-round

Optional destroyed-at-round: number

Round during which this asset was destroyed.

Defined in

src/types/indexer.ts:536


index

index: number

Unique asset identifier.

Defined in

src/types/indexer.ts:530


params

params: AssetParams

The parameters for the asset

Defined in

src/types/indexer.ts:538