| Copyright | (c) 2023 GYELD GMBH |
|---|---|
| License | Apache 2.0 |
| Maintainer | support@geniusyield.co |
| Stability | develop |
| Safe Haskell | None |
| Language | Haskell2010 |
GeniusYield.Types.Era
Description
Documentation
Eras at which cardano-node provider may operate.
We will drop the older eras when the transition to them is complete. (atm, August 2022, we still need Alonzo a bit)
>>>Aeson.encode GYAlonzo"\"Alonzo\""
>>>Aeson.decode @GYEra "\"Babbage\""Just GYBabbage