pub fn notify<T: ArgumentEncoder>(
id: Principal,
method: &str,
args: T,
) -> Result<(), RejectionCode>
Expand description
Like notify_with_payment128, but sets the payment to zero.
pub fn notify<T: ArgumentEncoder>(
id: Principal,
method: &str,
args: T,
) -> Result<(), RejectionCode>
Like notify_with_payment128, but sets the payment to zero.