Connected Wallet
Information about an externally connected wallet.
Returned by ExternalWalletAdapter.connect and ExternalWalletAdapter.getConnectedWallets to identify which wallet is connected and its signing address.
Example:
val wallet = ConnectedWallet(
address = "GABC123...",
walletId = "freighter",
walletName = "Freighter"
)Content copied to clipboard