Separate direct wrappers of RPC calls from the convenience methods in ClientSession
?
#22
Labels
enhancement
New feature or request
ClientSession
?
#22
For now we have
eth_call
andtransfer
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 insession.rpc
?The text was updated successfully, but these errors were encountered: