[−][src]Crate web3
Ethereum JSON-RPC client (Web3).
Re-exports
pub extern crate futures; |
pub use crate::api::Web3; |
pub use crate::error::Error; |
Modules
| api |
|
| confirm | Easy to use utilities for confirmations. |
| contract | Ethereum Contract Interface |
| error | Web3 Error |
| helpers | Web3 helpers. |
| transports | Supported Ethereum JSON-RPC transports. |
| types | Web3 Types |
Enums
| EitherTransport | A wrapper over two possible transports. |
Traits
| BatchTransport | A transport implementation supporting batch requests. |
| DuplexTransport | A transport implementation supporting pub sub subscriptions. |
| Transport | Transport implementation |
Type Definitions
| RequestId | Assigned RequestId |
| Result | RPC result |