Parameters
string
default:"10"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"debug_storageRangeAt"
required
JSON-RPC method name.
object
required
Parameters: [blockHash, txIdx, contractAddress, keyStart, maxResult]Positional parameters for
debug_storageRangeAt:params[0]: 32 Bytes - hash of the block where this transaction was included. Null when pending.params[1]: Index of the transaction within the block.params[2]: 20 Bytes - The contract address created, if the transaction was a contract creation. Null otherwise.params[3]: Starting key (32-byte hex string) used for filtering storage or entries.params[4]: Maximum number of results to return.
Returns
array
The array of storage items.