跳至主要内容

[Inspection] debug_getModifiedAccountsByNumber

Returns all accounts that have changed between the two blocks specified by their block numbers. Changes made in endBlockNum are included, but changes made in startBlockNum are not. If endBlockNum is not given, it returns the accounts modified in the startBlockNum. A change is defined as a difference in nonce, balance, code hash, or storage hash.

JSONRPC: debug_getModifiedAccountsByNumber

Request

Responses

Return the list of addresses modified between the given range.

让这个页面变得更好