cardano-ledger-core-1.15.1.0: Core components of Cardano ledgers from the Shelley release on.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Ledger.Plutus.ToPlutusData

Synopsis

Documentation

roundTripPlutusDataSpec ∷ ∀ x. (HasCallStack, Typeable x, Show x, Eq x, Arbitrary x, ToPlutusData x) ⇒ Spec Source #

Test the roundtrip property via fromPlutusData and toPlutusData for any type meeting all the constraints below.