QuestionQ38

Hyperledger Fabric Networks

For an endorsed transaction, the gateway service forwards the transaction to the ordering service, which sequences it with other endorsed transactions and then completes what?

  • A Sends the transaction to the validation phase.
  • B Packages all endorsed transactions into a block.
  • C Sends the transaction to the endorsement phase.
  • D Broadcasts the transaction to all peers in the channel.
Explanation

The Hyperledger Fabric ordering service receives signed, endorsed transactions, establishes their order, and packages them into blocks. Those blocks are subsequently distributed to channel peers for validation and commitment.

Learn more

Community Discussion

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