Function notify

Source
pub fn notify<T: ArgumentEncoder>(
    id: Principal,
    method: &str,
    args: T,
) -> Result<(), RejectionCode>
👎Deprecated since 0.18.0: Please use ic_cdk::call::Call::unbounded_wait() instead.
Expand description

Like notify_with_payment128, but sets the payment to zero.