Tradehub.Wallet.create_wallet

You're seeing just the function create_wallet, go back to Tradehub.Wallet module for more information.
Link to this function

create_wallet(network \\ :mainnet)

View Source

Specs

create_wallet(atom()) :: %{
  mnemonic: _ :: String.t(),
  private_key: _ :: String.t(),
  address: _ :: String.t()
}

Generate a new Tradehub wallet

Examples

iex> Tradehub.Wallet.create_wallet

iex> Tradehub.Wallet.create_wallet(:testnet)