| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Cardano.Ledger.Plutus.ScriptTestContext
Documentation
data PlutusArgs Source #
Constructors
| PlutusArgs | |
Fields
| |
Instances
data ScriptTestContext Source #
Constructors
| PlutusLanguage l ⇒ ScriptTestContext | |
Fields
| |
Instances
| NFData ScriptTestContext Source # | |
Defined in Test.Cardano.Ledger.Plutus.ScriptTestContext Methods rnf ∷ ScriptTestContext → () # | |
| Show ScriptTestContext Source # | |
Defined in Test.Cardano.Ledger.Plutus.ScriptTestContext Methods showsPrec ∷ Int → ScriptTestContext → ShowS # show ∷ ScriptTestContext → String # showList ∷ [ScriptTestContext] → ShowS # | |