Struct ethabi::Function [] [src]

pub struct Function { /* fields omitted */ }

Contract function call builder.

Methods

impl Function
[src]

[src]

Creates new function call builder.

[src]

Returns function params.

[src]

Return output params.

[src]

Prepares ABI function call with given input params.

[src]

Parses the ABI function output to list of tokens.

[src]

Get the name of the function.

Trait Implementations

impl Clone for Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Function
[src]

[src]

Formats the value using the given formatter.