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