Struct ethabi::Contract [] [src]

pub struct Contract { /* fields omitted */ }

API building calls to contracts ABI.

Methods

impl Contract
[src]

[src]

Initializes contract with ABI specification.

[src]

Creates constructor call builder.

[src]

Creates function call builder.

[src]

Creates event decoder.

[src]

Iterate over all functions of the contract in arbitrary order.

[src]

Iterate over all events of the contract in arbitrary order.

Trait Implementations

impl Clone for Contract
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Contract
[src]

[src]

Formats the value using the given formatter.