Module Setup
Last updated
Last updated
Each module instance is initialized at creation time by the public function, which is triggered by the function in . This is where custom initial (mutable) variables and other configurations are set.
That custom logic can be implemented in the virtual function, which the module implementation should override.
Parameters:
_initData
- abi-encoded initialization data.