-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Documenting optional method parameters? #7
Comments
SjonHortensius
added a commit
to SjonHortensius/ethjs-schema
that referenced
this issue
Jul 31, 2017
instead of listing required, as 99% of all parameters are required
SjonHortensius
added a commit
to SjonHortensius/ethjs-schema
that referenced
this issue
Jul 31, 2017
instead of listing required, as 99% of all parameters are required
SjonHortensius
added a commit
to SjonHortensius/ethjs-schema
that referenced
this issue
Jul 31, 2017
instead of listing required, as 99% of all parameters are required
SjonHortensius
added a commit
to SjonHortensius/ethjs-schema
that referenced
this issue
Jul 31, 2017
instead of listing required, as 99% of all parameters are required
I'll need to think about this, this has been brought up before. And would be some bigger changes in ethjs-query. Will consider. |
SjonHortensius
added a commit
to SjonHortensius/ethjs-schema
that referenced
this issue
Aug 16, 2019
instead of listing required, as 99% of all parameters are required
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few optional method parameters which are not included in the schema. Would you be interested in a PR to fix that?
It's a very small list (most parameters are required):
I propose to include
{"methods":{"__optional":{"eth_call":[1],"eth_estimateGas":[1]}}
to document thisThe text was updated successfully, but these errors were encountered: