$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:"number of units held."='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.deleted
readonlyproperties.deleted:object
properties.deleted.description
readonlyproperties.deleted.description:"Whether or not the asset holding is currently deleted from its account."='Whether or not the asset holding is currently deleted from its account.'
properties.deleted.type
readonlyproperties.deleted.type:"boolean"='boolean'
properties.is-frozen
readonlyproperties.is-frozen:object
properties.is-frozen.description
readonlyproperties.is-frozen.description:"whether or not the holding is frozen."='whether or not the holding is frozen.'
properties.is-frozen.type
readonlyproperties.is-frozen.type:"boolean"='boolean'
properties.opted-in-at-round
readonlyproperties.opted-in-at-round:object
properties.opted-in-at-round.description
readonlyproperties.opted-in-at-round.description:"Round during which the account opted into this asset holding."='Round during which the account opted into this asset holding.'
properties.opted-in-at-round.type
readonlyproperties.opted-in-at-round.type:"integer"='integer'
properties.opted-in-at-round.x-algorand-format
readonlyproperties.opted-in-at-round.x-algorand-format:"uint64"='uint64'
properties.opted-out-at-round
readonlyproperties.opted-out-at-round:object
properties.opted-out-at-round.description
readonlyproperties.opted-out-at-round.description:"Round during which the account opted out of this asset holding."='Round during which the account opted out of this asset holding.'
properties.opted-out-at-round.type
readonlyproperties.opted-out-at-round.type:"integer"='integer'
properties.opted-out-at-round.x-algorand-format
readonlyproperties.opted-out-at-round.x-algorand-format:"uint64"='uint64'
required
readonlyrequired: readonly ["amount","asset-id","is-frozen"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:385