Starter Kit Reference
SafeClient
getAddress

getAddress

Returns the connected Safe address or the predicted one based on the configuration parameters.

Usage


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

Returns

Promise<string>

The connected Safe address or the predicted one based on the configuration parameters.

Was this page helpful?