NANOS_PER_MILLI

Constant NANOS_PER_MILLI 

Source
const NANOS_PER_MILLI: i128 = 1_000_000;
Expand description

NANOS_PER_MILLI represents the conversion of the milli prefix to the nano prefix. This is a constant that can be utilized to easily convert between the two values.