Struct ethabi::Function [] [src]

pub struct Function { /* fields omitted */ }

Contract function call builder.

Methods

impl Function
[src]

Creates new function call builder.

Returns function params.

Return output params.

Prepares ABI function call with given input params.

Parses the ABI function output to list of tokens.

Get the name of the function.

Trait Implementations

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Function
[src]

Formats the value using the given formatter.