Type Definition polkadot_node_primitives::disputes::Timestamp
source · pub type Timestamp = u64;Expand description
Timestamp based on the 1 Jan 1970 UNIX base, which is persistent across node restarts and OS reboots.
pub type Timestamp = u64;Timestamp based on the 1 Jan 1970 UNIX base, which is persistent across node restarts and OS reboots.