disconnectByAddress

open suspend fun disconnectByAddress(address: String)

Disconnects a specific wallet by address.

Override this to clean up adapter runtime state when a single signer is removed via OZExternalSignerManager.remove. The default implementation is a no-op.

Parameters

address

The Stellar G-address of the wallet to disconnect