Module web3::api [] [src]

Web3 implementation

Structs

BaseFilter

Base filter handle. Uninstall filter on drop. Allows to poll the filter.

CreateFilter

Future which resolves with new filter

Eth

Eth namespace

EthFilter

Eth namespace, filters

FilterStream

Stream of events

Net

Net namespace

Personal

Personal namespace

Web3

Web3 namespace

Web3Main

Web3 wrapper for all namespaces

Traits

Namespace

Common API for all namespaces

Type Definitions

ErasedWeb3

Transport-erased Web3 wrapper. Create this by callingWeb3Main::newwith a transport you've previously callederase()` on.