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.