hmyv2_getStorageAt
Parameters
String: Smart contract addressString: Hex representation of storage locationNumber: Block number
Result
String - Data stored at the smart contract location
Request Body
{"jsonrpc"=>"2.0", "id"=>1, "method"=>"hmyv2_getStorageAt", "params"=>["0x295a70b2de5e3953354a6a8344e616ed314d7251", "0x0", 370000]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"jsonrpc":"2.0","id":1,"result":"0x0000000000000000000000000000000000000000000000000000000000000000"}