Interface PubsubRoutingComponents

interface PubsubRoutingComponents {
    datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;
    libp2p: {
        peerId: PeerId;
        services: {
            pubsub: PubSub<PubSubEvents>;
        };
    };
}

Properties

Properties

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  Type declaration

                    Type declaration

                      libp2p: {
                          peerId: PeerId;
                          services: {
                              pubsub: PubSub<PubSubEvents>;
                          };
                      }

                      Type declaration