Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- sEpoch ∷ HasCallStack ⇒ Slot → BlockCount → Epoch
- data EPOCH
- data EpochPredicateFailure = UPIECFailure (PredicateFailure UPIEC)
Documentation
sEpoch ∷ HasCallStack ⇒ Slot → BlockCount → Epoch Source #
Compute the epoch for the given _absolute_ slot and chain stability parameter.
Instances
data EpochPredicateFailure Source #