ouroboros-consensus-cardano-0.12.1.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.ByronSpec.Ledger.Conversions

Description

Conversions from ouroboros-consensus types to the Byron spec types

Intended for unqualified import.

Synopsis

Spec to consensus

fromByronSpecPrevHash :: (Hash -> HeaderHash b) -> Hash -> ChainHash b Source #

fromByronSpecSlotNo :: Slot -> SlotNo Source #

Consensus to spec

toByronSpecSlotNo :: SlotNo -> Slot Source #