Do the orderers see the transaction data in Hyperledger Fabric

0 votes
When a transaction is made in Hyperledger Fabric. It goes through the orderers for ordering. In this stage is the data visible to the orderers?
Feb 4, 2019 in Blockchain by Hrithvik
881 views

1 answer to this question.

0 votes

No, the orderers do not see the data of the transactions. If you do not want the data to go through the orderers at all, then you can use private data feature of Fabric. Or you can hash or encrypt the data in the client application before calling chaincode. If you encrypt the data, you will also have to create a decrypting mechanism after the data passes through the orderer.

answered Feb 4, 2019 by Omkar
• 69,210 points

Related Questions In Blockchain

0 votes
1 answer

In Hyperledger fabric, how does committer validate the transaction?

Endorsing and committing are just two functions ...READ MORE

answered Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,060 views
0 votes
2 answers

is there any way of getting all data in hyperledger fabric before we start the ledger

Hey, @Harinishree, You can also do one thing, ...READ MORE

answered Jun 4, 2020 in Blockchain by Gitika
• 65,910 points
1,290 views
0 votes
1 answer
+4 votes
2 answers

How do I create a new block in Hyperledger Fabric?

This link might help you: https://github.com/hyperledger/fabric-sample ...READ MORE

answered Oct 11, 2018 in Blockchain by Sahu
2,351 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
732 views
+16 votes
4 answers
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP