Struct ethcore_rpc::v1::Web3Client
[−]
[src]
pub struct Web3Client;
Web3 rpc implementation.
Methods
impl Web3Client
[src]
fn new() -> Self
Creates new Web3Client.
Trait Implementations
impl Web3 for Web3Client
[src]
fn client_version(&self) -> Result<String, Error>
Returns current client version.
fn sha3(&self, data: Bytes) -> Result<H256, Error>
Returns sha3 of the given data
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Transform this into an IoDelegate
, automatically wrapping the parameters. Read more