Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • oh does that mean the code has to look through all the blocks that are being processed? and once it reaches one that goes to my accounts address, it saves the data? Commented Jul 17, 2017 at 19:58
  • I am unsure how Parity works under the hood, but it must index the data in some capacity as it is extremely quick. Commented Jul 17, 2017 at 21:06
  • Does this work for incoming internal transactions? Commented Jul 19, 2017 at 3:19
  • The trace returns the internal transactions as an array. There is also the trace_transaction endpoint for tracing a specific transaction. Commented Jul 19, 2017 at 15:41