Skip to content

DelegatedAccessControlEnumerableMock

DelegatedAccessControlEnumerableMock

constructor

constructor() public

Constructor that gets called for the implementation contract.

initialize

function initialize() external

ACL initializer.

setRoleAdmin

function setRoleAdmin(address delegate, string roleId, string adminRoleId) external

setupRole

function setupRole(address delegate, string roleId, address account) external

senderProtected

function senderProtected(address delegate, string roleId) external