A hook that returns the active wallet's connection status.
function Example() { const setActive = useSetActiveWalletConnectionStatus(); // when you want to set an account as active setActive(account);}
The active wallet's connection status.