Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Api.EraCast
Documentation
class EraCast (f ∷ Type → Type) where Source #
Methods
eraCast ∷ (IsCardanoEra fromEra, IsCardanoEra toEra) ⇒ CardanoEra toEra → f fromEra → Either EraCastError (f toEra) Source #
Instances
data EraCastError Source #
Constructors
∀ fromEra toEra value.(IsCardanoEra fromEra, IsCardanoEra toEra, Show value) ⇒ EraCastError | |
Fields
|