Interface DbOpen

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<{}, {}, {}, {}, {}, {}, {}, {}>

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  components: DbComponents
                  datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>

                  Type declaration

                    Type declaration

                      Type declaration

                        Type declaration

                          Type declaration

                            Type declaration

                              Type declaration

                                Type declaration

                                  Type declaration

                                    Type declaration

                                      identity: IdentityInstance<any>
                                      manifest: Manifest
                                      provider?: Ed25519PeerId
                                      replicators: ReplicatorModule<Replicator, string>[]
                                      start?: boolean

                                      Generated using TypeDoc