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

Similar to call128, but without serialization.