Module web3::contract

source ·
Expand description

Ethereum Contract Interface

Modules

Contract deployment utilities
Contract Functions Output types.

Structs

A standard function (RPC) call result. Takes any type which is deserializable from JSON, a function definition and a future which yields that type.
Ethereum Contract Interface
The Error type.
Contract Call/Query Options
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

The kind of an error.