HeadlessConnected

data class HeadlessConnected(val contractId: String) : SmartAccountEvent

Emitted when a wallet is connected headlessly (by contract address only, with no passkey credential). Used by backends and autonomous signers that operate via the multi-signer / external-signer pipeline.

Distinct from WalletConnected: a headless connection has no credential ID, so this event carries only the contract address.

Constructors

Link copied to clipboard
constructor(contractId: String)

Properties

Link copied to clipboard

The smart account contract address (C-address)