Struct ethabi::Interface [] [src]

pub struct Interface(_);

Contract interface.

Methods

impl Interface
[src]

Loads interface from json.

Returns contract constructor specification.

Returns specification of contract function.

Returns specification of contract event.

Get an iterator over all operations of the contract.

Trait Implementations

impl Clone for Interface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Interface
[src]

Formats the value using the given formatter.

impl PartialEq for Interface
[src]

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

This method tests for !=.