pub fn encode_constructor_args(
constructor: &Constructor,
args: &[impl AsRef<str>],
) -> Result<Vec<u8>, AbiError>Expand description
Given a constructor and a vector of string arguments, it proceeds to convert the args to ethabi Tokens and then ABI encode them.