$AssetHoldingReference
const$AssetHoldingReference:object
Type declaration
description
readonlydescription:"References an asset held by an account."='References an asset held by an account.'
properties
readonlyproperties:object
properties.account
readonlyproperties.account:object
properties.account.description
readonlyproperties.account.description:"Address of the account holding the asset."='Address of the account holding the asset.'
properties.account.type
readonlyproperties.account.type:"string"='string'
properties.account.x-algorand-format
readonlyproperties.account.x-algorand-format:"Address"='Address'
properties.asset
readonlyproperties.asset:object
properties.asset.description
readonlyproperties.asset.description:"Asset ID of the holding."='Asset ID of the holding.'
properties.asset.type
readonlyproperties.asset.type:"integer"='integer'
properties.asset.x-algorand-format
readonlyproperties.asset.x-algorand-format:"uint64"='uint64'
required
readonlyrequired: readonly ["account","asset"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:465