RoleManager.sol
Implements @openzeppelin/contracts/access/AccessControl.sol
Roles
View Methods
checkRole()
Returns a boolean value indicating whether _account
has role _role
or not.
Parameters:
Name | Type | Description |
---|---|---|
|
| bytes32 hash of role. |
|
| Address of entity to be checked. |