| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Ledger.State.Orphans
Contents
Documentation
data SnapShotType Source #
Constructors
| SnapShotMark | |
| SnapShotSet | |
| SnapShotGo |
Instances
Instances
| SymbolToField "fGenDelegs" DState FGenDelegs Source # | |
Defined in Cardano.Ledger.State.Schema Methods | |
| (EncCBOR a, DecCBOR a) ⇒ PersistField (Enc a) Source # | |
Defined in Cardano.Ledger.State.Orphans Methods toPersistValue ∷ Enc a → PersistValue Source # fromPersistValue ∷ PersistValue → Either Text (Enc a) Source # | |
| (EncCBOR a, DecCBOR a) ⇒ PersistFieldSql (Enc a) Source # | |
decodePersistValue ∷ DecCBOR b ⇒ PersistValue → Either Text b Source #