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, 1152🔥, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
What is EPUB 2.0 Metadata "dc:identifier" Element? EPUB 2.0 Metadata "dc:identifier" is a required m...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...