Skip to content

AssetHolding

Algorand TypeScript


Algorand TypeScript / op / AssetHolding

const AssetHolding: object

Defined in: op.ts:422

assetBalance(a, b): readonly [uint64, boolean]

Amount of the asset unit held by this account Min AVM version: 2

uint64 | Account

uint64 | Asset

readonly [uint64, boolean]

assetFrozen(a, b): readonly [boolean, boolean]

Is the asset frozen or not Min AVM version: 2

uint64 | Account

uint64 | Asset

readonly [boolean, boolean]