Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Protocol
Documentation
data ProtocolInstantiationError Source #
Constructors
ByronProtocolInstantiationError ByronProtocolInstantiationError | |
ShelleyProtocolInstantiationError ShelleyProtocolInstantiationError | |
CardanoProtocolInstantiationError CardanoProtocolInstantiationError |
Instances
Show ProtocolInstantiationError Source # | |
Defined in Cardano.Node.Protocol Methods showsPrec ∷ Int → ProtocolInstantiationError → ShowS # | |
Error ProtocolInstantiationError Source # | |
Defined in Cardano.Node.Protocol Methods |
data SomeConsensusProtocol where Source #
Constructors
SomeConsensusProtocol ∷ ∀ blk. Protocol IO blk ⇒ BlockType blk → ProtocolInfoArgs IO blk → SomeConsensusProtocol |