Skip to content

Commit cb124be

Browse files
committed
archive: Make items non-optional
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent fafa3fe commit cb124be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/archive_unstable_storageDiff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
- `items` (optional): Array of objects. The structure of these objects is found below.
7+
- `items`: Array of objects. The structure of these objects is found below.
88

99
- `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.
1010

0 commit comments

Comments
 (0)