I can make transactions in Hyperledger (tissue implementation). I want to view all transactions and payload data initiated by the user by passing the user key.
eg:
A transfers 10 units to B
A transfers 5 units to C
D transfers 8 units to A
When I pass the key A, then the fabric should provide me with all transactions A. Is there anyway? Or which function of the API function should be used?
source
share