Module web3::contract[][src]

Ethereum Contract Interface

Modules

deploy

Contract deployment utilities

tokens

Contract Functions Output types.

Structs

CallResult

A standard function (RPC) call result. Takes any type which is deserializable from JSON, a function definition and a future which yields that type.

Contract

Ethereum Contract Interface

Error

The Error type.

Options

Contract Call/Query Options

QueryResult

Function-specific bytes-decoder future. Takes any type which is deserializable from Vec<ethabi::Token>, a function definition and a future which yields that type.

Enums

ErrorKind

The kind of an error.