reconnect

open suspend fun reconnect(walletId: String): ConnectedWallet?

Reconnects to a previously connected wallet by its wallet ID.

Used for restoring wallet connections after page reloads or app restarts. Default implementation returns null (reconnection not supported).

Return

The reconnected wallet info, or null if reconnection failed

Parameters

walletId

The wallet identifier (e.g., "freighter", "lobstr")