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
We currently have no way to convert a block sideband object to json representation for debugging purposes. It would be nice to have that ability.
The task is to implement the function, which returns a string representing the state of the object in json format:
std::string nano::block_sideband::to_json() const;
The text was updated successfully, but these errors were encountered:
Hey, i'm new to the project but i think i can help
Sorry, something went wrong.
hey im having some issue and might need some help, i have made a commit but i cant push it because permission is denied
You have to clone the repository and then create a pull request.
Fix nanocurrency#4390: Wanted: to_json() function for nano::block_sid…
3e8c5ad
…eband
No branches or pull requests
We currently have no way to convert a block sideband object to json representation for debugging purposes.
It would be nice to have that ability.
The task is to implement the function, which returns a string representing the state of the object in json format:
The text was updated successfully, but these errors were encountered: