consensus-test
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Consensus.PointSchedule.NodeState

Synopsis

Documentation

data NodeState blk Source #

The state of a peer at a given point in time.

Constructors

NodeState 

Fields

Instances

Instances details
Show blk ⇒ Show (NodeState blk) Source # 
Instance details

Defined in Test.Consensus.PointSchedule.NodeState

Methods

showsPrecIntNodeState blk → ShowS #

showNodeState blk → String #

showList ∷ [NodeState blk] → ShowS #

Eq blk ⇒ Eq (NodeState blk) Source # 
Instance details

Defined in Test.Consensus.PointSchedule.NodeState

Methods

(==)NodeState blk → NodeState blk → Bool #

(/=)NodeState blk → NodeState blk → Bool #

Condense (NodeState TestBlock) Source # 
Instance details

Defined in Test.Consensus.PointSchedule.NodeState

CondenseList (NodeState TestBlock) Source # 
Instance details

Defined in Test.Consensus.PointSchedule.NodeState

nsTipTipHasHeader blk ⇒ NodeState blk → Tip blk Source #