Need clarification on JSON-RPC GetStorageAt parameters

tym4ttym4t Nagata-ku, Kobe-shi, Hyogo-ken, JapanMember Posts: 71 ✭✭✭
Reference: https://github.com/ethereum/go-ethereum/wiki/PoC-5-JSON-RPC-API

There's a GetStorageAt call with the following parameters:

remote.call("EthereumApi.GetStorageAt", {"address": "16dfff98276b30655e825a09c9266a1ece888fde", "key":"2ef47100e0787b915105fd5e3f4ff6752079d5cb"}, function(err, result){
console.log(result)
})

Arguments: address, key
Return data: key, value address

I am assuming the address is the contract address but what is the key parameter?

Comments

Sign In or Register to comment.