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
Improve outputs when executing program commands
curl <host>/<network>/program/credits.aleo/mapping/bonded/<public_key> "{\n validator: <public_key>,\n microcredits: 21091223930u64\n}"
The above can't be parsed, and is not valid json.
It should return valid json, example:
{ "validator": "<public_key>", "microcredits": "21065418248u64" }
Even better microcredits not having u64.
u64
independent of env.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Improve outputs when executing program commands
Steps to Reproduce
The above can't be parsed, and is not valid json.
Expected Behavior
It should return valid json, example:
Even better microcredits not having
u64
.Your Environment
independent of env.
The text was updated successfully, but these errors were encountered: