ouroboros-consensus-0.18.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ouroboros.Consensus.HardFork.Combinator.Condense

Description

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

Orphan instances

All CondenseConstraints xs ⇒ Condense (Header (HardForkBlock xs)) Source # 
Instance details

All CondenseConstraints xs ⇒ Condense (HardForkBlock xs) Source # 
Instance details

All CondenseConstraints xs ⇒ Condense (GenTx (HardForkBlock xs)) Source # 
Instance details

All CondenseConstraints xs ⇒ Condense (TxId (GenTx (HardForkBlock xs))) Source # 
Instance details

Condense (GenTxId blk) ⇒ Condense (WrapGenTxId blk) Source # 
Instance details

Methods

condenseWrapGenTxId blk → String Source #

Condense a ⇒ Condense (I a) Source # 
Instance details

Methods

condenseI a → String Source #