Function ic_cdk::api::call::notify_raw

source ยท
pub fn notify_raw(
    id: Principal,
    method: &str,
    args_raw: &[u8],
    payment: u128
) -> Result<(), RejectionCode>
Expand description

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