It would be great to be able to have an endpoint such as GET /opreturn/:hash256 that returns all transactions whose op_return output matches the :hash256 parameter. Adding this feature would probably require either:
- iterating through all transactions, or
- storing an additional RocksDB object for transactions, indexed by the
op_return
It would be great to be able to have an endpoint such as
GET /opreturn/:hash256that returns all transactions whoseop_returnoutput matches the:hash256parameter. Adding this feature would probably require either:op_return