pub async fn is_controller(caller: Principal) -> Result<(), AccessError>Expand description
Require that the caller controls the current canister. Allows controller-only maintenance calls.
pub async fn is_controller(caller: Principal) -> Result<(), AccessError>Require that the caller controls the current canister. Allows controller-only maintenance calls.