pub fn call_raw(
    id: Principal,
    method: &str,
    args_raw: &[u8],
    payment: u64
) -> impl Future<Output = CallResult<Vec<u8>>>
Expand description

Similar to call, but without serialization.