-
Notifications
You must be signed in to change notification settings - Fork 107
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
getinfo JSON-RPC method #3142
Comments
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @gustavovalverde @jvff @oxarbitrage @teor2345 @upbqdn |
I think it will make sense to put the So this is partially blocked by that, however the PR that creates the crate should be merged soon and some work can be advanced without it so i will not tag this as blocked. |
We could pass |
Oh, I did not think on that, thanks!
Yea, i think this is doable. Thanks again. |
Motivation
lightwalletd
uses thegetinfo
JSON-RPC method.Required Fields
The method is documented here: https://zcash.github.io/rpc/getinfo.html
But only the following fields are used by
lightwalletd
: https://github.com/zcash/lightwalletd/blob/master/common/common.go#L91Field list:
Tasks
app_version()
USER_AGENT
lightwalletd
API Reference
We plan to use jsonrpc_core with:
Example Code
Here are examples of:
The text was updated successfully, but these errors were encountered: