Struct ethcore_rpc::v1::RpcClient
[−]
[src]
pub struct RpcClient { /* fields omitted */ }
RPC generic methods implementation.
Methods
impl RpcClient
[src]
Trait Implementations
impl Rpc for RpcClient
[src]
fn rpc_modules(&self) -> Result<BTreeMap<String, String>, Error>
Returns supported modules for Geth 1.4.0
fn modules(&self) -> Result<BTreeMap<String, String>, Error>
Returns supported modules for Geth 1.3.6
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Transform this into an IoDelegate
, automatically wrapping the parameters. Read more