Starter Kit ReferenceSafeClientgetOwners getOwners Returns the list of owners of the connected Safe. Usage example.tssetup.ts_10import { safeClient } from './setup.ts'_10_10const owners = await safeClient.getOwners() Returns Promise<string[]> The list of owners of the connected Safe.getNoncegetOwnersWhoApprovedTransactionWas this page helpful?Report issue