Skip to content

Commit

Permalink
Text tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed May 16, 2023
1 parent eb7f7f4 commit 3313139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/chainHead_unstable_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If the `type` parameter was `"value"` or `"descendants-values"`, then the `value

If the `type` parameter was `"hash"` or `"descendants-hashes"`, then the `hash` field is set. The `hash` field a string containing the hexadecimal-encoded hash of the storage entry.

If the `type` parameter was `"closest-ancestor-merkle-value"`, then the `merkle-value` field is set and the `key` field indicates which closest ancestor has been found. The `merkle-value` field a string containing the hexadecimal-encoded Merkle value of the storage entry or its closest ancestor.
If the `type` parameter was `"closest-ancestor-merkle-value"`, then the `merkle-value` field is set and the `key` field indicates which closest ancestor has been found. The `merkle-value` field a string containing the hexadecimal-encoded Merkle value of the storage item indicated by the `key` field.

Only one of `value`, `hash` or `merkle-value` are set at any given time.

Expand Down

0 comments on commit 3313139

Please sign in to comment.