We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9457d4 + 2bb5997 commit e46c7f8Copy full SHA for e46c7f8
cardano-api/src/Cardano/Api.hs
@@ -167,6 +167,7 @@ module Cardano.Api (
167
168
-- ** Transaction inputs
169
TxIn(TxIn),
170
+ TxIns,
171
TxIx(TxIx),
172
renderTxIn,
173
cardano-api/src/Cardano/Api/TxBody.hs
@@ -48,6 +48,7 @@ module Cardano.Api.TxBody (
48
49
-- * Transaction inputs
50
TxIn(..),
51
52
TxIx(..),
53
genesisUTxOPseudoTxIn,
54
0 commit comments