Skip to content

Commit fafa3fe

Browse files
committed
archive: Move previousHash as last parameter
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent b4e472d commit fafa3fe

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
@@ -4,10 +4,10 @@
44

55
- `hash`: String containing a hexadecimal-encoded hash of the header of the block whose storage difference will be retrieved.
66

7-
- `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.
8-
97
- `items` (optional): Array of objects. The structure of these objects is found below.
108

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+
1111
```json
1212
"items": [
1313
{

0 commit comments

Comments
 (0)