Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getStorageAt: [address, position, defaultBlock].Positional parameters for
eth_getStorageAt:params[0]: The address.params[1]: Integer of the position in the storage.params[2]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.
Returns
The value at this storage position. Example:
“0x0”.