Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ostium.com/llms.txt

Use this file to discover all available pages before exploring further.

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;