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.

Trait Implementations

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 !=.