We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. The existing spec describes a subset of actually-available methods for go-ethereum.
Describe the solution you'd like
rpc.discover_all
rpc.describe
Up for grabs: thoughts on a best name for this? Maybe an optional param for rpc.discover?
rpc.discover
Describe alternatives you've considered Client-specific methods like geth.discover. Downside is that they're not (necessarily) spec'd.
geth.discover
Additional context
// @multi-geth v1.9.0 console > Object.keys(rpc.discover().methods).length 45 > Object.keys(eth).length 48
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
The existing spec describes a subset of actually-available methods for go-ethereum.
Describe the solution you'd like
rpc.discover_all
describes all methods that are actually available for a given client instance.rpc.describe
Describe alternatives you've considered
Client-specific methods like
geth.discover
. Downside is that they're not (necessarily) spec'd.Additional context
The text was updated successfully, but these errors were encountered: