Comment on page
AccessControl
The
AccessControl
providers modifiers that checks to make sure that the caller have proper role to be calling the intended function function onlyBy(bytes32 roleName)
Check whether the caller has the specific
roleName
in the registry
modifier onlyByProbity
Check whether the caller's role is a part of the probity system
Last modified 1yr ago