Skip to content

Commit 0cac700

Browse files
committed
docs: create output
1 parent caa95eb commit 0cac700

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@ Returns a `Promise` that resolves to an object with the entry's properties eg:
150150
```js
151151
{
152152
value: Uint8Array,
153+
signature: Uint8Array, // legacy V1 (ignored during validation)
153154
validityType: 0,
154155
validity: Uint8Array,
155156
sequence: 2,
156-
signatureV2: Uint8Array,
157-
data: Uint8Array
157+
signatureV2: Uint8Array, // V2 (used in validation)
158+
data: Uint8Array // DAG-CBOR used during validation
158159
}
159160
```
160161

0 commit comments

Comments
 (0)