Skip to content

Commit e46c7f8

Browse files
Merge #4565
4565: Export TxIns type alias r=MarcFontaine a=MarcFontaine Co-authored-by: MarcFontaine <[email protected]>
2 parents c9457d4 + 2bb5997 commit e46c7f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cardano-api/src/Cardano/Api.hs

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ module Cardano.Api (
167167

168168
-- ** Transaction inputs
169169
TxIn(TxIn),
170+
TxIns,
170171
TxIx(TxIx),
171172
renderTxIn,
172173

cardano-api/src/Cardano/Api/TxBody.hs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module Cardano.Api.TxBody (
4848

4949
-- * Transaction inputs
5050
TxIn(..),
51+
TxIns,
5152
TxIx(..),
5253
genesisUTxOPseudoTxIn,
5354

0 commit comments

Comments
 (0)