BitcoinDe v0.1.1 Elixir.BitcoinDe View Source

A Client for bitcoin.de

Link to this section Summary

Functions

Start the connection to bitcoin.de

Examples

iex> BitcoinDe.start_link(self(), %BitcoinDe.Credentials{key: "xxxxx", secret: "xxxxx"})
{:ok, #PID<0.204.0>}

Link to this section Functions

Link to this function start_link(parent, credentials) View Source

Start the connection to bitcoin.de

Examples

iex> BitcoinDe.start_link(self(), %BitcoinDe.Credentials{key: "xxxxx", secret: "xxxxx"})
{:ok, #PID<0.204.0>}