ACLModule
Overview
Internal Functions
__ACLModule_init
__ACLModule_initfunction __ACLModule_init(address admin_) internal onlyInitializingAbstract module integrating role-based access control via MellowACL, providing permission management functionality.
__ACLModule_initfunction __ACLModule_init(address admin_) internal onlyInitializingInitializes the module with an admin address by assigning the DEFAULT_ADMIN_ROLE. This sets up the foundational RBAC structure.
admin_: Address to be granted the DEFAULT_ADMIN_ROLE.
admin_ must not be the zero address.
Callable only during initialization (onlyInitializing).