You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my scenario I want to parse OracleRespondTx & OracleQueryTx transactions to human readable language.
so if for example, I'm parsing the next OracleRespondTx transaction I want to know the OracleQueryTx (the source query).
But using oracle_id & query_id I have to iterate all over the response queries to find the match (mdw oracle queries)
It will be very helpful to have something like GET /middleware/oracles/queries/{query_id}
It would be great if we can query a specific query of the specific oracle.
The text was updated successfully, but these errors were encountered: