xclud / web3dart

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

Make makeRPCCall public #5 #11

Closed alexeyinkin closed 11 months ago

juampiq6 commented 1 year ago

can you explain why would you make it public?

andrewwahid commented 11 months ago

can you explain why would you make it public?

The same reason ethers js makes a general provider.send public

This is mainly because this library doesn't cover all eth rpc methods like debug endpoints Here's a list of all rpc methods, you can clearly see that many endpoints are not covered https://ethereum.github.io/execution-apis/api-documentation/