[]Function fabric_contract::prelude::host_call

pub fn host_call(
    binding: &str,
    ns: &str,
    op: &str,
    msg: &[u8]
) -> Result<Vec<u8>, Error>

The function through which all host calls take place.