Include Transaction ID for Spent UTXO #182
theeldermillenial
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Somewhat related to: #163 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your idea? Provide a use case.
There is currently a field to describe the block time a UTxO was spent at. It would be helpful to include the transaction id that the UTxO was spent in.
Many protocols on Cardano use some type of batching system, meaning a number of operations take two transactions to complete. This is especially true for DEX operations.
Why is it a good idea?
Being able to easily link a UTxO to the transaction it is spent in would make li ling these operations much simpler.
What is the current alternative and why is it not good enough?
I think there are a few alternatives to this, but the alternative I would currently use would be to query dbsync to get the transaction id from the tx_out table. I'm sure it might be possible to do this in ogmios as well.
Beta Was this translation helpful? Give feedback.
All reactions