IACL
Last updated
Was this helpful?
Source: contracts/acl/IACL.sol\
abstract function`` hasPermission(address who, address where, bytes32 what, bytes how) public view returns (bool)
Parameters:
who - address
where - address
what - bytes32
how - bytes
Returns:
bool
abstract function`` initialize(address permissionsCreator) external
Parameters:
permissionsCreator - address
Last updated
Was this helpful?
Was this helpful?
