-
For example, https://explorer.near.org/transactions/38CyUF2yiLq4DSx23kS12g4M3Z19dwDQ7FVAmEJvxdER has two results: "0" and "500000000000000000000000", how to query these two items from the database? |
Beta Was this translation helpful? Give feedback.
Answered by
frol
Nov 29, 2021
Replies: 1 comment
-
@WuTao18 We don't store neither results nor logs in the database since that is not something we need to query on (filter or order by, etc). We only fetch those values on the Transaction Details page, and we use archival JSON RPC for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
frol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@WuTao18 We don't store neither results nor logs in the database since that is not something we need to query on (filter or order by, etc). We only fetch those values on the Transaction Details page, and we use archival JSON RPC for that.