Protocol Kit Reference
Safe Modules
getModules

getModules

Returns the list of addresses of all the enabled Safe Modules.

Usage


_10
import { protocolKit } from './setup.ts'
_10
_10
const moduleAddresses = await protocolKit.getModules()

Returns

Promise<string[]>

The list of addresses of all the enabled Safe Modules.

Was this page helpful?