Skip to content

Commit

Permalink
Clarify previousProof requirements and usage.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent 03cd648 commit 61ee859
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,11 @@ <h3>Proofs</h3>

<dt><dfn class="lint-ignore">previousProof</dfn></dt>
<dd>
An OPTIONAL [=string=] value or unordered list of [=string=] values. Each value
identifies another [=data integrity proof=] that MUST verify before the
current proof is processed. If an unordered list, all referenced proofs in the
array MUST verify. This property is used in Section [[[#proof-chains]]].
The `previousProof` property is OPTIONAL. If present, it MUST be a string
value or an unordered list of string values. Each value identifies another
[=data integrity proof=], all of which MUST also verify for the current
proof to be considered verified. This property is used in Section
[[[#proof-chains]]].
</dd>

<dt><dfn class="lint-ignore">nonce</dfn></dt>
Expand Down

0 comments on commit 61ee859

Please sign in to comment.