Exthereum v0.1.0 Exthereum.Eth View Source

Eth Namespace for Ethereum JSON-RPC

Link to this section Summary

Link to this section Functions

Link to this function accounts() View Source
accounts() :: {:ok, list} | {:error, String.t}
Link to this function block_number() View Source
block_number() :: {:ok, integer} | {:error, String.t}
Link to this function coinbase() View Source
coinbase() :: {:ok, String.t} | {:error, String.t}
Link to this function gas_price() View Source
gas_price() :: {:ok, String.t} | {:error, String.t}
Link to this function get_balance(account_hash) View Source
get_balance(String.t) :: {:ok, float} | {:error, String.t}
Link to this function hashrate() View Source
hashrate() :: {:ok, String.t} | {:error, String.t}
Link to this function mining() View Source
mining() :: {:ok, boolean} | {:error, String.t}
Link to this function protocol_version() View Source
protocol_version() :: {:ok, integer} | {:error, String.t}
Link to this function send(method, params \\ %{}) View Source
send(method :: String.t, params :: map) ::
  {:ok, map} |
  {:error, String.t}
Link to this function syncing() View Source
syncing() :: {:ok, map} | {:error, String.t}
Link to this function transaction_count(account_hash) View Source
transaction_count(account_hash :: String.t) ::
  {:ok, integer} |
  {:error, String.t}