Interface AutoTLSComponents

interface AutoTLSComponents {
    addressManager: AddressManager;
    datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;
    events: TypedEventTarget<Libp2pEvents<ServiceMap>>;
    keychain: Keychain;
    logger: ComponentLogger;
    peerId: PeerId;
    privateKey: PrivateKey;
}

Properties

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  Type declaration

                    Type declaration

                      keychain: Keychain
                      peerId: PeerId
                      privateKey: PrivateKey