solana/web3.js/src/timing.js

7 lines
208 B
JavaScript
Raw Normal View History

// @flow
// These constants should match the values in
// https://github.com/solana-labs/solana/blob/master/sdk/src/timing.rs
export const NUM_TICKS_PER_SECOND = 10;
2019-03-19 13:32:42 -07:00
export const DEFAULT_TICKS_PER_SLOT = 8;