Skip to content

$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: "number of units held." = '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.deleted

readonly properties.deleted: object

properties.deleted.description

readonly properties.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

readonly properties.deleted.type: "boolean" = 'boolean'

properties.is-frozen

readonly properties.is-frozen: object

properties.is-frozen.description

readonly properties.is-frozen.description: "whether or not the holding is frozen." = 'whether or not the holding is frozen.'

properties.is-frozen.type

readonly properties.is-frozen.type: "boolean" = 'boolean'

properties.opted-in-at-round

readonly properties.opted-in-at-round: object

properties.opted-in-at-round.description

readonly properties.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

readonly properties.opted-in-at-round.type: "integer" = 'integer'

properties.opted-in-at-round.x-algorand-format

readonly properties.opted-in-at-round.x-algorand-format: "uint64" = 'uint64'

properties.opted-out-at-round

readonly properties.opted-out-at-round: object

properties.opted-out-at-round.description

readonly properties.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

readonly properties.opted-out-at-round.type: "integer" = 'integer'

properties.opted-out-at-round.x-algorand-format

readonly properties.opted-out-at-round.x-algorand-format: "uint64" = 'uint64'

required

readonly required: readonly ["amount", "asset-id", "is-frozen"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:385