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, ∼1408🔥, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...