History of transaction

Hi

I have requirement to update perticular bins in set along with to keep history of that bins. i.e old value and new value of bins

Thanks and Regards, Rushikesh

You can use a Map type in that bin and create as many key:value pairs within it as you like as long as your total record size does not violate max record size constraint when storing on disk.

myBinWithHistory {ts1:value, ts2:value, ts3:value, current:value}