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 | |
Error ProtocolInstantiationError Source # | |
Defined in Cardano.Node.Protocol Methods displayError :: ProtocolInstantiationError -> String Source # |
data SomeConsensusProtocol where Source #
Constructors
SomeConsensusProtocol :: forall blk. Protocol IO blk => BlockType blk -> ProtocolInfoArgs IO blk -> SomeConsensusProtocol |