The wallet.py file keeps a list of all transactions from that the sender or receiver id is that wallet.
Add a frontend (client) feature to print all the transactions from a single wallet.
I almost fix it. Endpoint in public_api is created. Something is going wrong with the receivers transactions. This should be fixed!! And we should also add a simple functionality in client.py for this
The wallet.py file keeps a list of all transactions from that the sender or receiver id is that wallet. Add a frontend (client) feature to print all the transactions from a single wallet.