Struct ethabi::Contract [] [src]

pub struct Contract { /* fields omitted */ }

API building calls to contracts ABI.

Methods

impl Contract
[src]

Initializes contract with ABI specification.

Creates constructor call builder.

Creates function call builder.

Creates event decoder.

Iterate over all functions of the contract in arbitrary order.

Iterate over all events of the contract in arbitrary order.

Trait Implementations

impl Clone for Contract
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Contract
[src]

Formats the value using the given formatter.