Function w3_subinvoke

Source
pub fn w3_subinvoke(
    uri: &str,
    module: &str,
    method: &str,
    input: Vec<u8>,
) -> Result<Vec<u8>, String>
Expand description

Subinvoke API Helper