timeslotStart

fun timeslotStart(counter: Long): Long

Calculates the start of the given time slot.

This is basically the reverse calculation of counter(timestamp) method.

Return

The Unix timestamp where the given time slot starts.

Parameters

counter

The counter representing the time slot.