Skip to content

Commit 17a70cb

Browse files
committed
Move transaction output related code to Cardano.Api.Internal.Tx.Output
1 parent 25e5f83 commit 17a70cb

File tree

8 files changed

+1105
-1018
lines changed

8 files changed

+1105
-1018
lines changed

cardano-api/cardano-api.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ library
268268
Cardano.Api.Internal.SpecialByron
269269
Cardano.Api.Internal.StakePoolMetadata
270270
Cardano.Api.Internal.Tx.BuildTxWith
271+
Cardano.Api.Internal.Tx.Output
271272
Cardano.Api.Internal.Tx.UTxO
272273
Cardano.Api.Internal.TxIn
273274
Cardano.Api.Internal.TxMetadata

cardano-api/src/Cardano/Api.hs

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ module Cardano.Api
371371
, setTxCurrentTreasuryValue
372372
, setTxTreasuryDonation
373373
, TxBodyError (..)
374+
, TxOutputError (..)
374375
, TxBodyScriptData (..)
375376

376377
-- ** Transaction Ids

0 commit comments

Comments
 (0)