We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05cd8b7 + ac3fb56 commit dc5eaccCopy full SHA for dc5eacc
1 file changed
cardano-api/src/Cardano/Api/Internal/Tx/UTxO.hs
@@ -71,7 +71,7 @@ filterWithKey :: (TxIn -> TxOut CtxUTxO era -> Bool) -> UTxO era -> UTxO era
71
filterWithKey fn = UTxO . Map.filterWithKey fn . unUTxO
72
73
-- | Get the 'UTxO domain input's set
74
-inputSet :: UTxO (TxOut CtxUTxO era) -> Set TxIn
+inputSet :: UTxO era -> Set TxIn
75
inputSet = Map.keysSet . unUTxO
76
77
-- | Remove the right hand side from the left hand side.
0 commit comments