//! Ethereum rpc interface implementation. pub mod web3; pub mod eth; pub mod net; pub use self::web3::Web3Client; pub use self::eth::EthClient;