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

Cardano.Wallet.Primitive.Types.Tx.Gen

Synopsis

Documentation

genTxOutCoin :: Gen Coin Source #

Generates coins across the full range allowed in a transaction output.

This generator has a slight bias towards the limits of the range, but otherwise generates values uniformly across the whole range.

This can be useful when testing roundtrip conversions between different types.