⚠️ 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: "getInstalledModules"
Gets a list of all installed modules for an account. Note, this feature is still experimental as some accounts are not correctly reporting module installations.
Usage
InstalledModule[] memory installedModules = instance.getInstalledModules();Parameters
instance
- Type:
AccountInstance
The instance of the account used for testing.
Returns
installedModules
- Type:
InstalledModule[]
The list of installed modules.