useMountedAccount
Last updated
Was this helpful?
Last updated
Was this helpful?
• Docs
/ useMountedAccount
useMountedAccount():
object
|object
|object
|object
A custom hook that wraps the useAccount
hook from wagmi, incorporating a component mount check.
object
| object
| object
| object
An enhanced account object that includes all properties and methods from useAccount
, along with an improved isConnected
boolean that also takes the component's mount state into consideration.