Protocol Kit Reference
Safe Configuration
getOwners

getOwners

Returns the list of Safe owners.

Usage


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

Returns

Promise<string[]>

The list of Safe owners.

Was this page helpful?