numberOfTicksPerSecond top-level constant
int
const numberOfTicksPerSecond
TODO: These constants should be removed in favor of reading them out of a Syscall account.
The number of tick
ledger entries per second
.
A tick
is a ledger entry that estimates wallclock duration.
Implementation
/// The number of `tick` ledger entries per `second`.
///
/// A `tick` is a ledger entry that estimates wallclock duration.
const int numberOfTicksPerSecond = 160;