interface EraParameters {
    epochLength: number;
    safeZone: number;
    slotLength: SlotLength;
}

Properties

epochLength: number
safeZone: number
slotLength: SlotLength