ouroboros-consensus-cardano-0.1.0.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Cardano.ShelleyHFC

Synopsis

Documentation

type ShelleyBlockHFC era = HardForkBlock '[ShelleyBlock era] Source #

Shelley as the single era in the hard fork combinator

Orphan instances

ShelleyBasedEra era => NoHardForks (ShelleyBlock era) Source # 
Instance details

ShelleyBasedEra era => SupportedNetworkProtocolVersion (ShelleyBlockHFC era) Source #

Forward to the ShelleyBlock instance. Only supports HardForkNodeToNodeDisabled, which is compatible with nodes running with ShelleyBlock.

Instance details

ShelleyBasedEra era => SerialiseHFC '[ShelleyBlock era] Source #

Use the default implementations. This means the serialisation of blocks includes an era wrapper. Each block should do this from the start to be prepared for future hard forks without having to do any bit twiddling.

Instance details