Separate direct wrappers of RPC calls from the convenience methods in `ClientSession`?
Opened this issue · 0 comments
fjarri commented
For now we have eth_call
and transfer
in one namespace, but the former corresponds to the RPC call, while the latter contains multiple RPC calls and some logic. Would it be better to contain the RPC wrappers in session.rpc
?