IFxRoleRegistry
Author: fx(hash)
Registry for managing AccessControl roles throughout the system
Functions
setRoleAdmin
Sets the admin of a new or existing role
function setRoleAdmin(bytes32 _role) external;
Parameters
Name | Type | Description |
---|---|---|
_role | bytes32 | Hash of the role name |