Module Registry
Modules
findModule

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

The record of the module.