indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Application Transaction Filters

Open barnjamin opened this issue 4 years ago • 1 comments

Problem

I'd like the ability to filter transactions by ApplicationArgs and application OnComplete.

This will be useful especially with application calls that conform to the ABI spec allowing a user to query for transactions that call the method 0xdeadbeef which maps indirectly to something like "add(uint64,uint64)uint64"

It may only be necessary to allow filtering on the first argument since it specifies the method called

Solution

Dependencies

Urgency

Not urgent

barnjamin avatar Dec 17 '21 12:12 barnjamin

will keep this in our backlog, but note that we probably won't work on this kind of additional feature in the near future.

algoanne avatar Feb 24 '22 15:02 algoanne