Executing Public Actions from a WalletClient #439
-
Title says it all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The reason why we designed it to be separate is because wallet providers (Injected |
Beta Was this translation helpful? Give feedback.
The reason why we designed it to be separate is because wallet providers (Injected
window.ethereum
, WalletConnect v2, etc) may not provide a large majority of "node"/"public" RPC methods likeeth_call
,eth_newFilter
,eth_getLogs
, etc... So it is separate to guard the consumer from invoking the wrong methods.