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