Exthereum v0.1.0 Exthereum.Web3 View Source

Web3 Namespace for Ethereum JSON-RPC

Link to this section Summary

Link to this section Functions

Link to this function client_version() View Source
client_version() :: {:ok, String.t} | {: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 sha3(str) View Source
sha3(String.t) :: {:ok, float} | {:error, String.t}