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

Test.Consensus.Byron.Examples

Synopsis

Setup

leaderCredentials ∷ ByronLeaderCredentials Source #

secParam ∷ SecurityParam Source #

Note that we must use the same value for the SecurityParam as for the WindowSize, because decodeByronChainDepState only takes the SecurityParam and uses it as the basis for the WindowSize.

Examples

exampleGenTx ∷ GenTx ByronBlock Source #

exampleGenTxId ∷ TxId (GenTx ByronBlock) Source #

exampleHeaderHash ∷ ByronHash Source #

examples ∷ Examples ByronBlock Source #