Exthereum v0.1.0 Exthereum.Net View Source

Net Namespace for Ethereum JSON-RPC

Link to this section Summary

Link to this section Functions

Link to this function listening() View Source
listening() :: {:ok, boolean} | {:error, String.t}
Link to this function peer_count() View Source
peer_count() :: {: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 version() View Source
version() :: {:ok, float} | {:error, String.t}