$AssetParams
const$AssetParams:object
Type declaration
description
readonlydescription: “AssetParams specifies the parameters for an asset.\n\n[apar] when part of an AssetConfig transaction.\n\nDefinition:\ndata/transactions/asset.go : AssetParams”
properties
readonlyproperties:object
properties.clawback
readonlyproperties.clawback:object
properties.clawback.description
readonlyproperties.clawback.description: ”\[c\] Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.” ='\\[c\\] Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.'
properties.clawback.type
readonlyproperties.clawback.type:"string"='string'
properties.creator
readonlyproperties.creator:object
properties.creator.description
readonlyproperties.creator.description:"The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case."='The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.'
properties.creator.type
readonlyproperties.creator.type:"string"='string'
properties.decimals
readonlyproperties.decimals:object
properties.decimals.description
readonlyproperties.decimals.description: ”\[dc\] The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).” ='\\[dc\\] The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).'
properties.decimals.maximum
readonlyproperties.decimals.maximum:19=19
properties.decimals.minimum
readonlyproperties.decimals.minimum:0=0
properties.decimals.type
readonlyproperties.decimals.type:"integer"='integer'
properties.default-frozen
readonlyproperties.default-frozen:object
properties.default-frozen.description
readonlyproperties.default-frozen.description: ”\[df\] Whether holdings of this asset are frozen by default.” ='\\[df\\] Whether holdings of this asset are frozen by default.'
properties.default-frozen.type
readonlyproperties.default-frozen.type:"boolean"='boolean'
properties.freeze
readonlyproperties.freeze:object
properties.freeze.description
readonlyproperties.freeze.description: ”\[f\] Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.” ='\\[f\\] Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.'
properties.freeze.type
readonlyproperties.freeze.type:"string"='string'
properties.manager
readonlyproperties.manager:object
properties.manager.description
readonlyproperties.manager.description: ”\[m\] Address of account used to manage the keys of this asset and to destroy it.” ='\\[m\\] Address of account used to manage the keys of this asset and to destroy it.'
properties.manager.type
readonlyproperties.manager.type:"string"='string'
properties.metadata-hash
readonlyproperties.metadata-hash:object
properties.metadata-hash.description
readonlyproperties.metadata-hash.description: ”\[am\] A commitment to some unspecified asset metadata. The format of this metadata is up to the application.” ='\\[am\\] A commitment to some unspecified asset metadata. The format of this metadata is up to the application.'
properties.metadata-hash.format
readonlyproperties.metadata-hash.format:"byte"='byte'
properties.metadata-hash.pattern
readonlyproperties.metadata-hash.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.metadata-hash.type
readonlyproperties.metadata-hash.type:"string"='string'
properties.name
readonlyproperties.name:object
properties.name.description
readonlyproperties.name.description: ”\[an\] Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.” ='\\[an\\] Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.'
properties.name.type
readonlyproperties.name.type:"string"='string'
properties.name-b64
readonlyproperties.name-b64:object
properties.name-b64.description
readonlyproperties.name-b64.description:"Base64 encoded name of this asset, as supplied by the creator."='Base64 encoded name of this asset, as supplied by the creator.'
properties.name-b64.format
readonlyproperties.name-b64.format:"byte"='byte'
properties.name-b64.pattern
readonlyproperties.name-b64.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.name-b64.type
readonlyproperties.name-b64.type:"string"='string'
properties.reserve
readonlyproperties.reserve:object
properties.reserve.description
readonlyproperties.reserve.description: ”\[r\] Address of account holding reserve (non-minted) units of this asset.” ='\\[r\\] Address of account holding reserve (non-minted) units of this asset.'
properties.reserve.type
readonlyproperties.reserve.type:"string"='string'
properties.total
readonlyproperties.total:object
properties.total.description
readonlyproperties.total.description: ”\[t\] The total number of units of this asset.” ='\\[t\\] The total number of units of this asset.'
properties.total.type
readonlyproperties.total.type:"integer"='integer'
properties.total.x-algorand-format
readonlyproperties.total.x-algorand-format:"uint64"='uint64'
properties.unit-name
readonlyproperties.unit-name:object
properties.unit-name.description
readonlyproperties.unit-name.description: ”\[un\] Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.” ='\\[un\\] Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.'
properties.unit-name.type
readonlyproperties.unit-name.type:"string"='string'
properties.unit-name-b64
readonlyproperties.unit-name-b64:object
properties.unit-name-b64.description
readonlyproperties.unit-name-b64.description:"Base64 encoded name of a unit of this asset, as supplied by the creator."='Base64 encoded name of a unit of this asset, as supplied by the creator.'
properties.unit-name-b64.format
readonlyproperties.unit-name-b64.format:"byte"='byte'
properties.unit-name-b64.pattern
readonlyproperties.unit-name-b64.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.unit-name-b64.type
readonlyproperties.unit-name-b64.type:"string"='string'
properties.url
readonlyproperties.url:object
properties.url.description
readonlyproperties.url.description: ”\[au\] URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.” ='\\[au\\] URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.'
properties.url.type
readonlyproperties.url.type:"string"='string'
properties.url-b64
readonlyproperties.url-b64:object
properties.url-b64.description
readonlyproperties.url-b64.description:"Base64 encoded URL where more information about the asset can be retrieved."='Base64 encoded URL where more information about the asset can be retrieved.'
properties.url-b64.format
readonlyproperties.url-b64.format:"byte"='byte'
properties.url-b64.pattern
readonlyproperties.url-b64.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.url-b64.type
readonlyproperties.url-b64.type:"string"='string'
required
readonlyrequired: readonly ["creator","decimals","total"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:483