Skip to content

Commit

Permalink
fixup! Export fromShelleyBasedScript from Cardano.Api
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeinsky committed Nov 22, 2022
1 parent e45399b commit 3d4cc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions cardano-api/src/Cardano/Api.hs
Expand Up @@ -423,10 +423,6 @@ module Cardano.Api (
ScriptHash,
hashScript,

-- ** Conversion functions
-- | Convert from cardano-ledger Script to cardano-api Script
fromShelleyBasedScript,

-- * Serialisation
-- | Support for serialising data in JSON, CBOR and text files.
InputFormat (..),
Expand Down
1 change: 1 addition & 0 deletions cardano-api/src/Cardano/Api/Shelley.hs
Expand Up @@ -108,6 +108,7 @@ module Cardano.Api.Shelley
ProtocolParametersError(..),

-- * Scripts
fromShelleyBasedScript,
toShelleyScript,
toShelleyMultiSig,
fromShelleyMultiSig,
Expand Down

0 comments on commit 3d4cc9b

Please sign in to comment.