Function getAccountAssetBalance

  • Parameters

    • assetId: number

      The ID of the asset.

    • address: string

      Public address of the account to get balance.

    Returns Promise<null | BN>

    The balance of the account.

    Name

    getAssetBalance

    Summary

    Get the balance of an account for a specific asset.

Generated using TypeDoc