We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3aa81 commit 32b8466Copy full SHA for 32b8466
cardano-api/src/Cardano/Api/Experimental/Plutus.hs
@@ -3,6 +3,7 @@ module Cardano.Api.Experimental.Plutus
3
PlutusScriptInEra (..)
4
5
-- * Legacy Scripts
6
+ , convertToNewScriptWitness
7
, legacyWitnessToScriptRequirements
8
, legacyWitnessConversion
9
, toPlutusSLanguage
cardano-api/src/Cardano/Api/Experimental/Plutus/Internal/Shim/LegacyScripts.hs
@@ -11,7 +11,8 @@
11
{-# LANGUAGE TypeFamilyDependencies #-}
12
13
module Cardano.Api.Experimental.Plutus.Internal.Shim.LegacyScripts
14
- ( legacyWitnessToScriptRequirements
+ ( convertToNewScriptWitness
15
+ , legacyWitnessToScriptRequirements
16
17
18
)
0 commit comments