Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
extractEraSummaries ∷ EraHistory → Summary (CardanoEras StandardCrypto) #
Extract the Summary
from Cardano EraHistory
.
This is safe as long as Ouroboros.Interpeter is defined as a newtype to Ouroboros.Summary.
TODO: Can we ensure at runtime, that Interpreter is still a newtype to Summary? #20 (https:/github.comgeniusyieldatlasissues/20)
showEraSummaries ∷ EraHistory → String #
Extract and show the era summaries with all its details, useful for manually constructing EraHistory
.
See: "GeniusYield.Providers.Common.preprodEraHist"
getEraEndSlot ∷ EraHistory → Maybe SlotNo #
Get the slot after which the current era ends.