The SlotConfig interface defines the configuration for slots. SlotConfig

interface SlotConfig {
    slotLength: number;
    zeroSlot: number;
    zeroTime: number;
}

Properties

slotLength: number

The slot length.

zeroSlot: number

The zero slot.

zeroTime: number

The zero time for slot calculation.