solana/web3.js/src/timing.js

15 lines
227 B
JavaScript
Raw Normal View History

// @flow
2019-06-12 14:36:05 -07:00
// TODO: These constants should be removed in favor of reading them out of a
// Syscall account
/**
* @ignore
*/
export const NUM_TICKS_PER_SECOND = 10;
2019-06-12 14:36:05 -07:00
/**
* @ignore
*/
2019-03-19 13:32:42 -07:00
export const DEFAULT_TICKS_PER_SLOT = 8;