Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- genUTxO :: Gen UTxO
- genUTxOLarge :: Gen UTxO
- genUTxOLargeN :: Int -> Gen UTxO
- selectUTxOEntries :: UTxO -> Int -> Gen ([( TxIn , TxOut )], UTxO )
- shrinkUTxO :: UTxO -> [ UTxO ]
Documentation
genUTxOLarge :: Gen UTxO Source #
selectUTxOEntries :: UTxO -> Int -> Gen ([( TxIn , TxOut )], UTxO ) Source #
Selects up to a given number of entries at random from the given UTxO set.
Returns the selected entries and the remaining UTxO set with the entries removed.
shrinkUTxO :: UTxO -> [ UTxO ] Source #