Returns
- Safe address in gasless modes
undefinedin non-gasless modes
- registering the Safe delegate
- inspecting the effective gasless sender
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the Safe smart-account address used by gasless Ostium client modes.
const address = client.getSmartAccountAddress();
undefined in non-gasless modestype Response = `0x${string}` | undefined;