cardano-ledger-mary-1.8.0.0: Cardano ledger with multiasset support.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Ledger.Mary.Arbitrary

Synopsis

Documentation

genMultiAssetZeroGen MultiAsset Source #

For tests, because insertMultiAsset called through genMultiAsset filters out zero values

genPositiveIntGen Int Source #

Better generator for a positive Int that explores more values

genNegativeIntGen Int Source #

Better generator for a Negative Int that explores more values

genNonNegativeIntGen Int Source #

Better generator for a Non-Negative Int that explores more values

Orphan instances