Asset
Asset =
object
Defined in: packages/indexer_client/src/models/asset.ts:9
Specifies both the unique identifier and the parameters for an asset
Properties
Section titled “Properties”createdAtRound?
Section titled “createdAtRound?”
optionalcreatedAtRound:bigint
Defined in: packages/indexer_client/src/models/asset.ts:23
Round during which this asset was created.
deleted?
Section titled “deleted?”
optionaldeleted:boolean
Defined in: packages/indexer_client/src/models/asset.ts:18
Whether or not this asset is currently deleted.
destroyedAtRound?
Section titled “destroyedAtRound?”
optionaldestroyedAtRound:bigint
Defined in: packages/indexer_client/src/models/asset.ts:28
Round during which this asset was destroyed.
id:
bigint
Defined in: packages/indexer_client/src/models/asset.ts:13
unique asset identifier
params
Section titled “params”params:
AssetParams
Defined in: packages/indexer_client/src/models/asset.ts:29