Function getAccountAssetData

  • Parameters

    • assetId: number

      The ID of the asset.

    • address: string

      Public address of the account to get balances.

    Returns Promise<null | AccountAssetDataType>

    The holdings/balance information of the account : balance, isFrozen: boolean, reason, extra

    Name

    getTotalAssetBalance

    Summary

    The holdings of a specific account for a specific asset.

Generated using TypeDoc