$TransactionAssetConfig
const$TransactionAssetConfig:object
Type declaration
description
readonlydescription: “Fields for asset allocation, re-configuration, and destruction.\n\n\nA zero value for asset-id indicates asset creation.\nA zero value for the params indicates asset destruction.\n\nDefinition:\ndata/transactions/asset.go : AssetConfigTxnFields”
properties
readonlyproperties:object
properties.asset-id
readonlyproperties.asset-id:object
properties.asset-id.description
readonlyproperties.asset-id.description: ”\[xaid\] ID of the asset being configured or empty if creating.” ='\\[xaid\\] ID of the asset being configured or empty if creating.'
properties.asset-id.type
readonlyproperties.asset-id.type:"integer"='integer'
properties.params
readonlyproperties.params:object
properties.params.$ref
readonlyproperties.params.$ref:"#/components/schemas/AssetParams"='#/components/schemas/AssetParams'
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1407