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 \\ :testnet)

View Source

Specs

create_wallet(atom()) :: t()

Generate a new Tradehub wallet

Examples

iex> Tradehub.Wallet.create_wallet

iex> Tradehub.Wallet.create_wallet(:testnet)