Debug_storageRangeAt
Last updated
Last updated
POST / HTTP/1.1
Host: xdc.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 254
{
"jsonrpc": "2.0",
"method": "debug_storageRangeAt",
"params": [
"0x76f64c40d6493cf00426be2eecdaf3f968768619bfb21ce6c57921be497ab3f7",
0,
"0xdafea492d9c6733ae3d56b7ed1adb60692c98bc5",
"0x0000000000000000000000000000000000000000000000000000000000000000",
1
],
"id": 1
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"storage": {
"ANY_ADDITIONAL_PROPERTY": {
"key": "text",
"value": "text"
}
},
"nextKey": null
}
}