Skip to content
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

Compliant with Hyperledger Sawtooth Consensus API #5

Open
therealdannzor opened this issue Jun 4, 2021 · 0 comments
Open

Compliant with Hyperledger Sawtooth Consensus API #5

therealdannzor opened this issue Jun 4, 2021 · 0 comments

Comments

@therealdannzor
Copy link
Owner

therealdannzor commented Jun 4, 2021

From https://github.com/hyperledger/sawtooth-rfcs/blob/main/text/0004-consensus-api.md:

Block {
    Id: string               // This block's identifier
    Previous Id: string      // This block's parent's identifier
    Index: unsigned integer  // The "height" of this block
    Consensus: bytes         // The opaque consensus payload for this block
    Signer: bytes            // The signer of this block
    Summary: bytes           // A digest of the contents of the block
}
@therealdannzor therealdannzor changed the title Compliant with Hyperledger Sawh Compliant with Hyperledger Sawtooth Consensus API Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant