Replies: 1 comment 7 replies
-
Hey, I've got good news, you can already do that 😄!
There's already a field on each match result indicating whether a UTxO has been spent or not as well as a query flag that allows you to filter UTxO based on that criteria. Surely, querying any pattern and requesting only the |
Beta Was this translation helpful? Give feedback.
-
Describe your idea, in simple words.
Ability to filter out full addresses based on either delegation or payment credential.
Why is it a good idea?
It could help identifying which addresses are tied to a script (e.g. DEX pool addresses where each pool has a different delegation) or getting a list of addresses from where the delegator ADA is considered.
Secondly, it would help with interacting with HD wallets to detect which addresses were used already.
The sqlite structure and indexes would already help with it and some distinct select on top of the addresses should solve this.
Are you willing to work on it yourself?
Maybe, but I'm not as fluent in Haskell.
Beta Was this translation helpful? Give feedback.
All reactions