# Packages
basestore defines a set of operations common to the different store types.
documentstore a document store for OrbitDB.
eventlogstore an event log store for OrbitDB.
kvstore a key value store for OrbitDB.
operation a serializable operation that can be appended to IPFS log.
replicator the replication logic for an OrbitDB store.
# Functions
NewEventLoad Creates a new EventLoad event.
No description provided by the author
NewEventNewPeer Creates a new EventNewPeer event.
NewEventReady Creates a new EventReady event.
No description provided by the author
NewEventReplicated Creates a new EventReplicated event.
NewEventReplicateProgress Creates a new EventReplicateProgress event.
NewEventWrite Creates a new EventWrite event.
# Variables
No description provided by the author
# Structs
EventLoad An event sent when data has been loaded.
No description provided by the author
EventNewPeer An event sent when a new peer is discovered on the pubsub channel.
EventReady An event sent when the store is ready.
No description provided by the author
EventReplicated An event sent when data has been replicated.
EventReplicateProgress An event containing the current replication progress.
EventWrite An event sent when something has been written.