Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Condense instances
These are for the benefit of integration and tests. We do not rely on them within consensus.
NOTE: No guarantees are made about what these condense instances look like.
Documentation
class (Condense blk, Condense (Header blk), Condense (GenTx blk), Condense (GenTxId blk)) ⇒ CondenseConstraints blk Source #
Orphan instances
All CondenseConstraints xs ⇒ Condense (Header (HardForkBlock xs)) Source # | |
All CondenseConstraints xs ⇒ Condense (HardForkBlock xs) Source # | |
condense ∷ HardForkBlock xs → String Source # | |
All CondenseConstraints xs ⇒ Condense (GenTx (HardForkBlock xs)) Source # | |
All CondenseConstraints xs ⇒ Condense (TxId (GenTx (HardForkBlock xs))) Source # | |
Condense (GenTxId blk) ⇒ Condense (WrapGenTxId blk) Source # | |
condense ∷ WrapGenTxId blk → String Source # | |
Condense a ⇒ Condense (I a) Source # | |