⚠️ 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 a deployed module on the Registry. Note, that this function will always return a module record and you should check if it contains the expected data, like the resolverUID or metadata.
Usage
ModuleRecord memory moduleRecord = findModule({ moduleAddress: moduleAddress });Parameters
moduleAddress
- Type:
address
The address of the module to find.
Returns
moduleRecord
- Type:
ModuleRecord
The module record.