Epoch schedule configuration.

1.0.0

interface EpochSchedule {
    firstNormalEpoch: Epoch;
    firstNormalSlot: Slot;
    leaderScheduleSlotOffset: number;
    slotsPerEpoch: number;
    warmup: boolean;
}

Properties

firstNormalEpoch: Epoch
firstNormalSlot: Slot
leaderScheduleSlotOffset: number
slotsPerEpoch: number
warmup: boolean