Struct parables_testing::prelude::ethabi::Constructor[][src]

pub struct Constructor {
    pub inputs: Vec<Param>,
}

Contract constructor specification.

Fields

Constructor input.

Methods

impl Constructor
[src]

Prepares ABI constructor call with given input params.

Trait Implementations

impl PartialEq<Constructor> for Constructor
[src]

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

This method tests for !=.

impl Clone for Constructor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Constructor
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Constructor
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Constructor

impl Sync for Constructor