Tradehub.Account.address
You're seeing just the function
address
, go back to Tradehub.Account module for more information.
Specs
address(Tradehub.text()) :: {:error, HTTPoison.Error.t()} | {:ok, Tradehub.address()}
Request the wallet address which is represented by a username.
If no address is found an exception with status code 404 will be raised.
Examples
iex> Tradehub.Account.address("tradehub_new_ver_found")
{:ok, "\n"}
iex> Tradehub.Account.address!("tradehub_new_ver_found")
"\n"