I have really simple solidity smartcontract for saving and fetching data structs. When I ask for data struct (fetching function) I need to know timestamp (or block ID) when was the struct saved. How to accomplish that?
Saving timestamp as part of struct data seems really stupid to me...
PS: I am developing in C# and Nethereum
Thanks