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
Docs says that useWalletClient will get viem WalletClient type, but actually, it get UseWalletClientReturnType, which doesn't satisfy the viem. I didn't know whether it is a docs issue.
I use viem and want to get a viem WalletClient type from wagmi, how can I do that?
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Wagmi version. If you have any questions or comments you can create a new discussion thread.
What is the type of issue?
No response
What is the issue?
Docs says that
useWalletClient
will get viemWalletClient
type, but actually, it getUseWalletClientReturnType
, which doesn't satisfy the viem. I didn't know whether it is a docs issue.I use viem and want to get a viem
WalletClient
type from wagmi, how can I do that?docs: https://wagmi.sh/react/api/hooks/useWalletClient#usewalletclient
Where did you find it?
N/A
The text was updated successfully, but these errors were encountered: