ExW3.Client (exw3 v0.6.1) View Source

Link to this section Summary

Link to this section Types

Specs

argument() :: term()

Specs

error() :: {:error, :invalid_client_type} | request_error()

Specs

request_error() :: Ethereumex.Client.Behaviour.error()

Link to this section Functions

Link to this function

call_client(method_name, arguments \\ [])

View Source

Specs

call_client(atom(), [argument()]) :: {:ok, term()} | error()