cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Safe Haskell None
Language Haskell2010

Cardano.Wallet.Primitive.Types.UTxO.Gen

Synopsis

Documentation

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.