File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ account.
206
206
207
207
- ` reqID ` : ID of the request this is a response for
208
208
- ` accounts ` : List of consecutive accounts from the trie
209
- - ` accHash ` : Hash of the account
209
+ - ` accHash ` : Hash of the account address (trie path)
210
210
- ` accBody ` : Account body in slim format
211
211
- ` proof ` : List of trie nodes proving the account range
212
212
@@ -287,7 +287,7 @@ slots.
287
287
288
288
- ` reqID ` : ID of the request this is a response for
289
289
- ` slots ` : List of list of consecutive slots from the trie (one list per account)
290
- - ` slotHash ` : Hash of the storage slot
290
+ - ` slotHash ` : Hash of the storage slot key (trie path)
291
291
- ` slotData ` : Data content of the slot
292
292
- ` proof ` : List of trie nodes proving the slot range
293
293
You can’t perform that action at this time.
0 commit comments