Home Reference Source

src/timing.js

// @flow

// TODO: These constants should be removed in favor of reading them out of a
// Syscall account

/**
 * @ignore
 */
export const NUM_TICKS_PER_SECOND = 10;

/**
 * @ignore
 */
export const DEFAULT_TICKS_PER_SLOT = 8;