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, ∼1962🔥, 0💬
Popular Posts:
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...