Starter Kit Reference
SafeClient
getOwners

getOwners

Returns the list of owners of the connected Safe.

Usage


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

Returns

Promise<string[]>

The list of owners of the connected Safe.

Was this page helpful?