Skip to content

AssetHolding

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / AssetHolding

Variable: AssetHolding

const AssetHolding: object

Defined in: packages/algo-ts/src/op.ts:413

Type declaration

assetBalance()

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

Parameters

a

uint64 | Account

b

uint64 | Asset

Returns

readonly [uint64, boolean]

assetFrozen()

Is the asset frozen or not Min AVM version: 2

Parameters

a

uint64 | Account

b

uint64 | Asset

Returns

readonly [boolean, boolean]