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

Test.ThreadNet.TxGen.Cardano

Documentation

Orphan instances

CardanoHardForkConstraints c ⇒ TxGen (CardanoBlock c) Source # 
Instance details

Associated Types

type TxGenExtra (CardanoBlock c) 
Instance details

Defined in Test.ThreadNet.TxGen.Cardano

type TxGenExtra (CardanoBlock c) = CardanoTxGenExtra c

Methods

testGenTxs ∷ CoreNodeId → NumCoreNodes → SlotNo → TopLevelConfig (CardanoBlock c) → TxGenExtra (CardanoBlock c) → LedgerState (CardanoBlock c) ValuesMK → Gen [GenTx (CardanoBlock c)]