Struct ethabi::Interface [] [src]

pub struct Interface(_);

Contract interface.

Methods

impl Interface
[src]

[src]

Loads interface from json.

[src]

Returns contract constructor specification.

[src]

Returns specification of contract function.

[src]

Returns specification of contract event.

[src]

Get an iterator over all operations of the contract.

Trait Implementations

impl Clone for Interface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Interface
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Interface
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.