Constant node_runtime::constants::time::EPOCH_DURATION_IN_SLOTS[][src]

pub const EPOCH_DURATION_IN_SLOTS: u64 = {
		const SLOT_FILL_RATE: f64 = MILLISECS_PER_BLOCK as f64 / SLOT_DURATION as f64;

		(EPOCH_DURATION_IN_BLOCKS as f64 * SLOT_FILL_RATE) as u64
	}; // 0x0000_0000_0000_00c8u64