March 2019
Intermediate to advanced
636 pages
27h 50m
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