7
2
This may be a very simple question to answer, but I haven't been able to quickly find it. Regardless, if you were to deconstruct a transaction in the blockchain, and pull out the time value of the transaction, what format is the time stamp in?
In other words, if you were to pull out the draw time value, how can I convert it to a meaningful value?
Does the time need to be known right away, or just historical data (i.e., not including transactions from the most recent six blocks). Also, what granularity. Does knowing the block's timestamp solve the problem or do you need real-time as they arrive? Either way, these values are not immutable -- is that a requirement? – Stephen Gornick – 2013-02-20T12:44:58.077
Well, what I'd like to do is monitor the time difference between received transactions for a specific address. In other words, I'd like to see how often transactions are sent to a specific address. The data needs to be specific to the network, not necessarily the time the user posted the payment within their client. – RLH – 2013-02-20T12:45:48.653