QuestionQ60

Hyperledger Fabric Networks

Which of the following describes the correct role of orderer nodes?

  • A Order and package endorsed transactions into a block.
  • B Order new tokens from the token issuer.
  • C Order peers to endorse a transaction.
  • D Reorder stored blocks to compress data volume.
Explanation

In Hyperledger Fabric, the ordering service receives endorsed transactions, places them in a defined sequence, and packages them into blocks for distribution to peers. Peers, rather than orderers, perform endorsement and validation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!