Protocol Kit Reference
Safe Configuration
getAddress

getAddress

Returns the address of the connected Safe smart account.

Usage


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

Returns

Promise<string>

The address of the connected Safe.

Was this page helpful?