Tradehub.Public.Account.get_address
You're seeing just the function
get_address
, go back to Tradehub.Public.Account module for more information.
Link to this function
get_address(username)
Specs
get_address(String.t()) :: {:error, HTTPoison.Error.t()} | {:ok, String.t()}
Request the wallet address which is represented by a username.
If no address is found an exception with status code 404 will be raised.