Tools, FAQ, Tutorials:
What Is Hyperledger Fabric Query
What Is Hyperledger Fabric Query?
✍: FYIcenter.com
A Hyperledger Fabric Query is a GET operation provided by
a chaincode on a channel on a Hyperledger Fabric network to return
the current state of a given asset.
In order to perform a query operation, you need to prepare the following:
The process flow a query operation has 3 major steps:
As you can see, a query operation only involves one peer. Other peers and the orderer are not involved.
⇒ Interfaces to Communicate with Ledger Peer
⇐ Hyperledger Fabric Process Flow
2020-01-29, ∼1410🔥, 0💬
Popular Posts:
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...