Function getAssetHolding

  • Returns account balance of assetID. Returns 0 if the account is not opted-in to the given asset id.

    Parameters

    • algodClient: default

      Algodv2 instance

    • accountAddress: string

      account to return assetholding info

    • assetID: number

      asset index

    Returns Promise<modelsv2.AssetHolding | undefined>

Generated using TypeDoc