Function getBalance

  • Request the balance of specified account

    Parameters

    • address: `ct_${string}` | `ak_${string}`

      The public account address to obtain the balance for

    • options: { format?: AE_AMOUNT_FORMATS } & { hash?: `kh_${string}` | `mh_${string}`; height?: number; onNode: Node }

      Options

    Returns Promise<string>

Generated using TypeDoc