⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "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.