Function notify_raw

Source
pub fn notify_raw(
    id: Principal,
    method: &str,
    args_raw: &[u8],
    payment: u128,
) -> Result<(), RejectionCode>
👎Deprecated since 0.18.0: Please use ic_cdk::call::Call::unbounded_wait() instead.
Expand description

Like notify, but sends the argument as raw bytes, skipping Candid serialization.