const NANOS_PER_MILLI: i128 = 1_000_000;
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.