[][src]Module web3_etz::contract

Ethereum Contract Interface

Modules

deploy

Contract deployment utilities

tokens

Contract Functions Output types.

Structs

CallFuture

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

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

Error

Contract error.