Function getBalances

  • Name

    getBalances

    Summary

    Get the balances of an account including free, reserved, miscFrozen and feeFrozen balances as well as the total.

    Returns

    The balances of the account.

    Parameters

    • address: string

      Public address of the account to get balances.

    Returns Promise<{
        feeFrozen: BN;
        free: BN;
        miscFrozen: BN;
        reserved: BN;
    }>

Generated using TypeDoc