debug_storageRangeAt
debug_storageRangeAt RPC Method
Parameters:
blockHash - string - The hash of the block
txIndex - integer - The transaction index for the point in which we want the list of accounts
address - string - The contract address
startKey - string - The offset (hash of storage key)
limit - string - The number of storage entries to return
Returns:
storage - An object with hash values, and for each of them the key and value it represents
hash - The hash value
key - The key associated with the hash
value - The value associated with the hash
nextkey - The hash of next key if further storage in range. Otherwise, not included
Code Examples:
Last updated