pub fn only_owner()
Expand description
Ensures that the caller of a canister method is the owner. Panics if the caller is not the owner.
pub fn only_owner()
Ensures that the caller of a canister method is the owner. Panics if the caller is not the owner.