pub fn encode_args<I, S>(inputs: &[Param], args: I) -> Result<Vec<DynSolValue>>where I: IntoIterator<Item = S>, S: AsRef<str>,