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, ∼1464🔥, 0💬
Popular Posts:
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
What Happens If One Row Has Missing Columns? What happens if one row has missing columns? Most brows...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...