web3dart
web3dart copied to clipboard
Calling custom RPC methods
There are methods not covered by the current client interface, like txpool_content
. Is there a way to call them? I could not find one easily.
I suggest making Web3Client._makeRPCCall
public so it is easy to call them. No matter how hard we try to wrap all standard methods, there still may be blockchains with their custom methods which we cannot call.