-
Notifications
You must be signed in to change notification settings - Fork 116
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
RPC changes for protocol Q (part 2) #3023
Comments
Are we adding new endpoint in rpc accordingly? |
in the beginning I thought it would be good to add them, but since we aren't really supporting the other endpoints for bakers, this change seems like it doesn't need to happen. I'll be closing it |
This one actually related to our user it's based of |
In the 2 following paths
../
is short for/chains/<chain_id>/blocks/<block_id>/context/contracts/<contract_id>/
GET ../spendable
which is identical toGET ../balance
GET ../spendable_and_frozen_bonds
which is identical toGET ../balance_and_frozen_bonds
The text was updated successfully, but these errors were encountered: