$TransactionAssetFreeze
const
$TransactionAssetFreeze:object
Type declaration
description
readonly
description: “Fields for an asset freeze transaction.\n\nDefinition:\ndata/transactions/asset.go : AssetFreezeTxnFields”
properties
readonly
properties:object
properties.address
readonly
properties.address:object
properties.address.description
readonly
properties.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
readonly
properties.address.type:"string"
='string'
properties.asset-id
readonly
properties.asset-id:object
properties.asset-id.description
readonly
properties.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
readonly
properties.asset-id.type:"integer"
='integer'
properties.new-freeze-status
readonly
properties.new-freeze-status:object
properties.new-freeze-status.description
readonly
properties.new-freeze-status.description: ”\[afrz\] The new freeze status.” ='\\[afrz\\] The new freeze status.'
properties.new-freeze-status.type
readonly
properties.new-freeze-status.type:"boolean"
='boolean'
required
readonly
required: readonly ["address"
,"asset-id"
,"new-freeze-status"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1428