Skip to content

Commit

Permalink
Export TxIns type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Oct 27, 2022
1 parent c9457d4 commit 2bb5997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ module Cardano.Api (

-- ** Transaction inputs
TxIn(TxIn),
TxIns,
TxIx(TxIx),
renderTxIn,

Expand Down
1 change: 1 addition & 0 deletions cardano-api/src/Cardano/Api/TxBody.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module Cardano.Api.TxBody (

-- * Transaction inputs
TxIn(..),
TxIns,
TxIx(..),
genesisUTxOPseudoTxIn,

Expand Down

0 comments on commit 2bb5997

Please sign in to comment.