Replies: 2 comments 1 reply
-
I am currently using this so I can have a contract instance with both
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks! should have tried that :) thanks for the link to the doc, I hope wallets keep providing more than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently walletClient can call writeContract but not read
This is annoying, especially in the context of contract instances as when you create them you need to specify either a public client (which give access to the read method) or a wallet client (which only give access to write method)
Is there a fundamental reason why there could not be a ReadAndWriteClient ?
Beta Was this translation helpful? Give feedback.
All reactions