Skip to main content

is_controller

Function is_controller 

Source
pub async fn is_controller(caller: Principal) -> Result<(), AccessError>
Expand description

Require that the caller controls the current canister. Allows controller-only maintenance calls.