Algorand TypeScript
    Preparing search index...

    Variable AssetHoldingConst

    AssetHolding: {
        assetBalance(
            a: uint64 | Account,
            b: uint64 | Asset,
        ): readonly [uint64, boolean];
        assetFrozen(
            a: uint64 | Account,
            b: uint64 | Asset,
        ): readonly [boolean, boolean];
    } = ...

    Type declaration