xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
180 stars 96 forks source link

Calling custom RPC methods #5

Open alexeyinkin opened 2 years ago

alexeyinkin commented 2 years ago

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.