Crate ethrpc

Crate ethrpc 

Source
Expand description

A simple Ethereum RPC implementation.

Modules§

curl
HTTP JSON RPC client implemented with curl.
eth
The eth namespace.
ext
Module containing common extensions to the standard Ethereum RPC methods.
http
jsonrpc
Module containing serializable JSON RPC data types.
method
Module containing concept of an Ethereum RPC method.
types
Ethereum RPC types.
web3
The web3 namespace.

Macros§

method
module