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
Internal data-structures are returned in some cases, for example:
For an open-gov referendum:
{"ayes":"0x0000000000000000004b41759f037253","nays":10000000000000,"support":"0x000000000000000000134c2f52751653"}
The reason is because we should be calling .toHuman() before returning, then the result would look like this:
{"ayes":"21,182,596,688,081,491","nays":"10,000,000,000,000","support":"5,431,790,688,081,491"}
which will be easier to parse.
The text was updated successfully, but these errors were encountered:
fixes issue zooper-corp#4
89aaa66
Merge pull request #5 from rvalle/fix-readable-values
4bcf38a
fixes issue #4
No branches or pull requests
Internal data-structures are returned in some cases, for example:
For an open-gov referendum:
The reason is because we should be calling .toHuman() before returning, then the result would look like this:
which will be easier to parse.
The text was updated successfully, but these errors were encountered: