December 2018
Intermediate to advanced
222 pages
6h 6m
English
After an issuer approves the claim, the entire process flow is done and we can use the Fabric API to query the entire life cycle of the claim, as follows:
peer chaincode query -C icchannel -n iccc -c '{"Args":["getHistory","claim_001"]}'
From the output obtained from this query, we can see the entire Fabric transaction history of the claim request.
This ends our test execution.
Read now
Unlock full access