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.