EpochSchedule constructor
const
EpochSchedule({})
Epoch schedule information from a cluster's genesis config.
Implementation
const EpochSchedule({
required this.slotsPerEpoch,
required this.leaderScheduleSlotOffset,
required this.warmup,
required this.firstNormalEpoch,
required this.firstNormalSlot,
});