Type Alias femtos::Femtos

source ·
pub type Femtos = u128;
Expand description

Type to use for storing femtoseconds

In webassembly, using u128 results in exceedingly slow runtimes, so we use u64 instead which is enough for 5 hours of simulation time.