Skip to content

$MiniAssetHolding

const $MiniAssetHolding: object

Type declaration

description

readonly description: "A simplified version of AssetHolding " = 'A simplified version of AssetHolding '

properties

readonly properties: object

properties.address

readonly properties.address: object

properties.address.type

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

properties.amount

readonly properties.amount: object

properties.amount.type

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

properties.amount.x-algorand-format

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

properties.deleted

readonly properties.deleted: object

properties.deleted.description

readonly properties.deleted.description: "Whether or not this asset holding is currently deleted from its account." = 'Whether or not this 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.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 the asset." = 'Round during which the account opted into the asset.'

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 the asset." = 'Round during which the account opted out of the asset.'

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 ["address", "amount", "is-frozen"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:870