pub fn notify<T>(
id: Principal,
method: &str,
args: T,
) -> Result<(), RejectionCode>where
T: ArgumentEncoder,👎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.