Is your feature request related to a problem? Please describe.
When an app loads, it’s often useful to know right away if the user already has a wallet connected. With the Coinbase Wallet SDK, this isn’t always easy to check without waiting for events or running extra logic.
Because there’s no simple way to check the connection state upfront, apps can briefly show the wrong UI or do unnecessary work before the wallet state is known.
Describe the solution you'd like
Add a simple helper or flag that lets developers check if the wallet is connected, without triggering any extra actions or network requests.