Interface OpenOptions

interface OpenOptions {
    datastore?: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;
    identity?: IdentityInstance<any>;
    provider?: Ed25519PeerId;
    replicators?: ReplicatorModule<Replicator, string>[];
}

Properties

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>
                      provider?: Ed25519PeerId
                      replicators?: ReplicatorModule<Replicator, string>[]

                      Generated using TypeDoc