Skip to content

Commit c87d0c7

Browse files
committed
archive: Move previousHash below items description
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent 399a67f commit c87d0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/archive_unstable_storageDiff.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
- `items`: Array of objects. The structure of these objects is found below.
88

9-
- `previousHash` (optional): String containing a hexadecimal-encoded hash of the header of the block from which the storage difference will be calculated. The `previousHash` must be an ancestor of the provided `hash`. When this parameter is provided, the storage difference is calculated between the `hash` block and the `previousHash` block. If this parameter is not provided, the storage difference is calculated between the `hash` block and the parent of the `hash` block.
10-
119
```json
1210
"items": [
1311
{
@@ -28,6 +26,8 @@
2826
- `hash`: The result contains the hexadecimal-encoded hash of the storage entry.
2927
- `childTrieKey` (optional): String containing the hexadecimal-encoded key of the child trie of the "default" namespace. If this field is not present, the storage difference is calculated for the main storage trie.
3028

29+
- `previousHash` (optional): String containing a hexadecimal-encoded hash of the header of the block from which the storage difference will be calculated. The `previousHash` must be an ancestor of the provided `hash`. When this parameter is provided, the storage difference is calculated between the `hash` block and the `previousHash` block. If this parameter is not provided, the storage difference is calculated between the `hash` block and the parent of the `hash` block.
30+
3131
**Return value**: String containing an opaque value representing the operation.
3232

3333
## Notifications format

0 commit comments

Comments
 (0)