Protocol Kit ReferenceSafe ConfigurationgetOwners getOwners Returns the list of Safe owners. Usage example.tssetup.ts_10import { protocolKit } from './setup.ts'_10_10const ownerAddresses = await protocolKit.getOwners() Returns Promise<string[]> The list of Safe owners.getNoncegetOwnersWhoApprovedTxWas this page helpful?Report issue