ouroboros-consensus:unstable-consensus-testlib
Safe HaskellNone
LanguageHaskell2010

Test.Util.MockChain

Description

Utility functions on chains

Intended for qualified import > import qualified Test.Util.MockChain as Chain

Documentation

commonPrefix ∷ Eq b ⇒ Chain b → Chain b → Chain b Source #

dropLastBlocks ∷ Int → Chain b → Chain b Source #

lastSlot ∷ HasHeader b ⇒ Chain b → Maybe SlotNo Source #