mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Documentation of the ordering in oplog.values (#944)
* Documentation of the ordering in oplog.values * Different wording not using 'time'.
This commit is contained in:
3
API.md
3
API.md
@@ -674,6 +674,9 @@ Oplog or IPFS-Log is the underlying data structure used by the OrbitDB Stores to
|
||||
replicate and add operations to any of their stores.
|
||||
|
||||
## `oplog.values`
|
||||
An Array of operations sorted by how they happened in ascending order.
|
||||
If an operation A is before B, A is before B in the Array.
|
||||
|
||||
Each oplog entry contains these fields:
|
||||
```js
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user