Skip to content

Commit

Permalink
docs: create output
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 12, 2022
1 parent caa95eb commit 5e60f5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -150,11 +150,12 @@ Returns a `Promise` that resolves to an object with the entry's properties eg:
```js
{
value: Uint8Array,
signature: Uint8Array, // V1 (legacy, ignored)
validityType: 0,
validity: Uint8Array,
sequence: 2,
signatureV2: Uint8Array,
data: Uint8Array
signatureV2: Uint8Array, // V2 signature of data field
data: Uint8Array // DAG-CBOR that was signed
}
```

Expand Down

0 comments on commit 5e60f5d

Please sign in to comment.