Tooling
Module SDK
Registry
getRegistryModules

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getRegistryModules

Gets all modules registered on the Module Registry.

Usage

const modules = await getRegistryModules({
  client,
})

Parameters

client

  • Type: PublicClient

The rpc client to use for the chain you want to get modules from.

Returns

  • Type: Promise<any>

An array of all modules registered on the Module Registry.