Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class SingleEraBlock blk ⇒ NoHardForks blk where Source #
getEraParams ∷ TopLevelConfig blk → EraParams Source #
Extract EraParams
from the top-level config
The HFC itself does not care about this, as it must be given the full shape across all eras.
toPartialLedgerConfig ∷ proxy blk → LedgerConfig blk → PartialLedgerConfig blk Source #
Construct partial ledger config from full ledger config
See also toPartialConsensusConfig
noHardForksEpochInfo ∷ (Monad m, NoHardForks blk) ⇒ TopLevelConfig blk → EpochInfo m Source #