[Inspection] debug_getModifiedAccountsByHash
Returns all accounts that have changed between the two blocks specified by their block hashes. Changes made in endBlockHash are included, but changes made in startBlockHash are not. If endBlockHash is not given, it returns the accounts modified in the startBlockHash. A change is defined as a difference in nonce, balance, code hash, or storage hash.
JSONRPC: debug_getModifiedAccountsByHash
Request
Responses
- 200
Return the list of addresses modified between the given range.