ouroboros-consensus
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.HardFork.History.Util

Synopsis

Adding and subtracting slots/epochs

countEpochs ∷ HasCallStack ⇒ EpochNo → EpochNo → Word64 Source #

countEpochs to fr counts the epochs from fr to to (to >= fr)

countSlots ∷ HasCallStack ⇒ SlotNo → SlotNo → Word64 Source #

countSlots to fr counts the slots from fr to to (to >= fr)