interface PubSubComponents {
    connectionManager: ConnectionManager;
    logger: ComponentLogger;
    peerId: PeerId;
    privateKey: PrivateKey;
    pubsub?: PubSub<PubSubEvents>;
    registrar: Registrar;
}

Properties

connectionManager: ConnectionManager
peerId: PeerId
privateKey: PrivateKey
registrar: Registrar