Skip to content

$AssetHoldingReference

const $AssetHoldingReference: object

Type declaration

description

readonly description: "References an asset held by an account." = 'References an asset held by an account.'

properties

readonly properties: object

properties.account

readonly properties.account: object

properties.account.description

readonly properties.account.description: "Address of the account holding the asset." = 'Address of the account holding the asset.'

properties.account.type

readonly properties.account.type: "string" = 'string'

properties.account.x-algorand-format

readonly properties.account.x-algorand-format: "Address" = 'Address'

properties.asset

readonly properties.asset: object

properties.asset.description

readonly properties.asset.description: "Asset ID of the holding." = 'Asset ID of the holding.'

properties.asset.type

readonly properties.asset.type: "integer" = 'integer'

properties.asset.x-algorand-format

readonly properties.asset.x-algorand-format: "uint64" = 'uint64'

required

readonly required: readonly ["account", "asset"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:465