$Asset
const$Asset:object
Type declaration
description
readonlydescription:"Specifies both the unique identifier and the parameters for an asset"='Specifies both the unique identifier and the parameters for an asset'
properties
readonlyproperties:object
properties.created-at-round
readonlyproperties.created-at-round:object
properties.created-at-round.description
readonlyproperties.created-at-round.description:"Round during which this asset was created."='Round during which this asset was created.'
properties.created-at-round.type
readonlyproperties.created-at-round.type:"integer"='integer'
properties.created-at-round.x-algorand-format
readonlyproperties.created-at-round.x-algorand-format:"uint64"='uint64'
properties.deleted
readonlyproperties.deleted:object
properties.deleted.description
readonlyproperties.deleted.description:"Whether or not this asset is currently deleted."='Whether or not this asset is currently deleted.'
properties.deleted.type
readonlyproperties.deleted.type:"boolean"='boolean'
properties.destroyed-at-round
readonlyproperties.destroyed-at-round:object
properties.destroyed-at-round.description
readonlyproperties.destroyed-at-round.description:"Round during which this asset was destroyed."='Round during which this asset was destroyed.'
properties.destroyed-at-round.type
readonlyproperties.destroyed-at-round.type:"integer"='integer'
properties.destroyed-at-round.x-algorand-format
readonlyproperties.destroyed-at-round.x-algorand-format:"uint64"='uint64'
properties.index
readonlyproperties.index:object
properties.index.description
readonlyproperties.index.description:"unique asset identifier"='unique asset identifier'
properties.index.type
readonlyproperties.index.type:"integer"='integer'
properties.params
readonlyproperties.params:object
properties.params.$ref
readonlyproperties.params.$ref:"#/components/schemas/AssetParams"='#/components/schemas/AssetParams'
required
readonlyrequired: readonly ["index","params"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:356