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, 1258🔥, 0💬
Popular Posts:
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...