findModule
Find the record of a registered module.
Usage
ModuleRecord memory moduleRecord = registry.findModule(moduleAddress);Parameters
moduleAddress
- Type: address
The address of the module to find.
Returns
moduleRecord
- Type: ModuleRecord
The record of the module.