Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data EraTranslation xs = EraTranslation {
- translateLedgerState ∷ InPairs (RequiringBoth WrapLedgerConfig (Translate LedgerState)) xs
- translateChainDepState ∷ InPairs (RequiringBoth WrapConsensusConfig (Translate WrapChainDepState)) xs
- crossEraForecast ∷ InPairs (RequiringBoth WrapLedgerConfig (CrossEraForecaster LedgerState WrapLedgerView)) xs
- trivialEraTranslation ∷ EraTranslation '[blk]
Translate from one era to the next
data EraTranslation xs Source #
Instances
NoThunks (EraTranslation xs) Source # | |
trivialEraTranslation ∷ EraTranslation '[blk] Source #