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
_role
bytes32
bytes32 hash of role.
_account
address
Address of entity to be checked.