You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`useUserDisplay(address)`| Get ENS & call-sign profile info about any Ethereum address |`displayName`, `ensAvatar`, `verificationStatus`|
134
+
|`useUIState(key, defaultValue, category?)`| Persist UI/user state in IndexedDB |`[value, setValue]` (React state pair) |
135
+
|`useEthereumWallet()`<br/>`useClient()`| Power-user hooks for direct access to Wagmi or the OpChanClient |`signMessage()`, direct client/database calls |
136
+
137
+
_Note: These hooks can be combined with the high-level `useForum()` API or used independently where your app structure requires._
0 commit comments