Module web3::transports

source ·
Expand description

Supported Ethereum JSON-RPC transports.

Re-exports

pub use self::batch::Batch;
pub use self::http::Http;
pub use self::ipc::Ipc;
pub use self::ws::WebSocket;

Modules

Batching Transport
HTTP Transport
IPC Transport for *nix
WebSocket Transport

Structs

Event Loop Handle. NOTE: Event loop is stopped when handle is dropped!

Type Definitions

RPC Result.