Timestamp typedef

Timestamp = int

The timestamp of the block in milliseconds since the Unix Epoch. The timestamp is stored in milliseconds because some blockchains produce blocks more often than once a second.

Implementation

typedef Timestamp = int;