ethrpc 0.0.8

Ethereum transport-agnositic JSON RPC implementation
Documentation
1
2
3
4
5
6
7
8
pub mod buffered;
mod client;

pub use self::{
    buffered::Buffered,
    client::{Client, Error},
};
pub use reqwest;