diff --git a/classes/_waku_core.ConnectionManager.html b/classes/_waku_core.ConnectionManager.html index d4b57116b7..fcd5bf7cb8 100644 --- a/classes/_waku_core.ConnectionManager.html +++ b/classes/_waku_core.ConnectionManager.html @@ -27,7 +27,7 @@
+Private constructorOptional relay: IRelayOptional options: Partial<ConnectionManagerOptions>Optional options: Partial<ConnectionManagerOptions>Private currentPrivate dialPrivate dialPrivate keepPrivate libp2pPrivate onPrivate optionsPrivate pendingStatic Private instancesPrivate dialPrivate dialPrivate dropPrivate getPrivate processPrivate runPrivate shouldPrivate startPrivate startPrivate startStatic createOptional options: ConnectionManagerOptionsPrivate Readonly _errorPrivate Readonly dnsPrivate _searchReturns a list of verified peers listed in an EIP-1459 DNS tree. Method may return fewer peers than requested if
@@ -162,10 +162,10 @@ peers encountered by randomized search exceeds the sum of the fields ofStatic dnsOptional dnsClient: DnsClientPrivate queryPrivate Readonly startOptional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional init: Partial<ProtocolCreateOptions>Optional userOptional pageOptional peerThe peer to query. If undefined, a pseudo-random peer is selected from the connected Waku Store peers.
Optional timeRetrieve messages with a timestamp within the provided values.
Max number of parallel dials allowed
Optional options: boolean | EventListenerOptionsInherited from IBaseProtocol.peers
Inherited from IBaseProtocol.removeLibp2pEventListener
Optional opts: ProtocolOptionsInherited from IBaseProtocol.peers
Optional options: StoreQueryOptionsOptional options: StoreQueryOptionsOptional options: StoreQueryOptionsInherited from IBaseProtocol.removeLibp2pEventListener
Readonly gossip
diff --git a/modules/_waku_peer_exchange.html b/modules/_waku_peer_exchange.html
index 761c0aad0a..effcc8fd87 100644
--- a/modules/_waku_peer_exchange.html
+++ b/modules/_waku_peer_exchange.html
@@ -16,7 +16,7 @@
Use recommended bootstrap method to discovery and connect to new nodes.
Optional libp2p?: Partial<Libp2pOptions>Optional libp2p?: Partial<Libp2pOptions>You can pass options to the Libp2p instance used by @waku/core.WakuNode using the libp2p property.
This property is the same type as the one passed to Libp2p.create
apart that we made the modules property optional and partial,
diff --git a/types/_waku_dns_discovery.SearchContext.html b/types/_waku_dns_discovery.SearchContext.html
index 108cdb4b18..850ab05727 100644
--- a/types/_waku_dns_discovery.SearchContext.html
+++ b/types/_waku_dns_discovery.SearchContext.html
@@ -30,7 +30,7 @@
Use recommended bootstrap method to discovery and connect to new nodes.
Optional libp2p?: Partial<Libp2pOptions>Optional libp2p?: Partial<Libp2pOptions>You can pass options to the Libp2p instance used by @waku/core.WakuNode using the libp2p property.
This property is the same type as the one passed to Libp2p.create
apart that we made the modules property optional and partial,
diff --git a/types/_waku_sdk.Libp2pComponents.html b/types/_waku_sdk.Libp2pComponents.html
index 161f72fa6f..ae162a3961 100644
--- a/types/_waku_sdk.Libp2pComponents.html
+++ b/types/_waku_sdk.Libp2pComponents.html
@@ -16,7 +16,7 @@
Use recommended bootstrap method to discovery and connect to new nodes.
Optional libp2p?: Partial<Libp2pOptions>Optional libp2p?: Partial<Libp2pOptions>You can pass options to the Libp2p instance used by @waku/core.WakuNode using the libp2p property.
This property is the same type as the one passed to Libp2p.create
apart that we made the modules property optional and partial,
diff --git a/types/_waku_utils._internal_.IteratorOptions.html b/types/_waku_utils._internal_.IteratorOptions.html
index 9d65e5fd9a..33d406941c 100644
--- a/types/_waku_utils._internal_.IteratorOptions.html
+++ b/types/_waku_utils._internal_.IteratorOptions.html
@@ -26,7 +26,7 @@
Optional timeout
Returns a list of verified peers listed in an EIP-1459 DNS tree. Method may return fewer peers than requested if
@@ -136,14 +136,14 @@ return fewer peers than requested ifenrTreeUrls: string[]
wantedNodeCapabilityCount: Partial<NodeCapabilityCount>