Skip to content

Commit

Permalink
Expose ShelleyTxCmdError constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Nov 27, 2022
1 parent 6ede1be commit 5639d4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions cardano-cli/src/Cardano/CLI/Shelley/Run/Key.hs
Expand Up @@ -10,6 +10,7 @@ module Cardano.CLI.Shelley.Run.Key

-- * Exports for testing
, decodeBech32
, readSigningKeyFile
) where

import Cardano.Prelude
Expand Down
10 changes: 9 additions & 1 deletion cardano-cli/src/Cardano/CLI/Shelley/Run/Transaction.hs
Expand Up @@ -9,13 +9,21 @@
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}

module Cardano.CLI.Shelley.Run.Transaction
( ShelleyTxCmdError
( ShelleyTxCmdError(..)
, renderShelleyTxCmdError
, runTransactionCmd
, readCddlTx
, readFileTx
, readProtocolParametersSourceSpec
, toTxOutInAnyEra
-- Custom release changes
, ByronOrShelleyWitness(..)
, ReadWitnessSigningDataError(..)
, SomeWitness(..)
, readWitnessSigningData
, categoriseSomeWitness
, validateTxMetadataInEra
, renderReadWitnessSigningDataError
) where

import Cardano.Prelude hiding (All, Any)
Expand Down

0 comments on commit 5639d4b

Please sign in to comment.