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.