Tradehub.Account.account

You're seeing just the function account, go back to Tradehub.Account module for more information.

Specs

account(any()) ::
  {:error, HTTPoison.Error.t()}
  | {:ok, Tradehub.account()}
  | {:ok, %{error: String.t()}}

Get account details of the given wallet address

Examples

iex> Tradehub.Account.account("swth1fdqkq5gc5x8h6a0j9hamc30stlvea6zldprt6q")