web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Calling custom RPC methods

Open alexeyinkin opened this issue 3 years ago • 0 comments

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.

alexeyinkin avatar Feb 24 '22 05:02 alexeyinkin