Function call_untyped

Source
pub fn call_untyped(
    contract_address: PublicAddress,
    method_name: &str,
    arguments: Vec<u8>,
    value: u64,
) -> Option<Vec<u8>>
Expand description

A call to contract, with vector of bytes as return type. It returns Option of Vec of bytes. Interpretation on the bytes depends on caller