$TransactionAssetFreeze
const$TransactionAssetFreeze:object
Type declaration
description
readonlydescription: “Fields for an asset freeze transaction.\n\nDefinition:\ndata/transactions/asset.go : AssetFreezeTxnFields”
properties
readonlyproperties:object
properties.address
readonlyproperties.address:object
properties.address.description
readonlyproperties.address.description: ”\[fadd\] Address of the account whose asset is being frozen or thawed.” ='\\[fadd\\] Address of the account whose asset is being frozen or thawed.'
properties.address.type
readonlyproperties.address.type:"string"='string'
properties.asset-id
readonlyproperties.asset-id:object
properties.asset-id.description
readonlyproperties.asset-id.description: ”\[faid\] ID of the asset being frozen or thawed.” ='\\[faid\\] ID of the asset being frozen or thawed.'
properties.asset-id.type
readonlyproperties.asset-id.type:"integer"='integer'
properties.new-freeze-status
readonlyproperties.new-freeze-status:object
properties.new-freeze-status.description
readonlyproperties.new-freeze-status.description: ”\[afrz\] The new freeze status.” ='\\[afrz\\] The new freeze status.'
properties.new-freeze-status.type
readonlyproperties.new-freeze-status.type:"boolean"='boolean'
required
readonlyrequired: readonly ["address","asset-id","new-freeze-status"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1428