Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Protocol.Types
Documentation
Constructors
CardanoProtocol |
Instances
FromJSON Protocol Source # | |
Defined in Cardano.Node.Protocol.Types | |
Generic Protocol Source # | |
Show Protocol Source # | |
NFData Protocol Source # | |
Defined in Cardano.Node.Protocol.Types | |
Eq Protocol Source # | |
NoThunks Protocol Source # | |
type Rep Protocol Source # | |
data SomeConsensusProtocol where Source #
Constructors
SomeConsensusProtocol :: forall blk. (Protocol IO blk, HasKESMetricsData blk, HasKESInfo blk, TraceConstraints blk) => BlockType blk -> ProtocolInfoArgs blk -> SomeConsensusProtocol |