EosjsAuthWrapper.get_account_info

You're seeing just the function get_account_info, go back to EosjsAuthWrapper module for more information.
Link to this function

get_account_info(account)

View Source

Fetch account info.

Returns {:ok, %{"ok" => %{"account_name" => "nertnertn123", ...}}}

Examples

iex> EosjsAuthWrapper.get_account_info("testtest1234")
{:ok, %{"ok" => %{"account_name" => "nertnertn123", ...}}}