Overview
Abstract module integrating role-based access control viaMellowACL, providing permission management functionality.
Internal Functions
__ACLModule_init
Description
Initializes the module with an admin address by assigning theDEFAULT_ADMIN_ROLE. This sets up the foundational RBAC structure.
Parameters
admin_: Address to be granted theDEFAULT_ADMIN_ROLE.
Requirements
admin_must not be the zero address.- Callable only during initialization (
onlyInitializing).