Is your feature request related to a problem? Please describe.
Right now, there isn't an easy way to check if the wallet is connected before performing actions with the Coinbase Wallet SDK. This can lead to errors or bad user experience if actions are triggered without a valid connection.
Developers have to manually check for a wallet connection before executing actions, which can be a hassle. Without a quick way to confirm the connection, actions might fail or users could see unclear error messages.
Describe the solution you'd like
Introduce a method or property to the SDK that makes it easy to check if the wallet is connected. This would ensure that actions are only triggered when the connection is valid.