encode_input

Function encode_input 

Source
pub fn encode_input(
    path: Option<&str>,
    abi: Option<&str>,
    function: &str,
    values: &[String],
    lenient: bool,
    constructor: bool,
) -> Result<String, ToolError>
Expand description

According to the given abi file, encode the function and parameter values