Tatumex (tatumex v0.1.0)
Documentation for Tatumex
.
Link to this section Summary
Link to this section Functions
Link to this function
create_address(currency)
Specs
Creates Wallet Address given a currency
Paramenters
- currency: atom than represents the currency
Returns
{:ok, address}
Examples
iex> Tatumex.create_address(:bitcoin)
Link to this function
create_wallet(currency)
Specs
Creates Wallet given a currency
Paramenters
- currency: atom than represents the currency
Returns {:ok, xpub}
Examples
- iex> Tatumex.create_wallet(:bitcoin)