ouroboros-consensus-test-0.3.1.0: Tests of the consensus layer
Safe HaskellNone
LanguageHaskell2010

Test.ThreadNet.Util.HasCreator

Description

In tests we want to be able to map a block to the core node that produced it.

Documentation

class HasCreator b where Source #

Methods

getCreator ∷ b → CoreNodeId Source #