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, ∼1853🔥, 0💬
Popular Posts:
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...