ouroboros-consensus-diffusion-0.16.0.0: Integration for the Ouroboros Network layer
Safe HaskellSafe-Inferred
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 #