Is it possible to track each individual asset item.
If i have a system with an asset representing currency (USD) and another one representing some virtual item (Item).
I then "buy" 10 "items" for 1 "USDs" each.
Then i "buy" another 10 "items" for 2 "USDs" each.
I then "sell" 10 "items" for 3 "USDs" each - is there a way i can tell that the "items" i am "selling" have originally cost me 1 "USD" each?
In a way, is there a way to track which of the "Items" i am "selling" ?
* by buying and selling i am referring to "Atomic exchange transactions" swapping the USD assets for the ITEM assets *