You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EIPS/eip-1186.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,16 @@ Returns the account- and storage-values of the specified account including the M
40
40
##### Parameters
41
41
42
42
1.`DATA`, 20 Bytes - address of the account.
43
-
2.`ARRAY`, 32 Bytes - array of storage-keys which should be proofed and included. See [`eth_getStorageAt`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getstorageat)
44
-
3.`QUANTITY|TAG` - integer block number, or the string `"latest"` or `"earliest"`, see the [default block parameter](https://github.com/ethereum/wiki/wiki/JSON-RPC#the-default-block-parameter)
43
+
2.`ARRAY`, 32 Bytes - array of storage-keys which should be proofed and included. See [`eth_getStorageAt`](https://ethereum.org/uk/developers/docs/apis/json-rpc/#eth_getstorageat)
44
+
3.`QUANTITY|TAG` - integer block number, or the string `"latest"` or `"earliest"`, see the [default block parameter](https://ethereum.org/uk/developers/docs/apis/json-rpc/#block-parameter)
45
45
46
46
##### Returns
47
47
48
48
`Object` - A account object:
49
49
50
-
-`balance`: `QUANTITY` - the balance of the account. See [`eth_getBalance`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getbalance)
50
+
-`balance`: `QUANTITY` - the balance of the account. See [`eth_getBalance`](https://ethereum.org/uk/developers/docs/apis/json-rpc/#eth_getbalance)
51
51
-`codeHash`: `DATA`, 32 Bytes - hash of the code of the account. For a simple Account without code it will return `"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"`
52
-
-`nonce`: `QUANTITY`, - nonce of the account. See [`eth_getTransactionCount`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactioncount)
52
+
-`nonce`: `QUANTITY`, - nonce of the account. See [`eth_getTransactionCount`](https://ethereum.org/uk/developers/docs/apis/json-rpc/#eth_gettransactioncount)
53
53
-`storageHash`: `DATA`, 32 Bytes - SHA3 of the StorageRoot. All storage will deliver a MerkleProof starting with this rootHash.
54
54
-`accountProof`: `ARRAY` - Array of rlp-serialized MerkleTree-Nodes, starting with the stateRoot-Node, following the path of the SHA3 (address) as key.
55
55
-`storageProof`: `ARRAY` - Array of storage-entries as requested. Each entry is an object with these properties:
0 commit comments