IROJIVerseAccessControlHasRole

IROJIVerseAccessControlHasRole

Access control interface for ROJI. Similar to the OpenZeppelin AccessControl access. This is implemented by the ROJIVerseAccessControl contract.

hasRole

function hasRole(bytes32 role, address account) external view returns (bool)

Was this helpful?