Function getBalances

  • Parameters

    • address: string

      Public address of the account to get balances.

    Returns Promise<Balances>

    The balances of the account.

    Name

    getBalances

    Summary

    Get the balances of an account including free & reserved balances as well as the total. Currently Mainnet also returns miscFrozen & feeFrozen while alphanet returns frozen and flags. After next Mainnet runtime upgrade both miscFrozen & feeFrozen will be removed.

Generated using TypeDoc