pub fn w3_subinvoke( uri: &str, module: &str, method: &str, input: Vec<u8>, ) -> Result<Vec<u8>, String>
Subinvoke API Helper