Safe Haskell | None |
---|---|
Language | Haskell2010 |
Assorted utility functions for Shelley protocol integration.
In particular, various things we need for integration with the
delegation
package from cardano-ledger-specs.
Synopsis
- firstSlotOfEpochOfSlot :: EpochInfo Identity -> SlotNo -> SlotNo
- isNewEpoch :: EpochInfo Identity -> WithOrigin SlotNo -> SlotNo -> Bool
Documentation
firstSlotOfEpochOfSlot :: EpochInfo Identity -> SlotNo -> SlotNo Source #
Return the first slot in the epoch of the given slot.