Skip to main content

TIME

Constant TIME 

Source
pub const TIME: &str = "arora/time";
Expand description

Monotonic nanoseconds since the runtime started, as a U64 value. The runtime advances it by the step’s dt before each tick. Integer nanoseconds are exact (no float drift over a long run) and give ~584 years of range before u64 overflows.