ouroboros-consensus-0.1.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Node.ProtocolInfo

Synopsis

Documentation

data ProtocolInfo m b Source #

Data required to run the specified protocol.

Instances

Instances details
Functor m => Isomorphic (ProtocolInfo m) Source # 
Instance details

Defined in Ouroboros.Consensus.HardFork.Combinator.Unary

data ProtocolClientInfo b Source #

Data required by clients of a node running the specified protocol.