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
⇑ Hyperledger Fabric Process Flow
⇑⇑ Hyperledger Tutorials
2020-01-29, 825👍, 0💬
Popular Posts:
What Is session_register() in PHP? session_register() is old function that registers global variable...
How Values in Arrays Are Indexed in PHP? Values in an array are all indexed their corresponding keys...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...