Removed notes for structure.

And added note on the `sig` value.
This commit is contained in:
CSDUMMI 2021-10-03 23:41:00 +02:00 committed by GitHub
parent 01a1557ec2
commit 4a448f69bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
API.md
View File

@ -699,18 +699,7 @@ Each oplog entry contains these fields:
```
Let's got through each of them in turn:
- [Oplog API](#oplog-api)
* [`oplog.values`](#oplogvalues)
+ `hash`
+ `id`
+ `payload`
+ `next`
+ `refs`
+ `v`
+ `clock`
+ `key`
+ `identity`
+ `sig`
### `hash`
Hash of the entry on IPFS. "zd...".
@ -744,3 +733,4 @@ Identity that added this entry.
### `sig`
Signature of the entry.
If the entry is in the oplog, the signature is valid.