WalletDisconnected

data class WalletDisconnected(val contractId: String) : SmartAccountEvent

Emitted when a wallet is disconnected.

This event is fired when disconnect() is called. The session is cleared, but stored credentials remain for future reconnection.

Constructors

Link copied to clipboard
constructor(contractId: String)

Properties

Link copied to clipboard

The smart account contract address that was disconnected