Function reputation_module::access::is_controller
source · pub fn is_controller() -> boolExpand description
Checks if the caller is a controller.
This function retrieves the caller’s ID and checks if the caller is a controller.
§Returns
bool-trueif the caller is a controller,falseotherwise.