Skip to main content
const address = client.getSmartAccountAddress();

Returns

  • Safe address in gasless modes
  • undefined in non-gasless modes
Use this when:
  • registering the Safe delegate
  • inspecting the effective gasless sender

Response schema

type Response = `0x${string}` | undefined;