Skip to content

$Asset

const $Asset: object

Type declaration

description

readonly description: "Specifies both the unique identifier and the parameters for an asset" = 'Specifies both the unique identifier and the parameters for an asset'

properties

readonly properties: object

properties.created-at-round

readonly properties.created-at-round: object

properties.created-at-round.description

readonly properties.created-at-round.description: "Round during which this asset was created." = 'Round during which this asset was created.'

properties.created-at-round.type

readonly properties.created-at-round.type: "integer" = 'integer'

properties.created-at-round.x-algorand-format

readonly properties.created-at-round.x-algorand-format: "uint64" = 'uint64'

properties.deleted

readonly properties.deleted: object

properties.deleted.description

readonly properties.deleted.description: "Whether or not this asset is currently deleted." = 'Whether or not this asset is currently deleted.'

properties.deleted.type

readonly properties.deleted.type: "boolean" = 'boolean'

properties.destroyed-at-round

readonly properties.destroyed-at-round: object

properties.destroyed-at-round.description

readonly properties.destroyed-at-round.description: "Round during which this asset was destroyed." = 'Round during which this asset was destroyed.'

properties.destroyed-at-round.type

readonly properties.destroyed-at-round.type: "integer" = 'integer'

properties.destroyed-at-round.x-algorand-format

readonly properties.destroyed-at-round.x-algorand-format: "uint64" = 'uint64'

properties.index

readonly properties.index: object

properties.index.description

readonly properties.index.description: "unique asset identifier" = 'unique asset identifier'

properties.index.type

readonly properties.index.type: "integer" = 'integer'

properties.params

readonly properties.params: object

properties.params.$ref

readonly properties.params.$ref: "#/components/schemas/AssetParams" = '#/components/schemas/AssetParams'

required

readonly required: readonly ["index", "params"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:356