Protocol Kit ReferenceSafe ConfigurationgetAddress getAddress Returns the address of the connected Safe smart account. Usage example.tssetup.ts_10import { protocolKit } from './setup.ts'_10_10const safeAddress = await protocolKit.getAddress() Returns Promise<string> The address of the connected Safe.createSwapOwnerTxgetBalanceWas this page helpful?Report issue