Type Definition node_primitives::Timestamp

source ·
pub type Timestamp = u64;
Expand description

A timestamp: milliseconds since the unix epoch. u64 is enough to represent a duration of half a billion years, when the time scale is milliseconds.