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¶
deleted¶
• Optional
deleted: boolean
Whether or not this asset is currently deleted.
Defined in¶
destroyed-at-round¶
• Optional
destroyed-at-round: number
Round during which this asset was destroyed.
Defined in¶
index¶
• index: number
Unique asset identifier.
Defined in¶
params¶
• params: AssetParams
The parameters for the asset