Struct ethcore_rpc::v1::RpcClient [] [src]

pub struct RpcClient { /* fields omitted */ }

RPC generic methods implementation.

Methods

impl RpcClient
[src]

Creates new RpcClient.

Trait Implementations

impl Rpc for RpcClient
[src]

Returns supported modules for Geth 1.4.0

Returns supported modules for Geth 1.3.6

Transform this into an IoDelegate, automatically wrapping the parameters. Read more