Skip to content

Commit

Permalink
Merge #4565
Browse files Browse the repository at this point in the history
4565: Export TxIns type alias r=MarcFontaine a=MarcFontaine



Co-authored-by: MarcFontaine <MarcFontaine@users.noreply.github.com>
  • Loading branch information
iohk-bors[bot] and MarcFontaine committed Oct 27, 2022
2 parents c9457d4 + 2bb5997 commit e46c7f8
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 e46c7f8

Please sign in to comment.