$AssetHolding
const
$AssetHolding:object
Type declaration
description
readonly
description: “Describes an asset held by an account.\n\nDefinition:\ndata/basics/userBalance.go : AssetHolding”
properties
readonly
properties:object
properties.amount
readonly
properties.amount:object
properties.amount.description
readonly
properties.amount.description: ”\[a\] number of units held.” ='\\[a\\] number of units held.'
properties.amount.type
readonly
properties.amount.type:"integer"
='integer'
properties.amount.x-algorand-format
readonly
properties.amount.x-algorand-format:"uint64"
='uint64'
properties.asset-id
readonly
properties.asset-id:object
properties.asset-id.description
readonly
properties.asset-id.description:"Asset ID of the holding."
='Asset ID of the holding.'
properties.asset-id.type
readonly
properties.asset-id.type:"integer"
='integer'
properties.asset-id.x-go-name
readonly
properties.asset-id.x-go-name:"AssetID"
='AssetID'
properties.is-frozen
readonly
properties.is-frozen:object
properties.is-frozen.description
readonly
properties.is-frozen.description: ”\[f\] whether or not the holding is frozen.” ='\\[f\\] whether or not the holding is frozen.'
properties.is-frozen.type
readonly
properties.is-frozen.type:"boolean"
='boolean'
required
readonly
required: readonly ["amount"
,"asset-id"
,"is-frozen"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:440