Getting details of blockchain transaction with GetTransactionByID
Mirek Sedzinski
Posted on May 15, 2022
In HyperLedger Fabric, to get details of a given transaction, one can use QSCC system chaincode call:
GetTransactionByID
The problem I came across, was with parsing the response. I couldn't find any good explanation how to do this.
Finally, with a bit of experimentation, I've managed to figure it out. Sample code and description are available here:
https://github.com/msedzins/GetTransactionByID
💖 💪 🙅 🚩
Mirek Sedzinski
Posted on May 15, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
discuss The Power of Blockchain for Smart Contracts: A Comprehensive Guide to Web3 Security
June 19, 2023