OZConnectedWallet

public struct OZConnectedWallet : Sendable, Equatable, Hashable

Information about an externally connected wallet.

Returned by OZExternalWalletAdapter.connect and OZExternalWalletAdapter.getConnectedWallets to identify which wallet is connected and its signing address.

Example:

let wallet = OZConnectedWallet(
    address: "GABC123...",
    walletId: "freighter",
    walletName: "Freighter"
)