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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement service and domain model for the persistence and retrieval of Blocks. The block model must contain the following fields:
blockHeight, blockHash, parentHash, timestamp, eraId, state, deployCount, transferCount, proposer
The API must allow for obtaining of page of blocks and and individual block.
The text was updated successfully, but these errors were encountered:
meywood
When branches are created from issues, their pull requests are automatically linked.
Implement service and domain model for the persistence and retrieval of Blocks. The block model must contain the following fields:
blockHeight, blockHash, parentHash, timestamp, eraId, state, deployCount, transferCount, proposer
The API must allow for obtaining of page of blocks and and individual block.
The text was updated successfully, but these errors were encountered: