Skip to content

Commit ed1b363

Browse files
authored
Merge pull request #833 from IntersectMBO/mgalazyn/refactor/break-apart-tx.body
Move transaction output related code from `Cardano.Api.Internal.Tx.Body` to `Cardano.Api.Internal.Tx.Output`
2 parents 25e5f83 + 17a70cb commit ed1b363

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)