Struct ethabi::Constructor [] [src]

pub struct Constructor { /* fields omitted */ }

Contract constructor call builder.

Methods

impl Constructor
[src]

[src]

Creates new constructor call builder.

[src]

Prepares ABI constructor call with given input params.

Trait Implementations

impl Clone for Constructor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Constructor
[src]

[src]

Formats the value using the given formatter.