interface DbOpen { blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>; components: DbComponents; datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>; identity: IdentityInstance<any>; ipfs: GossipHelia<GossipLibp2p<GossipServiceMap>>; manifest: Manifest; provider?: Ed25519PeerId; replicators: ReplicatorModule<Replicator, string>[]; start?: boolean; } Properties
blockstore
blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}> datastore
datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}> Optional
start
start?: boolean