QuestionQ16

Hyperledger Fabric Networks

What role does the endorsement policy serve for Hyperledger Fabric chaincode?

  • A Define which organizations are allowed to read the ledger.
  • B Define the organizations that have permission to execute a transaction.
  • C Define which orderers will order transactions into a block.
  • D Define the organizations that must sign a transaction proposal.
Explanation

A chaincode endorsement policy defines the organizations, through their endorsing peers, that must execute and sign a transaction proposal response for the resulting transaction to satisfy validation requirements. Hyperledger Fabric endorsement policies

Learn more

Community Discussion

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