I am doing multiple transactions like location update for an asset, and couldn't find any way to query the transactions based on that resource:
For example If I create an asset fish1, and then make transactions to update the location of the fish, now I want to fetch the transactions for the fish1 so I can get a list of geo-points and plot them on the map.
If anyone has done something like this, please help. Thanks!