Module web3::api

source ·
Expand description

Web3 implementation

Structs

Base filter handle. Uninstall filter on drop. Allows to poll the filter.
Future which resolves with new filter
Eth namespace
Eth namespace, filters
Stream of events
Net namespace
Personal namespace
ID of subscription returned from eth_subscribe
Stream of notifications from a subscription Given a type deserializable from rpc::Value and a subscription id, yields items of that type as notifications are delivered.
Trace namespace
Web3 wrapper for all namespaces
Web3 namespace

Traits

Common API for all namespaces