From 843d78aa36bf116c38f90f7fef443adc4fbef279 Mon Sep 17 00:00:00 2001 From: status-im-auto Date: Tue, 6 Dec 2022 00:06:29 +0000 Subject: [PATCH] Updates --- assets/highlight.css | 42 ++ assets/search.js | 2 +- assets/style.css | 36 +- assets/widgets.png | Bin 480 -> 0 bytes assets/widgets@2x.png | Bin 855 -> 0 bytes ...V0.html => _waku_core.DecodedMessage.html} | 160 +++-- ...ode.html => _waku_core.waku.WakuNode.html} | 266 +++---- .../_waku_dns_discovery.PeerDiscoveryDns.html | 300 ++++++++ ...{index.enr.ENR.html => _waku_enr.ENR.html} | 437 ++++++------ ...r.html => _waku_enr.Secp256k1Keypair.html} | 150 ++-- ...ku_message_encryption.DecodedMessage.html} | 197 +++--- classes/index.waku_filter.WakuFilter.html | 364 ---------- .../index.waku_light_push.WakuLightPush.html | 178 ----- classes/index.waku_store.WakuStore.html | 290 -------- ..._static_list.PeerDiscoveryStaticPeers.html | 325 --------- ...e_topic_only_message.TopicOnlyDecoder.html | 148 ---- ...e_topic_only_message.TopicOnlyMessage.html | 150 ---- .../lib_waku_message_version_0.DecoderV0.html | 160 ----- .../lib_waku_message_version_0.EncoderV0.html | 155 ----- ...ib_waku_message_version_1.AsymDecoder.html | 165 ----- ...ib_waku_message_version_1.AsymEncoder.html | 159 ----- ...lib_waku_message_version_1.SymDecoder.html | 165 ----- ...lib_waku_message_version_1.SymEncoder.html | 159 ----- .../_waku_core.waku_store.PageDirection.html | 98 +++ ...irType.html => _waku_enr.KeypairType.html} | 84 +-- ...ml => _waku_interfaces.PageDirection.html} | 78 +-- ...s.html => _waku_interfaces.Protocols.html} | 90 +-- .../lib_predefined_bootstrap_nodes.Fleet.html | 96 --- ....html => _waku_byte_utils.bytesToHex.html} | 76 +- ...html => _waku_byte_utils.bytesToUtf8.html} | 76 +- ...ncat.html => _waku_byte_utils.concat.html} | 76 +- ....html => _waku_byte_utils.hexToBytes.html} | 76 +- ...html => _waku_byte_utils.utf8ToBytes.html} | 76 +- functions/_waku_core.createDecoder.html | 106 +++ functions/_waku_core.createEncoder.html | 110 +++ ...re.proto_message.RateLimitProof.codec.html | 81 +++ ...e.proto_message.RateLimitProof.decode.html | 86 +++ ...e.proto_message.RateLimitProof.encode.html | 86 +++ ..._core.proto_message.WakuMessage.codec.html | 81 +++ ...core.proto_message.WakuMessage.decode.html | 86 +++ ...core.proto_message.WakuMessage.encode.html | 86 +++ ...c_only_message.TopicOnlyMessage.codec.html | 81 +++ ..._only_message.TopicOnlyMessage.decode.html | 86 +++ ..._only_message.TopicOnlyMessage.encode.html | 86 +++ functions/_waku_core.waitForRemotePeer.html | 122 ++++ .../_waku_core.waku_filter.wakuFilter.html | 99 +++ ...re.waku_light_push.PushResponse.codec.html | 81 +++ ....waku_light_push.PushResponse.decode.html} | 77 ++- ...e.waku_light_push.PushResponse.encode.html | 86 +++ ...ku_core.waku_light_push.wakuLightPush.html | 98 +++ .../_waku_core.waku_relay.wakuRelay.html | 96 +++ .../_waku_core.waku_store.createCursor.html | 94 +++ .../_waku_core.waku_store.isDefined.html | 97 +++ .../_waku_core.waku_store.wakuStore.html | 103 +++ functions/_waku_create.createLightNode.html | 93 +++ functions/_waku_create.createPrivacyNode.html | 90 +++ functions/_waku_create.defaultLibp2p.html | 102 +++ .../_waku_create.defaultPeerDiscovery.html | 93 +++ functions/_waku_enr.compressPublicKey.html | 106 +++ functions/_waku_enr.createKeypair.html | 110 +++ .../_waku_enr.createKeypairFromPeerId.html | 106 +++ .../_waku_enr.createPeerIdFromKeypair.html | 106 +++ functions/_waku_enr.decodeWaku2.html | 106 +++ functions/_waku_enr.encodeWaku2.html | 106 +++ functions/_waku_enr.getPublicKey.html | 111 +++ functions/_waku_enr.keccak256.html | 106 +++ functions/_waku_enr.randomBytes.html | 106 +++ functions/_waku_enr.sign.html | 116 ++++ functions/_waku_enr.verifySignature.html | 112 +++ ...essage_encryption.ecies.createDecoder.html | 101 +++ ...essage_encryption.ecies.createEncoder.html | 111 +++ ...message_encryption.generatePrivateKey.html | 86 +++ ...ssage_encryption.generateSymmetricKey.html | 85 +++ ..._waku_message_encryption.getPublicKey.html | 93 +++ ...ge_encryption.symmetric.createDecoder.html | 100 +++ ...ge_encryption.symmetric.createEncoder.html | 110 +++ functions/index.enr.createKeypair.html | 104 --- .../index.enr.createKeypairFromPeerId.html | 100 --- .../index.enr.createPeerIdFromKeypair.html | 100 --- functions/index.enr.decodeWaku2.html | 100 --- functions/index.enr.encodeWaku2.html | 100 --- functions/index.generatePrivateKey.html | 92 --- functions/index.generateSymmetricKey.html | 91 --- functions/index.getPublicKey.html | 99 --- ...ex.proto_message.RateLimitProof.codec.html | 80 --- ...x.proto_message.RateLimitProof.decode.html | 85 --- ...x.proto_message.RateLimitProof.encode.html | 85 --- ...index.proto_message.WakuMessage.codec.html | 80 --- ...ndex.proto_message.WakuMessage.encode.html | 85 --- ...c_only_message.TopicOnlyMessage.codec.html | 80 --- ..._only_message.TopicOnlyMessage.decode.html | 85 --- ..._only_message.TopicOnlyMessage.encode.html | 85 --- ...ex.waku_light_push.PushResponse.codec.html | 80 --- ...x.waku_light_push.PushResponse.decode.html | 85 --- ...x.waku_light_push.PushResponse.encode.html | 85 --- functions/index.waku_store.isDefined.html | 96 --- .../lib_create_waku.createLightNode.html | 92 --- .../lib_create_waku.createPrivacyNode.html | 89 --- functions/lib_create_waku.createWaku.html | 90 --- functions/lib_create_waku.defaultLibp2p.html | 88 --- .../lib_create_waku.defaultPeerDiscovery.html | 81 --- ...rap_nodes.getPredefinedBootstrapNodes.html | 95 --- ...ait_for_remote_peer.waitForRemotePeer.html | 106 --- index.html | 79 +-- ..._core.proto_message.RateLimitProof-1.html} | 111 +-- ...aku_core.proto_message.WakuMessage-1.html} | 114 +-- ...opic_only_message.TopicOnlyMessage-1.html} | 75 +- ....html => _waku_core.waku.WakuOptions.html} | 94 +-- ..._waku_core.waku_filter.CreateOptions.html} | 77 ++- ...aku_core.waku_filter.FilterComponents.html | 109 +++ ...u_core.waku_light_push.CreateOptions.html} | 77 ++- ...e.waku_light_push.LightPushComponents.html | 102 +++ ..._core.waku_light_push.PushResponse-1.html} | 81 +-- ... _waku_core.waku_store.CreateOptions.html} | 77 ++- ...> _waku_core.waku_store.QueryOptions.html} | 122 ++-- ..._waku_core.waku_store.StoreComponents.html | 102 +++ ... => _waku_core.waku_store.TimeFilter.html} | 95 +-- ...s.html => _waku_create.CreateOptions.html} | 95 ++- interfaces/_waku_create.Libp2pComponents.html | 199 ++++++ ....IKeypair.html => _waku_enr.IKeypair.html} | 106 +-- ...ex.enr.Waku2.html => _waku_enr.Waku2.html} | 90 +-- ...l => _waku_interfaces.DecodedMessage.html} | 108 +-- ...der.html => _waku_interfaces.Decoder.html} | 106 ++- interfaces/_waku_interfaces.Encoder.html | 141 ++++ interfaces/_waku_interfaces.Filter.html | 142 ++++ interfaces/_waku_interfaces.Index.html | 115 +++ interfaces/_waku_interfaces.LightPush.html | 137 ++++ interfaces/_waku_interfaces.Message.html | 111 +++ ..._waku_interfaces.PointToPointProtocol.html | 113 +++ ...tml => _waku_interfaces.ProtoMessage.html} | 108 +-- ...l => _waku_interfaces.RateLimitProof.html} | 107 +-- .../_waku_interfaces.Relay.html | 652 ++++++++---------- ....html => _waku_interfaces.SendResult.html} | 71 +- interfaces/_waku_interfaces.Store.html | 220 ++++++ ....html => _waku_interfaces.TimeFilter.html} | 78 +-- ...s.Waku.html => _waku_interfaces.Waku.html} | 160 ++--- interfaces/_waku_interfaces.WakuFull.html | 185 +++++ ...y.html => _waku_interfaces.WakuLight.html} | 175 +++-- ...html => _waku_interfaces.WakuPrivacy.html} | 175 +++-- interfaces/lib_interfaces.Encoder.html | 139 ---- interfaces/lib_interfaces.WakuFull.html | 204 ------ ...ib_peer_discovery_static_list.Options.html | 108 --- modules.html | 73 +- modules/_waku_byte_utils.html | 88 +++ modules/_waku_core.html | 210 ++++++ ...aku_core.proto_message.RateLimitProof.html | 85 +++ .../_waku_core.proto_message.WakuMessage.html | 85 +++ modules/_waku_core.proto_message.html | 86 +++ ...o_topic_only_message.TopicOnlyMessage.html | 85 +++ .../_waku_core.proto_topic_only_message.html | 83 +++ modules/_waku_core.waku.html | 102 +++ modules/_waku_core.waku_filter.html | 98 +++ ...aku_core.waku_light_push.PushResponse.html | 85 +++ modules/_waku_core.waku_light_push.html | 97 +++ modules/_waku_core.waku_relay.html | 86 +++ modules/_waku_core.waku_store.html | 106 +++ modules/_waku_create.html | 93 +++ modules/_waku_dns_discovery.html | 80 +++ modules/_waku_enr.html | 143 ++++ modules/_waku_interfaces.html | 132 ++++ modules/_waku_message_encryption.ecies.html | 100 +++ modules/_waku_message_encryption.html | 125 ++++ .../_waku_message_encryption.symmetric.html | 96 +++ modules/index.enr.html | 129 ---- modules/index.html | 147 ---- .../index.proto_message.RateLimitProof.html | 84 --- modules/index.proto_message.WakuMessage.html | 84 --- modules/index.proto_message.html | 85 --- ...o_topic_only_message.TopicOnlyMessage.html | 84 --- modules/index.proto_topic_only_message.html | 82 --- modules/index.utils.html | 86 --- modules/index.waku.html | 95 --- modules/index.waku_filter.html | 99 --- .../index.waku_light_push.PushResponse.html | 84 --- modules/index.waku_light_push.html | 96 --- modules/index.waku_relay.html | 87 --- modules/index.waku_store.html | 104 --- modules/lib_create_waku.html | 92 --- modules/lib_interfaces.html | 97 --- modules/lib_peer_discovery_static_list.html | 84 --- modules/lib_predefined_bootstrap_nodes.html | 91 --- modules/lib_wait_for_remote_peer.html | 79 --- .../lib_waku_message_topic_only_message.html | 81 --- modules/lib_waku_message_version_0.html | 88 --- modules/lib_waku_message_version_1.html | 97 --- .../_waku_core.waku_filter.ContentFilter.html | 84 +++ ..._core.waku_filter.UnsubscribeFunction.html | 87 +++ .../_waku_core.waku_relay.CreateOptions.html | 76 ++ types/_waku_core.waku_relay.Observer.html | 88 +++ types/_waku_enr.ENRKey.html | 97 +++ types/_waku_enr.ENRValue.html | 97 +++ types/_waku_enr.NodeId.html | 100 +++ types/_waku_enr.SequenceNumber.html | 97 +++ types/_waku_interfaces.Callback.html | 114 +++ types/_waku_interfaces.Cursor.html | 105 +++ types/_waku_interfaces.ProtocolOptions.html | 105 +++ types/_waku_interfaces.StoreQueryOptions.html | 96 +++ types/_waku_message_encryption.Signature.html | 86 +++ types/index.enr.ENRKey.html | 91 --- types/index.enr.ENRValue.html | 91 --- types/index.enr.NodeId.html | 94 --- types/index.enr.SequenceNumber.html | 91 --- types/index.waku_filter.ContentFilter.html | 84 --- types/index.waku_filter.FilterCallback.html | 98 --- ...ex.waku_filter.FilterSubscriptionOpts.html | 90 --- ...index.waku_filter.UnsubscribeFunction.html | 87 --- types/index.waku_relay.Callback.html | 95 --- types/index.waku_relay.CreateOptions.html | 76 -- types/index.waku_relay.Observer.html | 89 --- .../lib_waku_message_version_1.Signature.html | 85 --- variables/_waku_core.DefaultPubSubTopic.html | 90 +++ variables/_waku_core.DefaultUserAgent.html | 88 +++ ...re.waku.DefaultPingKeepAliveValueSecs.html | 78 +++ ...e.waku.DefaultRelayKeepAliveValueSecs.html | 78 +++ .../_waku_core.waku_filter.FilterCodec.html | 79 +++ ...u_core.waku_light_push.LightPushCodec.html | 78 +++ ..._waku_core.waku_store.DefaultPageSize.html | 83 +++ .../_waku_core.waku_store.StoreCodec.html | 83 +++ variables/_waku_enr.ERR_INVALID_ID.html | 97 +++ variables/_waku_enr.ERR_NO_SIGNATURE.html | 97 +++ .../_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html | 97 +++ variables/_waku_enr.MAX_RECORD_SIZE.html | 97 +++ .../_waku_enr.MULTIADDR_LENGTH_SIZE.html | 97 +++ .../_waku_message_encryption.OneMillion.html | 79 +++ .../_waku_message_encryption.Version.html | 79 +++ variables/index.DefaultPubSubTopic.html | 87 --- variables/index.enr.ERR_INVALID_ID.html | 91 --- variables/index.enr.ERR_NO_SIGNATURE.html | 91 --- .../index.enr.ERR_TYPE_NOT_IMPLEMENTED.html | 91 --- variables/index.enr.MAX_RECORD_SIZE.html | 91 --- .../index.enr.MULTIADDR_LENGTH_SIZE.html | 91 --- ...ex.waku.DefaultPingKeepAliveValueSecs.html | 77 --- ...x.waku.DefaultRelayKeepAliveValueSecs.html | 77 --- variables/index.waku_filter.FilterCodec.html | 79 --- .../index.waku_light_push.LightPushCodec.html | 77 --- .../index.waku_store.DefaultPageSize.html | 80 --- variables/index.waku_store.StoreCodec.html | 80 --- ...d_bootstrap_nodes.DefaultWantedNumber.html | 75 -- ...lib_predefined_bootstrap_nodes.fleets.html | 105 --- .../lib_waku_message_version_0.Version.html | 75 -- .../lib_waku_message_version_1.Version.html | 78 --- 241 files changed, 13342 insertions(+), 12414 deletions(-) delete mode 100644 assets/widgets.png delete mode 100644 assets/widgets@2x.png rename classes/{lib_waku_message_version_0.MessageV0.html => _waku_core.DecodedMessage.html} (50%) rename classes/{index.waku.WakuNode.html => _waku_core.waku.WakuNode.html} (53%) create mode 100644 classes/_waku_dns_discovery.PeerDiscoveryDns.html rename classes/{index.enr.ENR.html => _waku_enr.ENR.html} (83%) rename classes/{index.enr.Secp256k1Keypair.html => _waku_enr.Secp256k1Keypair.html} (73%) rename classes/{lib_waku_message_version_1.MessageV1.html => _waku_message_encryption.DecodedMessage.html} (50%) delete mode 100644 classes/index.waku_filter.WakuFilter.html delete mode 100644 classes/index.waku_light_push.WakuLightPush.html delete mode 100644 classes/index.waku_store.WakuStore.html delete mode 100644 classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html delete mode 100644 classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html delete mode 100644 classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html delete mode 100644 classes/lib_waku_message_version_0.DecoderV0.html delete mode 100644 classes/lib_waku_message_version_0.EncoderV0.html delete mode 100644 classes/lib_waku_message_version_1.AsymDecoder.html delete mode 100644 classes/lib_waku_message_version_1.AsymEncoder.html delete mode 100644 classes/lib_waku_message_version_1.SymDecoder.html delete mode 100644 classes/lib_waku_message_version_1.SymEncoder.html create mode 100644 enums/_waku_core.waku_store.PageDirection.html rename enums/{index.enr.KeypairType.html => _waku_enr.KeypairType.html} (63%) rename enums/{index.waku_store.PageDirection.html => _waku_interfaces.PageDirection.html} (61%) rename enums/{index.waku.Protocols.html => _waku_interfaces.Protocols.html} (52%) delete mode 100644 enums/lib_predefined_bootstrap_nodes.Fleet.html rename functions/{index.utils.bytesToHex.html => _waku_byte_utils.bytesToHex.html} (51%) rename functions/{index.utils.bytesToUtf8.html => _waku_byte_utils.bytesToUtf8.html} (50%) rename functions/{index.utils.concat.html => _waku_byte_utils.concat.html} (52%) rename functions/{index.utils.hexToBytes.html => _waku_byte_utils.hexToBytes.html} (51%) rename functions/{index.utils.utf8ToBytes.html => _waku_byte_utils.utf8ToBytes.html} (50%) create mode 100644 functions/_waku_core.createDecoder.html create mode 100644 functions/_waku_core.createEncoder.html create mode 100644 functions/_waku_core.proto_message.RateLimitProof.codec.html create mode 100644 functions/_waku_core.proto_message.RateLimitProof.decode.html create mode 100644 functions/_waku_core.proto_message.RateLimitProof.encode.html create mode 100644 functions/_waku_core.proto_message.WakuMessage.codec.html create mode 100644 functions/_waku_core.proto_message.WakuMessage.decode.html create mode 100644 functions/_waku_core.proto_message.WakuMessage.encode.html create mode 100644 functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.codec.html create mode 100644 functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.decode.html create mode 100644 functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.encode.html create mode 100644 functions/_waku_core.waitForRemotePeer.html create mode 100644 functions/_waku_core.waku_filter.wakuFilter.html create mode 100644 functions/_waku_core.waku_light_push.PushResponse.codec.html rename functions/{index.proto_message.WakuMessage.decode.html => _waku_core.waku_light_push.PushResponse.decode.html} (50%) create mode 100644 functions/_waku_core.waku_light_push.PushResponse.encode.html create mode 100644 functions/_waku_core.waku_light_push.wakuLightPush.html create mode 100644 functions/_waku_core.waku_relay.wakuRelay.html create mode 100644 functions/_waku_core.waku_store.createCursor.html create mode 100644 functions/_waku_core.waku_store.isDefined.html create mode 100644 functions/_waku_core.waku_store.wakuStore.html create mode 100644 functions/_waku_create.createLightNode.html create mode 100644 functions/_waku_create.createPrivacyNode.html create mode 100644 functions/_waku_create.defaultLibp2p.html create mode 100644 functions/_waku_create.defaultPeerDiscovery.html create mode 100644 functions/_waku_enr.compressPublicKey.html create mode 100644 functions/_waku_enr.createKeypair.html create mode 100644 functions/_waku_enr.createKeypairFromPeerId.html create mode 100644 functions/_waku_enr.createPeerIdFromKeypair.html create mode 100644 functions/_waku_enr.decodeWaku2.html create mode 100644 functions/_waku_enr.encodeWaku2.html create mode 100644 functions/_waku_enr.getPublicKey.html create mode 100644 functions/_waku_enr.keccak256.html create mode 100644 functions/_waku_enr.randomBytes.html create mode 100644 functions/_waku_enr.sign.html create mode 100644 functions/_waku_enr.verifySignature.html create mode 100644 functions/_waku_message_encryption.ecies.createDecoder.html create mode 100644 functions/_waku_message_encryption.ecies.createEncoder.html create mode 100644 functions/_waku_message_encryption.generatePrivateKey.html create mode 100644 functions/_waku_message_encryption.generateSymmetricKey.html create mode 100644 functions/_waku_message_encryption.getPublicKey.html create mode 100644 functions/_waku_message_encryption.symmetric.createDecoder.html create mode 100644 functions/_waku_message_encryption.symmetric.createEncoder.html delete mode 100644 functions/index.enr.createKeypair.html delete mode 100644 functions/index.enr.createKeypairFromPeerId.html delete mode 100644 functions/index.enr.createPeerIdFromKeypair.html delete mode 100644 functions/index.enr.decodeWaku2.html delete mode 100644 functions/index.enr.encodeWaku2.html delete mode 100644 functions/index.generatePrivateKey.html delete mode 100644 functions/index.generateSymmetricKey.html delete mode 100644 functions/index.getPublicKey.html delete mode 100644 functions/index.proto_message.RateLimitProof.codec.html delete mode 100644 functions/index.proto_message.RateLimitProof.decode.html delete mode 100644 functions/index.proto_message.RateLimitProof.encode.html delete mode 100644 functions/index.proto_message.WakuMessage.codec.html delete mode 100644 functions/index.proto_message.WakuMessage.encode.html delete mode 100644 functions/index.proto_topic_only_message.TopicOnlyMessage.codec.html delete mode 100644 functions/index.proto_topic_only_message.TopicOnlyMessage.decode.html delete mode 100644 functions/index.proto_topic_only_message.TopicOnlyMessage.encode.html delete mode 100644 functions/index.waku_light_push.PushResponse.codec.html delete mode 100644 functions/index.waku_light_push.PushResponse.decode.html delete mode 100644 functions/index.waku_light_push.PushResponse.encode.html delete mode 100644 functions/index.waku_store.isDefined.html delete mode 100644 functions/lib_create_waku.createLightNode.html delete mode 100644 functions/lib_create_waku.createPrivacyNode.html delete mode 100644 functions/lib_create_waku.createWaku.html delete mode 100644 functions/lib_create_waku.defaultLibp2p.html delete mode 100644 functions/lib_create_waku.defaultPeerDiscovery.html delete mode 100644 functions/lib_predefined_bootstrap_nodes.getPredefinedBootstrapNodes.html delete mode 100644 functions/lib_wait_for_remote_peer.waitForRemotePeer.html rename interfaces/{index.proto_message.RateLimitProof-1.html => _waku_core.proto_message.RateLimitProof-1.html} (56%) rename interfaces/{index.proto_message.WakuMessage-1.html => _waku_core.proto_message.WakuMessage-1.html} (53%) rename interfaces/{index.proto_topic_only_message.TopicOnlyMessage-1.html => _waku_core.proto_topic_only_message.TopicOnlyMessage-1.html} (53%) rename interfaces/{index.waku.WakuOptions.html => _waku_core.waku.WakuOptions.html} (51%) rename interfaces/{index.waku_store.CreateOptions.html => _waku_core.waku_filter.CreateOptions.html} (54%) create mode 100644 interfaces/_waku_core.waku_filter.FilterComponents.html rename interfaces/{index.waku_filter.CreateOptions.html => _waku_core.waku_light_push.CreateOptions.html} (54%) create mode 100644 interfaces/_waku_core.waku_light_push.LightPushComponents.html rename interfaces/{index.waku_light_push.PushResponse-1.html => _waku_core.waku_light_push.PushResponse-1.html} (55%) rename interfaces/{index.waku_light_push.CreateOptions.html => _waku_core.waku_store.CreateOptions.html} (64%) rename interfaces/{index.waku_store.QueryOptions.html => _waku_core.waku_store.QueryOptions.html} (50%) create mode 100644 interfaces/_waku_core.waku_store.StoreComponents.html rename interfaces/{index.waku_light_push.PushOptions.html => _waku_core.waku_store.TimeFilter.html} (51%) rename interfaces/{lib_create_waku.CreateOptions.html => _waku_create.CreateOptions.html} (59%) create mode 100644 interfaces/_waku_create.Libp2pComponents.html rename interfaces/{index.enr.IKeypair.html => _waku_enr.IKeypair.html} (72%) rename interfaces/{index.enr.Waku2.html => _waku_enr.Waku2.html} (66%) rename interfaces/{lib_interfaces.Message.html => _waku_interfaces.DecodedMessage.html} (50%) rename interfaces/{lib_interfaces.Decoder.html => _waku_interfaces.Decoder.html} (52%) create mode 100644 interfaces/_waku_interfaces.Encoder.html create mode 100644 interfaces/_waku_interfaces.Filter.html create mode 100644 interfaces/_waku_interfaces.Index.html create mode 100644 interfaces/_waku_interfaces.LightPush.html create mode 100644 interfaces/_waku_interfaces.Message.html create mode 100644 interfaces/_waku_interfaces.PointToPointProtocol.html rename interfaces/{lib_interfaces.ProtoMessage.html => _waku_interfaces.ProtoMessage.html} (53%) rename interfaces/{lib_interfaces.RateLimitProof.html => _waku_interfaces.RateLimitProof.html} (55%) rename classes/index.waku_relay.WakuRelay.html => interfaces/_waku_interfaces.Relay.html (62%) rename interfaces/{lib_interfaces.SendResult.html => _waku_interfaces.SendResult.html} (54%) create mode 100644 interfaces/_waku_interfaces.Store.html rename interfaces/{index.waku_store.TimeFilter.html => _waku_interfaces.TimeFilter.html} (63%) rename interfaces/{lib_interfaces.Waku.html => _waku_interfaces.Waku.html} (50%) create mode 100644 interfaces/_waku_interfaces.WakuFull.html rename interfaces/{lib_interfaces.WakuPrivacy.html => _waku_interfaces.WakuLight.html} (60%) rename interfaces/{lib_interfaces.WakuLight.html => _waku_interfaces.WakuPrivacy.html} (50%) delete mode 100644 interfaces/lib_interfaces.Encoder.html delete mode 100644 interfaces/lib_interfaces.WakuFull.html delete mode 100644 interfaces/lib_peer_discovery_static_list.Options.html create mode 100644 modules/_waku_byte_utils.html create mode 100644 modules/_waku_core.html create mode 100644 modules/_waku_core.proto_message.RateLimitProof.html create mode 100644 modules/_waku_core.proto_message.WakuMessage.html create mode 100644 modules/_waku_core.proto_message.html create mode 100644 modules/_waku_core.proto_topic_only_message.TopicOnlyMessage.html create mode 100644 modules/_waku_core.proto_topic_only_message.html create mode 100644 modules/_waku_core.waku.html create mode 100644 modules/_waku_core.waku_filter.html create mode 100644 modules/_waku_core.waku_light_push.PushResponse.html create mode 100644 modules/_waku_core.waku_light_push.html create mode 100644 modules/_waku_core.waku_relay.html create mode 100644 modules/_waku_core.waku_store.html create mode 100644 modules/_waku_create.html create mode 100644 modules/_waku_dns_discovery.html create mode 100644 modules/_waku_enr.html create mode 100644 modules/_waku_interfaces.html create mode 100644 modules/_waku_message_encryption.ecies.html create mode 100644 modules/_waku_message_encryption.html create mode 100644 modules/_waku_message_encryption.symmetric.html delete mode 100644 modules/index.enr.html delete mode 100644 modules/index.html delete mode 100644 modules/index.proto_message.RateLimitProof.html delete mode 100644 modules/index.proto_message.WakuMessage.html delete mode 100644 modules/index.proto_message.html delete mode 100644 modules/index.proto_topic_only_message.TopicOnlyMessage.html delete mode 100644 modules/index.proto_topic_only_message.html delete mode 100644 modules/index.utils.html delete mode 100644 modules/index.waku.html delete mode 100644 modules/index.waku_filter.html delete mode 100644 modules/index.waku_light_push.PushResponse.html delete mode 100644 modules/index.waku_light_push.html delete mode 100644 modules/index.waku_relay.html delete mode 100644 modules/index.waku_store.html delete mode 100644 modules/lib_create_waku.html delete mode 100644 modules/lib_interfaces.html delete mode 100644 modules/lib_peer_discovery_static_list.html delete mode 100644 modules/lib_predefined_bootstrap_nodes.html delete mode 100644 modules/lib_wait_for_remote_peer.html delete mode 100644 modules/lib_waku_message_topic_only_message.html delete mode 100644 modules/lib_waku_message_version_0.html delete mode 100644 modules/lib_waku_message_version_1.html create mode 100644 types/_waku_core.waku_filter.ContentFilter.html create mode 100644 types/_waku_core.waku_filter.UnsubscribeFunction.html create mode 100644 types/_waku_core.waku_relay.CreateOptions.html create mode 100644 types/_waku_core.waku_relay.Observer.html create mode 100644 types/_waku_enr.ENRKey.html create mode 100644 types/_waku_enr.ENRValue.html create mode 100644 types/_waku_enr.NodeId.html create mode 100644 types/_waku_enr.SequenceNumber.html create mode 100644 types/_waku_interfaces.Callback.html create mode 100644 types/_waku_interfaces.Cursor.html create mode 100644 types/_waku_interfaces.ProtocolOptions.html create mode 100644 types/_waku_interfaces.StoreQueryOptions.html create mode 100644 types/_waku_message_encryption.Signature.html delete mode 100644 types/index.enr.ENRKey.html delete mode 100644 types/index.enr.ENRValue.html delete mode 100644 types/index.enr.NodeId.html delete mode 100644 types/index.enr.SequenceNumber.html delete mode 100644 types/index.waku_filter.ContentFilter.html delete mode 100644 types/index.waku_filter.FilterCallback.html delete mode 100644 types/index.waku_filter.FilterSubscriptionOpts.html delete mode 100644 types/index.waku_filter.UnsubscribeFunction.html delete mode 100644 types/index.waku_relay.Callback.html delete mode 100644 types/index.waku_relay.CreateOptions.html delete mode 100644 types/index.waku_relay.Observer.html delete mode 100644 types/lib_waku_message_version_1.Signature.html create mode 100644 variables/_waku_core.DefaultPubSubTopic.html create mode 100644 variables/_waku_core.DefaultUserAgent.html create mode 100644 variables/_waku_core.waku.DefaultPingKeepAliveValueSecs.html create mode 100644 variables/_waku_core.waku.DefaultRelayKeepAliveValueSecs.html create mode 100644 variables/_waku_core.waku_filter.FilterCodec.html create mode 100644 variables/_waku_core.waku_light_push.LightPushCodec.html create mode 100644 variables/_waku_core.waku_store.DefaultPageSize.html create mode 100644 variables/_waku_core.waku_store.StoreCodec.html create mode 100644 variables/_waku_enr.ERR_INVALID_ID.html create mode 100644 variables/_waku_enr.ERR_NO_SIGNATURE.html create mode 100644 variables/_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html create mode 100644 variables/_waku_enr.MAX_RECORD_SIZE.html create mode 100644 variables/_waku_enr.MULTIADDR_LENGTH_SIZE.html create mode 100644 variables/_waku_message_encryption.OneMillion.html create mode 100644 variables/_waku_message_encryption.Version.html delete mode 100644 variables/index.DefaultPubSubTopic.html delete mode 100644 variables/index.enr.ERR_INVALID_ID.html delete mode 100644 variables/index.enr.ERR_NO_SIGNATURE.html delete mode 100644 variables/index.enr.ERR_TYPE_NOT_IMPLEMENTED.html delete mode 100644 variables/index.enr.MAX_RECORD_SIZE.html delete mode 100644 variables/index.enr.MULTIADDR_LENGTH_SIZE.html delete mode 100644 variables/index.waku.DefaultPingKeepAliveValueSecs.html delete mode 100644 variables/index.waku.DefaultRelayKeepAliveValueSecs.html delete mode 100644 variables/index.waku_filter.FilterCodec.html delete mode 100644 variables/index.waku_light_push.LightPushCodec.html delete mode 100644 variables/index.waku_store.DefaultPageSize.html delete mode 100644 variables/index.waku_store.StoreCodec.html delete mode 100644 variables/lib_predefined_bootstrap_nodes.DefaultWantedNumber.html delete mode 100644 variables/lib_predefined_bootstrap_nodes.fleets.html delete mode 100644 variables/lib_waku_message_version_0.Version.html delete mode 100644 variables/lib_waku_message_version_1.Version.html diff --git a/assets/highlight.css b/assets/highlight.css index 5004169fe3..9fcba73e8c 100644 --- a/assets/highlight.css +++ b/assets/highlight.css @@ -3,6 +3,18 @@ --dark-hl-0: #D4D4D4; --light-hl-1: #795E26; --dark-hl-1: #DCDCAA; + --light-hl-2: #AF00DB; + --dark-hl-2: #C586C0; + --light-hl-3: #001080; + --dark-hl-3: #9CDCFE; + --light-hl-4: #A31515; + --dark-hl-4: #CE9178; + --light-hl-5: #008000; + --dark-hl-5: #6A9955; + --light-hl-6: #0000FF; + --dark-hl-6: #569CD6; + --light-hl-7: #0070C1; + --dark-hl-7: #4FC1FF; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -10,27 +22,57 @@ @media (prefers-color-scheme: light) { :root { --hl-0: var(--light-hl-0); --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); --code-background: var(--light-code-background); } } @media (prefers-color-scheme: dark) { :root { --hl-0: var(--dark-hl-0); --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); --code-background: var(--dark-code-background); } } :root[data-theme='light'] { --hl-0: var(--light-hl-0); --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); --code-background: var(--light-code-background); } :root[data-theme='dark'] { --hl-0: var(--dark-hl-0); --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); --code-background: var(--dark-code-background); } .hl-0 { color: var(--hl-0); } .hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } pre, code { background: var(--code-background); } diff --git a/assets/search.js b/assets/search.js index 6c83afa769..16e4e60ead 100644 --- a/assets/search.js +++ b/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"lib/create_waku\",\"url\":\"modules/lib_create_waku.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"createLightNode\",\"url\":\"functions/lib_create_waku.createLightNode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":64,\"name\":\"createPrivacyNode\",\"url\":\"functions/lib_create_waku.createPrivacyNode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":64,\"name\":\"createWaku\",\"url\":\"functions/lib_create_waku.createWaku.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":64,\"name\":\"defaultPeerDiscovery\",\"url\":\"functions/lib_create_waku.defaultPeerDiscovery.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":64,\"name\":\"defaultLibp2p\",\"url\":\"functions/lib_create_waku.defaultLibp2p.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/lib_create_waku.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/create_waku\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/lib_create_waku.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/create_waku.CreateOptions\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/lib_create_waku.CreateOptions.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/create_waku.CreateOptions\"},{\"kind\":1024,\"name\":\"staticNoiseKey\",\"url\":\"interfaces/lib_create_waku.CreateOptions.html#staticNoiseKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/create_waku.CreateOptions\"},{\"kind\":1024,\"name\":\"defaultBootstrap\",\"url\":\"interfaces/lib_create_waku.CreateOptions.html#defaultBootstrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/create_waku.CreateOptions\"},{\"kind\":2,\"name\":\"lib/interfaces\",\"url\":\"modules/lib_interfaces.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"Waku\",\"url\":\"interfaces/lib_interfaces.Waku.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/lib_interfaces.Waku.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/lib_interfaces.Waku.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/lib_interfaces.Waku.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/lib_interfaces.Waku.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/lib_interfaces.Waku.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/lib_interfaces.Waku.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":2048,\"name\":\"addPeerToAddressBook\",\"url\":\"interfaces/lib_interfaces.Waku.html#addPeerToAddressBook\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/lib_interfaces.Waku.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/lib_interfaces.Waku.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/lib_interfaces.Waku.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Waku\"},{\"kind\":256,\"name\":\"WakuLight\",\"url\":\"interfaces/lib_interfaces.WakuLight.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"addPeerToAddressBook\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#addPeerToAddressBook\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/lib_interfaces.WakuLight.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuLight\"},{\"kind\":256,\"name\":\"WakuPrivacy\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"addPeerToAddressBook\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#addPeerToAddressBook\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/lib_interfaces.WakuPrivacy.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuPrivacy\"},{\"kind\":256,\"name\":\"WakuFull\",\"url\":\"interfaces/lib_interfaces.WakuFull.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"addPeerToAddressBook\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#addPeerToAddressBook\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/lib_interfaces.WakuFull.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"lib/interfaces.WakuFull\"},{\"kind\":256,\"name\":\"RateLimitProof\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"merkleRoot\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#merkleRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"epoch\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#epoch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareX\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#shareX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareY\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#shareY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"nullifier\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#nullifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"rlnIdentifier\",\"url\":\"interfaces/lib_interfaces.RateLimitProof.html#rlnIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.RateLimitProof\"},{\"kind\":256,\"name\":\"ProtoMessage\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/lib_interfaces.ProtoMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.ProtoMessage\"},{\"kind\":256,\"name\":\"Message\",\"url\":\"interfaces/lib_interfaces.Message.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/lib_interfaces.Message.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Message\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/lib_interfaces.Message.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Message\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/lib_interfaces.Message.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Message\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/lib_interfaces.Message.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Message\"},{\"kind\":256,\"name\":\"Encoder\",\"url\":\"interfaces/lib_interfaces.Encoder.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/lib_interfaces.Encoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Encoder\"},{\"kind\":1024,\"name\":\"toWire\",\"url\":\"interfaces/lib_interfaces.Encoder.html#toWire\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Encoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/lib_interfaces.Encoder.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Encoder\"},{\"kind\":1024,\"name\":\"toProtoObj\",\"url\":\"interfaces/lib_interfaces.Encoder.html#toProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Encoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/lib_interfaces.Encoder.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Encoder\"},{\"kind\":256,\"name\":\"Decoder\",\"url\":\"interfaces/lib_interfaces.Decoder.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/lib_interfaces.Decoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Decoder\"},{\"kind\":1024,\"name\":\"fromWireToProtoObj\",\"url\":\"interfaces/lib_interfaces.Decoder.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Decoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/lib_interfaces.Decoder.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Decoder\"},{\"kind\":1024,\"name\":\"fromProtoObj\",\"url\":\"interfaces/lib_interfaces.Decoder.html#fromProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Decoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/lib_interfaces.Decoder.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.Decoder\"},{\"kind\":256,\"name\":\"SendResult\",\"url\":\"interfaces/lib_interfaces.SendResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/interfaces\"},{\"kind\":1024,\"name\":\"recipients\",\"url\":\"interfaces/lib_interfaces.SendResult.html#recipients\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/interfaces.SendResult\"},{\"kind\":2,\"name\":\"lib/peer_discovery_static_list\",\"url\":\"modules/lib_peer_discovery_static_list.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"Options\",\"url\":\"interfaces/lib_peer_discovery_static_list.Options.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"lib/peer_discovery_static_list\"},{\"kind\":1024,\"name\":\"maxPeers\",\"url\":\"interfaces/lib_peer_discovery_static_list.Options.html#maxPeers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/peer_discovery_static_list.Options\"},{\"kind\":1024,\"name\":\"interval\",\"url\":\"interfaces/lib_peer_discovery_static_list.Options.html#interval\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"lib/peer_discovery_static_list.Options\"},{\"kind\":128,\"name\":\"PeerDiscoveryStaticPeers\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/peer_discovery_static_list\"},{\"kind\":1024,\"name\":\"DefaultInterval\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#DefaultInterval\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":1024,\"name\":\"peers\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#peers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":1024,\"name\":\"timer\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#timer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":1024,\"name\":\"interval\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#interval\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":2048,\"name\":\"_startTimer\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#_startTimer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":2048,\"name\":\"_returnPeers\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#_returnPeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":262144,\"name\":\"[symbol]\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#_symbol_\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":262144,\"name\":\"[toStringTag]\",\"url\":\"classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html#_toStringTag_\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/peer_discovery_static_list.PeerDiscoveryStaticPeers\"},{\"kind\":2,\"name\":\"lib/predefined_bootstrap_nodes\",\"url\":\"modules/lib_predefined_bootstrap_nodes.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"getPredefinedBootstrapNodes\",\"url\":\"functions/lib_predefined_bootstrap_nodes.getPredefinedBootstrapNodes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/predefined_bootstrap_nodes\"},{\"kind\":32,\"name\":\"DefaultWantedNumber\",\"url\":\"variables/lib_predefined_bootstrap_nodes.DefaultWantedNumber.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"lib/predefined_bootstrap_nodes\"},{\"kind\":8,\"name\":\"Fleet\",\"url\":\"enums/lib_predefined_bootstrap_nodes.Fleet.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"lib/predefined_bootstrap_nodes\"},{\"kind\":16,\"name\":\"Prod\",\"url\":\"enums/lib_predefined_bootstrap_nodes.Fleet.html#Prod\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"lib/predefined_bootstrap_nodes.Fleet\"},{\"kind\":16,\"name\":\"Test\",\"url\":\"enums/lib_predefined_bootstrap_nodes.Fleet.html#Test\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"lib/predefined_bootstrap_nodes.Fleet\"},{\"kind\":32,\"name\":\"fleets\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"lib/predefined_bootstrap_nodes\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets\"},{\"kind\":1024,\"name\":\"fleets\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.fleets\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type\"},{\"kind\":1024,\"name\":\"wakuv2.prod\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.wakuv2_prod\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type\"},{\"kind\":1024,\"name\":\"waku-websocket\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2.waku_websocket\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.ac-cn-hongkong-c.wakuv2.prod\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2.__type-3.node_01_ac_cn_hongkong_c_wakuv2_prod\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.do-ams3.wakuv2.prod\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2.__type-3.node_01_do_ams3_wakuv2_prod\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.gc-us-central1-a.wakuv2.prod\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-2.__type-3.node_01_gc_us_central1_a_wakuv2_prod\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":1024,\"name\":\"wakuv2.test\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.wakuv2_test\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type\"},{\"kind\":1024,\"name\":\"waku-websocket\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4.waku_websocket-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.ac-cn-hongkong-c.wakuv2.test\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4.__type-5.node_01_ac_cn_hongkong_c_wakuv2_test\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.do-ams3.wakuv2.test\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4.__type-5.node_01_do_ams3_wakuv2_test\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":1024,\"name\":\"node-01.gc-us-central1-a.wakuv2.test\",\"url\":\"variables/lib_predefined_bootstrap_nodes.fleets.html#__type.__type-1.__type-4.__type-5.node_01_gc_us_central1_a_wakuv2_test\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/predefined_bootstrap_nodes.fleets.__type.__type.__type.__type\"},{\"kind\":2,\"name\":\"lib/wait_for_remote_peer\",\"url\":\"modules/lib_wait_for_remote_peer.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"waitForRemotePeer\",\"url\":\"functions/lib_wait_for_remote_peer.waitForRemotePeer.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"lib/wait_for_remote_peer\"},{\"kind\":2,\"name\":\"lib/waku_message/version_0\",\"url\":\"modules/lib_waku_message_version_0.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"Version\",\"url\":\"variables/lib_waku_message_version_0.Version.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_0\"},{\"kind\":128,\"name\":\"MessageV0\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_0\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":1024,\"name\":\"proto\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"_rawPayload\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#_rawPayload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"payload\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#payload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#contentTopic\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"_rawTimestamp\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#_rawTimestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"timestamp\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#timestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"version\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#version\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":262144,\"name\":\"rateLimitProof\",\"url\":\"classes/lib_waku_message_version_0.MessageV0.html#rateLimitProof\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.MessageV0\"},{\"kind\":128,\"name\":\"EncoderV0\",\"url\":\"classes/lib_waku_message_version_0.EncoderV0.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_0\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_0.EncoderV0.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.EncoderV0\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_0.EncoderV0.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.EncoderV0\"},{\"kind\":2048,\"name\":\"toWire\",\"url\":\"classes/lib_waku_message_version_0.EncoderV0.html#toWire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.EncoderV0\"},{\"kind\":2048,\"name\":\"toProtoObj\",\"url\":\"classes/lib_waku_message_version_0.EncoderV0.html#toProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.EncoderV0\"},{\"kind\":128,\"name\":\"DecoderV0\",\"url\":\"classes/lib_waku_message_version_0.DecoderV0.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_0\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_0.DecoderV0.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.DecoderV0\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_0.DecoderV0.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.DecoderV0\"},{\"kind\":2048,\"name\":\"fromWireToProtoObj\",\"url\":\"classes/lib_waku_message_version_0.DecoderV0.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.DecoderV0\"},{\"kind\":2048,\"name\":\"fromProtoObj\",\"url\":\"classes/lib_waku_message_version_0.DecoderV0.html#fromProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_0.DecoderV0\"},{\"kind\":2,\"name\":\"lib/waku_message/version_1\",\"url\":\"modules/lib_waku_message_version_1.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"Version\",\"url\":\"variables/lib_waku_message_version_1.Version.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":4194304,\"name\":\"Signature\",\"url\":\"types/lib_waku_message_version_1.Signature.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/lib_waku_message_version_1.Signature.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"lib/waku_message/version_1.Signature\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"types/lib_waku_message_version_1.Signature.html#__type.signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/waku_message/version_1.Signature.__type\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"types/lib_waku_message_version_1.Signature.html#__type.publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lib/waku_message/version_1.Signature.__type\"},{\"kind\":128,\"name\":\"MessageV1\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":1024,\"name\":\"_decodedPayload\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#_decodedPayload\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":1024,\"name\":\"signaturePublicKey\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#signaturePublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"payload\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#payload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":1024,\"name\":\"proto\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"_rawPayload\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#_rawPayload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#contentTopic\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"_rawTimestamp\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#_rawTimestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"timestamp\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#timestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"version\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#version\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":262144,\"name\":\"rateLimitProof\",\"url\":\"classes/lib_waku_message_version_1.MessageV1.html#rateLimitProof\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.MessageV1\"},{\"kind\":128,\"name\":\"AsymEncoder\",\"url\":\"classes/lib_waku_message_version_1.AsymEncoder.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_1.AsymEncoder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymEncoder\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_1.AsymEncoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymEncoder\"},{\"kind\":2048,\"name\":\"toWire\",\"url\":\"classes/lib_waku_message_version_1.AsymEncoder.html#toWire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymEncoder\"},{\"kind\":2048,\"name\":\"toProtoObj\",\"url\":\"classes/lib_waku_message_version_1.AsymEncoder.html#toProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymEncoder\"},{\"kind\":128,\"name\":\"SymEncoder\",\"url\":\"classes/lib_waku_message_version_1.SymEncoder.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_1.SymEncoder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymEncoder\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_1.SymEncoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymEncoder\"},{\"kind\":2048,\"name\":\"toWire\",\"url\":\"classes/lib_waku_message_version_1.SymEncoder.html#toWire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymEncoder\"},{\"kind\":2048,\"name\":\"toProtoObj\",\"url\":\"classes/lib_waku_message_version_1.SymEncoder.html#toProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymEncoder\"},{\"kind\":128,\"name\":\"AsymDecoder\",\"url\":\"classes/lib_waku_message_version_1.AsymDecoder.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_1.AsymDecoder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymDecoder\"},{\"kind\":2048,\"name\":\"fromProtoObj\",\"url\":\"classes/lib_waku_message_version_1.AsymDecoder.html#fromProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.AsymDecoder\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_1.AsymDecoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.AsymDecoder\"},{\"kind\":2048,\"name\":\"fromWireToProtoObj\",\"url\":\"classes/lib_waku_message_version_1.AsymDecoder.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.AsymDecoder\"},{\"kind\":128,\"name\":\"SymDecoder\",\"url\":\"classes/lib_waku_message_version_1.SymDecoder.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/version_1\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_version_1.SymDecoder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymDecoder\"},{\"kind\":2048,\"name\":\"fromProtoObj\",\"url\":\"classes/lib_waku_message_version_1.SymDecoder.html#fromProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/version_1.SymDecoder\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_version_1.SymDecoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.SymDecoder\"},{\"kind\":2048,\"name\":\"fromWireToProtoObj\",\"url\":\"classes/lib_waku_message_version_1.SymDecoder.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"lib/waku_message/version_1.SymDecoder\"},{\"kind\":2,\"name\":\"lib/waku_message/topic_only_message\",\"url\":\"modules/lib_waku_message_topic_only_message.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"TopicOnlyMessage\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/topic_only_message\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyMessage\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyMessage\"},{\"kind\":262144,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html#contentTopic\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyMessage\"},{\"kind\":128,\"name\":\"TopicOnlyDecoder\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"lib/waku_message/topic_only_message\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyDecoder\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyDecoder\"},{\"kind\":2048,\"name\":\"fromWireToProtoObj\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyDecoder\"},{\"kind\":2048,\"name\":\"fromProtoObj\",\"url\":\"classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html#fromProtoObj\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"lib/waku_message/topic_only_message.TopicOnlyDecoder\"},{\"kind\":32,\"name\":\"DefaultPubSubTopic\",\"url\":\"variables/index.DefaultPubSubTopic.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"generatePrivateKey\",\"url\":\"functions/index.generatePrivateKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"generateSymmetricKey\",\"url\":\"functions/index.generateSymmetricKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"getPublicKey\",\"url\":\"functions/index.getPublicKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"enr\",\"url\":\"modules/index.enr.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":32,\"name\":\"MAX_RECORD_SIZE\",\"url\":\"variables/index.enr.MAX_RECORD_SIZE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":32,\"name\":\"ERR_INVALID_ID\",\"url\":\"variables/index.enr.ERR_INVALID_ID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":32,\"name\":\"ERR_NO_SIGNATURE\",\"url\":\"variables/index.enr.ERR_NO_SIGNATURE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":32,\"name\":\"MULTIADDR_LENGTH_SIZE\",\"url\":\"variables/index.enr.MULTIADDR_LENGTH_SIZE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":128,\"name\":\"ENR\",\"url\":\"classes/index.enr.ENR.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":1024,\"name\":\"RECORD_PREFIX\",\"url\":\"classes/index.enr.ENR.html#RECORD_PREFIX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/index.enr.ENR.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"createV4\",\"url\":\"classes/index.enr.ENR.html#createV4\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"createFromPeerId\",\"url\":\"classes/index.enr.ENR.html#createFromPeerId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"decodeFromValues\",\"url\":\"classes/index.enr.ENR.html#decodeFromValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/index.enr.ENR.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"decodeTxt\",\"url\":\"classes/index.enr.ENR.html#decodeTxt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.enr.ENR.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.enr.ENR\"},{\"kind\":1024,\"name\":\"seq\",\"url\":\"classes/index.enr.ENR.html#seq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/index.enr.ENR.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"classes/index.enr.ENR.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/index.enr.ENR.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/index.enr.ENR.html#id\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"keypairType\",\"url\":\"classes/index.enr.ENR.html#keypairType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"publicKey\",\"url\":\"classes/index.enr.ENR.html#publicKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"keypair\",\"url\":\"classes/index.enr.ENR.html#keypair\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"nodeId\",\"url\":\"classes/index.enr.ENR.html#nodeId\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"ip\",\"url\":\"classes/index.enr.ENR.html#ip\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"tcp\",\"url\":\"classes/index.enr.ENR.html#tcp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"udp\",\"url\":\"classes/index.enr.ENR.html#udp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"ip6\",\"url\":\"classes/index.enr.ENR.html#ip6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"tcp6\",\"url\":\"classes/index.enr.ENR.html#tcp6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"udp6\",\"url\":\"classes/index.enr.ENR.html#udp6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"multiaddrs\",\"url\":\"classes/index.enr.ENR.html#multiaddrs\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"getLocationMultiaddr\",\"url\":\"classes/index.enr.ENR.html#getLocationMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"setLocationMultiaddr\",\"url\":\"classes/index.enr.ENR.html#setLocationMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"getFullMultiaddr\",\"url\":\"classes/index.enr.ENR.html#getFullMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"getFullMultiaddrs\",\"url\":\"classes/index.enr.ENR.html#getFullMultiaddrs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":262144,\"name\":\"waku2\",\"url\":\"classes/index.enr.ENR.html#waku2\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/index.enr.ENR.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/index.enr.ENR.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"encodeToValues\",\"url\":\"classes/index.enr.ENR.html#encodeToValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/index.enr.ENR.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":2048,\"name\":\"encodeTxt\",\"url\":\"classes/index.enr.ENR.html#encodeTxt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.ENR\"},{\"kind\":4194304,\"name\":\"NodeId\",\"url\":\"types/index.enr.NodeId.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":4194304,\"name\":\"SequenceNumber\",\"url\":\"types/index.enr.SequenceNumber.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":4194304,\"name\":\"ENRKey\",\"url\":\"types/index.enr.ENRKey.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":4194304,\"name\":\"ENRValue\",\"url\":\"types/index.enr.ENRValue.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":64,\"name\":\"createKeypair\",\"url\":\"functions/index.enr.createKeypair.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":64,\"name\":\"createPeerIdFromKeypair\",\"url\":\"functions/index.enr.createPeerIdFromKeypair.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":64,\"name\":\"createKeypairFromPeerId\",\"url\":\"functions/index.enr.createKeypairFromPeerId.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":32,\"name\":\"ERR_TYPE_NOT_IMPLEMENTED\",\"url\":\"variables/index.enr.ERR_TYPE_NOT_IMPLEMENTED.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":8,\"name\":\"KeypairType\",\"url\":\"enums/index.enr.KeypairType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":16,\"name\":\"rsa\",\"url\":\"enums/index.enr.KeypairType.html#rsa\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.enr.KeypairType\"},{\"kind\":16,\"name\":\"ed25519\",\"url\":\"enums/index.enr.KeypairType.html#ed25519\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.enr.KeypairType\"},{\"kind\":16,\"name\":\"secp256k1\",\"url\":\"enums/index.enr.KeypairType.html#secp256k1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.enr.KeypairType\"},{\"kind\":256,\"name\":\"IKeypair\",\"url\":\"interfaces/index.enr.IKeypair.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/index.enr.IKeypair.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":1024,\"name\":\"privateKey\",\"url\":\"interfaces/index.enr.IKeypair.html#privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"interfaces/index.enr.IKeypair.html#publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":2048,\"name\":\"privateKeyVerify\",\"url\":\"interfaces/index.enr.IKeypair.html#privateKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":2048,\"name\":\"publicKeyVerify\",\"url\":\"interfaces/index.enr.IKeypair.html#publicKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":2048,\"name\":\"hasPrivateKey\",\"url\":\"interfaces/index.enr.IKeypair.html#hasPrivateKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.enr.IKeypair\"},{\"kind\":128,\"name\":\"Secp256k1Keypair\",\"url\":\"classes/index.enr.Secp256k1Keypair.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"_privateKey\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#_privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"_publicKey\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#_publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"privateKeyVerify\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#privateKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"publicKeyVerify\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#publicKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":262144,\"name\":\"privateKey\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#privateKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":262144,\"name\":\"publicKey\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#publicKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"hasPrivateKey\",\"url\":\"classes/index.enr.Secp256k1Keypair.html#hasPrivateKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.enr.Secp256k1Keypair\"},{\"kind\":64,\"name\":\"encodeWaku2\",\"url\":\"functions/index.enr.encodeWaku2.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":64,\"name\":\"decodeWaku2\",\"url\":\"functions/index.enr.decodeWaku2.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":256,\"name\":\"Waku2\",\"url\":\"interfaces/index.enr.Waku2.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.enr\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/index.enr.Waku2.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.Waku2\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/index.enr.Waku2.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.Waku2\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/index.enr.Waku2.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.Waku2\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/index.enr.Waku2.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.enr.Waku2\"},{\"kind\":4,\"name\":\"utils\",\"url\":\"modules/index.utils.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"hexToBytes\",\"url\":\"functions/index.utils.hexToBytes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.utils\"},{\"kind\":64,\"name\":\"concat\",\"url\":\"functions/index.utils.concat.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.utils\"},{\"kind\":64,\"name\":\"bytesToHex\",\"url\":\"functions/index.utils.bytesToHex.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.utils\"},{\"kind\":64,\"name\":\"bytesToUtf8\",\"url\":\"functions/index.utils.bytesToUtf8.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.utils\"},{\"kind\":64,\"name\":\"utf8ToBytes\",\"url\":\"functions/index.utils.utf8ToBytes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.utils\"},{\"kind\":4,\"name\":\"proto_message\",\"url\":\"modules/index.proto_message.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":256,\"name\":\"RateLimitProof\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.proto_message\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"merkleRoot\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#merkleRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"epoch\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#epoch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareX\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#shareX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareY\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#shareY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"nullifier\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#nullifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"rlnIdentifier\",\"url\":\"interfaces/index.proto_message.RateLimitProof-1.html#rlnIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":4,\"name\":\"RateLimitProof\",\"url\":\"modules/index.proto_message.RateLimitProof.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"index.proto_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/index.proto_message.RateLimitProof.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/index.proto_message.RateLimitProof.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/index.proto_message.RateLimitProof.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.RateLimitProof\"},{\"kind\":256,\"name\":\"WakuMessage\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.proto_message\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"timestampDeprecated\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#timestampDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/index.proto_message.WakuMessage-1.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":4,\"name\":\"WakuMessage\",\"url\":\"modules/index.proto_message.WakuMessage.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"index.proto_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/index.proto_message.WakuMessage.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/index.proto_message.WakuMessage.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/index.proto_message.WakuMessage.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_message.WakuMessage\"},{\"kind\":4,\"name\":\"proto_topic_only_message\",\"url\":\"modules/index.proto_topic_only_message.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":256,\"name\":\"TopicOnlyMessage\",\"url\":\"interfaces/index.proto_topic_only_message.TopicOnlyMessage-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.proto_topic_only_message\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/index.proto_topic_only_message.TopicOnlyMessage-1.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":4,\"name\":\"TopicOnlyMessage\",\"url\":\"modules/index.proto_topic_only_message.TopicOnlyMessage.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"index.proto_topic_only_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/index.proto_topic_only_message.TopicOnlyMessage.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/index.proto_topic_only_message.TopicOnlyMessage.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/index.proto_topic_only_message.TopicOnlyMessage.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":4,\"name\":\"waku\",\"url\":\"modules/index.waku.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":32,\"name\":\"DefaultPingKeepAliveValueSecs\",\"url\":\"variables/index.waku.DefaultPingKeepAliveValueSecs.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku\"},{\"kind\":32,\"name\":\"DefaultRelayKeepAliveValueSecs\",\"url\":\"variables/index.waku.DefaultRelayKeepAliveValueSecs.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku\"},{\"kind\":8,\"name\":\"Protocols\",\"url\":\"enums/index.waku.Protocols.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"index.waku\"},{\"kind\":16,\"name\":\"Relay\",\"url\":\"enums/index.waku.Protocols.html#Relay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku.Protocols\"},{\"kind\":16,\"name\":\"Store\",\"url\":\"enums/index.waku.Protocols.html#Store\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku.Protocols\"},{\"kind\":16,\"name\":\"LightPush\",\"url\":\"enums/index.waku.Protocols.html#LightPush\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku.Protocols\"},{\"kind\":16,\"name\":\"Filter\",\"url\":\"enums/index.waku.Protocols.html#Filter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku.Protocols\"},{\"kind\":256,\"name\":\"WakuOptions\",\"url\":\"interfaces/index.waku.WakuOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku\"},{\"kind\":1024,\"name\":\"pingKeepAlive\",\"url\":\"interfaces/index.waku.WakuOptions.html#pingKeepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku.WakuOptions\"},{\"kind\":1024,\"name\":\"relayKeepAlive\",\"url\":\"interfaces/index.waku.WakuOptions.html#relayKeepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku.WakuOptions\"},{\"kind\":128,\"name\":\"WakuNode\",\"url\":\"classes/index.waku.WakuNode.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.waku\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.waku.WakuNode.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"classes/index.waku.WakuNode.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"classes/index.waku.WakuNode.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"classes/index.waku.WakuNode.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"classes/index.waku.WakuNode.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"classes/index.waku.WakuNode.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"pingKeepAliveTimers\",\"url\":\"classes/index.waku.WakuNode.html#pingKeepAliveTimers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/index.waku.WakuNode.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":1024,\"name\":\"relayKeepAliveTimers\",\"url\":\"classes/index.waku.WakuNode.html#relayKeepAliveTimers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/index.waku.WakuNode.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"classes/index.waku.WakuNode.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"addPeerToAddressBook\",\"url\":\"classes/index.waku.WakuNode.html#addPeerToAddressBook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/index.waku.WakuNode.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/index.waku.WakuNode.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"classes/index.waku.WakuNode.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"getLocalMultiaddrWithID\",\"url\":\"classes/index.waku.WakuNode.html#getLocalMultiaddrWithID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"startKeepAlive\",\"url\":\"classes/index.waku.WakuNode.html#startKeepAlive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stopKeepAlive\",\"url\":\"classes/index.waku.WakuNode.html#stopKeepAlive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stopAllKeepAlives\",\"url\":\"classes/index.waku.WakuNode.html#stopAllKeepAlives\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku.WakuNode\"},{\"kind\":8388608,\"name\":\"WakuNode\",\"url\":\"modules/index.html#WakuNode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Protocols\",\"url\":\"modules/index.html#Protocols\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"waku_filter\",\"url\":\"modules/index.waku_filter.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"ContentFilter\",\"url\":\"types/index.waku_filter.ContentFilter.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_filter.ContentFilter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_filter.ContentFilter\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"types/index.waku_filter.ContentFilter.html#__type.contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.waku_filter.ContentFilter.__type\"},{\"kind\":32,\"name\":\"FilterCodec\",\"url\":\"variables/index.waku_filter.FilterCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/index.waku_filter.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/index.waku_filter.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_filter.CreateOptions\"},{\"kind\":4194304,\"name\":\"FilterSubscriptionOpts\",\"url\":\"types/index.waku_filter.FilterSubscriptionOpts.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_filter.FilterSubscriptionOpts.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_filter.FilterSubscriptionOpts\"},{\"kind\":1024,\"name\":\"pubsubTopic\",\"url\":\"types/index.waku_filter.FilterSubscriptionOpts.html#__type.pubsubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.waku_filter.FilterSubscriptionOpts.__type\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"types/index.waku_filter.FilterSubscriptionOpts.html#__type.peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.waku_filter.FilterSubscriptionOpts.__type\"},{\"kind\":4194304,\"name\":\"FilterCallback\",\"url\":\"types/index.waku_filter.FilterCallback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_filter.FilterCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_filter.FilterCallback\"},{\"kind\":4194304,\"name\":\"UnsubscribeFunction\",\"url\":\"types/index.waku_filter.UnsubscribeFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_filter.UnsubscribeFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_filter.UnsubscribeFunction\"},{\"kind\":128,\"name\":\"WakuFilter\",\"url\":\"classes/index.waku_filter.WakuFilter.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.waku_filter\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.waku_filter.WakuFilter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"classes/index.waku_filter.WakuFilter.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":1024,\"name\":\"subscriptions\",\"url\":\"classes/index.waku_filter.WakuFilter.html#subscriptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":1024,\"name\":\"decoders\",\"url\":\"classes/index.waku_filter.WakuFilter.html#decoders\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"classes/index.waku_filter.WakuFilter.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/index.waku_filter.WakuFilter.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"onRequest\",\"url\":\"classes/index.waku_filter.WakuFilter.html#onRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"pushMessages\",\"url\":\"classes/index.waku_filter.WakuFilter.html#pushMessages\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"addCallback\",\"url\":\"classes/index.waku_filter.WakuFilter.html#addCallback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"deleteCallback\",\"url\":\"classes/index.waku_filter.WakuFilter.html#deleteCallback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"addDecoders\",\"url\":\"classes/index.waku_filter.WakuFilter.html#addDecoders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"deleteDecoders\",\"url\":\"classes/index.waku_filter.WakuFilter.html#deleteDecoders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/index.waku_filter.WakuFilter.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"newStream\",\"url\":\"classes/index.waku_filter.WakuFilter.html#newStream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"getPeer\",\"url\":\"classes/index.waku_filter.WakuFilter.html#getPeer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"peers\",\"url\":\"classes/index.waku_filter.WakuFilter.html#peers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":2048,\"name\":\"randomPeer\",\"url\":\"classes/index.waku_filter.WakuFilter.html#randomPeer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_filter.WakuFilter\"},{\"kind\":8388608,\"name\":\"WakuFilter\",\"url\":\"modules/index.html#WakuFilter\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"waku_light_push\",\"url\":\"modules/index.waku_light_push.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":32,\"name\":\"LightPushCodec\",\"url\":\"variables/index.waku_light_push.LightPushCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":256,\"name\":\"PushResponse\",\"url\":\"interfaces/index.waku_light_push.PushResponse-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":1024,\"name\":\"isSuccess\",\"url\":\"interfaces/index.waku_light_push.PushResponse-1.html#isSuccess\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_light_push.PushResponse\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/index.waku_light_push.PushResponse-1.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_light_push.PushResponse\"},{\"kind\":4,\"name\":\"PushResponse\",\"url\":\"modules/index.waku_light_push.PushResponse.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/index.waku_light_push.PushResponse.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push.PushResponse\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/index.waku_light_push.PushResponse.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push.PushResponse\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/index.waku_light_push.PushResponse.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push.PushResponse\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/index.waku_light_push.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/index.waku_light_push.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_light_push.CreateOptions\"},{\"kind\":256,\"name\":\"PushOptions\",\"url\":\"interfaces/index.waku_light_push.PushOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"interfaces/index.waku_light_push.PushOptions.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_light_push.PushOptions\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/index.waku_light_push.PushOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_light_push.PushOptions\"},{\"kind\":128,\"name\":\"WakuLightPush\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.waku_light_push\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":2048,\"name\":\"push\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#push\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":2048,\"name\":\"peers\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#peers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":2048,\"name\":\"randomPeer\",\"url\":\"classes/index.waku_light_push.WakuLightPush.html#randomPeer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_light_push.WakuLightPush\"},{\"kind\":8388608,\"name\":\"WakuLightPush\",\"url\":\"modules/index.html#WakuLightPush\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LightPushCodec\",\"url\":\"modules/index.html#LightPushCodec\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PushResponse\",\"url\":\"modules/index.html#PushResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"waku_relay\",\"url\":\"modules/index.waku_relay.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"Callback\",\"url\":\"types/index.waku_relay.Callback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_relay.Callback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_relay.Callback\"},{\"kind\":4194304,\"name\":\"Observer\",\"url\":\"types/index.waku_relay.Observer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.waku_relay.Observer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.waku_relay.Observer\"},{\"kind\":1024,\"name\":\"decoder\",\"url\":\"types/index.waku_relay.Observer.html#__type.decoder\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.waku_relay.Observer.__type\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"types/index.waku_relay.Observer.html#__type.callback\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.waku_relay.Observer.__type\"},{\"kind\":4194304,\"name\":\"CreateOptions\",\"url\":\"types/index.waku_relay.CreateOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"index.waku_relay\"},{\"kind\":128,\"name\":\"WakuRelay\",\"url\":\"classes/index.waku_relay.WakuRelay.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.waku_relay\"},{\"kind\":1024,\"name\":\"multicodec\",\"url\":\"classes/index.waku_relay.WakuRelay.html#multicodec\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.waku_relay.WakuRelay.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"classes/index.waku_relay.WakuRelay.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":1024,\"name\":\"defaultDecoder\",\"url\":\"classes/index.waku_relay.WakuRelay.html#defaultDecoder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":1024,\"name\":\"observers\",\"url\":\"classes/index.waku_relay.WakuRelay.html#observers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/index.waku_relay.WakuRelay.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":2048,\"name\":\"send\",\"url\":\"classes/index.waku_relay.WakuRelay.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":2048,\"name\":\"addObserver\",\"url\":\"classes/index.waku_relay.WakuRelay.html#addObserver\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/index.waku_relay.WakuRelay.html#addObserver.addObserver-1.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"index.waku_relay.WakuRelay.addObserver.addObserver\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/index.waku_relay.WakuRelay.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":2048,\"name\":\"getMeshPeers\",\"url\":\"classes/index.waku_relay.WakuRelay.html#getMeshPeers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_relay.WakuRelay\"},{\"kind\":8388608,\"name\":\"WakuRelay\",\"url\":\"modules/index.html#WakuRelay\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"waku_store\",\"url\":\"modules/index.waku_store.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"isDefined\",\"url\":\"functions/index.waku_store.isDefined.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":32,\"name\":\"StoreCodec\",\"url\":\"variables/index.waku_store.StoreCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":32,\"name\":\"DefaultPageSize\",\"url\":\"variables/index.waku_store.DefaultPageSize.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":8,\"name\":\"PageDirection\",\"url\":\"enums/index.waku_store.PageDirection.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":16,\"name\":\"BACKWARD\",\"url\":\"enums/index.waku_store.PageDirection.html#BACKWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku_store.PageDirection\"},{\"kind\":16,\"name\":\"FORWARD\",\"url\":\"enums/index.waku_store.PageDirection.html#FORWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"index.waku_store.PageDirection\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/index.waku_store.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/index.waku_store.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.CreateOptions\"},{\"kind\":256,\"name\":\"TimeFilter\",\"url\":\"interfaces/index.waku_store.TimeFilter.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":1024,\"name\":\"startTime\",\"url\":\"interfaces/index.waku_store.TimeFilter.html#startTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.TimeFilter\"},{\"kind\":1024,\"name\":\"endTime\",\"url\":\"interfaces/index.waku_store.TimeFilter.html#endTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.TimeFilter\"},{\"kind\":256,\"name\":\"QueryOptions\",\"url\":\"interfaces/index.waku_store.QueryOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"interfaces/index.waku_store.QueryOptions.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/index.waku_store.QueryOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pageDirection\",\"url\":\"interfaces/index.waku_store.QueryOptions.html#pageDirection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/index.waku_store.QueryOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"timeFilter\",\"url\":\"interfaces/index.waku_store.QueryOptions.html#timeFilter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.waku_store.QueryOptions\"},{\"kind\":128,\"name\":\"WakuStore\",\"url\":\"classes/index.waku_store.WakuStore.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"index.waku_store\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.waku_store.WakuStore.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"classes/index.waku_store.WakuStore.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"classes/index.waku_store.WakuStore.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":2048,\"name\":\"queryOrderedCallback\",\"url\":\"classes/index.waku_store.WakuStore.html#queryOrderedCallback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":2048,\"name\":\"queryCallbackOnPromise\",\"url\":\"classes/index.waku_store.WakuStore.html#queryCallbackOnPromise\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":2048,\"name\":\"queryGenerator\",\"url\":\"classes/index.waku_store.WakuStore.html#queryGenerator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":2048,\"name\":\"peers\",\"url\":\"classes/index.waku_store.WakuStore.html#peers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"index.waku_store.WakuStore\"},{\"kind\":8388608,\"name\":\"PageDirection\",\"url\":\"modules/index.html#PageDirection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WakuStore\",\"url\":\"modules/index.html#WakuStore\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"StoreCodec\",\"url\":\"modules/index.html#StoreCodec\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,58.448]],[\"comment/0\",[]],[\"name/1\",[1,58.448]],[\"comment/1\",[]],[\"name/2\",[2,58.448]],[\"comment/2\",[]],[\"name/3\",[3,58.448]],[\"comment/3\",[]],[\"name/4\",[4,58.448]],[\"comment/4\",[]],[\"name/5\",[5,58.448]],[\"comment/5\",[]],[\"name/6\",[6,58.448]],[\"comment/6\",[]],[\"name/7\",[7,45.21]],[\"comment/7\",[]],[\"name/8\",[8,37.695]],[\"comment/8\",[]],[\"name/9\",[9,39.642]],[\"comment/9\",[]],[\"name/10\",[10,58.448]],[\"comment/10\",[]],[\"name/11\",[11,58.448]],[\"comment/11\",[]],[\"name/12\",[12,58.448]],[\"comment/12\",[]],[\"name/13\",[13,47.255]],[\"comment/13\",[]],[\"name/14\",[9,39.642]],[\"comment/14\",[]],[\"name/15\",[14,42.05]],[\"comment/15\",[]],[\"name/16\",[15,42.05]],[\"comment/16\",[]],[\"name/17\",[16,42.05]],[\"comment/17\",[]],[\"name/18\",[17,42.05]],[\"comment/18\",[]],[\"name/19\",[18,45.21]],[\"comment/19\",[]],[\"name/20\",[19,45.21]],[\"comment/20\",[]],[\"name/21\",[20,42.05]],[\"comment/21\",[]],[\"name/22\",[21,43.508]],[\"comment/22\",[]],[\"name/23\",[22,45.21]],[\"comment/23\",[]],[\"name/24\",[23,58.448]],[\"comment/24\",[]],[\"name/25\",[14,42.05]],[\"comment/25\",[]],[\"name/26\",[15,42.05]],[\"comment/26\",[]],[\"name/27\",[16,42.05]],[\"comment/27\",[]],[\"name/28\",[17,42.05]],[\"comment/28\",[]],[\"name/29\",[9,39.642]],[\"comment/29\",[]],[\"name/30\",[18,45.21]],[\"comment/30\",[]],[\"name/31\",[19,45.21]],[\"comment/31\",[]],[\"name/32\",[20,42.05]],[\"comment/32\",[]],[\"name/33\",[21,43.508]],[\"comment/33\",[]],[\"name/34\",[22,45.21]],[\"comment/34\",[]],[\"name/35\",[24,58.448]],[\"comment/35\",[]],[\"name/36\",[14,42.05]],[\"comment/36\",[]],[\"name/37\",[15,42.05]],[\"comment/37\",[]],[\"name/38\",[16,42.05]],[\"comment/38\",[]],[\"name/39\",[17,42.05]],[\"comment/39\",[]],[\"name/40\",[9,39.642]],[\"comment/40\",[]],[\"name/41\",[18,45.21]],[\"comment/41\",[]],[\"name/42\",[19,45.21]],[\"comment/42\",[]],[\"name/43\",[20,42.05]],[\"comment/43\",[]],[\"name/44\",[21,43.508]],[\"comment/44\",[]],[\"name/45\",[22,45.21]],[\"comment/45\",[]],[\"name/46\",[25,58.448]],[\"comment/46\",[]],[\"name/47\",[14,42.05]],[\"comment/47\",[]],[\"name/48\",[15,42.05]],[\"comment/48\",[]],[\"name/49\",[16,42.05]],[\"comment/49\",[]],[\"name/50\",[17,42.05]],[\"comment/50\",[]],[\"name/51\",[9,39.642]],[\"comment/51\",[]],[\"name/52\",[18,45.21]],[\"comment/52\",[]],[\"name/53\",[19,45.21]],[\"comment/53\",[]],[\"name/54\",[20,42.05]],[\"comment/54\",[]],[\"name/55\",[21,43.508]],[\"comment/55\",[]],[\"name/56\",[22,45.21]],[\"comment/56\",[]],[\"name/57\",[26,39.642]],[\"comment/57\",[]],[\"name/58\",[27,53.243]],[\"comment/58\",[]],[\"name/59\",[28,53.243]],[\"comment/59\",[]],[\"name/60\",[29,53.243]],[\"comment/60\",[]],[\"name/61\",[30,53.243]],[\"comment/61\",[]],[\"name/62\",[31,53.243]],[\"comment/62\",[]],[\"name/63\",[32,53.243]],[\"comment/63\",[]],[\"name/64\",[33,53.243]],[\"comment/64\",[]],[\"name/65\",[34,58.448]],[\"comment/65\",[]],[\"name/66\",[35,43.508]],[\"comment/66\",[]],[\"name/67\",[36,33.417]],[\"comment/67\",[]],[\"name/68\",[37,43.508]],[\"comment/68\",[]],[\"name/69\",[38,43.508]],[\"comment/69\",[]],[\"name/70\",[26,39.642]],[\"comment/70\",[]],[\"name/71\",[39,58.448]],[\"comment/71\",[]],[\"name/72\",[35,43.508]],[\"comment/72\",[]],[\"name/73\",[36,33.417]],[\"comment/73\",[]],[\"name/74\",[38,43.508]],[\"comment/74\",[]],[\"name/75\",[26,39.642]],[\"comment/75\",[]],[\"name/76\",[40,58.448]],[\"comment/76\",[]],[\"name/77\",[36,33.417]],[\"comment/77\",[]],[\"name/78\",[41,47.255]],[\"comment/78\",[]],[\"name/79\",[42,31.805]],[\"comment/79\",[]],[\"name/80\",[43,47.255]],[\"comment/80\",[]],[\"name/81\",[42,31.805]],[\"comment/81\",[]],[\"name/82\",[44,53.243]],[\"comment/82\",[]],[\"name/83\",[36,33.417]],[\"comment/83\",[]],[\"name/84\",[45,45.21]],[\"comment/84\",[]],[\"name/85\",[42,31.805]],[\"comment/85\",[]],[\"name/86\",[46,45.21]],[\"comment/86\",[]],[\"name/87\",[42,31.805]],[\"comment/87\",[]],[\"name/88\",[47,58.448]],[\"comment/88\",[]],[\"name/89\",[48,58.448]],[\"comment/89\",[]],[\"name/90\",[49,58.448]],[\"comment/90\",[]],[\"name/91\",[50,58.448]],[\"comment/91\",[]],[\"name/92\",[51,58.448]],[\"comment/92\",[]],[\"name/93\",[52,53.243]],[\"comment/93\",[]],[\"name/94\",[53,58.448]],[\"comment/94\",[]],[\"name/95\",[54,58.448]],[\"comment/95\",[]],[\"name/96\",[55,32.851]],[\"comment/96\",[]],[\"name/97\",[56,47.255]],[\"comment/97\",[]],[\"name/98\",[57,58.448]],[\"comment/98\",[]],[\"name/99\",[52,53.243]],[\"comment/99\",[]],[\"name/100\",[20,42.05]],[\"comment/100\",[]],[\"name/101\",[58,58.448]],[\"comment/101\",[]],[\"name/102\",[59,58.448]],[\"comment/102\",[]],[\"name/103\",[21,43.508]],[\"comment/103\",[]],[\"name/104\",[60,58.448]],[\"comment/104\",[]],[\"name/105\",[61,58.448]],[\"comment/105\",[]],[\"name/106\",[62,58.448]],[\"comment/106\",[]],[\"name/107\",[63,58.448]],[\"comment/107\",[]],[\"name/108\",[64,58.448]],[\"comment/108\",[]],[\"name/109\",[65,58.448]],[\"comment/109\",[]],[\"name/110\",[66,58.448]],[\"comment/110\",[]],[\"name/111\",[67,58.448]],[\"comment/111\",[]],[\"name/112\",[68,53.243]],[\"comment/112\",[]],[\"name/113\",[42,31.805]],[\"comment/113\",[]],[\"name/114\",[68,53.243]],[\"comment/114\",[]],[\"name/115\",[42,31.805]],[\"comment/115\",[]],[\"name/116\",[69,58.448]],[\"comment/116\",[]],[\"name/117\",[42,31.805]],[\"comment/117\",[]],[\"name/118\",[13,33.803,70,38.087]],[\"comment/118\",[]],[\"name/119\",[42,31.805]],[\"comment/119\",[]],[\"name/120\",[71,16.787,72,20.543,73,20.543,74,20.543,75,22.551]],[\"comment/120\",[]],[\"name/121\",[71,24.227,76,29.648,77,32.546]],[\"comment/121\",[]],[\"name/122\",[71,16.787,78,20.543,79,20.543,80,20.543,81,22.551]],[\"comment/122\",[]],[\"name/123\",[82,58.448]],[\"comment/123\",[]],[\"name/124\",[42,31.805]],[\"comment/124\",[]],[\"name/125\",[13,33.803,70,38.087]],[\"comment/125\",[]],[\"name/126\",[42,31.805]],[\"comment/126\",[]],[\"name/127\",[71,16.787,72,20.543,73,20.543,74,20.543,83,22.551]],[\"comment/127\",[]],[\"name/128\",[71,24.227,76,29.648,84,32.546]],[\"comment/128\",[]],[\"name/129\",[71,16.787,78,20.543,79,20.543,80,20.543,85,22.551]],[\"comment/129\",[]],[\"name/130\",[86,58.448]],[\"comment/130\",[]],[\"name/131\",[87,58.448]],[\"comment/131\",[]],[\"name/132\",[88,58.448]],[\"comment/132\",[]],[\"name/133\",[37,43.508]],[\"comment/133\",[]],[\"name/134\",[89,58.448]],[\"comment/134\",[]],[\"name/135\",[55,32.851]],[\"comment/135\",[]],[\"name/136\",[90,53.243]],[\"comment/136\",[]],[\"name/137\",[91,53.243]],[\"comment/137\",[]],[\"name/138\",[35,43.508]],[\"comment/138\",[]],[\"name/139\",[36,33.417]],[\"comment/139\",[]],[\"name/140\",[92,53.243]],[\"comment/140\",[]],[\"name/141\",[38,43.508]],[\"comment/141\",[]],[\"name/142\",[37,43.508]],[\"comment/142\",[]],[\"name/143\",[26,39.642]],[\"comment/143\",[]],[\"name/144\",[93,58.448]],[\"comment/144\",[]],[\"name/145\",[55,32.851]],[\"comment/145\",[]],[\"name/146\",[36,33.417]],[\"comment/146\",[]],[\"name/147\",[41,47.255]],[\"comment/147\",[]],[\"name/148\",[43,47.255]],[\"comment/148\",[]],[\"name/149\",[94,58.448]],[\"comment/149\",[]],[\"name/150\",[55,32.851]],[\"comment/150\",[]],[\"name/151\",[36,33.417]],[\"comment/151\",[]],[\"name/152\",[45,45.21]],[\"comment/152\",[]],[\"name/153\",[46,45.21]],[\"comment/153\",[]],[\"name/154\",[95,58.448]],[\"comment/154\",[]],[\"name/155\",[37,43.508]],[\"comment/155\",[]],[\"name/156\",[96,47.255]],[\"comment/156\",[]],[\"name/157\",[42,31.805]],[\"comment/157\",[]],[\"name/158\",[96,47.255]],[\"comment/158\",[]],[\"name/159\",[97,47.255]],[\"comment/159\",[]],[\"name/160\",[98,58.448]],[\"comment/160\",[]],[\"name/161\",[55,32.851]],[\"comment/161\",[]],[\"name/162\",[99,58.448]],[\"comment/162\",[]],[\"name/163\",[96,47.255]],[\"comment/163\",[]],[\"name/164\",[100,58.448]],[\"comment/164\",[]],[\"name/165\",[35,43.508]],[\"comment/165\",[]],[\"name/166\",[90,53.243]],[\"comment/166\",[]],[\"name/167\",[91,53.243]],[\"comment/167\",[]],[\"name/168\",[36,33.417]],[\"comment/168\",[]],[\"name/169\",[92,53.243]],[\"comment/169\",[]],[\"name/170\",[38,43.508]],[\"comment/170\",[]],[\"name/171\",[37,43.508]],[\"comment/171\",[]],[\"name/172\",[26,39.642]],[\"comment/172\",[]],[\"name/173\",[101,58.448]],[\"comment/173\",[]],[\"name/174\",[55,32.851]],[\"comment/174\",[]],[\"name/175\",[36,33.417]],[\"comment/175\",[]],[\"name/176\",[41,47.255]],[\"comment/176\",[]],[\"name/177\",[43,47.255]],[\"comment/177\",[]],[\"name/178\",[102,58.448]],[\"comment/178\",[]],[\"name/179\",[55,32.851]],[\"comment/179\",[]],[\"name/180\",[36,33.417]],[\"comment/180\",[]],[\"name/181\",[41,47.255]],[\"comment/181\",[]],[\"name/182\",[43,47.255]],[\"comment/182\",[]],[\"name/183\",[103,58.448]],[\"comment/183\",[]],[\"name/184\",[55,32.851]],[\"comment/184\",[]],[\"name/185\",[46,45.21]],[\"comment/185\",[]],[\"name/186\",[36,33.417]],[\"comment/186\",[]],[\"name/187\",[45,45.21]],[\"comment/187\",[]],[\"name/188\",[104,58.448]],[\"comment/188\",[]],[\"name/189\",[55,32.851]],[\"comment/189\",[]],[\"name/190\",[46,45.21]],[\"comment/190\",[]],[\"name/191\",[36,33.417]],[\"comment/191\",[]],[\"name/192\",[45,45.21]],[\"comment/192\",[]],[\"name/193\",[105,58.448]],[\"comment/193\",[]],[\"name/194\",[106,49.815]],[\"comment/194\",[]],[\"name/195\",[55,32.851]],[\"comment/195\",[]],[\"name/196\",[35,43.508]],[\"comment/196\",[]],[\"name/197\",[26,39.642]],[\"comment/197\",[]],[\"name/198\",[38,43.508]],[\"comment/198\",[]],[\"name/199\",[36,33.417]],[\"comment/199\",[]],[\"name/200\",[107,58.448]],[\"comment/200\",[]],[\"name/201\",[55,32.851]],[\"comment/201\",[]],[\"name/202\",[36,33.417]],[\"comment/202\",[]],[\"name/203\",[45,45.21]],[\"comment/203\",[]],[\"name/204\",[46,45.21]],[\"comment/204\",[]],[\"name/205\",[108,58.448]],[\"comment/205\",[]],[\"name/206\",[109,58.448]],[\"comment/206\",[]],[\"name/207\",[110,58.448]],[\"comment/207\",[]],[\"name/208\",[111,58.448]],[\"comment/208\",[]],[\"name/209\",[112,53.243]],[\"comment/209\",[]],[\"name/210\",[113,58.448]],[\"comment/210\",[]],[\"name/211\",[114,58.448]],[\"comment/211\",[]],[\"name/212\",[115,58.448]],[\"comment/212\",[]],[\"name/213\",[116,58.448]],[\"comment/213\",[]],[\"name/214\",[112,53.243]],[\"comment/214\",[]],[\"name/215\",[117,58.448]],[\"comment/215\",[]],[\"name/216\",[118,58.448]],[\"comment/216\",[]],[\"name/217\",[119,58.448]],[\"comment/217\",[]],[\"name/218\",[120,58.448]],[\"comment/218\",[]],[\"name/219\",[121,58.448]],[\"comment/219\",[]],[\"name/220\",[122,45.21]],[\"comment/220\",[]],[\"name/221\",[123,58.448]],[\"comment/221\",[]],[\"name/222\",[55,32.851]],[\"comment/222\",[]],[\"name/223\",[124,58.448]],[\"comment/223\",[]],[\"name/224\",[96,47.255]],[\"comment/224\",[]],[\"name/225\",[125,47.255]],[\"comment/225\",[]],[\"name/226\",[126,58.448]],[\"comment/226\",[]],[\"name/227\",[127,58.448]],[\"comment/227\",[]],[\"name/228\",[128,53.243]],[\"comment/228\",[]],[\"name/229\",[97,47.255]],[\"comment/229\",[]],[\"name/230\",[129,58.448]],[\"comment/230\",[]],[\"name/231\",[130,53.243]],[\"comment/231\",[]],[\"name/232\",[131,58.448]],[\"comment/232\",[]],[\"name/233\",[132,58.448]],[\"comment/233\",[]],[\"name/234\",[133,58.448]],[\"comment/234\",[]],[\"name/235\",[134,58.448]],[\"comment/235\",[]],[\"name/236\",[135,58.448]],[\"comment/236\",[]],[\"name/237\",[136,58.448]],[\"comment/237\",[]],[\"name/238\",[137,58.448]],[\"comment/238\",[]],[\"name/239\",[138,58.448]],[\"comment/239\",[]],[\"name/240\",[139,58.448]],[\"comment/240\",[]],[\"name/241\",[140,58.448]],[\"comment/241\",[]],[\"name/242\",[141,58.448]],[\"comment/242\",[]],[\"name/243\",[142,53.243]],[\"comment/243\",[]],[\"name/244\",[143,58.448]],[\"comment/244\",[]],[\"name/245\",[144,58.448]],[\"comment/245\",[]],[\"name/246\",[145,58.448]],[\"comment/246\",[]],[\"name/247\",[146,45.21]],[\"comment/247\",[]],[\"name/248\",[147,58.448]],[\"comment/248\",[]],[\"name/249\",[130,53.243]],[\"comment/249\",[]],[\"name/250\",[148,58.448]],[\"comment/250\",[]],[\"name/251\",[149,58.448]],[\"comment/251\",[]],[\"name/252\",[150,58.448]],[\"comment/252\",[]],[\"name/253\",[151,58.448]],[\"comment/253\",[]],[\"name/254\",[152,58.448]],[\"comment/254\",[]],[\"name/255\",[153,58.448]],[\"comment/255\",[]],[\"name/256\",[154,58.448]],[\"comment/256\",[]],[\"name/257\",[128,53.243]],[\"comment/257\",[]],[\"name/258\",[155,58.448]],[\"comment/258\",[]],[\"name/259\",[156,58.448]],[\"comment/259\",[]],[\"name/260\",[157,58.448]],[\"comment/260\",[]],[\"name/261\",[158,58.448]],[\"comment/261\",[]],[\"name/262\",[159,53.243]],[\"comment/262\",[]],[\"name/263\",[160,53.243]],[\"comment/263\",[]],[\"name/264\",[97,47.255]],[\"comment/264\",[]],[\"name/265\",[161,53.243]],[\"comment/265\",[]],[\"name/266\",[162,53.243]],[\"comment/266\",[]],[\"name/267\",[163,53.243]],[\"comment/267\",[]],[\"name/268\",[164,58.448]],[\"comment/268\",[]],[\"name/269\",[165,58.448]],[\"comment/269\",[]],[\"name/270\",[55,32.851]],[\"comment/270\",[]],[\"name/271\",[159,53.243]],[\"comment/271\",[]],[\"name/272\",[166,58.448]],[\"comment/272\",[]],[\"name/273\",[167,58.448]],[\"comment/273\",[]],[\"name/274\",[161,53.243]],[\"comment/274\",[]],[\"name/275\",[162,53.243]],[\"comment/275\",[]],[\"name/276\",[160,53.243]],[\"comment/276\",[]],[\"name/277\",[97,47.255]],[\"comment/277\",[]],[\"name/278\",[163,53.243]],[\"comment/278\",[]],[\"name/279\",[168,58.448]],[\"comment/279\",[]],[\"name/280\",[169,58.448]],[\"comment/280\",[]],[\"name/281\",[142,53.243]],[\"comment/281\",[]],[\"name/282\",[14,42.05]],[\"comment/282\",[]],[\"name/283\",[15,42.05]],[\"comment/283\",[]],[\"name/284\",[16,42.05]],[\"comment/284\",[]],[\"name/285\",[17,42.05]],[\"comment/285\",[]],[\"name/286\",[170,58.448]],[\"comment/286\",[]],[\"name/287\",[171,58.448]],[\"comment/287\",[]],[\"name/288\",[172,58.448]],[\"comment/288\",[]],[\"name/289\",[173,58.448]],[\"comment/289\",[]],[\"name/290\",[174,58.448]],[\"comment/290\",[]],[\"name/291\",[175,58.448]],[\"comment/291\",[]],[\"name/292\",[176,58.448]],[\"comment/292\",[]],[\"name/293\",[26,39.642]],[\"comment/293\",[]],[\"name/294\",[27,53.243]],[\"comment/294\",[]],[\"name/295\",[28,53.243]],[\"comment/295\",[]],[\"name/296\",[29,53.243]],[\"comment/296\",[]],[\"name/297\",[30,53.243]],[\"comment/297\",[]],[\"name/298\",[31,53.243]],[\"comment/298\",[]],[\"name/299\",[32,53.243]],[\"comment/299\",[]],[\"name/300\",[33,53.243]],[\"comment/300\",[]],[\"name/301\",[26,39.642]],[\"comment/301\",[]],[\"name/302\",[177,47.255]],[\"comment/302\",[]],[\"name/303\",[146,45.21]],[\"comment/303\",[]],[\"name/304\",[122,45.21]],[\"comment/304\",[]],[\"name/305\",[178,53.243]],[\"comment/305\",[]],[\"name/306\",[35,43.508]],[\"comment/306\",[]],[\"name/307\",[36,33.417]],[\"comment/307\",[]],[\"name/308\",[37,43.508]],[\"comment/308\",[]],[\"name/309\",[179,58.448]],[\"comment/309\",[]],[\"name/310\",[38,43.508]],[\"comment/310\",[]],[\"name/311\",[26,39.642]],[\"comment/311\",[]],[\"name/312\",[178,53.243]],[\"comment/312\",[]],[\"name/313\",[177,47.255]],[\"comment/313\",[]],[\"name/314\",[146,45.21]],[\"comment/314\",[]],[\"name/315\",[122,45.21]],[\"comment/315\",[]],[\"name/316\",[180,58.448]],[\"comment/316\",[]],[\"name/317\",[106,49.815]],[\"comment/317\",[]],[\"name/318\",[36,33.417]],[\"comment/318\",[]],[\"name/319\",[106,49.815]],[\"comment/319\",[]],[\"name/320\",[177,47.255]],[\"comment/320\",[]],[\"name/321\",[146,45.21]],[\"comment/321\",[]],[\"name/322\",[122,45.21]],[\"comment/322\",[]],[\"name/323\",[13,47.255]],[\"comment/323\",[]],[\"name/324\",[181,58.448]],[\"comment/324\",[]],[\"name/325\",[182,58.448]],[\"comment/325\",[]],[\"name/326\",[183,53.243]],[\"comment/326\",[]],[\"name/327\",[14,42.05]],[\"comment/327\",[]],[\"name/328\",[15,42.05]],[\"comment/328\",[]],[\"name/329\",[17,42.05]],[\"comment/329\",[]],[\"name/330\",[16,42.05]],[\"comment/330\",[]],[\"name/331\",[184,58.448]],[\"comment/331\",[]],[\"name/332\",[185,58.448]],[\"comment/332\",[]],[\"name/333\",[186,58.448]],[\"comment/333\",[]],[\"name/334\",[187,53.243]],[\"comment/334\",[]],[\"name/335\",[55,32.851]],[\"comment/335\",[]],[\"name/336\",[9,39.642]],[\"comment/336\",[]],[\"name/337\",[14,42.05]],[\"comment/337\",[]],[\"name/338\",[15,42.05]],[\"comment/338\",[]],[\"name/339\",[16,42.05]],[\"comment/339\",[]],[\"name/340\",[17,42.05]],[\"comment/340\",[]],[\"name/341\",[188,58.448]],[\"comment/341\",[]],[\"name/342\",[42,31.805]],[\"comment/342\",[]],[\"name/343\",[189,58.448]],[\"comment/343\",[]],[\"name/344\",[42,31.805]],[\"comment/344\",[]],[\"name/345\",[18,45.21]],[\"comment/345\",[]],[\"name/346\",[19,45.21]],[\"comment/346\",[]],[\"name/347\",[20,42.05]],[\"comment/347\",[]],[\"name/348\",[21,43.508]],[\"comment/348\",[]],[\"name/349\",[22,45.21]],[\"comment/349\",[]],[\"name/350\",[190,58.448]],[\"comment/350\",[]],[\"name/351\",[191,58.448]],[\"comment/351\",[]],[\"name/352\",[192,58.448]],[\"comment/352\",[]],[\"name/353\",[193,58.448]],[\"comment/353\",[]],[\"name/354\",[187,53.243]],[\"comment/354\",[]],[\"name/355\",[183,53.243]],[\"comment/355\",[]],[\"name/356\",[194,58.448]],[\"comment/356\",[]],[\"name/357\",[195,58.448]],[\"comment/357\",[]],[\"name/358\",[42,31.805]],[\"comment/358\",[]],[\"name/359\",[36,33.417]],[\"comment/359\",[]],[\"name/360\",[196,58.448]],[\"comment/360\",[]],[\"name/361\",[7,45.21]],[\"comment/361\",[]],[\"name/362\",[8,37.695]],[\"comment/362\",[]],[\"name/363\",[197,58.448]],[\"comment/363\",[]],[\"name/364\",[42,31.805]],[\"comment/364\",[]],[\"name/365\",[8,37.695]],[\"comment/365\",[]],[\"name/366\",[125,47.255]],[\"comment/366\",[]],[\"name/367\",[198,58.448]],[\"comment/367\",[]],[\"name/368\",[42,31.805]],[\"comment/368\",[]],[\"name/369\",[199,58.448]],[\"comment/369\",[]],[\"name/370\",[42,31.805]],[\"comment/370\",[]],[\"name/371\",[200,53.243]],[\"comment/371\",[]],[\"name/372\",[55,32.851]],[\"comment/372\",[]],[\"name/373\",[8,37.695]],[\"comment/373\",[]],[\"name/374\",[201,58.448]],[\"comment/374\",[]],[\"name/375\",[202,58.448]],[\"comment/375\",[]],[\"name/376\",[9,39.642]],[\"comment/376\",[]],[\"name/377\",[203,53.243]],[\"comment/377\",[]],[\"name/378\",[204,58.448]],[\"comment/378\",[]],[\"name/379\",[205,58.448]],[\"comment/379\",[]],[\"name/380\",[206,58.448]],[\"comment/380\",[]],[\"name/381\",[207,58.448]],[\"comment/381\",[]],[\"name/382\",[208,58.448]],[\"comment/382\",[]],[\"name/383\",[209,58.448]],[\"comment/383\",[]],[\"name/384\",[210,58.448]],[\"comment/384\",[]],[\"name/385\",[211,58.448]],[\"comment/385\",[]],[\"name/386\",[212,58.448]],[\"comment/386\",[]],[\"name/387\",[56,47.255]],[\"comment/387\",[]],[\"name/388\",[213,53.243]],[\"comment/388\",[]],[\"name/389\",[200,53.243]],[\"comment/389\",[]],[\"name/390\",[214,58.448]],[\"comment/390\",[]],[\"name/391\",[215,53.243]],[\"comment/391\",[]],[\"name/392\",[216,49.815]],[\"comment/392\",[]],[\"name/393\",[217,58.448]],[\"comment/393\",[]],[\"name/394\",[218,58.448]],[\"comment/394\",[]],[\"name/395\",[216,49.815]],[\"comment/395\",[]],[\"name/396\",[177,47.255]],[\"comment/396\",[]],[\"name/397\",[146,45.21]],[\"comment/397\",[]],[\"name/398\",[122,45.21]],[\"comment/398\",[]],[\"name/399\",[7,45.21]],[\"comment/399\",[]],[\"name/400\",[8,37.695]],[\"comment/400\",[]],[\"name/401\",[219,58.448]],[\"comment/401\",[]],[\"name/402\",[125,47.255]],[\"comment/402\",[]],[\"name/403\",[8,37.695]],[\"comment/403\",[]],[\"name/404\",[220,53.243]],[\"comment/404\",[]],[\"name/405\",[55,32.851]],[\"comment/405\",[]],[\"name/406\",[8,37.695]],[\"comment/406\",[]],[\"name/407\",[9,39.642]],[\"comment/407\",[]],[\"name/408\",[221,58.448]],[\"comment/408\",[]],[\"name/409\",[56,47.255]],[\"comment/409\",[]],[\"name/410\",[213,53.243]],[\"comment/410\",[]],[\"name/411\",[220,53.243]],[\"comment/411\",[]],[\"name/412\",[215,53.243]],[\"comment/412\",[]],[\"name/413\",[216,49.815]],[\"comment/413\",[]],[\"name/414\",[222,58.448]],[\"comment/414\",[]],[\"name/415\",[223,53.243]],[\"comment/415\",[]],[\"name/416\",[42,31.805]],[\"comment/416\",[]],[\"name/417\",[224,58.448]],[\"comment/417\",[]],[\"name/418\",[42,31.805]],[\"comment/418\",[]],[\"name/419\",[44,53.243]],[\"comment/419\",[]],[\"name/420\",[223,53.243]],[\"comment/420\",[]],[\"name/421\",[7,45.21]],[\"comment/421\",[]],[\"name/422\",[225,53.243]],[\"comment/422\",[]],[\"name/423\",[226,58.448]],[\"comment/423\",[]],[\"name/424\",[55,32.851]],[\"comment/424\",[]],[\"name/425\",[8,37.695]],[\"comment/425\",[]],[\"name/426\",[227,58.448]],[\"comment/426\",[]],[\"name/427\",[228,58.448]],[\"comment/427\",[]],[\"name/428\",[20,42.05]],[\"comment/428\",[]],[\"name/429\",[229,58.448]],[\"comment/429\",[]],[\"name/430\",[230,58.448]],[\"comment/430\",[]],[\"name/431\",[42,31.805]],[\"comment/431\",[]],[\"name/432\",[203,53.243]],[\"comment/432\",[]],[\"name/433\",[231,58.448]],[\"comment/433\",[]],[\"name/434\",[225,53.243]],[\"comment/434\",[]],[\"name/435\",[232,58.448]],[\"comment/435\",[]],[\"name/436\",[233,58.448]],[\"comment/436\",[]],[\"name/437\",[234,53.243]],[\"comment/437\",[]],[\"name/438\",[235,58.448]],[\"comment/438\",[]],[\"name/439\",[236,49.815]],[\"comment/439\",[]],[\"name/440\",[237,58.448]],[\"comment/440\",[]],[\"name/441\",[238,58.448]],[\"comment/441\",[]],[\"name/442\",[7,45.21]],[\"comment/442\",[]],[\"name/443\",[8,37.695]],[\"comment/443\",[]],[\"name/444\",[239,53.243]],[\"comment/444\",[]],[\"name/445\",[240,58.448]],[\"comment/445\",[]],[\"name/446\",[241,58.448]],[\"comment/446\",[]],[\"name/447\",[242,58.448]],[\"comment/447\",[]],[\"name/448\",[125,47.255]],[\"comment/448\",[]],[\"name/449\",[8,37.695]],[\"comment/449\",[]],[\"name/450\",[236,49.815]],[\"comment/450\",[]],[\"name/451\",[243,58.448]],[\"comment/451\",[]],[\"name/452\",[239,53.243]],[\"comment/452\",[]],[\"name/453\",[244,53.243]],[\"comment/453\",[]],[\"name/454\",[55,32.851]],[\"comment/454\",[]],[\"name/455\",[8,37.695]],[\"comment/455\",[]],[\"name/456\",[9,39.642]],[\"comment/456\",[]],[\"name/457\",[245,58.448]],[\"comment/457\",[]],[\"name/458\",[246,58.448]],[\"comment/458\",[]],[\"name/459\",[247,58.448]],[\"comment/459\",[]],[\"name/460\",[56,47.255]],[\"comment/460\",[]],[\"name/461\",[236,49.815]],[\"comment/461\",[]],[\"name/462\",[244,53.243]],[\"comment/462\",[]],[\"name/463\",[234,53.243]],[\"comment/463\",[]]],\"invertedIndex\":[[\"01.ac\",{\"_index\":72,\"name\":{\"120\":{},\"127\":{}},\"comment\":{}}],[\"01.do\",{\"_index\":76,\"name\":{\"121\":{},\"128\":{}},\"comment\":{}}],[\"01.gc\",{\"_index\":78,\"name\":{\"122\":{},\"129\":{}},\"comment\":{}}],[\"__type\",{\"_index\":42,\"name\":{\"79\":{},\"81\":{},\"85\":{},\"87\":{},\"113\":{},\"115\":{},\"117\":{},\"119\":{},\"124\":{},\"126\":{},\"157\":{},\"342\":{},\"344\":{},\"358\":{},\"364\":{},\"368\":{},\"370\":{},\"416\":{},\"418\":{},\"431\":{}},\"comment\":{}}],[\"_decodedpayload\",{\"_index\":99,\"name\":{\"162\":{}},\"comment\":{}}],[\"_privatekey\",{\"_index\":166,\"name\":{\"272\":{}},\"comment\":{}}],[\"_publickey\",{\"_index\":167,\"name\":{\"273\":{}},\"comment\":{}}],[\"_rawpayload\",{\"_index\":91,\"name\":{\"137\":{},\"167\":{}},\"comment\":{}}],[\"_rawtimestamp\",{\"_index\":92,\"name\":{\"140\":{},\"169\":{}},\"comment\":{}}],[\"_returnpeers\",{\"_index\":59,\"name\":{\"102\":{}},\"comment\":{}}],[\"_starttimer\",{\"_index\":58,\"name\":{\"101\":{}},\"comment\":{}}],[\"a.wakuv2.prod\",{\"_index\":81,\"name\":{\"122\":{}},\"comment\":{}}],[\"a.wakuv2.test\",{\"_index\":85,\"name\":{\"129\":{}},\"comment\":{}}],[\"addcallback\",{\"_index\":206,\"name\":{\"380\":{}},\"comment\":{}}],[\"adddecoders\",{\"_index\":208,\"name\":{\"382\":{}},\"comment\":{}}],[\"addobserver\",{\"_index\":230,\"name\":{\"430\":{}},\"comment\":{}}],[\"addpeertoaddressbook\",{\"_index\":19,\"name\":{\"20\":{},\"31\":{},\"42\":{},\"53\":{},\"346\":{}},\"comment\":{}}],[\"ams3.wakuv2.prod\",{\"_index\":77,\"name\":{\"121\":{}},\"comment\":{}}],[\"ams3.wakuv2.test\",{\"_index\":84,\"name\":{\"128\":{}},\"comment\":{}}],[\"asymdecoder\",{\"_index\":103,\"name\":{\"183\":{}},\"comment\":{}}],[\"asymencoder\",{\"_index\":101,\"name\":{\"173\":{}},\"comment\":{}}],[\"backward\",{\"_index\":237,\"name\":{\"440\":{}},\"comment\":{}}],[\"bytestohex\",{\"_index\":173,\"name\":{\"289\":{}},\"comment\":{}}],[\"bytestoutf8\",{\"_index\":174,\"name\":{\"290\":{}},\"comment\":{}}],[\"c.wakuv2.prod\",{\"_index\":75,\"name\":{\"120\":{}},\"comment\":{}}],[\"c.wakuv2.test\",{\"_index\":83,\"name\":{\"127\":{}},\"comment\":{}}],[\"callback\",{\"_index\":223,\"name\":{\"415\":{},\"420\":{}},\"comment\":{}}],[\"central1\",{\"_index\":80,\"name\":{\"122\":{},\"129\":{}},\"comment\":{}}],[\"cn\",{\"_index\":73,\"name\":{\"120\":{},\"127\":{}},\"comment\":{}}],[\"codec\",{\"_index\":177,\"name\":{\"302\":{},\"313\":{},\"320\":{},\"396\":{}},\"comment\":{}}],[\"concat\",{\"_index\":172,\"name\":{\"288\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":55,\"name\":{\"96\":{},\"135\":{},\"145\":{},\"150\":{},\"161\":{},\"174\":{},\"179\":{},\"184\":{},\"189\":{},\"195\":{},\"201\":{},\"222\":{},\"270\":{},\"335\":{},\"372\":{},\"405\":{},\"424\":{},\"454\":{}},\"comment\":{}}],[\"contentfilter\",{\"_index\":195,\"name\":{\"357\":{}},\"comment\":{}}],[\"contenttopic\",{\"_index\":36,\"name\":{\"67\":{},\"73\":{},\"77\":{},\"83\":{},\"139\":{},\"146\":{},\"151\":{},\"168\":{},\"175\":{},\"180\":{},\"186\":{},\"191\":{},\"199\":{},\"202\":{},\"307\":{},\"318\":{},\"359\":{}},\"comment\":{}}],[\"create\",{\"_index\":118,\"name\":{\"216\":{}},\"comment\":{}}],[\"createfrompeerid\",{\"_index\":120,\"name\":{\"218\":{}},\"comment\":{}}],[\"createkeypair\",{\"_index\":151,\"name\":{\"253\":{}},\"comment\":{}}],[\"createkeypairfrompeerid\",{\"_index\":153,\"name\":{\"255\":{}},\"comment\":{}}],[\"createlightnode\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"createoptions\",{\"_index\":7,\"name\":{\"7\":{},\"361\":{},\"399\":{},\"421\":{},\"442\":{}},\"comment\":{}}],[\"createpeeridfromkeypair\",{\"_index\":152,\"name\":{\"254\":{}},\"comment\":{}}],[\"createprivacynode\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"createv4\",{\"_index\":119,\"name\":{\"217\":{}},\"comment\":{}}],[\"createwaku\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"decode\",{\"_index\":122,\"name\":{\"220\":{},\"304\":{},\"315\":{},\"322\":{},\"398\":{}},\"comment\":{}}],[\"decodefromvalues\",{\"_index\":121,\"name\":{\"219\":{}},\"comment\":{}}],[\"decoder\",{\"_index\":44,\"name\":{\"82\":{},\"419\":{}},\"comment\":{}}],[\"decoders\",{\"_index\":202,\"name\":{\"375\":{}},\"comment\":{}}],[\"decoderv0\",{\"_index\":94,\"name\":{\"149\":{}},\"comment\":{}}],[\"decodetxt\",{\"_index\":123,\"name\":{\"221\":{}},\"comment\":{}}],[\"decodewaku2\",{\"_index\":169,\"name\":{\"280\":{}},\"comment\":{}}],[\"defaultbootstrap\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"defaultdecoder\",{\"_index\":227,\"name\":{\"426\":{}},\"comment\":{}}],[\"defaultinterval\",{\"_index\":54,\"name\":{\"95\":{}},\"comment\":{}}],[\"defaultlibp2p\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"defaultpagesize\",{\"_index\":235,\"name\":{\"438\":{}},\"comment\":{}}],[\"defaultpeerdiscovery\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"defaultpingkeepalivevaluesecs\",{\"_index\":181,\"name\":{\"324\":{}},\"comment\":{}}],[\"defaultpubsubtopic\",{\"_index\":108,\"name\":{\"205\":{}},\"comment\":{}}],[\"defaultrelaykeepalivevaluesecs\",{\"_index\":182,\"name\":{\"325\":{}},\"comment\":{}}],[\"defaultwantednumber\",{\"_index\":64,\"name\":{\"108\":{}},\"comment\":{}}],[\"deletecallback\",{\"_index\":207,\"name\":{\"381\":{}},\"comment\":{}}],[\"deletedecoders\",{\"_index\":209,\"name\":{\"383\":{}},\"comment\":{}}],[\"dial\",{\"_index\":18,\"name\":{\"19\":{},\"30\":{},\"41\":{},\"52\":{},\"345\":{}},\"comment\":{}}],[\"ed25519\",{\"_index\":156,\"name\":{\"259\":{}},\"comment\":{}}],[\"encode\",{\"_index\":146,\"name\":{\"247\":{},\"303\":{},\"314\":{},\"321\":{},\"397\":{}},\"comment\":{}}],[\"encoder\",{\"_index\":40,\"name\":{\"76\":{}},\"comment\":{}}],[\"encoderv0\",{\"_index\":93,\"name\":{\"144\":{}},\"comment\":{}}],[\"encodetovalues\",{\"_index\":145,\"name\":{\"246\":{}},\"comment\":{}}],[\"encodetxt\",{\"_index\":147,\"name\":{\"248\":{}},\"comment\":{}}],[\"encodewaku2\",{\"_index\":168,\"name\":{\"279\":{}},\"comment\":{}}],[\"endtime\",{\"_index\":241,\"name\":{\"446\":{}},\"comment\":{}}],[\"enr\",{\"_index\":112,\"name\":{\"209\":{},\"214\":{}},\"comment\":{}}],[\"enrkey\",{\"_index\":149,\"name\":{\"251\":{}},\"comment\":{}}],[\"enrvalue\",{\"_index\":150,\"name\":{\"252\":{}},\"comment\":{}}],[\"epoch\",{\"_index\":29,\"name\":{\"60\":{},\"296\":{}},\"comment\":{}}],[\"err_invalid_id\",{\"_index\":114,\"name\":{\"211\":{}},\"comment\":{}}],[\"err_no_signature\",{\"_index\":115,\"name\":{\"212\":{}},\"comment\":{}}],[\"err_type_not_implemented\",{\"_index\":154,\"name\":{\"256\":{}},\"comment\":{}}],[\"filter\",{\"_index\":16,\"name\":{\"17\":{},\"27\":{},\"38\":{},\"49\":{},\"284\":{},\"330\":{},\"339\":{}},\"comment\":{}}],[\"filtercallback\",{\"_index\":198,\"name\":{\"367\":{}},\"comment\":{}}],[\"filtercodec\",{\"_index\":196,\"name\":{\"360\":{}},\"comment\":{}}],[\"filtersubscriptionopts\",{\"_index\":197,\"name\":{\"363\":{}},\"comment\":{}}],[\"fleet\",{\"_index\":65,\"name\":{\"109\":{}},\"comment\":{}}],[\"fleets\",{\"_index\":68,\"name\":{\"112\":{},\"114\":{}},\"comment\":{}}],[\"forward\",{\"_index\":238,\"name\":{\"441\":{}},\"comment\":{}}],[\"fromprotoobj\",{\"_index\":46,\"name\":{\"86\":{},\"153\":{},\"185\":{},\"190\":{},\"204\":{}},\"comment\":{}}],[\"fromwiretoprotoobj\",{\"_index\":45,\"name\":{\"84\":{},\"152\":{},\"187\":{},\"192\":{},\"203\":{}},\"comment\":{}}],[\"generate\",{\"_index\":165,\"name\":{\"269\":{}},\"comment\":{}}],[\"generateprivatekey\",{\"_index\":109,\"name\":{\"206\":{}},\"comment\":{}}],[\"generatesymmetrickey\",{\"_index\":110,\"name\":{\"207\":{}},\"comment\":{}}],[\"getfullmultiaddr\",{\"_index\":140,\"name\":{\"241\":{}},\"comment\":{}}],[\"getfullmultiaddrs\",{\"_index\":141,\"name\":{\"242\":{}},\"comment\":{}}],[\"getlocalmultiaddrwithid\",{\"_index\":190,\"name\":{\"350\":{}},\"comment\":{}}],[\"getlocationmultiaddr\",{\"_index\":138,\"name\":{\"239\":{}},\"comment\":{}}],[\"getmeshpeers\",{\"_index\":231,\"name\":{\"433\":{}},\"comment\":{}}],[\"getpeer\",{\"_index\":212,\"name\":{\"386\":{}},\"comment\":{}}],[\"getpredefinedbootstrapnodes\",{\"_index\":63,\"name\":{\"107\":{}},\"comment\":{}}],[\"getpublickey\",{\"_index\":111,\"name\":{\"208\":{}},\"comment\":{}}],[\"hasprivatekey\",{\"_index\":163,\"name\":{\"267\":{},\"278\":{}},\"comment\":{}}],[\"hextobytes\",{\"_index\":171,\"name\":{\"287\":{}},\"comment\":{}}],[\"hongkong\",{\"_index\":74,\"name\":{\"120\":{},\"127\":{}},\"comment\":{}}],[\"id\",{\"_index\":127,\"name\":{\"227\":{}},\"comment\":{}}],[\"ikeypair\",{\"_index\":158,\"name\":{\"261\":{}},\"comment\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"info\",{\"_index\":218,\"name\":{\"394\":{}},\"comment\":{}}],[\"interval\",{\"_index\":52,\"name\":{\"93\":{},\"99\":{}},\"comment\":{}}],[\"ip\",{\"_index\":131,\"name\":{\"232\":{}},\"comment\":{}}],[\"ip6\",{\"_index\":134,\"name\":{\"235\":{}},\"comment\":{}}],[\"isdefined\",{\"_index\":233,\"name\":{\"436\":{}},\"comment\":{}}],[\"isstarted\",{\"_index\":22,\"name\":{\"23\":{},\"34\":{},\"45\":{},\"56\":{},\"349\":{}},\"comment\":{}}],[\"issuccess\",{\"_index\":217,\"name\":{\"393\":{}},\"comment\":{}}],[\"keypair\",{\"_index\":129,\"name\":{\"230\":{}},\"comment\":{}}],[\"keypairtype\",{\"_index\":128,\"name\":{\"228\":{},\"257\":{}},\"comment\":{}}],[\"lib/create_waku\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"lib/interfaces\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"lib/peer_discovery_static_list\",{\"_index\":49,\"name\":{\"90\":{}},\"comment\":{}}],[\"lib/predefined_bootstrap_nodes\",{\"_index\":62,\"name\":{\"106\":{}},\"comment\":{}}],[\"lib/wait_for_remote_peer\",{\"_index\":86,\"name\":{\"130\":{}},\"comment\":{}}],[\"lib/waku_message/topic_only_message\",{\"_index\":105,\"name\":{\"193\":{}},\"comment\":{}}],[\"lib/waku_message/version_0\",{\"_index\":88,\"name\":{\"132\":{}},\"comment\":{}}],[\"lib/waku_message/version_1\",{\"_index\":95,\"name\":{\"154\":{}},\"comment\":{}}],[\"libp2p\",{\"_index\":9,\"name\":{\"9\":{},\"14\":{},\"29\":{},\"40\":{},\"51\":{},\"336\":{},\"376\":{},\"407\":{},\"456\":{}},\"comment\":{}}],[\"lightpush\",{\"_index\":17,\"name\":{\"18\":{},\"28\":{},\"39\":{},\"50\":{},\"285\":{},\"329\":{},\"340\":{}},\"comment\":{}}],[\"lightpushcodec\",{\"_index\":215,\"name\":{\"391\":{},\"412\":{}},\"comment\":{}}],[\"max_record_size\",{\"_index\":113,\"name\":{\"210\":{}},\"comment\":{}}],[\"maxpeers\",{\"_index\":51,\"name\":{\"92\":{}},\"comment\":{}}],[\"merkleroot\",{\"_index\":28,\"name\":{\"59\":{},\"295\":{}},\"comment\":{}}],[\"message\",{\"_index\":39,\"name\":{\"71\":{}},\"comment\":{}}],[\"messagev0\",{\"_index\":89,\"name\":{\"134\":{}},\"comment\":{}}],[\"messagev1\",{\"_index\":98,\"name\":{\"160\":{}},\"comment\":{}}],[\"multiaddr_length_size\",{\"_index\":116,\"name\":{\"213\":{}},\"comment\":{}}],[\"multiaddrs\",{\"_index\":137,\"name\":{\"238\":{}},\"comment\":{}}],[\"multicodec\",{\"_index\":226,\"name\":{\"423\":{}},\"comment\":{}}],[\"newstream\",{\"_index\":211,\"name\":{\"385\":{}},\"comment\":{}}],[\"node\",{\"_index\":71,\"name\":{\"120\":{},\"121\":{},\"122\":{},\"127\":{},\"128\":{},\"129\":{}},\"comment\":{}}],[\"nodeid\",{\"_index\":130,\"name\":{\"231\":{},\"249\":{}},\"comment\":{}}],[\"nullifier\",{\"_index\":32,\"name\":{\"63\":{},\"299\":{}},\"comment\":{}}],[\"observer\",{\"_index\":224,\"name\":{\"417\":{}},\"comment\":{}}],[\"observers\",{\"_index\":228,\"name\":{\"427\":{}},\"comment\":{}}],[\"onrequest\",{\"_index\":204,\"name\":{\"378\":{}},\"comment\":{}}],[\"options\",{\"_index\":50,\"name\":{\"91\":{}},\"comment\":{}}],[\"pagedirection\",{\"_index\":236,\"name\":{\"439\":{},\"450\":{},\"461\":{}},\"comment\":{}}],[\"pagesize\",{\"_index\":243,\"name\":{\"451\":{}},\"comment\":{}}],[\"payload\",{\"_index\":35,\"name\":{\"66\":{},\"72\":{},\"138\":{},\"165\":{},\"196\":{},\"306\":{}},\"comment\":{}}],[\"peerdiscoverystaticpeers\",{\"_index\":53,\"name\":{\"94\":{}},\"comment\":{}}],[\"peerid\",{\"_index\":125,\"name\":{\"225\":{},\"366\":{},\"402\":{},\"448\":{}},\"comment\":{}}],[\"peers\",{\"_index\":56,\"name\":{\"97\":{},\"387\":{},\"409\":{},\"460\":{}},\"comment\":{}}],[\"pingkeepalive\",{\"_index\":185,\"name\":{\"332\":{}},\"comment\":{}}],[\"pingkeepalivetimers\",{\"_index\":188,\"name\":{\"341\":{}},\"comment\":{}}],[\"privatekey\",{\"_index\":160,\"name\":{\"263\":{},\"276\":{}},\"comment\":{}}],[\"privatekeyverify\",{\"_index\":161,\"name\":{\"265\":{},\"274\":{}},\"comment\":{}}],[\"prod\",{\"_index\":66,\"name\":{\"110\":{}},\"comment\":{}}],[\"proof\",{\"_index\":27,\"name\":{\"58\":{},\"294\":{}},\"comment\":{}}],[\"proto\",{\"_index\":90,\"name\":{\"136\":{},\"166\":{}},\"comment\":{}}],[\"proto_message\",{\"_index\":176,\"name\":{\"292\":{}},\"comment\":{}}],[\"proto_topic_only_message\",{\"_index\":180,\"name\":{\"316\":{}},\"comment\":{}}],[\"protocols\",{\"_index\":183,\"name\":{\"326\":{},\"355\":{}},\"comment\":{}}],[\"protomessage\",{\"_index\":34,\"name\":{\"65\":{}},\"comment\":{}}],[\"publickey\",{\"_index\":97,\"name\":{\"159\":{},\"229\":{},\"264\":{},\"277\":{}},\"comment\":{}}],[\"publickeyverify\",{\"_index\":162,\"name\":{\"266\":{},\"275\":{}},\"comment\":{}}],[\"pubsubtopic\",{\"_index\":8,\"name\":{\"8\":{},\"362\":{},\"365\":{},\"373\":{},\"400\":{},\"403\":{},\"406\":{},\"425\":{},\"443\":{},\"449\":{},\"455\":{}},\"comment\":{}}],[\"push\",{\"_index\":221,\"name\":{\"408\":{}},\"comment\":{}}],[\"pushmessages\",{\"_index\":205,\"name\":{\"379\":{}},\"comment\":{}}],[\"pushoptions\",{\"_index\":219,\"name\":{\"401\":{}},\"comment\":{}}],[\"pushresponse\",{\"_index\":216,\"name\":{\"392\":{},\"395\":{},\"413\":{}},\"comment\":{}}],[\"querycallbackonpromise\",{\"_index\":246,\"name\":{\"458\":{}},\"comment\":{}}],[\"querygenerator\",{\"_index\":247,\"name\":{\"459\":{}},\"comment\":{}}],[\"queryoptions\",{\"_index\":242,\"name\":{\"447\":{}},\"comment\":{}}],[\"queryorderedcallback\",{\"_index\":245,\"name\":{\"457\":{}},\"comment\":{}}],[\"randompeer\",{\"_index\":213,\"name\":{\"388\":{},\"410\":{}},\"comment\":{}}],[\"ratelimitproof\",{\"_index\":26,\"name\":{\"57\":{},\"70\":{},\"75\":{},\"143\":{},\"172\":{},\"197\":{},\"293\":{},\"301\":{},\"311\":{}},\"comment\":{}}],[\"recipients\",{\"_index\":48,\"name\":{\"89\":{}},\"comment\":{}}],[\"record_prefix\",{\"_index\":117,\"name\":{\"215\":{}},\"comment\":{}}],[\"relay\",{\"_index\":14,\"name\":{\"15\":{},\"25\":{},\"36\":{},\"47\":{},\"282\":{},\"327\":{},\"337\":{}},\"comment\":{}}],[\"relaykeepalive\",{\"_index\":186,\"name\":{\"333\":{}},\"comment\":{}}],[\"relaykeepalivetimers\",{\"_index\":189,\"name\":{\"343\":{}},\"comment\":{}}],[\"rlnidentifier\",{\"_index\":33,\"name\":{\"64\":{},\"300\":{}},\"comment\":{}}],[\"rsa\",{\"_index\":155,\"name\":{\"258\":{}},\"comment\":{}}],[\"secp256k1\",{\"_index\":157,\"name\":{\"260\":{}},\"comment\":{}}],[\"secp256k1keypair\",{\"_index\":164,\"name\":{\"268\":{}},\"comment\":{}}],[\"send\",{\"_index\":229,\"name\":{\"429\":{}},\"comment\":{}}],[\"sendresult\",{\"_index\":47,\"name\":{\"88\":{}},\"comment\":{}}],[\"seq\",{\"_index\":124,\"name\":{\"223\":{}},\"comment\":{}}],[\"sequencenumber\",{\"_index\":148,\"name\":{\"250\":{}},\"comment\":{}}],[\"set\",{\"_index\":126,\"name\":{\"226\":{}},\"comment\":{}}],[\"setlocationmultiaddr\",{\"_index\":139,\"name\":{\"240\":{}},\"comment\":{}}],[\"sharex\",{\"_index\":30,\"name\":{\"61\":{},\"297\":{}},\"comment\":{}}],[\"sharey\",{\"_index\":31,\"name\":{\"62\":{},\"298\":{}},\"comment\":{}}],[\"sign\",{\"_index\":144,\"name\":{\"245\":{}},\"comment\":{}}],[\"signature\",{\"_index\":96,\"name\":{\"156\":{},\"158\":{},\"163\":{},\"224\":{}},\"comment\":{}}],[\"signaturepublickey\",{\"_index\":100,\"name\":{\"164\":{}},\"comment\":{}}],[\"start\",{\"_index\":20,\"name\":{\"21\":{},\"32\":{},\"43\":{},\"54\":{},\"100\":{},\"347\":{},\"428\":{}},\"comment\":{}}],[\"startkeepalive\",{\"_index\":191,\"name\":{\"351\":{}},\"comment\":{}}],[\"starttime\",{\"_index\":240,\"name\":{\"445\":{}},\"comment\":{}}],[\"staticnoisekey\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"stop\",{\"_index\":21,\"name\":{\"22\":{},\"33\":{},\"44\":{},\"55\":{},\"103\":{},\"348\":{}},\"comment\":{}}],[\"stopallkeepalives\",{\"_index\":193,\"name\":{\"353\":{}},\"comment\":{}}],[\"stopkeepalive\",{\"_index\":192,\"name\":{\"352\":{}},\"comment\":{}}],[\"store\",{\"_index\":15,\"name\":{\"16\":{},\"26\":{},\"37\":{},\"48\":{},\"283\":{},\"328\":{},\"338\":{}},\"comment\":{}}],[\"storecodec\",{\"_index\":234,\"name\":{\"437\":{},\"463\":{}},\"comment\":{}}],[\"subscribe\",{\"_index\":203,\"name\":{\"377\":{},\"432\":{}},\"comment\":{}}],[\"subscriptions\",{\"_index\":201,\"name\":{\"374\":{}},\"comment\":{}}],[\"symbol\",{\"_index\":60,\"name\":{\"104\":{}},\"comment\":{}}],[\"symdecoder\",{\"_index\":104,\"name\":{\"188\":{}},\"comment\":{}}],[\"symencoder\",{\"_index\":102,\"name\":{\"178\":{}},\"comment\":{}}],[\"tcp\",{\"_index\":132,\"name\":{\"233\":{}},\"comment\":{}}],[\"tcp6\",{\"_index\":135,\"name\":{\"236\":{}},\"comment\":{}}],[\"test\",{\"_index\":67,\"name\":{\"111\":{}},\"comment\":{}}],[\"timefilter\",{\"_index\":239,\"name\":{\"444\":{},\"452\":{}},\"comment\":{}}],[\"timer\",{\"_index\":57,\"name\":{\"98\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":38,\"name\":{\"69\":{},\"74\":{},\"141\":{},\"170\":{},\"198\":{},\"310\":{}},\"comment\":{}}],[\"timestampdeprecated\",{\"_index\":179,\"name\":{\"309\":{}},\"comment\":{}}],[\"topiconlydecoder\",{\"_index\":107,\"name\":{\"200\":{}},\"comment\":{}}],[\"topiconlymessage\",{\"_index\":106,\"name\":{\"194\":{},\"317\":{},\"319\":{}},\"comment\":{}}],[\"toprotoobj\",{\"_index\":43,\"name\":{\"80\":{},\"148\":{},\"177\":{},\"182\":{}},\"comment\":{}}],[\"tostringtag\",{\"_index\":61,\"name\":{\"105\":{}},\"comment\":{}}],[\"towire\",{\"_index\":41,\"name\":{\"78\":{},\"147\":{},\"176\":{},\"181\":{}},\"comment\":{}}],[\"type\",{\"_index\":159,\"name\":{\"262\":{},\"271\":{}},\"comment\":{}}],[\"udp\",{\"_index\":133,\"name\":{\"234\":{}},\"comment\":{}}],[\"udp6\",{\"_index\":136,\"name\":{\"237\":{}},\"comment\":{}}],[\"unsubscribe\",{\"_index\":210,\"name\":{\"384\":{}},\"comment\":{}}],[\"unsubscribefunction\",{\"_index\":199,\"name\":{\"369\":{}},\"comment\":{}}],[\"us\",{\"_index\":79,\"name\":{\"122\":{},\"129\":{}},\"comment\":{}}],[\"utf8tobytes\",{\"_index\":175,\"name\":{\"291\":{}},\"comment\":{}}],[\"utils\",{\"_index\":170,\"name\":{\"286\":{}},\"comment\":{}}],[\"verify\",{\"_index\":143,\"name\":{\"244\":{}},\"comment\":{}}],[\"version\",{\"_index\":37,\"name\":{\"68\":{},\"133\":{},\"142\":{},\"155\":{},\"171\":{},\"308\":{}},\"comment\":{}}],[\"waitforremotepeer\",{\"_index\":87,\"name\":{\"131\":{}},\"comment\":{}}],[\"waku\",{\"_index\":13,\"name\":{\"13\":{},\"118\":{},\"125\":{},\"323\":{}},\"comment\":{}}],[\"waku2\",{\"_index\":142,\"name\":{\"243\":{},\"281\":{}},\"comment\":{}}],[\"waku_filter\",{\"_index\":194,\"name\":{\"356\":{}},\"comment\":{}}],[\"waku_light_push\",{\"_index\":214,\"name\":{\"390\":{}},\"comment\":{}}],[\"waku_relay\",{\"_index\":222,\"name\":{\"414\":{}},\"comment\":{}}],[\"waku_store\",{\"_index\":232,\"name\":{\"435\":{}},\"comment\":{}}],[\"wakufilter\",{\"_index\":200,\"name\":{\"371\":{},\"389\":{}},\"comment\":{}}],[\"wakufull\",{\"_index\":25,\"name\":{\"46\":{}},\"comment\":{}}],[\"wakulight\",{\"_index\":23,\"name\":{\"24\":{}},\"comment\":{}}],[\"wakulightpush\",{\"_index\":220,\"name\":{\"404\":{},\"411\":{}},\"comment\":{}}],[\"wakumessage\",{\"_index\":178,\"name\":{\"305\":{},\"312\":{}},\"comment\":{}}],[\"wakunode\",{\"_index\":187,\"name\":{\"334\":{},\"354\":{}},\"comment\":{}}],[\"wakuoptions\",{\"_index\":184,\"name\":{\"331\":{}},\"comment\":{}}],[\"wakuprivacy\",{\"_index\":24,\"name\":{\"35\":{}},\"comment\":{}}],[\"wakurelay\",{\"_index\":225,\"name\":{\"422\":{},\"434\":{}},\"comment\":{}}],[\"wakustore\",{\"_index\":244,\"name\":{\"453\":{},\"462\":{}},\"comment\":{}}],[\"wakuv2.prod\",{\"_index\":69,\"name\":{\"116\":{}},\"comment\":{}}],[\"wakuv2.test\",{\"_index\":82,\"name\":{\"123\":{}},\"comment\":{}}],[\"websocket\",{\"_index\":70,\"name\":{\"118\":{},\"125\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"@waku/byte-utils\",\"url\":\"modules/_waku_byte_utils.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"hexToBytes\",\"url\":\"functions/_waku_byte_utils.hexToBytes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/byte-utils\"},{\"kind\":64,\"name\":\"concat\",\"url\":\"functions/_waku_byte_utils.concat.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/byte-utils\"},{\"kind\":64,\"name\":\"bytesToHex\",\"url\":\"functions/_waku_byte_utils.bytesToHex.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/byte-utils\"},{\"kind\":64,\"name\":\"bytesToUtf8\",\"url\":\"functions/_waku_byte_utils.bytesToUtf8.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/byte-utils\"},{\"kind\":64,\"name\":\"utf8ToBytes\",\"url\":\"functions/_waku_byte_utils.utf8ToBytes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/byte-utils\"},{\"kind\":2,\"name\":\"@waku/core\",\"url\":\"modules/_waku_core.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"@waku/create\",\"url\":\"modules/_waku_create.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"createLightNode\",\"url\":\"functions/_waku_create.createLightNode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":64,\"name\":\"createPrivacyNode\",\"url\":\"functions/_waku_create.createPrivacyNode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":64,\"name\":\"defaultPeerDiscovery\",\"url\":\"functions/_waku_create.defaultPeerDiscovery.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/_waku_create.defaultPeerDiscovery.html#defaultPeerDiscovery.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/create.defaultPeerDiscovery.defaultPeerDiscovery\"},{\"kind\":64,\"name\":\"defaultLibp2p\",\"url\":\"functions/_waku_create.defaultLibp2p.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/_waku_create.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/_waku_create.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.CreateOptions\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/_waku_create.CreateOptions.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.CreateOptions\"},{\"kind\":1024,\"name\":\"staticNoiseKey\",\"url\":\"interfaces/_waku_create.CreateOptions.html#staticNoiseKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.CreateOptions\"},{\"kind\":1024,\"name\":\"defaultBootstrap\",\"url\":\"interfaces/_waku_create.CreateOptions.html#defaultBootstrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.CreateOptions\"},{\"kind\":2,\"name\":\"@waku/dns-discovery\",\"url\":\"modules/_waku_dns_discovery.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"PeerDiscoveryDns\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@waku/dns-discovery\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":1024,\"name\":\"nextPeer\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#nextPeer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":1024,\"name\":\"_started\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#_started\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":262144,\"name\":\"[symbol]\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#_symbol_\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":262144,\"name\":\"[toStringTag]\",\"url\":\"classes/_waku_dns_discovery.PeerDiscoveryDns.html#_toStringTag_\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/dns-discovery.PeerDiscoveryDns\"},{\"kind\":2,\"name\":\"@waku/enr\",\"url\":\"modules/_waku_enr.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"@waku/interfaces\",\"url\":\"modules/_waku_interfaces.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":8,\"name\":\"Protocols\",\"url\":\"enums/_waku_interfaces.Protocols.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":16,\"name\":\"Relay\",\"url\":\"enums/_waku_interfaces.Protocols.html#Relay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.Protocols\"},{\"kind\":16,\"name\":\"Store\",\"url\":\"enums/_waku_interfaces.Protocols.html#Store\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.Protocols\"},{\"kind\":16,\"name\":\"LightPush\",\"url\":\"enums/_waku_interfaces.Protocols.html#LightPush\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.Protocols\"},{\"kind\":16,\"name\":\"Filter\",\"url\":\"enums/_waku_interfaces.Protocols.html#Filter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.Protocols\"},{\"kind\":256,\"name\":\"PointToPointProtocol\",\"url\":\"interfaces/_waku_interfaces.PointToPointProtocol.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_interfaces.PointToPointProtocol.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.PointToPointProtocol\"},{\"kind\":1024,\"name\":\"peers\",\"url\":\"interfaces/_waku_interfaces.PointToPointProtocol.html#peers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.PointToPointProtocol\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.PointToPointProtocol.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.PointToPointProtocol\"},{\"kind\":256,\"name\":\"Index\",\"url\":\"interfaces/_waku_interfaces.Index.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"digest\",\"url\":\"interfaces/_waku_interfaces.Index.html#digest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Index\"},{\"kind\":1024,\"name\":\"receivedTime\",\"url\":\"interfaces/_waku_interfaces.Index.html#receivedTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Index\"},{\"kind\":1024,\"name\":\"senderTime\",\"url\":\"interfaces/_waku_interfaces.Index.html#senderTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Index\"},{\"kind\":1024,\"name\":\"pubsubTopic\",\"url\":\"interfaces/_waku_interfaces.Index.html#pubsubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Index\"},{\"kind\":4194304,\"name\":\"ProtocolOptions\",\"url\":\"types/_waku_interfaces.ProtocolOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_interfaces.ProtocolOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/interfaces.ProtocolOptions\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"types/_waku_interfaces.ProtocolOptions.html#__type.pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/interfaces.ProtocolOptions.__type\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"types/_waku_interfaces.ProtocolOptions.html#__type.peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/interfaces.ProtocolOptions.__type\"},{\"kind\":4194304,\"name\":\"Callback\",\"url\":\"types/_waku_interfaces.Callback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_interfaces.Callback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/interfaces.Callback\"},{\"kind\":256,\"name\":\"Filter\",\"url\":\"interfaces/_waku_interfaces.Filter.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"subscribe\",\"url\":\"interfaces/_waku_interfaces.Filter.html#subscribe\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Filter.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Filter\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_interfaces.Filter.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.Filter\"},{\"kind\":1024,\"name\":\"peers\",\"url\":\"interfaces/_waku_interfaces.Filter.html#peers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.Filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Filter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Filter\"},{\"kind\":256,\"name\":\"LightPush\",\"url\":\"interfaces/_waku_interfaces.LightPush.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"push\",\"url\":\"interfaces/_waku_interfaces.LightPush.html#push\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.LightPush\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.LightPush.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.LightPush\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_interfaces.LightPush.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.LightPush\"},{\"kind\":1024,\"name\":\"peers\",\"url\":\"interfaces/_waku_interfaces.LightPush.html#peers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.LightPush\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.LightPush.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.LightPush\"},{\"kind\":8,\"name\":\"PageDirection\",\"url\":\"enums/_waku_interfaces.PageDirection.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":16,\"name\":\"BACKWARD\",\"url\":\"enums/_waku_interfaces.PageDirection.html#BACKWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.PageDirection\"},{\"kind\":16,\"name\":\"FORWARD\",\"url\":\"enums/_waku_interfaces.PageDirection.html#FORWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/interfaces.PageDirection\"},{\"kind\":256,\"name\":\"TimeFilter\",\"url\":\"interfaces/_waku_interfaces.TimeFilter.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"startTime\",\"url\":\"interfaces/_waku_interfaces.TimeFilter.html#startTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.TimeFilter\"},{\"kind\":1024,\"name\":\"endTime\",\"url\":\"interfaces/_waku_interfaces.TimeFilter.html#endTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.TimeFilter\"},{\"kind\":4194304,\"name\":\"Cursor\",\"url\":\"types/_waku_interfaces.Cursor.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_interfaces.Cursor.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/interfaces.Cursor\"},{\"kind\":1024,\"name\":\"digest\",\"url\":\"types/_waku_interfaces.Cursor.html#__type.digest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/interfaces.Cursor.__type\"},{\"kind\":1024,\"name\":\"senderTime\",\"url\":\"types/_waku_interfaces.Cursor.html#__type.senderTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/interfaces.Cursor.__type\"},{\"kind\":1024,\"name\":\"pubsubTopic\",\"url\":\"types/_waku_interfaces.Cursor.html#__type.pubsubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/interfaces.Cursor.__type\"},{\"kind\":4194304,\"name\":\"StoreQueryOptions\",\"url\":\"types/_waku_interfaces.StoreQueryOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":256,\"name\":\"Store\",\"url\":\"interfaces/_waku_interfaces.Store.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"queryOrderedCallback\",\"url\":\"interfaces/_waku_interfaces.Store.html#queryOrderedCallback\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Store.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":1024,\"name\":\"queryCallbackOnPromise\",\"url\":\"interfaces/_waku_interfaces.Store.html#queryCallbackOnPromise\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Store.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":1024,\"name\":\"queryGenerator\",\"url\":\"interfaces/_waku_interfaces.Store.html#queryGenerator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Store.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_interfaces.Store.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":1024,\"name\":\"peers\",\"url\":\"interfaces/_waku_interfaces.Store.html#peers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Store.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Store\"},{\"kind\":256,\"name\":\"Relay\",\"url\":\"interfaces/_waku_interfaces.Relay.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"send\",\"url\":\"interfaces/_waku_interfaces.Relay.html#send\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Relay.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":1024,\"name\":\"addObserver\",\"url\":\"interfaces/_waku_interfaces.Relay.html#addObserver\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Relay.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Relay.html#__type.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/interfaces.Relay.__type.__type\"},{\"kind\":1024,\"name\":\"getMeshPeers\",\"url\":\"interfaces/_waku_interfaces.Relay.html#getMeshPeers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Relay.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Relay\"},{\"kind\":256,\"name\":\"Waku\",\"url\":\"interfaces/_waku_interfaces.Waku.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/_waku_interfaces.Waku.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/_waku_interfaces.Waku.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/_waku_interfaces.Waku.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/_waku_interfaces.Waku.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/_waku_interfaces.Waku.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/_waku_interfaces.Waku.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/_waku_interfaces.Waku.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/_waku_interfaces.Waku.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/_waku_interfaces.Waku.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Waku\"},{\"kind\":256,\"name\":\"WakuLight\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/_waku_interfaces.WakuLight.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuLight\"},{\"kind\":256,\"name\":\"WakuPrivacy\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/_waku_interfaces.WakuPrivacy.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuPrivacy\"},{\"kind\":256,\"name\":\"WakuFull\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"interfaces/_waku_interfaces.WakuFull.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@waku/interfaces.WakuFull\"},{\"kind\":256,\"name\":\"RateLimitProof\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"merkleRoot\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#merkleRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"epoch\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#epoch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareX\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#shareX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareY\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#shareY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"nullifier\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#nullifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":1024,\"name\":\"rlnIdentifier\",\"url\":\"interfaces/_waku_interfaces.RateLimitProof.html#rlnIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.RateLimitProof\"},{\"kind\":256,\"name\":\"ProtoMessage\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":1024,\"name\":\"ephemeral\",\"url\":\"interfaces/_waku_interfaces.ProtoMessage.html#ephemeral\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.ProtoMessage\"},{\"kind\":256,\"name\":\"Message\",\"url\":\"interfaces/_waku_interfaces.Message.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/_waku_interfaces.Message.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Message\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/_waku_interfaces.Message.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Message\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/_waku_interfaces.Message.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Message\"},{\"kind\":256,\"name\":\"Encoder\",\"url\":\"interfaces/_waku_interfaces.Encoder.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":1024,\"name\":\"ephemeral\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#ephemeral\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":1024,\"name\":\"toWire\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#toWire\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":1024,\"name\":\"toProtoObj\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#toProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Encoder.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Encoder\"},{\"kind\":256,\"name\":\"DecodedMessage\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.DecodedMessage\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.DecodedMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.DecodedMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.DecodedMessage\"},{\"kind\":1024,\"name\":\"ephemeral\",\"url\":\"interfaces/_waku_interfaces.DecodedMessage.html#ephemeral\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.DecodedMessage\"},{\"kind\":256,\"name\":\"Decoder\",\"url\":\"interfaces/_waku_interfaces.Decoder.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_interfaces.Decoder.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Decoder\"},{\"kind\":1024,\"name\":\"fromWireToProtoObj\",\"url\":\"interfaces/_waku_interfaces.Decoder.html#fromWireToProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Decoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Decoder.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Decoder\"},{\"kind\":1024,\"name\":\"fromProtoObj\",\"url\":\"interfaces/_waku_interfaces.Decoder.html#fromProtoObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Decoder\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/_waku_interfaces.Decoder.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.Decoder\"},{\"kind\":256,\"name\":\"SendResult\",\"url\":\"interfaces/_waku_interfaces.SendResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/interfaces\"},{\"kind\":1024,\"name\":\"recipients\",\"url\":\"interfaces/_waku_interfaces.SendResult.html#recipients\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/interfaces.SendResult\"},{\"kind\":2,\"name\":\"@waku/message-encryption\",\"url\":\"modules/_waku_message_encryption.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"OneMillion\",\"url\":\"variables/_waku_message_encryption.OneMillion.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":32,\"name\":\"Version\",\"url\":\"variables/_waku_message_encryption.Version.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":4194304,\"name\":\"Signature\",\"url\":\"types/_waku_message_encryption.Signature.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_message_encryption.Signature.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/message-encryption.Signature\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"types/_waku_message_encryption.Signature.html#__type.signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/message-encryption.Signature.__type\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"types/_waku_message_encryption.Signature.html#__type.publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/message-encryption.Signature.__type\"},{\"kind\":128,\"name\":\"DecodedMessage\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":1024,\"name\":\"_decodedPayload\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#_decodedPayload\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":1024,\"name\":\"signaturePublicKey\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#signaturePublicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"payload\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#payload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":1024,\"name\":\"proto\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"_rawPayload\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#_rawPayload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"ephemeral\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#ephemeral\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"contentTopic\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#contentTopic\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"_rawTimestamp\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#_rawTimestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"timestamp\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#timestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"version\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#version\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":262144,\"name\":\"rateLimitProof\",\"url\":\"classes/_waku_message_encryption.DecodedMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@waku/message-encryption.DecodedMessage\"},{\"kind\":32,\"name\":\"DefaultPubSubTopic\",\"url\":\"variables/_waku_core.DefaultPubSubTopic.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":32,\"name\":\"DefaultUserAgent\",\"url\":\"variables/_waku_core.DefaultUserAgent.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":4,\"name\":\"proto_message\",\"url\":\"modules/_waku_core.proto_message.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":256,\"name\":\"RateLimitProof\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message\"},{\"kind\":1024,\"name\":\"proof\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#proof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"merkleRoot\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#merkleRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"epoch\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#epoch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareX\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#shareX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"shareY\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#shareY\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"nullifier\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#nullifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":1024,\"name\":\"rlnIdentifier\",\"url\":\"interfaces/_waku_core.proto_message.RateLimitProof-1.html#rlnIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":4,\"name\":\"RateLimitProof\",\"url\":\"modules/_waku_core.proto_message.RateLimitProof.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/_waku_core.proto_message.RateLimitProof.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/_waku_core.proto_message.RateLimitProof.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/_waku_core.proto_message.RateLimitProof.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.RateLimitProof\"},{\"kind\":256,\"name\":\"WakuMessage\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message\"},{\"kind\":1024,\"name\":\"payload\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#payload\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"timestampDeprecated\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#timestampDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"rateLimitProof\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#rateLimitProof\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":1024,\"name\":\"ephemeral\",\"url\":\"interfaces/_waku_core.proto_message.WakuMessage-1.html#ephemeral\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":4,\"name\":\"WakuMessage\",\"url\":\"modules/_waku_core.proto_message.WakuMessage.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/_waku_core.proto_message.WakuMessage.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/_waku_core.proto_message.WakuMessage.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/_waku_core.proto_message.WakuMessage.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_message.WakuMessage\"},{\"kind\":4,\"name\":\"proto_topic_only_message\",\"url\":\"modules/_waku_core.proto_topic_only_message.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":256,\"name\":\"TopicOnlyMessage\",\"url\":\"interfaces/_waku_core.proto_topic_only_message.TopicOnlyMessage-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_topic_only_message\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"interfaces/_waku_core.proto_topic_only_message.TopicOnlyMessage-1.html#contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":4,\"name\":\"TopicOnlyMessage\",\"url\":\"modules/_waku_core.proto_topic_only_message.TopicOnlyMessage.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_topic_only_message\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.proto_topic_only_message.TopicOnlyMessage\"},{\"kind\":64,\"name\":\"createEncoder\",\"url\":\"functions/_waku_core.createEncoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"createDecoder\",\"url\":\"functions/_waku_core.createDecoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":128,\"name\":\"DecodedMessage\",\"url\":\"classes/_waku_core.DecodedMessage.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_core.DecodedMessage.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":1024,\"name\":\"proto\",\"url\":\"classes/_waku_core.DecodedMessage.html#proto\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"_rawPayload\",\"url\":\"classes/_waku_core.DecodedMessage.html#_rawPayload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"ephemeral\",\"url\":\"classes/_waku_core.DecodedMessage.html#ephemeral\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"payload\",\"url\":\"classes/_waku_core.DecodedMessage.html#payload\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"contentTopic\",\"url\":\"classes/_waku_core.DecodedMessage.html#contentTopic\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"_rawTimestamp\",\"url\":\"classes/_waku_core.DecodedMessage.html#_rawTimestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"timestamp\",\"url\":\"classes/_waku_core.DecodedMessage.html#timestamp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"version\",\"url\":\"classes/_waku_core.DecodedMessage.html#version\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":262144,\"name\":\"rateLimitProof\",\"url\":\"classes/_waku_core.DecodedMessage.html#rateLimitProof\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/core.DecodedMessage\"},{\"kind\":4,\"name\":\"waku\",\"url\":\"modules/_waku_core.waku.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":32,\"name\":\"DefaultPingKeepAliveValueSecs\",\"url\":\"variables/_waku_core.waku.DefaultPingKeepAliveValueSecs.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku\"},{\"kind\":32,\"name\":\"DefaultRelayKeepAliveValueSecs\",\"url\":\"variables/_waku_core.waku.DefaultRelayKeepAliveValueSecs.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku\"},{\"kind\":8388608,\"name\":\"DefaultUserAgent\",\"url\":\"modules/_waku_core.waku.html#DefaultUserAgent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku\"},{\"kind\":256,\"name\":\"WakuOptions\",\"url\":\"interfaces/_waku_core.waku.WakuOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku\"},{\"kind\":1024,\"name\":\"pingKeepAlive\",\"url\":\"interfaces/_waku_core.waku.WakuOptions.html#pingKeepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku.WakuOptions\"},{\"kind\":1024,\"name\":\"relayKeepAlive\",\"url\":\"interfaces/_waku_core.waku.WakuOptions.html#relayKeepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku.WakuOptions\"},{\"kind\":1024,\"name\":\"userAgent\",\"url\":\"interfaces/_waku_core.waku.WakuOptions.html#userAgent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku.WakuOptions\"},{\"kind\":128,\"name\":\"WakuNode\",\"url\":\"classes/_waku_core.waku.WakuNode.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_core.waku.WakuNode.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"libp2p\",\"url\":\"classes/_waku_core.waku.WakuNode.html#libp2p\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"classes/_waku_core.waku.WakuNode.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"classes/_waku_core.waku.WakuNode.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"classes/_waku_core.waku.WakuNode.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"classes/_waku_core.waku.WakuNode.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"pingKeepAliveTimers\",\"url\":\"classes/_waku_core.waku.WakuNode.html#pingKeepAliveTimers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/_waku_core.waku.WakuNode.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":1024,\"name\":\"relayKeepAliveTimers\",\"url\":\"classes/_waku_core.waku.WakuNode.html#relayKeepAliveTimers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/_waku_core.waku.WakuNode.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"dial\",\"url\":\"classes/_waku_core.waku.WakuNode.html#dial\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/_waku_core.waku.WakuNode.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/_waku_core.waku.WakuNode.html#stop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"isStarted\",\"url\":\"classes/_waku_core.waku.WakuNode.html#isStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"getLocalMultiaddrWithID\",\"url\":\"classes/_waku_core.waku.WakuNode.html#getLocalMultiaddrWithID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"startKeepAlive\",\"url\":\"classes/_waku_core.waku.WakuNode.html#startKeepAlive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stopKeepAlive\",\"url\":\"classes/_waku_core.waku.WakuNode.html#stopKeepAlive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":2048,\"name\":\"stopAllKeepAlives\",\"url\":\"classes/_waku_core.waku.WakuNode.html#stopAllKeepAlives\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/core.waku.WakuNode\"},{\"kind\":8388608,\"name\":\"WakuNode\",\"url\":\"modules/_waku_core.html#WakuNode\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":4,\"name\":\"waku_filter\",\"url\":\"modules/_waku_core.waku_filter.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"wakuFilter\",\"url\":\"functions/_waku_core.waku_filter.wakuFilter.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/_waku_core.waku_filter.wakuFilter.html#wakuFilter.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/core.waku_filter.wakuFilter.wakuFilter\"},{\"kind\":4194304,\"name\":\"ContentFilter\",\"url\":\"types/_waku_core.waku_filter.ContentFilter.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_core.waku_filter.ContentFilter.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/core.waku_filter.ContentFilter\"},{\"kind\":1024,\"name\":\"contentTopic\",\"url\":\"types/_waku_core.waku_filter.ContentFilter.html#__type.contentTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/core.waku_filter.ContentFilter.__type\"},{\"kind\":32,\"name\":\"FilterCodec\",\"url\":\"variables/_waku_core.waku_filter.FilterCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":256,\"name\":\"FilterComponents\",\"url\":\"interfaces/_waku_core.waku_filter.FilterComponents.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_core.waku_filter.FilterComponents.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_filter.FilterComponents\"},{\"kind\":1024,\"name\":\"registrar\",\"url\":\"interfaces/_waku_core.waku_filter.FilterComponents.html#registrar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_filter.FilterComponents\"},{\"kind\":1024,\"name\":\"connectionManager\",\"url\":\"interfaces/_waku_core.waku_filter.FilterComponents.html#connectionManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_filter.FilterComponents\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/_waku_core.waku_filter.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/_waku_core.waku_filter.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_filter.CreateOptions\"},{\"kind\":4194304,\"name\":\"UnsubscribeFunction\",\"url\":\"types/_waku_core.waku_filter.UnsubscribeFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_filter\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_core.waku_filter.UnsubscribeFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/core.waku_filter.UnsubscribeFunction\"},{\"kind\":8388608,\"name\":\"wakuFilter\",\"url\":\"modules/_waku_core.html#wakuFilter\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":4,\"name\":\"waku_light_push\",\"url\":\"modules/_waku_core.waku_light_push.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"wakuLightPush\",\"url\":\"functions/_waku_core.waku_light_push.wakuLightPush.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/_waku_core.waku_light_push.wakuLightPush.html#wakuLightPush.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/core.waku_light_push.wakuLightPush.wakuLightPush\"},{\"kind\":32,\"name\":\"LightPushCodec\",\"url\":\"variables/_waku_core.waku_light_push.LightPushCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":256,\"name\":\"PushResponse\",\"url\":\"interfaces/_waku_core.waku_light_push.PushResponse-1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":1024,\"name\":\"isSuccess\",\"url\":\"interfaces/_waku_core.waku_light_push.PushResponse-1.html#isSuccess\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_light_push.PushResponse\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/_waku_core.waku_light_push.PushResponse-1.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_light_push.PushResponse\"},{\"kind\":4,\"name\":\"PushResponse\",\"url\":\"modules/_waku_core.waku_light_push.PushResponse.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":64,\"name\":\"codec\",\"url\":\"functions/_waku_core.waku_light_push.PushResponse.codec.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push.PushResponse\"},{\"kind\":64,\"name\":\"encode\",\"url\":\"functions/_waku_core.waku_light_push.PushResponse.encode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push.PushResponse\"},{\"kind\":64,\"name\":\"decode\",\"url\":\"functions/_waku_core.waku_light_push.PushResponse.decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push.PushResponse\"},{\"kind\":256,\"name\":\"LightPushComponents\",\"url\":\"interfaces/_waku_core.waku_light_push.LightPushComponents.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_core.waku_light_push.LightPushComponents.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_light_push.LightPushComponents\"},{\"kind\":1024,\"name\":\"connectionManager\",\"url\":\"interfaces/_waku_core.waku_light_push.LightPushComponents.html#connectionManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_light_push.LightPushComponents\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/_waku_core.waku_light_push.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_light_push\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/_waku_core.waku_light_push.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_light_push.CreateOptions\"},{\"kind\":8388608,\"name\":\"wakuLightPush\",\"url\":\"modules/_waku_core.html#wakuLightPush\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":8388608,\"name\":\"LightPushCodec\",\"url\":\"modules/_waku_core.html#LightPushCodec\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":8388608,\"name\":\"PushResponse\",\"url\":\"modules/_waku_core.html#PushResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":4,\"name\":\"waku_relay\",\"url\":\"modules/_waku_core.waku_relay.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"wakuRelay\",\"url\":\"functions/_waku_core.waku_relay.wakuRelay.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/_waku_core.waku_relay.wakuRelay.html#wakuRelay.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/core.waku_relay.wakuRelay.wakuRelay\"},{\"kind\":4194304,\"name\":\"Observer\",\"url\":\"types/_waku_core.waku_relay.Observer.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_relay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/_waku_core.waku_relay.Observer.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@waku/core.waku_relay.Observer\"},{\"kind\":1024,\"name\":\"decoder\",\"url\":\"types/_waku_core.waku_relay.Observer.html#__type.decoder\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/core.waku_relay.Observer.__type\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"types/_waku_core.waku_relay.Observer.html#__type.callback\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@waku/core.waku_relay.Observer.__type\"},{\"kind\":4194304,\"name\":\"CreateOptions\",\"url\":\"types/_waku_core.waku_relay.CreateOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_relay\"},{\"kind\":8388608,\"name\":\"wakuRelay\",\"url\":\"modules/_waku_core.html#wakuRelay\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":4,\"name\":\"waku_store\",\"url\":\"modules/_waku_core.waku_store.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"isDefined\",\"url\":\"functions/_waku_core.waku_store.isDefined.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":64,\"name\":\"createCursor\",\"url\":\"functions/_waku_core.waku_store.createCursor.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":64,\"name\":\"wakuStore\",\"url\":\"functions/_waku_core.waku_store.wakuStore.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/_waku_core.waku_store.wakuStore.html#wakuStore.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"@waku/core.waku_store.wakuStore.wakuStore\"},{\"kind\":32,\"name\":\"StoreCodec\",\"url\":\"variables/_waku_core.waku_store.StoreCodec.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":32,\"name\":\"DefaultPageSize\",\"url\":\"variables/_waku_core.waku_store.DefaultPageSize.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":8,\"name\":\"PageDirection\",\"url\":\"enums/_waku_core.waku_store.PageDirection.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":16,\"name\":\"BACKWARD\",\"url\":\"enums/_waku_core.waku_store.PageDirection.html#BACKWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/core.waku_store.PageDirection\"},{\"kind\":16,\"name\":\"FORWARD\",\"url\":\"enums/_waku_core.waku_store.PageDirection.html#FORWARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/core.waku_store.PageDirection\"},{\"kind\":256,\"name\":\"StoreComponents\",\"url\":\"interfaces/_waku_core.waku_store.StoreComponents.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_core.waku_store.StoreComponents.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.StoreComponents\"},{\"kind\":1024,\"name\":\"connectionManager\",\"url\":\"interfaces/_waku_core.waku_store.StoreComponents.html#connectionManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.StoreComponents\"},{\"kind\":256,\"name\":\"CreateOptions\",\"url\":\"interfaces/_waku_core.waku_store.CreateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/_waku_core.waku_store.CreateOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.CreateOptions\"},{\"kind\":256,\"name\":\"TimeFilter\",\"url\":\"interfaces/_waku_core.waku_store.TimeFilter.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":1024,\"name\":\"startTime\",\"url\":\"interfaces/_waku_core.waku_store.TimeFilter.html#startTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.TimeFilter\"},{\"kind\":1024,\"name\":\"endTime\",\"url\":\"interfaces/_waku_core.waku_store.TimeFilter.html#endTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.TimeFilter\"},{\"kind\":256,\"name\":\"QueryOptions\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"@waku/core.waku_store\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pubSubTopic\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#pubSubTopic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pageDirection\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#pageDirection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"timeFilter\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#timeFilter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/_waku_core.waku_store.QueryOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/core.waku_store.QueryOptions\"},{\"kind\":8388608,\"name\":\"PageDirection\",\"url\":\"modules/_waku_core.html#PageDirection\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":8388608,\"name\":\"wakuStore\",\"url\":\"modules/_waku_core.html#wakuStore\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":8388608,\"name\":\"StoreCodec\",\"url\":\"modules/_waku_core.html#StoreCodec\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":8388608,\"name\":\"createCursor\",\"url\":\"modules/_waku_core.html#createCursor\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":64,\"name\":\"waitForRemotePeer\",\"url\":\"functions/_waku_core.waitForRemotePeer.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/core\"},{\"kind\":256,\"name\":\"Libp2pComponents\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/create\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"addressManager\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#addressManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"peerStore\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#peerStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"upgrader\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#upgrader\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"registrar\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#registrar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"connectionManager\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#connectionManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"transportManager\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#transportManager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"connectionGater\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#connectionGater\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"contentRouting\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#contentRouting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"peerRouting\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#peerRouting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"datastore\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#datastore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"connectionProtector\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#connectionProtector\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"dialer\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#dialer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"metrics\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#metrics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"dht\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#dht\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":1024,\"name\":\"pubsub\",\"url\":\"interfaces/_waku_create.Libp2pComponents.html#pubsub\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/create.Libp2pComponents\"},{\"kind\":32,\"name\":\"MAX_RECORD_SIZE\",\"url\":\"variables/_waku_enr.MAX_RECORD_SIZE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":32,\"name\":\"ERR_INVALID_ID\",\"url\":\"variables/_waku_enr.ERR_INVALID_ID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":32,\"name\":\"ERR_NO_SIGNATURE\",\"url\":\"variables/_waku_enr.ERR_NO_SIGNATURE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":32,\"name\":\"MULTIADDR_LENGTH_SIZE\",\"url\":\"variables/_waku_enr.MULTIADDR_LENGTH_SIZE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":128,\"name\":\"ENR\",\"url\":\"classes/_waku_enr.ENR.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":1024,\"name\":\"RECORD_PREFIX\",\"url\":\"classes/_waku_enr.ENR.html#RECORD_PREFIX\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/_waku_enr.ENR.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"createV4\",\"url\":\"classes/_waku_enr.ENR.html#createV4\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"createFromPeerId\",\"url\":\"classes/_waku_enr.ENR.html#createFromPeerId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"decodeFromValues\",\"url\":\"classes/_waku_enr.ENR.html#decodeFromValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"decode\",\"url\":\"classes/_waku_enr.ENR.html#decode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"decodeTxt\",\"url\":\"classes/_waku_enr.ENR.html#decodeTxt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_enr.ENR.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-private\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":1024,\"name\":\"seq\",\"url\":\"classes/_waku_enr.ENR.html#seq\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":1024,\"name\":\"signature\",\"url\":\"classes/_waku_enr.ENR.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":1024,\"name\":\"peerId\",\"url\":\"classes/_waku_enr.ENR.html#peerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/_waku_enr.ENR.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/_waku_enr.ENR.html#id\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"keypairType\",\"url\":\"classes/_waku_enr.ENR.html#keypairType\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"publicKey\",\"url\":\"classes/_waku_enr.ENR.html#publicKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"keypair\",\"url\":\"classes/_waku_enr.ENR.html#keypair\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"nodeId\",\"url\":\"classes/_waku_enr.ENR.html#nodeId\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"ip\",\"url\":\"classes/_waku_enr.ENR.html#ip\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"tcp\",\"url\":\"classes/_waku_enr.ENR.html#tcp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"udp\",\"url\":\"classes/_waku_enr.ENR.html#udp\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"ip6\",\"url\":\"classes/_waku_enr.ENR.html#ip6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"tcp6\",\"url\":\"classes/_waku_enr.ENR.html#tcp6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"udp6\",\"url\":\"classes/_waku_enr.ENR.html#udp6\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"multiaddrs\",\"url\":\"classes/_waku_enr.ENR.html#multiaddrs\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"getLocationMultiaddr\",\"url\":\"classes/_waku_enr.ENR.html#getLocationMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"setLocationMultiaddr\",\"url\":\"classes/_waku_enr.ENR.html#setLocationMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"getFullMultiaddr\",\"url\":\"classes/_waku_enr.ENR.html#getFullMultiaddr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"getFullMultiaddrs\",\"url\":\"classes/_waku_enr.ENR.html#getFullMultiaddrs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":262144,\"name\":\"waku2\",\"url\":\"classes/_waku_enr.ENR.html#waku2\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"verify\",\"url\":\"classes/_waku_enr.ENR.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/_waku_enr.ENR.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"encodeToValues\",\"url\":\"classes/_waku_enr.ENR.html#encodeToValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"encode\",\"url\":\"classes/_waku_enr.ENR.html#encode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":2048,\"name\":\"encodeTxt\",\"url\":\"classes/_waku_enr.ENR.html#encodeTxt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.ENR\"},{\"kind\":4194304,\"name\":\"NodeId\",\"url\":\"types/_waku_enr.NodeId.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":4194304,\"name\":\"SequenceNumber\",\"url\":\"types/_waku_enr.SequenceNumber.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":4194304,\"name\":\"ENRKey\",\"url\":\"types/_waku_enr.ENRKey.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":4194304,\"name\":\"ENRValue\",\"url\":\"types/_waku_enr.ENRValue.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"createKeypair\",\"url\":\"functions/_waku_enr.createKeypair.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"createPeerIdFromKeypair\",\"url\":\"functions/_waku_enr.createPeerIdFromKeypair.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"createKeypairFromPeerId\",\"url\":\"functions/_waku_enr.createKeypairFromPeerId.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":32,\"name\":\"ERR_TYPE_NOT_IMPLEMENTED\",\"url\":\"variables/_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":8,\"name\":\"KeypairType\",\"url\":\"enums/_waku_enr.KeypairType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":16,\"name\":\"rsa\",\"url\":\"enums/_waku_enr.KeypairType.html#rsa\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/enr.KeypairType\"},{\"kind\":16,\"name\":\"ed25519\",\"url\":\"enums/_waku_enr.KeypairType.html#ed25519\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/enr.KeypairType\"},{\"kind\":16,\"name\":\"secp256k1\",\"url\":\"enums/_waku_enr.KeypairType.html#secp256k1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@waku/enr.KeypairType\"},{\"kind\":256,\"name\":\"IKeypair\",\"url\":\"interfaces/_waku_enr.IKeypair.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/_waku_enr.IKeypair.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":1024,\"name\":\"privateKey\",\"url\":\"interfaces/_waku_enr.IKeypair.html#privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":1024,\"name\":\"publicKey\",\"url\":\"interfaces/_waku_enr.IKeypair.html#publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":2048,\"name\":\"privateKeyVerify\",\"url\":\"interfaces/_waku_enr.IKeypair.html#privateKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":2048,\"name\":\"publicKeyVerify\",\"url\":\"interfaces/_waku_enr.IKeypair.html#publicKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":2048,\"name\":\"hasPrivateKey\",\"url\":\"interfaces/_waku_enr.IKeypair.html#hasPrivateKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@waku/enr.IKeypair\"},{\"kind\":128,\"name\":\"Secp256k1Keypair\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":2048,\"name\":\"generate\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#generate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"_privateKey\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#_privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":1024,\"name\":\"_publicKey\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#_publicKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"privateKeyVerify\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#privateKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"publicKeyVerify\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#publicKeyVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":262144,\"name\":\"privateKey\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#privateKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":262144,\"name\":\"publicKey\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#publicKey\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":2048,\"name\":\"hasPrivateKey\",\"url\":\"classes/_waku_enr.Secp256k1Keypair.html#hasPrivateKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@waku/enr.Secp256k1Keypair\"},{\"kind\":64,\"name\":\"encodeWaku2\",\"url\":\"functions/_waku_enr.encodeWaku2.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"decodeWaku2\",\"url\":\"functions/_waku_enr.decodeWaku2.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":256,\"name\":\"Waku2\",\"url\":\"interfaces/_waku_enr.Waku2.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":1024,\"name\":\"relay\",\"url\":\"interfaces/_waku_enr.Waku2.html#relay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.Waku2\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/_waku_enr.Waku2.html#store\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.Waku2\"},{\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/_waku_enr.Waku2.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.Waku2\"},{\"kind\":1024,\"name\":\"lightPush\",\"url\":\"interfaces/_waku_enr.Waku2.html#lightPush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@waku/enr.Waku2\"},{\"kind\":64,\"name\":\"sign\",\"url\":\"functions/_waku_enr.sign.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"keccak256\",\"url\":\"functions/_waku_enr.keccak256.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"compressPublicKey\",\"url\":\"functions/_waku_enr.compressPublicKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"verifySignature\",\"url\":\"functions/_waku_enr.verifySignature.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"randomBytes\",\"url\":\"functions/_waku_enr.randomBytes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"getPublicKey\",\"url\":\"functions/_waku_enr.getPublicKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/enr\"},{\"kind\":64,\"name\":\"generatePrivateKey\",\"url\":\"functions/_waku_message_encryption.generatePrivateKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":64,\"name\":\"generateSymmetricKey\",\"url\":\"functions/_waku_message_encryption.generateSymmetricKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":64,\"name\":\"getPublicKey\",\"url\":\"functions/_waku_message_encryption.getPublicKey.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":4,\"name\":\"ecies\",\"url\":\"modules/_waku_message_encryption.ecies.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":64,\"name\":\"createEncoder\",\"url\":\"functions/_waku_message_encryption.ecies.createEncoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.ecies\"},{\"kind\":64,\"name\":\"createDecoder\",\"url\":\"functions/_waku_message_encryption.ecies.createDecoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.ecies\"},{\"kind\":8388608,\"name\":\"DecodedMessage\",\"url\":\"modules/_waku_message_encryption.ecies.html#DecodedMessage\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.ecies\"},{\"kind\":8388608,\"name\":\"generatePrivateKey\",\"url\":\"modules/_waku_message_encryption.ecies.html#generatePrivateKey\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.ecies\"},{\"kind\":8388608,\"name\":\"getPublicKey\",\"url\":\"modules/_waku_message_encryption.ecies.html#getPublicKey\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.ecies\"},{\"kind\":4,\"name\":\"symmetric\",\"url\":\"modules/_waku_message_encryption.symmetric.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@waku/message-encryption\"},{\"kind\":64,\"name\":\"createEncoder\",\"url\":\"functions/_waku_message_encryption.symmetric.createEncoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.symmetric\"},{\"kind\":64,\"name\":\"createDecoder\",\"url\":\"functions/_waku_message_encryption.symmetric.createDecoder.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.symmetric\"},{\"kind\":8388608,\"name\":\"DecodedMessage\",\"url\":\"modules/_waku_message_encryption.symmetric.html#DecodedMessage\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.symmetric\"},{\"kind\":8388608,\"name\":\"generateSymmetricKey\",\"url\":\"modules/_waku_message_encryption.symmetric.html#generateSymmetricKey\",\"classes\":\"tsd-kind-reference tsd-parent-kind-namespace\",\"parent\":\"@waku/message-encryption.symmetric\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.727,1,40.727]],[\"comment/0\",[]],[\"name/1\",[2,57.324]],[\"comment/1\",[]],[\"name/2\",[3,57.324]],[\"comment/2\",[]],[\"name/3\",[4,57.324]],[\"comment/3\",[]],[\"name/4\",[5,57.324]],[\"comment/4\",[]],[\"name/5\",[6,57.324]],[\"comment/5\",[]],[\"name/6\",[7,57.324]],[\"comment/6\",[]],[\"name/7\",[8,57.324]],[\"comment/7\",[]],[\"name/8\",[9,57.324]],[\"comment/8\",[]],[\"name/9\",[10,57.324]],[\"comment/9\",[]],[\"name/10\",[11,57.324]],[\"comment/10\",[]],[\"name/11\",[12,26.483]],[\"comment/11\",[]],[\"name/12\",[13,57.324]],[\"comment/12\",[]],[\"name/13\",[14,44.296]],[\"comment/13\",[]],[\"name/14\",[15,39.931]],[\"comment/14\",[]],[\"name/15\",[16,42.621]],[\"comment/15\",[]],[\"name/16\",[17,57.324]],[\"comment/16\",[]],[\"name/17\",[18,57.324]],[\"comment/17\",[]],[\"name/18\",[19,40.727,20,40.727]],[\"comment/18\",[]],[\"name/19\",[21,57.324]],[\"comment/19\",[]],[\"name/20\",[22,42.621]],[\"comment/20\",[]],[\"name/21\",[23,57.324]],[\"comment/21\",[]],[\"name/22\",[12,26.483]],[\"comment/22\",[]],[\"name/23\",[24,57.324]],[\"comment/23\",[]],[\"name/24\",[25,42.621]],[\"comment/24\",[]],[\"name/25\",[26,42.621]],[\"comment/25\",[]],[\"name/26\",[27,57.324]],[\"comment/26\",[]],[\"name/27\",[28,57.324]],[\"comment/27\",[]],[\"name/28\",[29,57.324]],[\"comment/28\",[]],[\"name/29\",[30,57.324]],[\"comment/29\",[]],[\"name/30\",[31,57.324]],[\"comment/30\",[]],[\"name/31\",[32,39.931]],[\"comment/31\",[]],[\"name/32\",[33,39.931]],[\"comment/32\",[]],[\"name/33\",[34,39.931]],[\"comment/33\",[]],[\"name/34\",[35,39.931]],[\"comment/34\",[]],[\"name/35\",[36,57.324]],[\"comment/35\",[]],[\"name/36\",[37,39.931]],[\"comment/36\",[]],[\"name/37\",[38,46.308]],[\"comment/37\",[]],[\"name/38\",[12,26.483]],[\"comment/38\",[]],[\"name/39\",[39,57.324]],[\"comment/39\",[]],[\"name/40\",[40,52.202]],[\"comment/40\",[]],[\"name/41\",[41,57.324]],[\"comment/41\",[]],[\"name/42\",[42,52.202]],[\"comment/42\",[]],[\"name/43\",[15,39.931]],[\"comment/43\",[]],[\"name/44\",[43,57.324]],[\"comment/44\",[]],[\"name/45\",[12,26.483]],[\"comment/45\",[]],[\"name/46\",[15,39.931]],[\"comment/46\",[]],[\"name/47\",[44,46.308]],[\"comment/47\",[]],[\"name/48\",[45,52.202]],[\"comment/48\",[]],[\"name/49\",[12,26.483]],[\"comment/49\",[]],[\"name/50\",[35,39.931]],[\"comment/50\",[]],[\"name/51\",[46,57.324]],[\"comment/51\",[]],[\"name/52\",[12,26.483]],[\"comment/52\",[]],[\"name/53\",[37,39.931]],[\"comment/53\",[]],[\"name/54\",[38,46.308]],[\"comment/54\",[]],[\"name/55\",[12,26.483]],[\"comment/55\",[]],[\"name/56\",[34,39.931]],[\"comment/56\",[]],[\"name/57\",[47,57.324]],[\"comment/57\",[]],[\"name/58\",[12,26.483]],[\"comment/58\",[]],[\"name/59\",[37,39.931]],[\"comment/59\",[]],[\"name/60\",[38,46.308]],[\"comment/60\",[]],[\"name/61\",[12,26.483]],[\"comment/61\",[]],[\"name/62\",[48,46.308]],[\"comment/62\",[]],[\"name/63\",[49,52.202]],[\"comment/63\",[]],[\"name/64\",[50,52.202]],[\"comment/64\",[]],[\"name/65\",[51,48.828]],[\"comment/65\",[]],[\"name/66\",[52,52.202]],[\"comment/66\",[]],[\"name/67\",[53,52.202]],[\"comment/67\",[]],[\"name/68\",[54,52.202]],[\"comment/68\",[]],[\"name/69\",[12,26.483]],[\"comment/69\",[]],[\"name/70\",[40,52.202]],[\"comment/70\",[]],[\"name/71\",[42,52.202]],[\"comment/71\",[]],[\"name/72\",[15,39.931]],[\"comment/72\",[]],[\"name/73\",[55,57.324]],[\"comment/73\",[]],[\"name/74\",[33,39.931]],[\"comment/74\",[]],[\"name/75\",[56,57.324]],[\"comment/75\",[]],[\"name/76\",[12,26.483]],[\"comment/76\",[]],[\"name/77\",[57,57.324]],[\"comment/77\",[]],[\"name/78\",[12,26.483]],[\"comment/78\",[]],[\"name/79\",[58,57.324]],[\"comment/79\",[]],[\"name/80\",[12,26.483]],[\"comment/80\",[]],[\"name/81\",[37,39.931]],[\"comment/81\",[]],[\"name/82\",[38,46.308]],[\"comment/82\",[]],[\"name/83\",[12,26.483]],[\"comment/83\",[]],[\"name/84\",[32,39.931]],[\"comment/84\",[]],[\"name/85\",[59,57.324]],[\"comment/85\",[]],[\"name/86\",[12,26.483]],[\"comment/86\",[]],[\"name/87\",[60,57.324]],[\"comment/87\",[]],[\"name/88\",[12,26.483]],[\"comment/88\",[]],[\"name/89\",[12,26.483]],[\"comment/89\",[]],[\"name/90\",[61,57.324]],[\"comment/90\",[]],[\"name/91\",[12,26.483]],[\"comment/91\",[]],[\"name/92\",[62,52.202]],[\"comment/92\",[]],[\"name/93\",[16,42.621]],[\"comment/93\",[]],[\"name/94\",[32,39.931]],[\"comment/94\",[]],[\"name/95\",[33,39.931]],[\"comment/95\",[]],[\"name/96\",[35,39.931]],[\"comment/96\",[]],[\"name/97\",[34,39.931]],[\"comment/97\",[]],[\"name/98\",[63,44.296]],[\"comment/98\",[]],[\"name/99\",[25,42.621]],[\"comment/99\",[]],[\"name/100\",[26,42.621]],[\"comment/100\",[]],[\"name/101\",[64,44.296]],[\"comment/101\",[]],[\"name/102\",[65,57.324]],[\"comment/102\",[]],[\"name/103\",[32,39.931]],[\"comment/103\",[]],[\"name/104\",[33,39.931]],[\"comment/104\",[]],[\"name/105\",[35,39.931]],[\"comment/105\",[]],[\"name/106\",[34,39.931]],[\"comment/106\",[]],[\"name/107\",[16,42.621]],[\"comment/107\",[]],[\"name/108\",[63,44.296]],[\"comment/108\",[]],[\"name/109\",[25,42.621]],[\"comment/109\",[]],[\"name/110\",[26,42.621]],[\"comment/110\",[]],[\"name/111\",[64,44.296]],[\"comment/111\",[]],[\"name/112\",[66,57.324]],[\"comment/112\",[]],[\"name/113\",[32,39.931]],[\"comment/113\",[]],[\"name/114\",[33,39.931]],[\"comment/114\",[]],[\"name/115\",[35,39.931]],[\"comment/115\",[]],[\"name/116\",[34,39.931]],[\"comment/116\",[]],[\"name/117\",[16,42.621]],[\"comment/117\",[]],[\"name/118\",[63,44.296]],[\"comment/118\",[]],[\"name/119\",[25,42.621]],[\"comment/119\",[]],[\"name/120\",[26,42.621]],[\"comment/120\",[]],[\"name/121\",[64,44.296]],[\"comment/121\",[]],[\"name/122\",[67,57.324]],[\"comment/122\",[]],[\"name/123\",[32,39.931]],[\"comment/123\",[]],[\"name/124\",[33,39.931]],[\"comment/124\",[]],[\"name/125\",[35,39.931]],[\"comment/125\",[]],[\"name/126\",[34,39.931]],[\"comment/126\",[]],[\"name/127\",[16,42.621]],[\"comment/127\",[]],[\"name/128\",[63,44.296]],[\"comment/128\",[]],[\"name/129\",[25,42.621]],[\"comment/129\",[]],[\"name/130\",[26,42.621]],[\"comment/130\",[]],[\"name/131\",[64,44.296]],[\"comment/131\",[]],[\"name/132\",[68,38.816]],[\"comment/132\",[]],[\"name/133\",[69,52.202]],[\"comment/133\",[]],[\"name/134\",[70,52.202]],[\"comment/134\",[]],[\"name/135\",[71,52.202]],[\"comment/135\",[]],[\"name/136\",[72,52.202]],[\"comment/136\",[]],[\"name/137\",[73,52.202]],[\"comment/137\",[]],[\"name/138\",[74,52.202]],[\"comment/138\",[]],[\"name/139\",[75,52.202]],[\"comment/139\",[]],[\"name/140\",[76,57.324]],[\"comment/140\",[]],[\"name/141\",[77,42.621]],[\"comment/141\",[]],[\"name/142\",[78,38.816]],[\"comment/142\",[]],[\"name/143\",[79,44.296]],[\"comment/143\",[]],[\"name/144\",[80,42.621]],[\"comment/144\",[]],[\"name/145\",[68,38.816]],[\"comment/145\",[]],[\"name/146\",[81,42.621]],[\"comment/146\",[]],[\"name/147\",[82,57.324]],[\"comment/147\",[]],[\"name/148\",[77,42.621]],[\"comment/148\",[]],[\"name/149\",[80,42.621]],[\"comment/149\",[]],[\"name/150\",[68,38.816]],[\"comment/150\",[]],[\"name/151\",[83,57.324]],[\"comment/151\",[]],[\"name/152\",[78,38.816]],[\"comment/152\",[]],[\"name/153\",[81,42.621]],[\"comment/153\",[]],[\"name/154\",[84,57.324]],[\"comment/154\",[]],[\"name/155\",[12,26.483]],[\"comment/155\",[]],[\"name/156\",[85,57.324]],[\"comment/156\",[]],[\"name/157\",[12,26.483]],[\"comment/157\",[]],[\"name/158\",[86,44.296]],[\"comment/158\",[]],[\"name/159\",[77,42.621]],[\"comment/159\",[]],[\"name/160\",[78,38.816]],[\"comment/160\",[]],[\"name/161\",[80,42.621]],[\"comment/161\",[]],[\"name/162\",[68,38.816]],[\"comment/162\",[]],[\"name/163\",[81,42.621]],[\"comment/163\",[]],[\"name/164\",[87,52.202]],[\"comment/164\",[]],[\"name/165\",[78,38.816]],[\"comment/165\",[]],[\"name/166\",[88,57.324]],[\"comment/166\",[]],[\"name/167\",[12,26.483]],[\"comment/167\",[]],[\"name/168\",[89,57.324]],[\"comment/168\",[]],[\"name/169\",[12,26.483]],[\"comment/169\",[]],[\"name/170\",[90,57.324]],[\"comment/170\",[]],[\"name/171\",[91,57.324]],[\"comment/171\",[]],[\"name/172\",[92,40.727,93,40.727]],[\"comment/172\",[]],[\"name/173\",[94,57.324]],[\"comment/173\",[]],[\"name/174\",[79,44.296]],[\"comment/174\",[]],[\"name/175\",[95,46.308]],[\"comment/175\",[]],[\"name/176\",[12,26.483]],[\"comment/176\",[]],[\"name/177\",[95,46.308]],[\"comment/177\",[]],[\"name/178\",[96,46.308]],[\"comment/178\",[]],[\"name/179\",[86,44.296]],[\"comment/179\",[]],[\"name/180\",[22,42.621]],[\"comment/180\",[]],[\"name/181\",[97,57.324]],[\"comment/181\",[]],[\"name/182\",[95,46.308]],[\"comment/182\",[]],[\"name/183\",[98,57.324]],[\"comment/183\",[]],[\"name/184\",[77,42.621]],[\"comment/184\",[]],[\"name/185\",[99,52.202]],[\"comment/185\",[]],[\"name/186\",[100,52.202]],[\"comment/186\",[]],[\"name/187\",[81,42.621]],[\"comment/187\",[]],[\"name/188\",[78,38.816]],[\"comment/188\",[]],[\"name/189\",[101,52.202]],[\"comment/189\",[]],[\"name/190\",[80,42.621]],[\"comment/190\",[]],[\"name/191\",[79,44.296]],[\"comment/191\",[]],[\"name/192\",[68,38.816]],[\"comment/192\",[]],[\"name/193\",[102,57.324]],[\"comment/193\",[]],[\"name/194\",[103,52.202]],[\"comment/194\",[]],[\"name/195\",[104,57.324]],[\"comment/195\",[]],[\"name/196\",[68,38.816]],[\"comment/196\",[]],[\"name/197\",[69,52.202]],[\"comment/197\",[]],[\"name/198\",[70,52.202]],[\"comment/198\",[]],[\"name/199\",[71,52.202]],[\"comment/199\",[]],[\"name/200\",[72,52.202]],[\"comment/200\",[]],[\"name/201\",[73,52.202]],[\"comment/201\",[]],[\"name/202\",[74,52.202]],[\"comment/202\",[]],[\"name/203\",[75,52.202]],[\"comment/203\",[]],[\"name/204\",[68,38.816]],[\"comment/204\",[]],[\"name/205\",[105,46.308]],[\"comment/205\",[]],[\"name/206\",[106,44.296]],[\"comment/206\",[]],[\"name/207\",[107,44.296]],[\"comment/207\",[]],[\"name/208\",[108,52.202]],[\"comment/208\",[]],[\"name/209\",[77,42.621]],[\"comment/209\",[]],[\"name/210\",[78,38.816]],[\"comment/210\",[]],[\"name/211\",[79,44.296]],[\"comment/211\",[]],[\"name/212\",[109,57.324]],[\"comment/212\",[]],[\"name/213\",[80,42.621]],[\"comment/213\",[]],[\"name/214\",[68,38.816]],[\"comment/214\",[]],[\"name/215\",[81,42.621]],[\"comment/215\",[]],[\"name/216\",[108,52.202]],[\"comment/216\",[]],[\"name/217\",[105,46.308]],[\"comment/217\",[]],[\"name/218\",[106,44.296]],[\"comment/218\",[]],[\"name/219\",[107,44.296]],[\"comment/219\",[]],[\"name/220\",[110,57.324]],[\"comment/220\",[]],[\"name/221\",[111,52.202]],[\"comment/221\",[]],[\"name/222\",[78,38.816]],[\"comment/222\",[]],[\"name/223\",[111,52.202]],[\"comment/223\",[]],[\"name/224\",[105,46.308]],[\"comment/224\",[]],[\"name/225\",[106,44.296]],[\"comment/225\",[]],[\"name/226\",[107,44.296]],[\"comment/226\",[]],[\"name/227\",[112,48.828]],[\"comment/227\",[]],[\"name/228\",[113,48.828]],[\"comment/228\",[]],[\"name/229\",[86,44.296]],[\"comment/229\",[]],[\"name/230\",[22,42.621]],[\"comment/230\",[]],[\"name/231\",[99,52.202]],[\"comment/231\",[]],[\"name/232\",[100,52.202]],[\"comment/232\",[]],[\"name/233\",[81,42.621]],[\"comment/233\",[]],[\"name/234\",[77,42.621]],[\"comment/234\",[]],[\"name/235\",[78,38.816]],[\"comment/235\",[]],[\"name/236\",[101,52.202]],[\"comment/236\",[]],[\"name/237\",[80,42.621]],[\"comment/237\",[]],[\"name/238\",[79,44.296]],[\"comment/238\",[]],[\"name/239\",[68,38.816]],[\"comment/239\",[]],[\"name/240\",[62,52.202]],[\"comment/240\",[]],[\"name/241\",[114,57.324]],[\"comment/241\",[]],[\"name/242\",[115,57.324]],[\"comment/242\",[]],[\"name/243\",[103,52.202]],[\"comment/243\",[]],[\"name/244\",[116,57.324]],[\"comment/244\",[]],[\"name/245\",[117,57.324]],[\"comment/245\",[]],[\"name/246\",[118,57.324]],[\"comment/246\",[]],[\"name/247\",[119,57.324]],[\"comment/247\",[]],[\"name/248\",[120,52.202]],[\"comment/248\",[]],[\"name/249\",[22,42.621]],[\"comment/249\",[]],[\"name/250\",[16,42.621]],[\"comment/250\",[]],[\"name/251\",[32,39.931]],[\"comment/251\",[]],[\"name/252\",[33,39.931]],[\"comment/252\",[]],[\"name/253\",[35,39.931]],[\"comment/253\",[]],[\"name/254\",[34,39.931]],[\"comment/254\",[]],[\"name/255\",[121,57.324]],[\"comment/255\",[]],[\"name/256\",[12,26.483]],[\"comment/256\",[]],[\"name/257\",[122,57.324]],[\"comment/257\",[]],[\"name/258\",[12,26.483]],[\"comment/258\",[]],[\"name/259\",[63,44.296]],[\"comment/259\",[]],[\"name/260\",[25,42.621]],[\"comment/260\",[]],[\"name/261\",[26,42.621]],[\"comment/261\",[]],[\"name/262\",[64,44.296]],[\"comment/262\",[]],[\"name/263\",[123,57.324]],[\"comment/263\",[]],[\"name/264\",[124,57.324]],[\"comment/264\",[]],[\"name/265\",[125,57.324]],[\"comment/265\",[]],[\"name/266\",[126,57.324]],[\"comment/266\",[]],[\"name/267\",[120,52.202]],[\"comment/267\",[]],[\"name/268\",[127,57.324]],[\"comment/268\",[]],[\"name/269\",[128,52.202]],[\"comment/269\",[]],[\"name/270\",[12,26.483]],[\"comment/270\",[]],[\"name/271\",[129,57.324]],[\"comment/271\",[]],[\"name/272\",[12,26.483]],[\"comment/272\",[]],[\"name/273\",[78,38.816]],[\"comment/273\",[]],[\"name/274\",[130,57.324]],[\"comment/274\",[]],[\"name/275\",[131,57.324]],[\"comment/275\",[]],[\"name/276\",[37,39.931]],[\"comment/276\",[]],[\"name/277\",[132,52.202]],[\"comment/277\",[]],[\"name/278\",[133,46.308]],[\"comment/278\",[]],[\"name/279\",[14,44.296]],[\"comment/279\",[]],[\"name/280\",[15,39.931]],[\"comment/280\",[]],[\"name/281\",[134,57.324]],[\"comment/281\",[]],[\"name/282\",[12,26.483]],[\"comment/282\",[]],[\"name/283\",[128,52.202]],[\"comment/283\",[]],[\"name/284\",[135,57.324]],[\"comment/284\",[]],[\"name/285\",[136,52.202]],[\"comment/285\",[]],[\"name/286\",[12,26.483]],[\"comment/286\",[]],[\"name/287\",[137,52.202]],[\"comment/287\",[]],[\"name/288\",[138,48.828]],[\"comment/288\",[]],[\"name/289\",[139,57.324]],[\"comment/289\",[]],[\"name/290\",[140,57.324]],[\"comment/290\",[]],[\"name/291\",[138,48.828]],[\"comment/291\",[]],[\"name/292\",[105,46.308]],[\"comment/292\",[]],[\"name/293\",[106,44.296]],[\"comment/293\",[]],[\"name/294\",[107,44.296]],[\"comment/294\",[]],[\"name/295\",[141,57.324]],[\"comment/295\",[]],[\"name/296\",[37,39.931]],[\"comment/296\",[]],[\"name/297\",[133,46.308]],[\"comment/297\",[]],[\"name/298\",[14,44.296]],[\"comment/298\",[]],[\"name/299\",[15,39.931]],[\"comment/299\",[]],[\"name/300\",[136,52.202]],[\"comment/300\",[]],[\"name/301\",[137,52.202]],[\"comment/301\",[]],[\"name/302\",[138,48.828]],[\"comment/302\",[]],[\"name/303\",[142,57.324]],[\"comment/303\",[]],[\"name/304\",[143,52.202]],[\"comment/304\",[]],[\"name/305\",[12,26.483]],[\"comment/305\",[]],[\"name/306\",[144,57.324]],[\"comment/306\",[]],[\"name/307\",[12,26.483]],[\"comment/307\",[]],[\"name/308\",[87,52.202]],[\"comment/308\",[]],[\"name/309\",[45,52.202]],[\"comment/309\",[]],[\"name/310\",[14,44.296]],[\"comment/310\",[]],[\"name/311\",[143,52.202]],[\"comment/311\",[]],[\"name/312\",[145,57.324]],[\"comment/312\",[]],[\"name/313\",[146,57.324]],[\"comment/313\",[]],[\"name/314\",[147,52.202]],[\"comment/314\",[]],[\"name/315\",[148,52.202]],[\"comment/315\",[]],[\"name/316\",[12,26.483]],[\"comment/316\",[]],[\"name/317\",[149,52.202]],[\"comment/317\",[]],[\"name/318\",[150,57.324]],[\"comment/318\",[]],[\"name/319\",[48,46.308]],[\"comment/319\",[]],[\"name/320\",[49,52.202]],[\"comment/320\",[]],[\"name/321\",[50,52.202]],[\"comment/321\",[]],[\"name/322\",[151,57.324]],[\"comment/322\",[]],[\"name/323\",[37,39.931]],[\"comment/323\",[]],[\"name/324\",[133,46.308]],[\"comment/324\",[]],[\"name/325\",[14,44.296]],[\"comment/325\",[]],[\"name/326\",[15,39.931]],[\"comment/326\",[]],[\"name/327\",[51,48.828]],[\"comment/327\",[]],[\"name/328\",[52,52.202]],[\"comment/328\",[]],[\"name/329\",[53,52.202]],[\"comment/329\",[]],[\"name/330\",[152,57.324]],[\"comment/330\",[]],[\"name/331\",[44,46.308]],[\"comment/331\",[]],[\"name/332\",[15,39.931]],[\"comment/332\",[]],[\"name/333\",[48,46.308]],[\"comment/333\",[]],[\"name/334\",[153,57.324]],[\"comment/334\",[]],[\"name/335\",[51,48.828]],[\"comment/335\",[]],[\"name/336\",[54,52.202]],[\"comment/336\",[]],[\"name/337\",[48,46.308]],[\"comment/337\",[]],[\"name/338\",[148,52.202]],[\"comment/338\",[]],[\"name/339\",[149,52.202]],[\"comment/339\",[]],[\"name/340\",[147,52.202]],[\"comment/340\",[]],[\"name/341\",[154,57.324]],[\"comment/341\",[]],[\"name/342\",[155,57.324]],[\"comment/342\",[]],[\"name/343\",[44,46.308]],[\"comment/343\",[]],[\"name/344\",[156,57.324]],[\"comment/344\",[]],[\"name/345\",[37,39.931]],[\"comment/345\",[]],[\"name/346\",[157,57.324]],[\"comment/346\",[]],[\"name/347\",[132,52.202]],[\"comment/347\",[]],[\"name/348\",[133,46.308]],[\"comment/348\",[]],[\"name/349\",[158,57.324]],[\"comment/349\",[]],[\"name/350\",[159,57.324]],[\"comment/350\",[]],[\"name/351\",[160,57.324]],[\"comment/351\",[]],[\"name/352\",[161,57.324]],[\"comment/352\",[]],[\"name/353\",[162,57.324]],[\"comment/353\",[]],[\"name/354\",[163,57.324]],[\"comment/354\",[]],[\"name/355\",[164,57.324]],[\"comment/355\",[]],[\"name/356\",[165,57.324]],[\"comment/356\",[]],[\"name/357\",[166,57.324]],[\"comment/357\",[]],[\"name/358\",[167,57.324]],[\"comment/358\",[]],[\"name/359\",[168,57.324]],[\"comment/359\",[]],[\"name/360\",[169,57.324]],[\"comment/360\",[]],[\"name/361\",[170,57.324]],[\"comment/361\",[]],[\"name/362\",[171,57.324]],[\"comment/362\",[]],[\"name/363\",[172,57.324]],[\"comment/363\",[]],[\"name/364\",[173,57.324]],[\"comment/364\",[]],[\"name/365\",[174,57.324]],[\"comment/365\",[]],[\"name/366\",[175,57.324]],[\"comment/366\",[]],[\"name/367\",[176,57.324]],[\"comment/367\",[]],[\"name/368\",[177,57.324]],[\"comment/368\",[]],[\"name/369\",[107,44.296]],[\"comment/369\",[]],[\"name/370\",[178,57.324]],[\"comment/370\",[]],[\"name/371\",[22,42.621]],[\"comment/371\",[]],[\"name/372\",[179,57.324]],[\"comment/372\",[]],[\"name/373\",[95,46.308]],[\"comment/373\",[]],[\"name/374\",[44,46.308]],[\"comment/374\",[]],[\"name/375\",[180,57.324]],[\"comment/375\",[]],[\"name/376\",[181,57.324]],[\"comment/376\",[]],[\"name/377\",[182,52.202]],[\"comment/377\",[]],[\"name/378\",[96,46.308]],[\"comment/378\",[]],[\"name/379\",[183,57.324]],[\"comment/379\",[]],[\"name/380\",[184,52.202]],[\"comment/380\",[]],[\"name/381\",[185,57.324]],[\"comment/381\",[]],[\"name/382\",[186,57.324]],[\"comment/382\",[]],[\"name/383\",[187,57.324]],[\"comment/383\",[]],[\"name/384\",[188,57.324]],[\"comment/384\",[]],[\"name/385\",[189,57.324]],[\"comment/385\",[]],[\"name/386\",[190,57.324]],[\"comment/386\",[]],[\"name/387\",[191,57.324]],[\"comment/387\",[]],[\"name/388\",[192,57.324]],[\"comment/388\",[]],[\"name/389\",[193,57.324]],[\"comment/389\",[]],[\"name/390\",[194,57.324]],[\"comment/390\",[]],[\"name/391\",[195,57.324]],[\"comment/391\",[]],[\"name/392\",[196,52.202]],[\"comment/392\",[]],[\"name/393\",[197,57.324]],[\"comment/393\",[]],[\"name/394\",[198,52.202]],[\"comment/394\",[]],[\"name/395\",[199,57.324]],[\"comment/395\",[]],[\"name/396\",[106,44.296]],[\"comment/396\",[]],[\"name/397\",[200,57.324]],[\"comment/397\",[]],[\"name/398\",[184,52.202]],[\"comment/398\",[]],[\"name/399\",[201,57.324]],[\"comment/399\",[]],[\"name/400\",[202,57.324]],[\"comment/400\",[]],[\"name/401\",[203,57.324]],[\"comment/401\",[]],[\"name/402\",[204,57.324]],[\"comment/402\",[]],[\"name/403\",[205,57.324]],[\"comment/403\",[]],[\"name/404\",[206,57.324]],[\"comment/404\",[]],[\"name/405\",[207,57.324]],[\"comment/405\",[]],[\"name/406\",[182,52.202]],[\"comment/406\",[]],[\"name/407\",[208,57.324]],[\"comment/407\",[]],[\"name/408\",[209,57.324]],[\"comment/408\",[]],[\"name/409\",[210,57.324]],[\"comment/409\",[]],[\"name/410\",[211,57.324]],[\"comment/410\",[]],[\"name/411\",[212,52.202]],[\"comment/411\",[]],[\"name/412\",[213,52.202]],[\"comment/412\",[]],[\"name/413\",[96,46.308]],[\"comment/413\",[]],[\"name/414\",[214,52.202]],[\"comment/414\",[]],[\"name/415\",[215,52.202]],[\"comment/415\",[]],[\"name/416\",[216,52.202]],[\"comment/416\",[]],[\"name/417\",[217,57.324]],[\"comment/417\",[]],[\"name/418\",[218,57.324]],[\"comment/418\",[]],[\"name/419\",[22,42.621]],[\"comment/419\",[]],[\"name/420\",[212,52.202]],[\"comment/420\",[]],[\"name/421\",[219,57.324]],[\"comment/421\",[]],[\"name/422\",[220,57.324]],[\"comment/422\",[]],[\"name/423\",[214,52.202]],[\"comment/423\",[]],[\"name/424\",[215,52.202]],[\"comment/424\",[]],[\"name/425\",[213,52.202]],[\"comment/425\",[]],[\"name/426\",[96,46.308]],[\"comment/426\",[]],[\"name/427\",[216,52.202]],[\"comment/427\",[]],[\"name/428\",[221,57.324]],[\"comment/428\",[]],[\"name/429\",[222,57.324]],[\"comment/429\",[]],[\"name/430\",[196,52.202]],[\"comment/430\",[]],[\"name/431\",[32,39.931]],[\"comment/431\",[]],[\"name/432\",[33,39.931]],[\"comment/432\",[]],[\"name/433\",[35,39.931]],[\"comment/433\",[]],[\"name/434\",[34,39.931]],[\"comment/434\",[]],[\"name/435\",[198,52.202]],[\"comment/435\",[]],[\"name/436\",[223,57.324]],[\"comment/436\",[]],[\"name/437\",[224,57.324]],[\"comment/437\",[]],[\"name/438\",[225,57.324]],[\"comment/438\",[]],[\"name/439\",[226,57.324]],[\"comment/439\",[]],[\"name/440\",[227,48.828]],[\"comment/440\",[]],[\"name/441\",[228,52.202]],[\"comment/441\",[]],[\"name/442\",[229,52.202]],[\"comment/442\",[]],[\"name/443\",[227,48.828]],[\"comment/443\",[]],[\"name/444\",[230,57.324]],[\"comment/444\",[]],[\"name/445\",[112,48.828]],[\"comment/445\",[]],[\"name/446\",[113,48.828]],[\"comment/446\",[]],[\"name/447\",[86,44.296]],[\"comment/447\",[]],[\"name/448\",[228,52.202]],[\"comment/448\",[]],[\"name/449\",[227,48.828]],[\"comment/449\",[]],[\"name/450\",[231,57.324]],[\"comment/450\",[]],[\"name/451\",[112,48.828]],[\"comment/451\",[]],[\"name/452\",[113,48.828]],[\"comment/452\",[]],[\"name/453\",[86,44.296]],[\"comment/453\",[]],[\"name/454\",[229,52.202]],[\"comment/454\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":12,\"name\":{\"11\":{},\"22\":{},\"38\":{},\"45\":{},\"49\":{},\"52\":{},\"55\":{},\"58\":{},\"61\":{},\"69\":{},\"76\":{},\"78\":{},\"80\":{},\"83\":{},\"86\":{},\"88\":{},\"89\":{},\"91\":{},\"155\":{},\"157\":{},\"167\":{},\"169\":{},\"176\":{},\"256\":{},\"258\":{},\"270\":{},\"272\":{},\"282\":{},\"286\":{},\"305\":{},\"307\":{},\"316\":{}},\"comment\":{}}],[\"_decodedpayload\",{\"_index\":97,\"name\":{\"181\":{}},\"comment\":{}}],[\"_privatekey\",{\"_index\":219,\"name\":{\"421\":{}},\"comment\":{}}],[\"_publickey\",{\"_index\":220,\"name\":{\"422\":{}},\"comment\":{}}],[\"_rawpayload\",{\"_index\":100,\"name\":{\"186\":{},\"232\":{}},\"comment\":{}}],[\"_rawtimestamp\",{\"_index\":101,\"name\":{\"189\":{},\"236\":{}},\"comment\":{}}],[\"_started\",{\"_index\":24,\"name\":{\"23\":{}},\"comment\":{}}],[\"addobserver\",{\"_index\":60,\"name\":{\"87\":{}},\"comment\":{}}],[\"addressmanager\",{\"_index\":156,\"name\":{\"344\":{}},\"comment\":{}}],[\"backward\",{\"_index\":49,\"name\":{\"63\":{},\"320\":{}},\"comment\":{}}],[\"bytestohex\",{\"_index\":4,\"name\":{\"3\":{}},\"comment\":{}}],[\"bytestoutf8\",{\"_index\":5,\"name\":{\"4\":{}},\"comment\":{}}],[\"callback\",{\"_index\":45,\"name\":{\"48\":{},\"309\":{}},\"comment\":{}}],[\"codec\",{\"_index\":105,\"name\":{\"205\":{},\"217\":{},\"224\":{},\"292\":{}},\"comment\":{}}],[\"compresspublickey\",{\"_index\":224,\"name\":{\"437\":{}},\"comment\":{}}],[\"concat\",{\"_index\":3,\"name\":{\"2\":{}},\"comment\":{}}],[\"connectiongater\",{\"_index\":159,\"name\":{\"350\":{}},\"comment\":{}}],[\"connectionmanager\",{\"_index\":133,\"name\":{\"278\":{},\"297\":{},\"324\":{},\"348\":{}},\"comment\":{}}],[\"connectionprotector\",{\"_index\":163,\"name\":{\"354\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":22,\"name\":{\"20\":{},\"180\":{},\"230\":{},\"249\":{},\"371\":{},\"419\":{}},\"comment\":{}}],[\"contentfilter\",{\"_index\":129,\"name\":{\"271\":{}},\"comment\":{}}],[\"contentrouting\",{\"_index\":160,\"name\":{\"351\":{}},\"comment\":{}}],[\"contenttopic\",{\"_index\":78,\"name\":{\"142\":{},\"152\":{},\"160\":{},\"165\":{},\"188\":{},\"210\":{},\"222\":{},\"235\":{},\"273\":{}},\"comment\":{}}],[\"create\",{\"_index\":174,\"name\":{\"365\":{}},\"comment\":{}}],[\"createcursor\",{\"_index\":147,\"name\":{\"314\":{},\"340\":{}},\"comment\":{}}],[\"createdecoder\",{\"_index\":113,\"name\":{\"228\":{},\"446\":{},\"452\":{}},\"comment\":{}}],[\"createencoder\",{\"_index\":112,\"name\":{\"227\":{},\"445\":{},\"451\":{}},\"comment\":{}}],[\"createfrompeerid\",{\"_index\":176,\"name\":{\"367\":{}},\"comment\":{}}],[\"createkeypair\",{\"_index\":204,\"name\":{\"402\":{}},\"comment\":{}}],[\"createkeypairfrompeerid\",{\"_index\":206,\"name\":{\"404\":{}},\"comment\":{}}],[\"createlightnode\",{\"_index\":9,\"name\":{\"8\":{}},\"comment\":{}}],[\"createoptions\",{\"_index\":14,\"name\":{\"13\":{},\"279\":{},\"298\":{},\"310\":{},\"325\":{}},\"comment\":{}}],[\"createpeeridfromkeypair\",{\"_index\":205,\"name\":{\"403\":{}},\"comment\":{}}],[\"createprivacynode\",{\"_index\":10,\"name\":{\"9\":{}},\"comment\":{}}],[\"createv4\",{\"_index\":175,\"name\":{\"366\":{}},\"comment\":{}}],[\"cursor\",{\"_index\":54,\"name\":{\"68\":{},\"336\":{}},\"comment\":{}}],[\"datastore\",{\"_index\":162,\"name\":{\"353\":{}},\"comment\":{}}],[\"decode\",{\"_index\":107,\"name\":{\"207\":{},\"219\":{},\"226\":{},\"294\":{},\"369\":{}},\"comment\":{}}],[\"decodedmessage\",{\"_index\":86,\"name\":{\"158\":{},\"179\":{},\"229\":{},\"447\":{},\"453\":{}},\"comment\":{}}],[\"decodefromvalues\",{\"_index\":177,\"name\":{\"368\":{}},\"comment\":{}}],[\"decoder\",{\"_index\":87,\"name\":{\"164\":{},\"308\":{}},\"comment\":{}}],[\"decodetxt\",{\"_index\":178,\"name\":{\"370\":{}},\"comment\":{}}],[\"decodewaku2\",{\"_index\":222,\"name\":{\"429\":{}},\"comment\":{}}],[\"defaultbootstrap\",{\"_index\":18,\"name\":{\"17\":{}},\"comment\":{}}],[\"defaultlibp2p\",{\"_index\":13,\"name\":{\"12\":{}},\"comment\":{}}],[\"defaultpagesize\",{\"_index\":150,\"name\":{\"318\":{}},\"comment\":{}}],[\"defaultpeerdiscovery\",{\"_index\":11,\"name\":{\"10\":{}},\"comment\":{}}],[\"defaultpingkeepalivevaluesecs\",{\"_index\":114,\"name\":{\"241\":{}},\"comment\":{}}],[\"defaultpubsubtopic\",{\"_index\":102,\"name\":{\"193\":{}},\"comment\":{}}],[\"defaultrelaykeepalivevaluesecs\",{\"_index\":115,\"name\":{\"242\":{}},\"comment\":{}}],[\"defaultuseragent\",{\"_index\":103,\"name\":{\"194\":{},\"243\":{}},\"comment\":{}}],[\"dht\",{\"_index\":166,\"name\":{\"357\":{}},\"comment\":{}}],[\"dial\",{\"_index\":63,\"name\":{\"98\":{},\"108\":{},\"118\":{},\"128\":{},\"259\":{}},\"comment\":{}}],[\"dialer\",{\"_index\":164,\"name\":{\"355\":{}},\"comment\":{}}],[\"digest\",{\"_index\":40,\"name\":{\"40\":{},\"70\":{}},\"comment\":{}}],[\"discovery\",{\"_index\":20,\"name\":{\"18\":{}},\"comment\":{}}],[\"ecies\",{\"_index\":230,\"name\":{\"444\":{}},\"comment\":{}}],[\"ed25519\",{\"_index\":209,\"name\":{\"408\":{}},\"comment\":{}}],[\"encode\",{\"_index\":106,\"name\":{\"206\":{},\"218\":{},\"225\":{},\"293\":{},\"396\":{}},\"comment\":{}}],[\"encoder\",{\"_index\":83,\"name\":{\"151\":{}},\"comment\":{}}],[\"encodetovalues\",{\"_index\":199,\"name\":{\"395\":{}},\"comment\":{}}],[\"encodetxt\",{\"_index\":200,\"name\":{\"397\":{}},\"comment\":{}}],[\"encodewaku2\",{\"_index\":221,\"name\":{\"428\":{}},\"comment\":{}}],[\"encryption\",{\"_index\":93,\"name\":{\"172\":{}},\"comment\":{}}],[\"endtime\",{\"_index\":53,\"name\":{\"67\":{},\"329\":{}},\"comment\":{}}],[\"enr\",{\"_index\":172,\"name\":{\"363\":{}},\"comment\":{}}],[\"enrkey\",{\"_index\":202,\"name\":{\"400\":{}},\"comment\":{}}],[\"enrvalue\",{\"_index\":203,\"name\":{\"401\":{}},\"comment\":{}}],[\"ephemeral\",{\"_index\":81,\"name\":{\"146\":{},\"153\":{},\"163\":{},\"187\":{},\"215\":{},\"233\":{}},\"comment\":{}}],[\"epoch\",{\"_index\":71,\"name\":{\"135\":{},\"199\":{}},\"comment\":{}}],[\"err_invalid_id\",{\"_index\":169,\"name\":{\"360\":{}},\"comment\":{}}],[\"err_no_signature\",{\"_index\":170,\"name\":{\"361\":{}},\"comment\":{}}],[\"err_type_not_implemented\",{\"_index\":207,\"name\":{\"405\":{}},\"comment\":{}}],[\"filter\",{\"_index\":35,\"name\":{\"34\":{},\"50\":{},\"96\":{},\"105\":{},\"115\":{},\"125\":{},\"253\":{},\"433\":{}},\"comment\":{}}],[\"filtercodec\",{\"_index\":130,\"name\":{\"274\":{}},\"comment\":{}}],[\"filtercomponents\",{\"_index\":131,\"name\":{\"275\":{}},\"comment\":{}}],[\"forward\",{\"_index\":50,\"name\":{\"64\":{},\"321\":{}},\"comment\":{}}],[\"fromprotoobj\",{\"_index\":89,\"name\":{\"168\":{}},\"comment\":{}}],[\"fromwiretoprotoobj\",{\"_index\":88,\"name\":{\"166\":{}},\"comment\":{}}],[\"generate\",{\"_index\":218,\"name\":{\"418\":{}},\"comment\":{}}],[\"generateprivatekey\",{\"_index\":228,\"name\":{\"441\":{},\"448\":{}},\"comment\":{}}],[\"generatesymmetrickey\",{\"_index\":229,\"name\":{\"442\":{},\"454\":{}},\"comment\":{}}],[\"getfullmultiaddr\",{\"_index\":194,\"name\":{\"390\":{}},\"comment\":{}}],[\"getfullmultiaddrs\",{\"_index\":195,\"name\":{\"391\":{}},\"comment\":{}}],[\"getlocalmultiaddrwithid\",{\"_index\":123,\"name\":{\"263\":{}},\"comment\":{}}],[\"getlocationmultiaddr\",{\"_index\":192,\"name\":{\"388\":{}},\"comment\":{}}],[\"getmeshpeers\",{\"_index\":61,\"name\":{\"90\":{}},\"comment\":{}}],[\"getpublickey\",{\"_index\":227,\"name\":{\"440\":{},\"443\":{},\"449\":{}},\"comment\":{}}],[\"hasprivatekey\",{\"_index\":216,\"name\":{\"416\":{},\"427\":{}},\"comment\":{}}],[\"hextobytes\",{\"_index\":2,\"name\":{\"1\":{}},\"comment\":{}}],[\"id\",{\"_index\":181,\"name\":{\"376\":{}},\"comment\":{}}],[\"ikeypair\",{\"_index\":211,\"name\":{\"410\":{}},\"comment\":{}}],[\"index\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"info\",{\"_index\":140,\"name\":{\"290\":{}},\"comment\":{}}],[\"ip\",{\"_index\":185,\"name\":{\"381\":{}},\"comment\":{}}],[\"ip6\",{\"_index\":188,\"name\":{\"384\":{}},\"comment\":{}}],[\"isdefined\",{\"_index\":146,\"name\":{\"313\":{}},\"comment\":{}}],[\"isstarted\",{\"_index\":64,\"name\":{\"101\":{},\"111\":{},\"121\":{},\"131\":{},\"262\":{}},\"comment\":{}}],[\"issuccess\",{\"_index\":139,\"name\":{\"289\":{}},\"comment\":{}}],[\"keccak256\",{\"_index\":223,\"name\":{\"436\":{}},\"comment\":{}}],[\"keypair\",{\"_index\":183,\"name\":{\"379\":{}},\"comment\":{}}],[\"keypairtype\",{\"_index\":182,\"name\":{\"377\":{},\"406\":{}},\"comment\":{}}],[\"libp2p\",{\"_index\":16,\"name\":{\"15\":{},\"93\":{},\"107\":{},\"117\":{},\"127\":{},\"250\":{}},\"comment\":{}}],[\"libp2pcomponents\",{\"_index\":155,\"name\":{\"342\":{}},\"comment\":{}}],[\"lightpush\",{\"_index\":34,\"name\":{\"33\":{},\"56\":{},\"97\":{},\"106\":{},\"116\":{},\"126\":{},\"254\":{},\"434\":{}},\"comment\":{}}],[\"lightpushcodec\",{\"_index\":137,\"name\":{\"287\":{},\"301\":{}},\"comment\":{}}],[\"lightpushcomponents\",{\"_index\":141,\"name\":{\"295\":{}},\"comment\":{}}],[\"max_record_size\",{\"_index\":168,\"name\":{\"359\":{}},\"comment\":{}}],[\"merkleroot\",{\"_index\":70,\"name\":{\"134\":{},\"198\":{}},\"comment\":{}}],[\"message\",{\"_index\":82,\"name\":{\"147\":{}},\"comment\":{}}],[\"metrics\",{\"_index\":165,\"name\":{\"356\":{}},\"comment\":{}}],[\"multiaddr_length_size\",{\"_index\":171,\"name\":{\"362\":{}},\"comment\":{}}],[\"multiaddrs\",{\"_index\":191,\"name\":{\"387\":{}},\"comment\":{}}],[\"nextpeer\",{\"_index\":23,\"name\":{\"21\":{}},\"comment\":{}}],[\"nodeid\",{\"_index\":184,\"name\":{\"380\":{},\"398\":{}},\"comment\":{}}],[\"nullifier\",{\"_index\":74,\"name\":{\"138\":{},\"202\":{}},\"comment\":{}}],[\"observer\",{\"_index\":144,\"name\":{\"306\":{}},\"comment\":{}}],[\"onemillion\",{\"_index\":94,\"name\":{\"173\":{}},\"comment\":{}}],[\"pagedirection\",{\"_index\":48,\"name\":{\"62\":{},\"319\":{},\"333\":{},\"337\":{}},\"comment\":{}}],[\"pagesize\",{\"_index\":153,\"name\":{\"334\":{}},\"comment\":{}}],[\"payload\",{\"_index\":77,\"name\":{\"141\":{},\"148\":{},\"159\":{},\"184\":{},\"209\":{},\"234\":{}},\"comment\":{}}],[\"peerdiscoverydns\",{\"_index\":21,\"name\":{\"19\":{}},\"comment\":{}}],[\"peerid\",{\"_index\":44,\"name\":{\"47\":{},\"331\":{},\"343\":{},\"374\":{}},\"comment\":{}}],[\"peerrouting\",{\"_index\":161,\"name\":{\"352\":{}},\"comment\":{}}],[\"peers\",{\"_index\":38,\"name\":{\"37\":{},\"54\":{},\"60\":{},\"82\":{}},\"comment\":{}}],[\"peerstore\",{\"_index\":37,\"name\":{\"36\":{},\"53\":{},\"59\":{},\"81\":{},\"276\":{},\"296\":{},\"323\":{},\"345\":{}},\"comment\":{}}],[\"pingkeepalive\",{\"_index\":117,\"name\":{\"245\":{}},\"comment\":{}}],[\"pingkeepalivetimers\",{\"_index\":121,\"name\":{\"255\":{}},\"comment\":{}}],[\"pointtopointprotocol\",{\"_index\":36,\"name\":{\"35\":{}},\"comment\":{}}],[\"privatekey\",{\"_index\":213,\"name\":{\"412\":{},\"425\":{}},\"comment\":{}}],[\"privatekeyverify\",{\"_index\":214,\"name\":{\"414\":{},\"423\":{}},\"comment\":{}}],[\"proof\",{\"_index\":69,\"name\":{\"133\":{},\"197\":{}},\"comment\":{}}],[\"proto\",{\"_index\":99,\"name\":{\"185\":{},\"231\":{}},\"comment\":{}}],[\"proto_message\",{\"_index\":104,\"name\":{\"195\":{}},\"comment\":{}}],[\"proto_topic_only_message\",{\"_index\":110,\"name\":{\"220\":{}},\"comment\":{}}],[\"protocoloptions\",{\"_index\":43,\"name\":{\"44\":{}},\"comment\":{}}],[\"protocols\",{\"_index\":31,\"name\":{\"30\":{}},\"comment\":{}}],[\"protomessage\",{\"_index\":76,\"name\":{\"140\":{}},\"comment\":{}}],[\"publickey\",{\"_index\":96,\"name\":{\"178\":{},\"378\":{},\"413\":{},\"426\":{}},\"comment\":{}}],[\"publickeyverify\",{\"_index\":215,\"name\":{\"415\":{},\"424\":{}},\"comment\":{}}],[\"pubsub\",{\"_index\":167,\"name\":{\"358\":{}},\"comment\":{}}],[\"pubsubtopic\",{\"_index\":15,\"name\":{\"14\":{},\"43\":{},\"46\":{},\"72\":{},\"280\":{},\"299\":{},\"326\":{},\"332\":{}},\"comment\":{}}],[\"push\",{\"_index\":47,\"name\":{\"57\":{}},\"comment\":{}}],[\"pushresponse\",{\"_index\":138,\"name\":{\"288\":{},\"291\":{},\"302\":{}},\"comment\":{}}],[\"querycallbackonpromise\",{\"_index\":57,\"name\":{\"77\":{}},\"comment\":{}}],[\"querygenerator\",{\"_index\":58,\"name\":{\"79\":{}},\"comment\":{}}],[\"queryoptions\",{\"_index\":152,\"name\":{\"330\":{}},\"comment\":{}}],[\"queryorderedcallback\",{\"_index\":56,\"name\":{\"75\":{}},\"comment\":{}}],[\"randombytes\",{\"_index\":226,\"name\":{\"439\":{}},\"comment\":{}}],[\"ratelimitproof\",{\"_index\":68,\"name\":{\"132\":{},\"145\":{},\"150\":{},\"162\":{},\"192\":{},\"196\":{},\"204\":{},\"214\":{},\"239\":{}},\"comment\":{}}],[\"receivedtime\",{\"_index\":41,\"name\":{\"41\":{}},\"comment\":{}}],[\"recipients\",{\"_index\":91,\"name\":{\"171\":{}},\"comment\":{}}],[\"record_prefix\",{\"_index\":173,\"name\":{\"364\":{}},\"comment\":{}}],[\"registrar\",{\"_index\":132,\"name\":{\"277\":{},\"347\":{}},\"comment\":{}}],[\"relay\",{\"_index\":32,\"name\":{\"31\":{},\"84\":{},\"94\":{},\"103\":{},\"113\":{},\"123\":{},\"251\":{},\"431\":{}},\"comment\":{}}],[\"relaykeepalive\",{\"_index\":118,\"name\":{\"246\":{}},\"comment\":{}}],[\"relaykeepalivetimers\",{\"_index\":122,\"name\":{\"257\":{}},\"comment\":{}}],[\"rlnidentifier\",{\"_index\":75,\"name\":{\"139\":{},\"203\":{}},\"comment\":{}}],[\"rsa\",{\"_index\":208,\"name\":{\"407\":{}},\"comment\":{}}],[\"secp256k1\",{\"_index\":210,\"name\":{\"409\":{}},\"comment\":{}}],[\"secp256k1keypair\",{\"_index\":217,\"name\":{\"417\":{}},\"comment\":{}}],[\"send\",{\"_index\":59,\"name\":{\"85\":{}},\"comment\":{}}],[\"sendertime\",{\"_index\":42,\"name\":{\"42\":{},\"71\":{}},\"comment\":{}}],[\"sendresult\",{\"_index\":90,\"name\":{\"170\":{}},\"comment\":{}}],[\"seq\",{\"_index\":179,\"name\":{\"372\":{}},\"comment\":{}}],[\"sequencenumber\",{\"_index\":201,\"name\":{\"399\":{}},\"comment\":{}}],[\"set\",{\"_index\":180,\"name\":{\"375\":{}},\"comment\":{}}],[\"setlocationmultiaddr\",{\"_index\":193,\"name\":{\"389\":{}},\"comment\":{}}],[\"sharex\",{\"_index\":72,\"name\":{\"136\":{},\"200\":{}},\"comment\":{}}],[\"sharey\",{\"_index\":73,\"name\":{\"137\":{},\"201\":{}},\"comment\":{}}],[\"sign\",{\"_index\":198,\"name\":{\"394\":{},\"435\":{}},\"comment\":{}}],[\"signature\",{\"_index\":95,\"name\":{\"175\":{},\"177\":{},\"182\":{},\"373\":{}},\"comment\":{}}],[\"signaturepublickey\",{\"_index\":98,\"name\":{\"183\":{}},\"comment\":{}}],[\"start\",{\"_index\":25,\"name\":{\"24\":{},\"99\":{},\"109\":{},\"119\":{},\"129\":{},\"260\":{}},\"comment\":{}}],[\"startkeepalive\",{\"_index\":124,\"name\":{\"264\":{}},\"comment\":{}}],[\"starttime\",{\"_index\":52,\"name\":{\"66\":{},\"328\":{}},\"comment\":{}}],[\"staticnoisekey\",{\"_index\":17,\"name\":{\"16\":{}},\"comment\":{}}],[\"stop\",{\"_index\":26,\"name\":{\"25\":{},\"100\":{},\"110\":{},\"120\":{},\"130\":{},\"261\":{}},\"comment\":{}}],[\"stopallkeepalives\",{\"_index\":126,\"name\":{\"266\":{}},\"comment\":{}}],[\"stopkeepalive\",{\"_index\":125,\"name\":{\"265\":{}},\"comment\":{}}],[\"store\",{\"_index\":33,\"name\":{\"32\":{},\"74\":{},\"95\":{},\"104\":{},\"114\":{},\"124\":{},\"252\":{},\"432\":{}},\"comment\":{}}],[\"storecodec\",{\"_index\":149,\"name\":{\"317\":{},\"339\":{}},\"comment\":{}}],[\"storecomponents\",{\"_index\":151,\"name\":{\"322\":{}},\"comment\":{}}],[\"storequeryoptions\",{\"_index\":55,\"name\":{\"73\":{}},\"comment\":{}}],[\"subscribe\",{\"_index\":46,\"name\":{\"51\":{}},\"comment\":{}}],[\"symbol\",{\"_index\":27,\"name\":{\"26\":{}},\"comment\":{}}],[\"symmetric\",{\"_index\":231,\"name\":{\"450\":{}},\"comment\":{}}],[\"tcp\",{\"_index\":186,\"name\":{\"382\":{}},\"comment\":{}}],[\"tcp6\",{\"_index\":189,\"name\":{\"385\":{}},\"comment\":{}}],[\"timefilter\",{\"_index\":51,\"name\":{\"65\":{},\"327\":{},\"335\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":80,\"name\":{\"144\":{},\"149\":{},\"161\":{},\"190\":{},\"213\":{},\"237\":{}},\"comment\":{}}],[\"timestampdeprecated\",{\"_index\":109,\"name\":{\"212\":{}},\"comment\":{}}],[\"topiconlymessage\",{\"_index\":111,\"name\":{\"221\":{},\"223\":{}},\"comment\":{}}],[\"toprotoobj\",{\"_index\":85,\"name\":{\"156\":{}},\"comment\":{}}],[\"tostringtag\",{\"_index\":28,\"name\":{\"27\":{}},\"comment\":{}}],[\"towire\",{\"_index\":84,\"name\":{\"154\":{}},\"comment\":{}}],[\"transportmanager\",{\"_index\":158,\"name\":{\"349\":{}},\"comment\":{}}],[\"type\",{\"_index\":212,\"name\":{\"411\":{},\"420\":{}},\"comment\":{}}],[\"udp\",{\"_index\":187,\"name\":{\"383\":{}},\"comment\":{}}],[\"udp6\",{\"_index\":190,\"name\":{\"386\":{}},\"comment\":{}}],[\"unsubscribefunction\",{\"_index\":134,\"name\":{\"281\":{}},\"comment\":{}}],[\"upgrader\",{\"_index\":157,\"name\":{\"346\":{}},\"comment\":{}}],[\"useragent\",{\"_index\":119,\"name\":{\"247\":{}},\"comment\":{}}],[\"utf8tobytes\",{\"_index\":6,\"name\":{\"5\":{}},\"comment\":{}}],[\"utils\",{\"_index\":1,\"name\":{\"0\":{}},\"comment\":{}}],[\"verify\",{\"_index\":197,\"name\":{\"393\":{}},\"comment\":{}}],[\"verifysignature\",{\"_index\":225,\"name\":{\"438\":{}},\"comment\":{}}],[\"version\",{\"_index\":79,\"name\":{\"143\":{},\"174\":{},\"191\":{},\"211\":{},\"238\":{}},\"comment\":{}}],[\"waitforremotepeer\",{\"_index\":154,\"name\":{\"341\":{}},\"comment\":{}}],[\"waku\",{\"_index\":62,\"name\":{\"92\":{},\"240\":{}},\"comment\":{}}],[\"waku/byte\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"waku/core\",{\"_index\":7,\"name\":{\"6\":{}},\"comment\":{}}],[\"waku/create\",{\"_index\":8,\"name\":{\"7\":{}},\"comment\":{}}],[\"waku/dns\",{\"_index\":19,\"name\":{\"18\":{}},\"comment\":{}}],[\"waku/enr\",{\"_index\":29,\"name\":{\"28\":{}},\"comment\":{}}],[\"waku/interfaces\",{\"_index\":30,\"name\":{\"29\":{}},\"comment\":{}}],[\"waku/message\",{\"_index\":92,\"name\":{\"172\":{}},\"comment\":{}}],[\"waku2\",{\"_index\":196,\"name\":{\"392\":{},\"430\":{}},\"comment\":{}}],[\"waku_filter\",{\"_index\":127,\"name\":{\"268\":{}},\"comment\":{}}],[\"waku_light_push\",{\"_index\":135,\"name\":{\"284\":{}},\"comment\":{}}],[\"waku_relay\",{\"_index\":142,\"name\":{\"303\":{}},\"comment\":{}}],[\"waku_store\",{\"_index\":145,\"name\":{\"312\":{}},\"comment\":{}}],[\"wakufilter\",{\"_index\":128,\"name\":{\"269\":{},\"283\":{}},\"comment\":{}}],[\"wakufull\",{\"_index\":67,\"name\":{\"122\":{}},\"comment\":{}}],[\"wakulight\",{\"_index\":65,\"name\":{\"102\":{}},\"comment\":{}}],[\"wakulightpush\",{\"_index\":136,\"name\":{\"285\":{},\"300\":{}},\"comment\":{}}],[\"wakumessage\",{\"_index\":108,\"name\":{\"208\":{},\"216\":{}},\"comment\":{}}],[\"wakunode\",{\"_index\":120,\"name\":{\"248\":{},\"267\":{}},\"comment\":{}}],[\"wakuoptions\",{\"_index\":116,\"name\":{\"244\":{}},\"comment\":{}}],[\"wakuprivacy\",{\"_index\":66,\"name\":{\"112\":{}},\"comment\":{}}],[\"wakurelay\",{\"_index\":143,\"name\":{\"304\":{},\"311\":{}},\"comment\":{}}],[\"wakustore\",{\"_index\":148,\"name\":{\"315\":{},\"338\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index 958d2c263e..e5093854c3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -825,6 +825,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { padding-left: 5.5rem; } +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + a.tsd-index-link { margin: 0.25rem 0; font-size: 1rem; @@ -978,7 +987,8 @@ a.tsd-index-link { right: -40px; } #tsd-search .field input, -#tsd-search .title { +#tsd-search .title, +#tsd-toolbar-links a { transition: opacity 0.2s; } #tsd-search .results { @@ -1022,7 +1032,8 @@ a.tsd-index-link { top: 0; opacity: 1; } -#tsd-search.has-focus .title { +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { z-index: 0; opacity: 0; } @@ -1036,6 +1047,22 @@ a.tsd-index-link { display: block; } +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + .tsd-signature { margin: 0 0 1rem 0; padding: 1rem 0.5rem; @@ -1134,6 +1161,11 @@ ul.tsd-type-parameter-list h5 { .tsd-page-toolbar .table-cell:first-child { width: 100%; } +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} .tsd-page-toolbar--hide { transform: translateY(-100%); diff --git a/assets/widgets.png b/assets/widgets.png deleted file mode 100644 index c7380532ac1b45400620011c37c4dcb7aec27a4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoH8@y+q^jrZML>b&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% diff --git a/assets/widgets@2x.png b/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57272f3b28f47527d4951ad10f950b8ad43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R diff --git a/classes/lib_waku_message_version_0.MessageV0.html b/classes/_waku_core.DecodedMessage.html similarity index 50% rename from classes/lib_waku_message_version_0.MessageV0.html rename to classes/_waku_core.DecodedMessage.html index 734430ffdd..d6e648eca2 100644 --- a/classes/lib_waku_message_version_0.MessageV0.html +++ b/classes/_waku_core.DecodedMessage.html @@ -1,33 +1,31 @@ -MessageV0 | js-waku
+DecodedMessage | @waku/root
-
+
  • The search index is not available
  • @waku/root +
    +
  • @waku/root
  • +
  • @waku/core
  • +
  • DecodedMessage
  • +

    Class DecodedMessage

    Hierarchy

    +
  • DecodedMessage
  • Implements

    @@ -35,44 +33,45 @@

    Constructors

    +

    Returns DecodedMessage

    +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:20
  • Properties

    -
    +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:20
  • Accessors

    @@ -82,7 +81,7 @@
  • Returns undefined | Uint8Array

  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:22
  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:41
  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:37
  • +
    + +
    +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:33
  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:69
  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:45
  • +
  • Defined in packages/core/src/lib/waku_message/version_0.ts:64
  • +
  • constructor
  • +
  • proto
  • +
  • _rawPayload
  • +
  • _rawTimestamp
  • +
  • contentTopic
  • +
  • ephemeral
  • +
  • payload
  • +
  • rateLimitProof
  • +
  • timestamp
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/index.waku.WakuNode.html b/classes/_waku_core.waku.WakuNode.html similarity index 53% rename from classes/index.waku.WakuNode.html rename to classes/_waku_core.waku.WakuNode.html index a9386ca5c7..269da95bd0 100644 --- a/classes/index.waku.WakuNode.html +++ b/classes/_waku_core.waku.WakuNode.html @@ -1,19 +1,21 @@ -WakuNode | js-waku
    +WakuNode | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    @@ -22,9 +24,9 @@

    Implements

    +
  • Defined in packages/core/src/lib/waku.ts:48
  • @@ -32,129 +34,143 @@

    Constructors

    +

    Returns WakuNode

    +
  • Defined in packages/core/src/lib/waku.ts:62
  • Properties

    -
    filter?: WakuFilter
    +
  • Defined in packages/core/src/lib/waku.ts:52
  • libp2p: Libp2p
    +
  • Defined in packages/core/src/lib/waku.ts:49
  • -
    lightPush?: WakuLightPush
    +
  • Defined in packages/core/src/lib/waku.ts:53
  • -
    pingKeepAliveTimers: { [peer: string]: ReturnType<typeof setInterval> }
    +
    pingKeepAliveTimers: {
        [peer: string]: ReturnType<typeof setInterval>;
    }

    Type declaration

    • [peer: string]: ReturnType<typeof setInterval>
    +
  • Defined in packages/core/src/lib/waku.ts:55
  • -
    relay?: WakuRelay
    +
  • Defined in packages/core/src/lib/waku.ts:50
  • -
    relayKeepAliveTimers: { [peer: string]: ReturnType<typeof setInterval> }
    +
    relayKeepAliveTimers: {
        [peer: string]: ReturnType<typeof setInterval>;
    }

    Type declaration

    • [peer: string]: ReturnType<typeof setInterval>
    +
  • Defined in packages/core/src/lib/waku.ts:58
  • -
    store?: WakuStore
    +
  • Defined in packages/core/src/lib/waku.ts:51
  • Methods

    -
    - -
      - -
    • -

      Add peer to address book, it will be auto-dialed in the background.

      -
      -
      -

      Parameters

      -
        -
      • -
        peerId: string | PeerId
      • -
      • -
        multiaddrs: Multiaddr[] | string[]
      -

      Returns Promise<void>

      - +
    • Dials to the provided peer.

      @@ -166,13 +182,13 @@

      The peer to dial

    • -
      Optional protocols: Protocols[]
      -

      Waku protocols we expect from the peer; Default to Relay

      +
      Optional protocols: Protocols[]
      +

      Waku protocols we expect from the peer; Defaults to mounted protocols

    Returns Promise<Stream>

    +
  • Defined in packages/core/src/lib/waku.ts:139
  • +
  • Defined in packages/core/src/lib/waku.ts:187
  • +
  • Defined in packages/core/src/lib/waku.ts:178
  • +
  • Defined in packages/core/src/lib/waku.ts:169
    • @@ -219,16 +235,16 @@
      relayPeriodSecs: number

    Returns void

    +
  • Defined in packages/core/src/lib/waku.ts:197
  • +
  • Defined in packages/core/src/lib/waku.ts:173
  • +
  • Defined in packages/core/src/lib/waku.ts:241
    • @@ -249,7 +265,7 @@
      peerId: PeerId

    Returns void

    +
  • Defined in packages/core/src/lib/waku.ts:227
  • +
  • constructor
  • +
  • filter?
  • +
  • libp2p
  • +
  • lightPush?
  • +
  • pingKeepAliveTimers
  • +
  • relay?
  • +
  • relayKeepAliveTimers
  • +
  • store?
  • +
  • dial
  • +
  • getLocalMultiaddrWithID
  • +
  • isStarted
  • +
  • start
  • +
  • startKeepAlive
  • +
  • stop
  • +
  • stopAllKeepAlives
  • +
  • stopKeepAlive
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/_waku_dns_discovery.PeerDiscoveryDns.html b/classes/_waku_dns_discovery.PeerDiscoveryDns.html new file mode 100644 index 0000000000..3235546def --- /dev/null +++ b/classes/_waku_dns_discovery.PeerDiscoveryDns.html @@ -0,0 +1,300 @@ +PeerDiscoveryDns | @waku/root
    +
    + +
    +
    +
    +
    + +

    Class PeerDiscoveryDns

    +
    +

    Parse options and expose function to return bootstrap peer addresses.

    + +

    Throws

    if an invalid combination of options is passed, see BootstrapOptions for details.

    +
    +
    +

    Hierarchy

    +
      +
    • EventEmitter<PeerDiscoveryEvents> +
        +
      • PeerDiscoveryDns
    +
    +

    Implements

    +
      +
    • PeerDiscovery
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Properties

    +
    +
    +

    Accessors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Properties

    +
    + +
    #private: any
    +
    + +
    _started: boolean
    +
    + +
    nextPeer: (() => AsyncGenerator<ENR, any, unknown>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): AsyncGenerator<ENR, any, unknown>
      • +
      • +

        Returns AsyncGenerator<ENR, any, unknown>

    +
    +

    Accessors

    +
    + +
    +
    + +
    +
    +

    Methods

    +
    + +
      + +
    • +
      +

      Type Parameters

      +
        +
      • +

        K extends "peer"

      +
      +

      Parameters

      +
        +
      • +
        type: K
      • +
      • +
        listener: null | EventHandler<PeerDiscoveryEvents[K]>
      • +
      • +
        Optional options: boolean | AddEventListenerOptions
      +

      Returns void

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        event: Event
      +

      Returns boolean

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        type: string
      +

      Returns number

    +
    + +
      + +
    • +
      +

      Type Parameters

      +
        +
      • +

        K extends "peer"

      +
      +

      Parameters

      +
        +
      • +
        type: K
      • +
      • +
        Optional listener: null | EventHandler<PeerDiscoveryEvents[K]>
      • +
      • +
        Optional options: boolean | EventListenerOptions
      +

      Returns void

    +
    + +
    +
    + +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/classes/index.enr.ENR.html b/classes/_waku_enr.ENR.html similarity index 83% rename from classes/index.enr.ENR.html rename to classes/_waku_enr.ENR.html index 34382c0a67..662f8d5dca 100644 --- a/classes/index.enr.ENR.html +++ b/classes/_waku_enr.ENR.html @@ -1,30 +1,29 @@ -ENR | js-waku
    +ENR | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    @@ -32,68 +31,68 @@

    Constructors

      - +
    • Parameters

      @@ -104,48 +103,51 @@
      seq: bigint = ...
    • signature: null | Uint8Array = null
    -

    Returns ENR

    Properties

    [toStringTag]: string
    peerId?: PeerId
    +
  • Defined in packages/enr/src/enr.ts:43
  • seq: bigint
    +
  • Defined in packages/enr/src/enr.ts:41
  • signature: null | Uint8Array
    +
  • Defined in packages/enr/src/enr.ts:42
  • -
    size: number
    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:48
  • RECORD_PREFIX: "enr:" = "enr:"
    +
  • Defined in packages/enr/src/enr.ts:40
  • [species]: MapConstructor
    @@ -157,7 +159,7 @@
  • Returns string

  • +
  • Defined in packages/enr/src/enr.ts:158
  • set ip(ip: undefined | string): void
  • @@ -175,7 +177,7 @@
    ip: undefined | string
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:208
  • set ip6(ip: undefined | string): void
  • @@ -193,23 +195,23 @@
    ip: undefined | string
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:259
  • +
  • Defined in packages/enr/src/enr.ts:182
  • +
  • Defined in packages/enr/src/enr.ts:164
    • @@ -220,12 +222,12 @@ These can be a multiaddresses that include encapsulation (e.g. wss) or do not use ip4 nor ip6 for the host address (e.g. dns4, dnsaddr, etc)..

      If the peer information only contains information that can be represented with the ENR pre-defined keys -(ip, tcp, etc) then the usage of getLocationMultiaddr should be preferred.

      +(ip, tcp, etc) then the usage of getLocationMultiaddr should be preferred.

      The multiaddresses stored in this field are expected to be location multiaddresses, ie, peer id less.

      Returns undefined | Multiaddr[]

      +
    • Defined in packages/enr/src/enr.ts:313
  • set multiaddrs(multiaddrs: undefined | Multiaddr[]): void
  • Set the multiaddrs field on the ENR.

    @@ -233,7 +235,7 @@ address (e.g. dns4, dnsaddr, etc)..

    These can be a multiaddresses that include encapsulation (e.g. wss) or do not use ip4 nor ip6 for the host address (e.g. dns4, dnsaddr, etc)..

    If the peer information only contains information that can be represented with the ENR pre-defined keys -(ip, tcp, etc) then the usage of setLocationMultiaddr should be preferred. +(ip, tcp, etc) then the usage of setLocationMultiaddr should be preferred. The multiaddresses stored in this field must be location multiaddresses, ie, without a peer id.

    @@ -244,7 +246,7 @@ ie, without a peer id.

    multiaddrs: undefined | Multiaddr[]
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:333
  • +
  • Defined in packages/enr/src/enr.ts:190
  • +
  • Defined in packages/enr/src/enr.ts:173
  • set tcp(port: undefined | number): void
  • @@ -278,7 +280,7 @@ ie, without a peer id.

    port: undefined | number
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:225
  • set tcp6(port: undefined | number): void
  • @@ -296,7 +298,7 @@ ie, without a peer id.

    port: undefined | number
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:276
  • set udp(port: undefined | number): void
  • @@ -314,7 +316,7 @@ ie, without a peer id.

    port: undefined | number
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:242
  • set udp6(port: undefined | number): void
  • @@ -332,18 +334,18 @@ ie, without a peer id.

    port: undefined | number
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:293
  • +
  • set waku2(waku2: undefined | Waku2): void
  • Set the waku2 field on the ENR.

    @@ -351,10 +353,10 @@ ie, without a peer id.

    Parameters

    • -
      waku2: undefined | Waku2
    +
    waku2: undefined | Waku2
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:456
  • Methods

    @@ -365,7 +367,7 @@ ie, without a peer id.

    Returns an iterable of entries in the map.

    Returns IterableIterator<[string, Uint8Array]>

    @@ -376,12 +378,15 @@ ie, without a peer id.

    Returns void

    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:23
    • +
      +

      Returns

      true if an element in the Map existed and has been removed, or false if the element does not exist.

      +

      Parameters

        @@ -390,7 +395,7 @@ ie, without a peer id.

        Returns boolean

    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:27
    • @@ -403,7 +408,7 @@ ie, without a peer id.

      Optional privateKey: Uint8Array

    Returns Promise<Uint8Array>

    +
  • Defined in packages/enr/src/enr.ts:509
    • @@ -416,7 +421,7 @@ ie, without a peer id.

      Optional privateKey: Uint8Array

    Returns Promise<(string | Uint8Array | number[])[]>

    +
  • Defined in packages/enr/src/enr.ts:486
    • @@ -429,7 +434,7 @@ ie, without a peer id.

      Optional privateKey: Uint8Array

    Returns Promise<string>

    +
  • Defined in packages/enr/src/enr.ts:519
    • @@ -446,6 +451,8 @@ ie, without a peer id.

      • +

        Executes a provided function once per each key/value pair in the Map, in insertion order.

        +

        Parameters

          @@ -471,12 +478,16 @@ ie, without a peer id.

          Returns void

    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:31
    • +

      Returns a specified element from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.

      + +

      Returns

      Returns the element associated with the specified key. If no element is associated with the specified key, undefined is returned.

      +

      Parameters

        @@ -485,25 +496,25 @@ ie, without a peer id.

        Returns undefined | Uint8Array

    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:36
    • - +
    • Returns the full multiaddr from the ENR fields matching the provided protocol parameter. To return full multiaddrs from the multiaddrs ENR field, -use getFullMultiaddrs.

      +use getFullMultiaddrs.

      Parameters

      • -
        protocol: "udp" | "udp4" | "udp6" | "tcp" | "tcp4" | "tcp6"
      +
      protocol: "tcp" | "udp" | "tcp6" | "udp6" | "udp4" | "tcp4"

    Returns undefined | Multiaddr

    +
  • Defined in packages/enr/src/enr.ts:418
  • +
  • Defined in packages/enr/src/enr.ts:433
    • - +
    • Parameters

      • -
        protocol: "udp" | "udp4" | "udp6" | "tcp" | "tcp4" | "tcp6"
      +
      protocol: "tcp" | "udp" | "tcp6" | "udp6" | "udp4" | "tcp4"

    Returns undefined | Multiaddr

    +
  • Defined in packages/enr/src/enr.ts:342
    • +
      +

      Returns

      boolean indicating whether an element with the specified key exists or not.

      +

      Parameters

        @@ -540,7 +554,7 @@ use getFullMultiaddrs.

        Returns boolean

    +
  • Defined in node_modules/typescript/lib/lib.es2015.collection.d.ts:40
  • +
  • Defined in packages/enr/src/enr.ts:152
  • Returns void

    +
  • Defined in packages/enr/src/enr.ts:386
  • Returns Promise<Uint8Array>

    +
  • Defined in packages/enr/src/enr.ts:475
  • Returns boolean

    +
  • Defined in packages/enr/src/enr.ts:465
    • - +
    • Parameters

      @@ -636,13 +650,13 @@ use getFullMultiaddrs.

      seq: bigint = ...
    • signature: null | Uint8Array = null
    -

    Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:55
    • - +
    • Parameters

      @@ -651,13 +665,13 @@ use getFullMultiaddrs.

      peerId: PeerId
    • kvs: Record<string, Uint8Array> = {}
    -

    Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:89
    • - +
    • Parameters

      @@ -666,48 +680,48 @@ use getFullMultiaddrs.

      publicKey: Uint8Array
    • kvs: Record<string, Uint8Array> = {}
    -

    Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:74
    • - +
    • Parameters

      • encoded: Uint8Array
      -

      Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:138
    • - +
    • Parameters

      • decoded: Uint8Array[]
      -

      Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:102
    • - +
    • Parameters

      • encoded: string
      -

      Returns Promise<ENR>

    +
  • Defined in packages/enr/src/enr.ts:143
  • +
  • constructor
  • +
  • [toStringTag]
  • +
  • peerId?
  • +
  • seq
  • +
  • signature
  • +
  • size
  • +
  • RECORD_PREFIX
  • +
  • [species]
  • +
  • id
  • +
  • ip
  • +
  • ip6
  • +
  • keypair
  • +
  • keypairType
  • +
  • multiaddrs
  • +
  • nodeId
  • +
  • publicKey
  • +
  • tcp
  • +
  • tcp6
  • +
  • udp
  • +
  • udp6
  • +
  • waku2
  • +
  • [iterator]
  • +
  • clear
  • +
  • delete
  • +
  • encode
  • +
  • encodeToValues
  • +
  • encodeTxt
  • +
  • entries
  • +
  • forEach
  • +
  • get
  • +
  • getFullMultiaddr
  • +
  • getFullMultiaddrs
  • +
  • getLocationMultiaddr
  • +
  • has
  • +
  • keys
  • +
  • set
  • +
  • setLocationMultiaddr
  • +
  • sign
  • +
  • values
  • +
  • verify
  • +
  • create
  • +
  • createFromPeerId
  • +
  • createV4
  • +
  • decode
  • +
  • decodeFromValues
  • +
  • decodeTxt
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/index.enr.Secp256k1Keypair.html b/classes/_waku_enr.Secp256k1Keypair.html similarity index 73% rename from classes/index.enr.Secp256k1Keypair.html rename to classes/_waku_enr.Secp256k1Keypair.html index 0c449ad000..6d6ee80bb4 100644 --- a/classes/index.enr.Secp256k1Keypair.html +++ b/classes/_waku_enr.Secp256k1Keypair.html @@ -1,19 +1,20 @@ -Secp256k1Keypair | js-waku
    +Secp256k1Keypair | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    @@ -22,9 +23,9 @@

    Implements

    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:7
  • @@ -32,32 +33,32 @@

    Constructors

      - +
    • Parameters

      @@ -66,27 +67,27 @@
      Optional privateKey: Uint8Array
    • Optional publicKey: Uint8Array
    -

    Returns Secp256k1Keypair

    Properties

    _privateKey?: Uint8Array
    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:9
  • _publicKey?: Uint8Array
    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:10
  • -
    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:8
  • Accessors

    @@ -95,18 +96,18 @@
  • get privateKey(): Uint8Array
  • Returns Uint8Array

  • +
  • Defined in packages/enr/src/keypair/secp256k1.ts:52
  • +
  • Defined in packages/enr/src/keypair/secp256k1.ts:59
  • Methods

    @@ -115,9 +116,9 @@
  • Returns boolean

  • +
  • Defined in packages/enr/src/keypair/secp256k1.ts:66
    • @@ -129,9 +130,9 @@
    • key: undefined | Uint8Array = ...

    Returns boolean

    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:33
    • @@ -143,17 +144,17 @@
    • key: undefined | Uint8Array = ...

    Returns boolean

    +
  • Defined in packages/enr/src/keypair/secp256k1.ts:40
  • +
  • Defined in packages/enr/src/keypair/secp256k1.ts:27
  • +
  • constructor
  • +
  • _privateKey?
  • +
  • _publicKey?
  • +
  • type
  • +
  • privateKey
  • +
  • publicKey
  • +
  • hasPrivateKey
  • +
  • privateKeyVerify
  • +
  • publicKeyVerify
  • +
  • generate
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/lib_waku_message_version_1.MessageV1.html b/classes/_waku_message_encryption.DecodedMessage.html similarity index 50% rename from classes/lib_waku_message_version_1.MessageV1.html rename to classes/_waku_message_encryption.DecodedMessage.html index 04d5277f68..ff2d929d72 100644 --- a/classes/lib_waku_message_version_1.MessageV1.html +++ b/classes/_waku_message_encryption.DecodedMessage.html @@ -1,33 +1,33 @@ -MessageV1 | js-waku
    +DecodedMessage | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

      -
    • MessageV0 -
      -

      Hierarchy

      +
    • DecodedMessage
        -
      • MessageV1
    +
  • DecodedMessage
  • Implements

    @@ -35,70 +35,71 @@

    Constructors

    +
  • Defined in packages/message-encryption/src/index.ts:33
  • Properties

    _decodedPayload: Uint8Array
    +
  • Defined in packages/message-encryption/src/index.ts:31
  • -
    +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:6
  • signature?: Uint8Array
    +
  • Defined in packages/message-encryption/src/index.ts:36
  • signaturePublicKey?: Uint8Array
    +
  • Defined in packages/message-encryption/src/index.ts:37
  • Accessors

    @@ -107,67 +108,77 @@
  • get _rawPayload(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:8
    • get _rawTimestamp(): undefined | bigint
    • Returns undefined | bigint

    +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:12
    • get contentTopic(): undefined | string
    • Returns undefined | string

    +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:11
  • +
    + +
      +
    • get ephemeral(): boolean
    • +
    • +

      Returns boolean

    +
  • Defined in packages/message-encryption/src/index.ts:43
  • +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:15
    • get timestamp(): undefined | Date
    • Returns undefined | Date

    +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:13
  • +
  • Defined in packages/core/dist/lib/waku_message/version_0.d.ts:14
  • +
  • constructor
  • +
  • _decodedPayload
  • +
  • proto
  • +
  • signature?
  • +
  • signaturePublicKey?
  • +
  • _rawPayload
  • +
  • _rawTimestamp
  • +
  • contentTopic
  • +
  • ephemeral
  • +
  • payload
  • +
  • rateLimitProof
  • +
  • timestamp
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/index.waku_filter.WakuFilter.html b/classes/index.waku_filter.WakuFilter.html deleted file mode 100644 index 506e8128de..0000000000 --- a/classes/index.waku_filter.WakuFilter.html +++ /dev/null @@ -1,364 +0,0 @@ -WakuFilter | js-waku
    -
    - -
    -
    -
    -
    - -

    Class WakuFilter

    -
    -

    Implements client side of the Waku v2 Filter protocol.

    -

    Note this currently only works in NodeJS when the Waku node is listening on a port, see:

    - -
    -
    -

    Hierarchy

    -
      -
    • WakuFilter
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    decoders: Map<string, Set<Decoder<any>>>
    -
    - -
    libp2p: Libp2p
    -
    - -
    pubSubTopic: string
    -
    - -
    subscriptions: Map<string, FilterCallback<any>>
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        streamData: IncomingStreamData
      -

      Returns void

    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/index.waku_light_push.WakuLightPush.html b/classes/index.waku_light_push.WakuLightPush.html deleted file mode 100644 index 8aabb530fa..0000000000 --- a/classes/index.waku_light_push.WakuLightPush.html +++ /dev/null @@ -1,178 +0,0 @@ -WakuLightPush | js-waku
    -
    - -
    -
    -
    -
    - -

    Class WakuLightPush

    -
    -

    Implements the Waku v2 Light Push protocol.

    -
    -
    -

    Hierarchy

    -
      -
    • WakuLightPush
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    libp2p: Libp2p
    -
    - -
    pubSubTopic: string
    -
    -

    Methods

    -
    - -
      - -
    • -

      Returns known peers from the address book (libp2p.peerStore) that support -light push protocol. Waku may or may not be currently connected to these -peers.

      -
      -

      Returns Promise<Peer[]>

    -
    - -
    -
    - -
      - -
    • -

      Returns a random peer that supports light push protocol from the address -book (libp2p.peerStore). Waku may or may not be currently connected to -this peer.

      -
      -

      Returns Promise<undefined | Peer>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/index.waku_store.WakuStore.html b/classes/index.waku_store.WakuStore.html deleted file mode 100644 index 647d6a25ac..0000000000 --- a/classes/index.waku_store.WakuStore.html +++ /dev/null @@ -1,290 +0,0 @@ -WakuStore | js-waku
    -
    - -
    -
    -
    -
    - -

    Class WakuStore

    -
    -

    Implements the Waku v2 Store protocol.

    -

    The Waku Store protocol can be used to retrieved historical messages.

    -
    -
    -

    Hierarchy

    -
      -
    • WakuStore
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    libp2p: Libp2p
    -
    - -
    pubSubTopic: string
    -
    -

    Methods

    -
    - -
      - -
    • -

      Returns known peers from the address book (libp2p.peerStore) that support -store protocol. Waku may or may not be currently connected to these peers.

      -
      -

      Returns Promise<Peer[]>

    -
    - -
      - -
    • -

      Do a query to a Waku Store to retrieve historical/missed messages.

      -

      The callback function takes a Promise<WakuMessage> in input, -useful if messages needs to be decrypted and performance matters.

      -

      The order of the messages passed to the callback is as follows:

      -
        -
      • within a page, messages are expected to be ordered from oldest to most recent
      • -
      • pages direction depends on pageDirection
      • -
      -

      Do note that the resolution of the Promise<WakuMessage | undefined may -break the order as it may rely on the browser decryption API, which in turn, -may have a different speed depending on the type of decryption.

      - -

      Throws

      If not able to reach a Waku Store peer to query, -or if an error is encountered when processing the reply, -or if two decoders with the same content topic are passed.

      -
      -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
      -
      -

      Parameters

      -
        -
      • -
        decoders: Decoder<T>[]
      • -
      • -
        callback: ((message: Promise<undefined | T>) => boolean | void | Promise<boolean | void>)
        -
          -
        • -
            -
          • (message: Promise<undefined | T>): boolean | void | Promise<boolean | void>
          • -
          • -
            -

            Parameters

            -
              -
            • -
              message: Promise<undefined | T>
            -

            Returns boolean | void | Promise<boolean | void>

      • -
      • -
        Optional options: QueryOptions
      -

      Returns Promise<void>

    -
    - -
      - -
    • -

      Do a query to a Waku Store to retrieve historical/missed messages.

      -

      This is a generator, useful if you want most control on how messages -are processed.

      -

      The order of the messages returned by the remote Waku node SHOULD BE -as follows:

      -
        -
      • within a page, messages SHOULD be ordered from oldest to most recent
      • -
      • pages direction depends on pageDirection
      • -
      -

      However, there is no way to guarantee the behavior of the remote node.

      - -

      Throws

      If not able to reach a Waku Store peer to query, -or if an error is encountered when processing the reply, -or if two decoders with the same content topic are passed.

      -
      -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
      -
      -

      Parameters

      -
      -

      Returns AsyncGenerator<Promise<undefined | T>[], any, unknown>

    -
    - -
      - -
    • -

      Do a query to a Waku Store to retrieve historical/missed messages.

      -

      The callback function takes a WakuMessage in input, -messages are processed in order:

      -
        -
      • oldest to latest if options.pageDirection == FORWARD
      • -
      • latest to oldest if options.pageDirection == BACKWARD
      • -
      -

      The ordering may affect performance. -The ordering depends on the behavior of the remote store node. -If strong ordering is needed, you may need to handle this at application level -and set your own timestamps too (the WakuMessage timestamps are not certified).

      - -

      Throws

      If not able to reach a Waku Store peer to query, -or if an error is encountered when processing the reply, -or if two decoders with the same content topic are passed.

      -
      -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
      -
      -

      Parameters

      -
        -
      • -
        decoders: Decoder<T>[]
      • -
      • -
        callback: ((message: T) => boolean | void | Promise<boolean | void>)
        -
          -
        • -
            -
          • (message: T): boolean | void | Promise<boolean | void>
          • -
          • -
            -

            Parameters

            -
              -
            • -
              message: T
            -

            Returns boolean | void | Promise<boolean | void>

      • -
      • -
        Optional options: QueryOptions
      -

      Returns Promise<void>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html b/classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html deleted file mode 100644 index aaccb60955..0000000000 --- a/classes/lib_peer_discovery_static_list.PeerDiscoveryStaticPeers.html +++ /dev/null @@ -1,325 +0,0 @@ -PeerDiscoveryStaticPeers | js-waku
    -
    - -
    -
    -
    - -
    -

    Pass a list of multiaddr that will be used to bootstrap a node.

    -
    -
    -

    Hierarchy

    -
      -
    • EventEmitter<PeerDiscoveryEvents> -
      -

      Hierarchy

      -
        -
      • PeerDiscoveryStaticPeers
    -
    -

    Implements

    -
      -
    • PeerDiscovery
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    #private: any
    -
    - -
    interval: number
    -
    - -
    peers: PeerInfo[]
    -
    - -
    timer?: Timer
    -
    - -
    DefaultInterval: number = 200
    -
    -

    Accessors

    -
    - -
    -
    - -
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    - -
      - -
    • -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
        -
      • -

        K extends "peer"

      -
      -

      Parameters

      -
        -
      • -
        type: K
      • -
      • -
        listener: null | EventHandler<PeerDiscoveryEvents[K]>
      • -
      • -
        Optional options: boolean | AddEventListenerOptions
      -

      Returns void

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        event: Event
      -

      Returns boolean

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        type: string
      -

      Returns number

    -
    - -
      - -
    • -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
        -
      • -

        K extends "peer"

      -
      -

      Parameters

      -
        -
      • -
        type: K
      • -
      • -
        Optional listener: null | EventHandler<PeerDiscoveryEvents[K]>
      • -
      • -
        Optional options: boolean | EventListenerOptions
      -

      Returns void

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html b/classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html deleted file mode 100644 index bf9269177c..0000000000 --- a/classes/lib_waku_message_topic_only_message.TopicOnlyDecoder.html +++ /dev/null @@ -1,148 +0,0 @@ -TopicOnlyDecoder | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • TopicOnlyDecoder
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string = ""
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html b/classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html deleted file mode 100644 index 1f2c25339e..0000000000 --- a/classes/lib_waku_message_topic_only_message.TopicOnlyMessage.html +++ /dev/null @@ -1,150 +0,0 @@ -TopicOnlyMessage | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • TopicOnlyMessage
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Accessors

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    payload: undefined
    -
    - -
    rateLimitProof: undefined
    -
    - -
    timestamp: undefined
    -
    -

    Accessors

    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_0.DecoderV0.html b/classes/lib_waku_message_version_0.DecoderV0.html deleted file mode 100644 index baee336e0b..0000000000 --- a/classes/lib_waku_message_version_0.DecoderV0.html +++ /dev/null @@ -1,160 +0,0 @@ -DecoderV0 | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_0.EncoderV0.html b/classes/lib_waku_message_version_0.EncoderV0.html deleted file mode 100644 index c0f54bf16a..0000000000 --- a/classes/lib_waku_message_version_0.EncoderV0.html +++ /dev/null @@ -1,155 +0,0 @@ -EncoderV0 | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • EncoderV0
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_1.AsymDecoder.html b/classes/lib_waku_message_version_1.AsymDecoder.html deleted file mode 100644 index 300306ce11..0000000000 --- a/classes/lib_waku_message_version_1.AsymDecoder.html +++ /dev/null @@ -1,165 +0,0 @@ -AsymDecoder | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_1.AsymEncoder.html b/classes/lib_waku_message_version_1.AsymEncoder.html deleted file mode 100644 index 9c51eb7611..0000000000 --- a/classes/lib_waku_message_version_1.AsymEncoder.html +++ /dev/null @@ -1,159 +0,0 @@ -AsymEncoder | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • AsymEncoder
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_1.SymDecoder.html b/classes/lib_waku_message_version_1.SymDecoder.html deleted file mode 100644 index 011750865f..0000000000 --- a/classes/lib_waku_message_version_1.SymDecoder.html +++ /dev/null @@ -1,165 +0,0 @@ -SymDecoder | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/classes/lib_waku_message_version_1.SymEncoder.html b/classes/lib_waku_message_version_1.SymEncoder.html deleted file mode 100644 index 3e88628209..0000000000 --- a/classes/lib_waku_message_version_1.SymEncoder.html +++ /dev/null @@ -1,159 +0,0 @@ -SymEncoder | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • SymEncoder
    -
    -

    Implements

    -
    -
    -
    -
    - -
    -
    -

    Constructors

    -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Constructors

    -
    - -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    -

    Methods

    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/enums/_waku_core.waku_store.PageDirection.html b/enums/_waku_core.waku_store.PageDirection.html new file mode 100644 index 0000000000..61345e373d --- /dev/null +++ b/enums/_waku_core.waku_store.PageDirection.html @@ -0,0 +1,98 @@ +PageDirection | @waku/root
    +
    + +
    +
    +
    +
    + +

    Enumeration PageDirection

    +
    +
    +
    + +
    +
    +

    Enumeration Members

    +
    +
    +

    Enumeration Members

    +
    + +
    BACKWARD: "backward"
    +
    + +
    FORWARD: "forward"
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/enums/index.enr.KeypairType.html b/enums/_waku_enr.KeypairType.html similarity index 63% rename from enums/index.enr.KeypairType.html rename to enums/_waku_enr.KeypairType.html index e6ed37d16a..b4882a1761 100644 --- a/enums/index.enr.KeypairType.html +++ b/enums/_waku_enr.KeypairType.html @@ -1,22 +1,23 @@ -KeypairType | js-waku
    +KeypairType | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • @waku/root
  • +
  • @waku/enr
  • +
  • KeypairType
  • Enumeration KeypairType

    +
  • Defined in packages/enr/src/keypair/types.ts:1
  • @@ -24,9 +25,9 @@

    Enumeration Members

    -

    Enumeration Members

    @@ -34,17 +35,17 @@
    ed25519: 1
    +
  • Defined in packages/enr/src/keypair/types.ts:3
  • rsa: 0
    +
  • Defined in packages/enr/src/keypair/types.ts:2
  • secp256k1: 2
    +
  • Defined in packages/enr/src/keypair/types.ts:4
  • +
  • ed25519
  • +
  • rsa
  • +
  • secp256k1
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/index.waku_store.PageDirection.html b/enums/_waku_interfaces.PageDirection.html similarity index 61% rename from enums/index.waku_store.PageDirection.html rename to enums/_waku_interfaces.PageDirection.html index 22d62f7248..66d43e0bda 100644 --- a/enums/index.waku_store.PageDirection.html +++ b/enums/_waku_interfaces.PageDirection.html @@ -1,22 +1,23 @@ -PageDirection | js-waku
    +PageDirection | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • Defined in packages/interfaces/src/index.ts:53
  • @@ -24,8 +25,8 @@

    Enumeration Members

    -

    Enumeration Members

    @@ -33,12 +34,12 @@
    BACKWARD: "backward"
    +
  • Defined in packages/interfaces/src/index.ts:54
  • FORWARD: "forward"
    +
  • Defined in packages/interfaces/src/index.ts:55
  • +
  • BACKWARD
  • +
  • FORWARD
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/index.waku.Protocols.html b/enums/_waku_interfaces.Protocols.html similarity index 52% rename from enums/index.waku.Protocols.html rename to enums/_waku_interfaces.Protocols.html index 36025633d7..a8dd7d5cde 100644 --- a/enums/index.waku.Protocols.html +++ b/enums/_waku_interfaces.Protocols.html @@ -1,22 +1,23 @@ -Protocols | js-waku
    +Protocols | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • Defined in packages/interfaces/src/index.ts:9
  • @@ -24,10 +25,10 @@

    Enumeration Members

    -

    Enumeration Members

    @@ -35,22 +36,22 @@
    Filter: "filter"
    +
  • Defined in packages/interfaces/src/index.ts:13
  • LightPush: "lightpush"
    +
  • Defined in packages/interfaces/src/index.ts:12
  • Relay: "relay"
    +
  • Defined in packages/interfaces/src/index.ts:10
  • Store: "store"
    +
  • Defined in packages/interfaces/src/index.ts:11
  • +
  • Filter
  • +
  • LightPush
  • +
  • Relay
  • +
  • Store
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/lib_predefined_bootstrap_nodes.Fleet.html b/enums/lib_predefined_bootstrap_nodes.Fleet.html deleted file mode 100644 index 20db76c2b3..0000000000 --- a/enums/lib_predefined_bootstrap_nodes.Fleet.html +++ /dev/null @@ -1,96 +0,0 @@ -Fleet | js-waku
    -
    - -
    -
    -
    - -
    -
    -
    - -
    -
    -

    Enumeration Members

    -
    -
    -

    Enumeration Members

    -
    - -
    Prod: "prod"
    -
    - -
    Test: "test"
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.utils.bytesToHex.html b/functions/_waku_byte_utils.bytesToHex.html similarity index 51% rename from functions/index.utils.bytesToHex.html rename to functions/_waku_byte_utils.bytesToHex.html index a901c56dd5..f4e8bfb321 100644 --- a/functions/index.utils.bytesToHex.html +++ b/functions/_waku_byte_utils.bytesToHex.html @@ -1,22 +1,23 @@ -bytesToHex | js-waku
    +bytesToHex | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -
      +
      • Convert byte array to hex string (no 0x prefix).

        @@ -28,7 +29,7 @@
        bytes: Uint8Array

    Returns string

    +
  • Defined in packages/byte-utils/src/index.ts:20
  • +
  • bytesToHex
  • +
  • bytesToUtf8
  • +
  • concat
  • +
  • hexToBytes
  • +
  • utf8ToBytes
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/index.utils.bytesToUtf8.html b/functions/_waku_byte_utils.bytesToUtf8.html similarity index 50% rename from functions/index.utils.bytesToUtf8.html rename to functions/_waku_byte_utils.bytesToUtf8.html index 0fdac97054..cdd5552cbd 100644 --- a/functions/index.utils.bytesToUtf8.html +++ b/functions/_waku_byte_utils.bytesToUtf8.html @@ -1,22 +1,23 @@ -bytesToUtf8 | js-waku
    +bytesToUtf8 | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -
      +
      • Decode byte array to utf-8 string.

        @@ -28,7 +29,7 @@
        b: Uint8Array

    Returns string

    +
  • Defined in packages/byte-utils/src/index.ts:26
  • +
  • bytesToHex
  • +
  • bytesToUtf8
  • +
  • concat
  • +
  • hexToBytes
  • +
  • utf8ToBytes
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/index.utils.concat.html b/functions/_waku_byte_utils.concat.html similarity index 52% rename from functions/index.utils.concat.html rename to functions/_waku_byte_utils.concat.html index c23e3eba4e..384dee06a6 100644 --- a/functions/index.utils.concat.html +++ b/functions/_waku_byte_utils.concat.html @@ -1,22 +1,23 @@ -concat | js-waku
    +concat | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -
      +
      • Concatenate using Uint8Arrays as Buffer has a different behavior with DataView

        @@ -30,7 +31,7 @@
        Optional totalLength: number

    Returns Uint8Array

    +
  • Defined in packages/byte-utils/src/index.ts:36
  • +
  • bytesToHex
  • +
  • bytesToUtf8
  • +
  • concat
  • +
  • hexToBytes
  • +
  • utf8ToBytes
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/index.utils.hexToBytes.html b/functions/_waku_byte_utils.hexToBytes.html similarity index 51% rename from functions/index.utils.hexToBytes.html rename to functions/_waku_byte_utils.hexToBytes.html index 3a63f7769a..597f5f69c1 100644 --- a/functions/index.utils.hexToBytes.html +++ b/functions/_waku_byte_utils.hexToBytes.html @@ -1,22 +1,23 @@ -hexToBytes | js-waku
    +hexToBytes | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -
      +
      • Convert input to a byte array.

        @@ -29,7 +30,7 @@
        hex: string | Uint8Array

    Returns Uint8Array

    +
  • Defined in packages/byte-utils/src/index.ts:9
  • +
  • bytesToHex
  • +
  • bytesToUtf8
  • +
  • concat
  • +
  • hexToBytes
  • +
  • utf8ToBytes
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/index.utils.utf8ToBytes.html b/functions/_waku_byte_utils.utf8ToBytes.html similarity index 50% rename from functions/index.utils.utf8ToBytes.html rename to functions/_waku_byte_utils.utf8ToBytes.html index 3103cec2cc..92a4605d2f 100644 --- a/functions/index.utils.utf8ToBytes.html +++ b/functions/_waku_byte_utils.utf8ToBytes.html @@ -1,22 +1,23 @@ -utf8ToBytes | js-waku
    +utf8ToBytes | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -
      +
      • Encode utf-8 string to byte array.

        @@ -28,7 +29,7 @@
        s: string

    Returns Uint8Array

    +
  • Defined in packages/byte-utils/src/index.ts:31
  • +
  • bytesToHex
  • +
  • bytesToUtf8
  • +
  • concat
  • +
  • hexToBytes
  • +
  • utf8ToBytes
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/_waku_core.createDecoder.html b/functions/_waku_core.createDecoder.html new file mode 100644 index 0000000000..321403855b --- /dev/null +++ b/functions/_waku_core.createDecoder.html @@ -0,0 +1,106 @@ +createDecoder | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createDecoder

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.createEncoder.html b/functions/_waku_core.createEncoder.html new file mode 100644 index 0000000000..e5a8f6f012 --- /dev/null +++ b/functions/_waku_core.createEncoder.html @@ -0,0 +1,110 @@ +createEncoder | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createEncoder

    +
    +
      + +
    • +

      Creates an encoder that encode messages without Waku level encryption or signature.

      +

      An encoder is used to encode messages in the [`14/WAKU2-MESSAGE](https://rfc.vac.dev/spec/14/) +format to be sent over the Waku network. The resulting encoder can then be +pass to @waku/interfaces.LightPush.push or +@waku/interfaces.Relay.send to automatically encode outgoing +messages.

      +
      +
      +

      Parameters

      +
        +
      • +
        contentTopic: string
        +

        The content topic to set on outgoing messages.

        +
      • +
      • +
        ephemeral: boolean = false
        +

        An optional flag to mark message as ephemeral, ie, not to be stored by Waku Store nodes.

        +
      +

      Returns Encoder

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.RateLimitProof.codec.html b/functions/_waku_core.proto_message.RateLimitProof.codec.html new file mode 100644 index 0000000000..88f6ca26c9 --- /dev/null +++ b/functions/_waku_core.proto_message.RateLimitProof.codec.html @@ -0,0 +1,81 @@ +codec | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.RateLimitProof.decode.html b/functions/_waku_core.proto_message.RateLimitProof.decode.html new file mode 100644 index 0000000000..58b85cca6f --- /dev/null +++ b/functions/_waku_core.proto_message.RateLimitProof.decode.html @@ -0,0 +1,86 @@ +decode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.RateLimitProof.encode.html b/functions/_waku_core.proto_message.RateLimitProof.encode.html new file mode 100644 index 0000000000..80e5b93750 --- /dev/null +++ b/functions/_waku_core.proto_message.RateLimitProof.encode.html @@ -0,0 +1,86 @@ +encode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.WakuMessage.codec.html b/functions/_waku_core.proto_message.WakuMessage.codec.html new file mode 100644 index 0000000000..10510bdbb4 --- /dev/null +++ b/functions/_waku_core.proto_message.WakuMessage.codec.html @@ -0,0 +1,81 @@ +codec | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.WakuMessage.decode.html b/functions/_waku_core.proto_message.WakuMessage.decode.html new file mode 100644 index 0000000000..c6aae91c40 --- /dev/null +++ b/functions/_waku_core.proto_message.WakuMessage.decode.html @@ -0,0 +1,86 @@ +decode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_message.WakuMessage.encode.html b/functions/_waku_core.proto_message.WakuMessage.encode.html new file mode 100644 index 0000000000..f2e93fffbe --- /dev/null +++ b/functions/_waku_core.proto_message.WakuMessage.encode.html @@ -0,0 +1,86 @@ +encode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.codec.html b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.codec.html new file mode 100644 index 0000000000..2272f7053f --- /dev/null +++ b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.codec.html @@ -0,0 +1,81 @@ +codec | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.decode.html b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.decode.html new file mode 100644 index 0000000000..1a8bc5b90f --- /dev/null +++ b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.decode.html @@ -0,0 +1,86 @@ +decode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.encode.html b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.encode.html new file mode 100644 index 0000000000..5ab4621983 --- /dev/null +++ b/functions/_waku_core.proto_topic_only_message.TopicOnlyMessage.encode.html @@ -0,0 +1,86 @@ +encode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waitForRemotePeer.html b/functions/_waku_core.waitForRemotePeer.html new file mode 100644 index 0000000000..55943d0919 --- /dev/null +++ b/functions/_waku_core.waitForRemotePeer.html @@ -0,0 +1,122 @@ +waitForRemotePeer | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function waitForRemotePeer

    +
    +
      + +
    • +

      Wait for a remote peer to be ready given the passed protocols. +Must be used after attempting to connect to nodes, using +index.waku.WakuNode.dial or a bootstrap method with +lib/create_waku.createLightNode.

      +

      If the passed protocols is a GossipSub protocol, then it resolves only once +a peer is in a mesh, to help ensure that other peers will send and receive +message to us.

      + +

      Returns

      A promise that resolves if all desired protocols are fulfilled by +remote nodes, rejects if the timeoutMs is reached.

      + +

      Throws

      If passing a protocol that is not mounted

      + +

      Default

      Wait for remote peers with protocols enabled locally and no time out is applied.

      +
      +
      +

      Parameters

      +
        +
      • +
        waku: Waku
        +

        The Waku Node

        +
      • +
      • +
        Optional protocols: Protocols[]
        +

        The protocols that need to be enabled by remote peers.

        +
      • +
      • +
        Optional timeoutMs: number
        +

        A timeout value in milliseconds..

        +
      +

      Returns Promise<void>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_filter.wakuFilter.html b/functions/_waku_core.waku_filter.wakuFilter.html new file mode 100644 index 0000000000..d1283e982c --- /dev/null +++ b/functions/_waku_core.waku_filter.wakuFilter.html @@ -0,0 +1,99 @@ +wakuFilter | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function wakuFilter

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_light_push.PushResponse.codec.html b/functions/_waku_core.waku_light_push.PushResponse.codec.html new file mode 100644 index 0000000000..cba6f7d37a --- /dev/null +++ b/functions/_waku_core.waku_light_push.PushResponse.codec.html @@ -0,0 +1,81 @@ +codec | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/index.proto_message.WakuMessage.decode.html b/functions/_waku_core.waku_light_push.PushResponse.decode.html similarity index 50% rename from functions/index.proto_message.WakuMessage.decode.html rename to functions/_waku_core.waku_light_push.PushResponse.decode.html index dcd1ee1dd3..a69e12e09b 100644 --- a/functions/index.proto_message.WakuMessage.decode.html +++ b/functions/_waku_core.waku_light_push.PushResponse.decode.html @@ -1,33 +1,35 @@ -decode | js-waku
    +decode | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • Defined in packages/core/src/proto/light_push.ts:142
  • +
  • codec
  • +
  • decode
  • +
  • encode
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/_waku_core.waku_light_push.PushResponse.encode.html b/functions/_waku_core.waku_light_push.PushResponse.encode.html new file mode 100644 index 0000000000..a98540884d --- /dev/null +++ b/functions/_waku_core.waku_light_push.PushResponse.encode.html @@ -0,0 +1,86 @@ +encode | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_light_push.wakuLightPush.html b/functions/_waku_core.waku_light_push.wakuLightPush.html new file mode 100644 index 0000000000..a3f375ad83 --- /dev/null +++ b/functions/_waku_core.waku_light_push.wakuLightPush.html @@ -0,0 +1,98 @@ +wakuLightPush | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function wakuLightPush

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_relay.wakuRelay.html b/functions/_waku_core.waku_relay.wakuRelay.html new file mode 100644 index 0000000000..b4c9c08581 --- /dev/null +++ b/functions/_waku_core.waku_relay.wakuRelay.html @@ -0,0 +1,96 @@ +wakuRelay | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function wakuRelay

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_store.createCursor.html b/functions/_waku_core.waku_store.createCursor.html new file mode 100644 index 0000000000..66432580f2 --- /dev/null +++ b/functions/_waku_core.waku_store.createCursor.html @@ -0,0 +1,94 @@ +createCursor | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createCursor

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        message: DecodedMessage
      • +
      • +
        pubsubTopic: string = DefaultPubSubTopic
      +

      Returns Promise<Index>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_store.isDefined.html b/functions/_waku_core.waku_store.isDefined.html new file mode 100644 index 0000000000..6e6a971b4a --- /dev/null +++ b/functions/_waku_core.waku_store.isDefined.html @@ -0,0 +1,97 @@ +isDefined | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function isDefined

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_core.waku_store.wakuStore.html b/functions/_waku_core.waku_store.wakuStore.html new file mode 100644 index 0000000000..2edce6e030 --- /dev/null +++ b/functions/_waku_core.waku_store.wakuStore.html @@ -0,0 +1,103 @@ +wakuStore | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function wakuStore

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_create.createLightNode.html b/functions/_waku_create.createLightNode.html new file mode 100644 index 0000000000..1d87c5a837 --- /dev/null +++ b/functions/_waku_create.createLightNode.html @@ -0,0 +1,93 @@ +createLightNode | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createLightNode

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_create.createPrivacyNode.html b/functions/_waku_create.createPrivacyNode.html new file mode 100644 index 0000000000..86ea200ff2 --- /dev/null +++ b/functions/_waku_create.createPrivacyNode.html @@ -0,0 +1,90 @@ +createPrivacyNode | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createPrivacyNode

    +
    +
      + +
    • +

      Create a Waku node that uses Waku Relay to send and receive messages, +enabling some privacy preserving properties.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional options: CreateOptions & WakuOptions & Partial<CreateOptions>
      +

      Returns Promise<WakuPrivacy>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_create.defaultLibp2p.html b/functions/_waku_create.defaultLibp2p.html new file mode 100644 index 0000000000..9f9128ae74 --- /dev/null +++ b/functions/_waku_create.defaultLibp2p.html @@ -0,0 +1,102 @@ +defaultLibp2p | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function defaultLibp2p

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        Optional wakuRelay: ((components: Libp2pComponents) => Relay)
        +
      • +
      • +
        Optional options: Partial<RecursivePartial<Libp2pInit>>
      • +
      • +
        Optional userAgent: string
      +

      Returns Promise<Libp2p>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_create.defaultPeerDiscovery.html b/functions/_waku_create.defaultPeerDiscovery.html new file mode 100644 index 0000000000..d05ac1b307 --- /dev/null +++ b/functions/_waku_create.defaultPeerDiscovery.html @@ -0,0 +1,93 @@ +defaultPeerDiscovery | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function defaultPeerDiscovery

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.compressPublicKey.html b/functions/_waku_enr.compressPublicKey.html new file mode 100644 index 0000000000..c52b4ceabc --- /dev/null +++ b/functions/_waku_enr.compressPublicKey.html @@ -0,0 +1,106 @@ +compressPublicKey | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.createKeypair.html b/functions/_waku_enr.createKeypair.html new file mode 100644 index 0000000000..b5748924f5 --- /dev/null +++ b/functions/_waku_enr.createKeypair.html @@ -0,0 +1,110 @@ +createKeypair | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function createKeypair

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.createKeypairFromPeerId.html b/functions/_waku_enr.createKeypairFromPeerId.html new file mode 100644 index 0000000000..9f82dead29 --- /dev/null +++ b/functions/_waku_enr.createKeypairFromPeerId.html @@ -0,0 +1,106 @@ +createKeypairFromPeerId | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.createPeerIdFromKeypair.html b/functions/_waku_enr.createPeerIdFromKeypair.html new file mode 100644 index 0000000000..b861e00d7e --- /dev/null +++ b/functions/_waku_enr.createPeerIdFromKeypair.html @@ -0,0 +1,106 @@ +createPeerIdFromKeypair | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.decodeWaku2.html b/functions/_waku_enr.decodeWaku2.html new file mode 100644 index 0000000000..2a5fe7b08a --- /dev/null +++ b/functions/_waku_enr.decodeWaku2.html @@ -0,0 +1,106 @@ +decodeWaku2 | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.encodeWaku2.html b/functions/_waku_enr.encodeWaku2.html new file mode 100644 index 0000000000..6ef5b86e74 --- /dev/null +++ b/functions/_waku_enr.encodeWaku2.html @@ -0,0 +1,106 @@ +encodeWaku2 | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.getPublicKey.html b/functions/_waku_enr.getPublicKey.html new file mode 100644 index 0000000000..e9811e35a4 --- /dev/null +++ b/functions/_waku_enr.getPublicKey.html @@ -0,0 +1,111 @@ +getPublicKey | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function getPublicKey

    +
    +
      + +
    • +

      Return the public key for the given private key, to be used for asymmetric +encryption.

      +
      +
      +

      Parameters

      +
        +
      • +
        privateKey: PrivKey
      • +
      • +
        Optional isCompressed: boolean
      +

      Returns Uint8Array

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.keccak256.html b/functions/_waku_enr.keccak256.html new file mode 100644 index 0000000000..41952c1b1f --- /dev/null +++ b/functions/_waku_enr.keccak256.html @@ -0,0 +1,106 @@ +keccak256 | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.randomBytes.html b/functions/_waku_enr.randomBytes.html new file mode 100644 index 0000000000..ebcad031a2 --- /dev/null +++ b/functions/_waku_enr.randomBytes.html @@ -0,0 +1,106 @@ +randomBytes | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function randomBytes

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        Optional bytesLength: number
      +

      Returns Uint8Array

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.sign.html b/functions/_waku_enr.sign.html new file mode 100644 index 0000000000..0ca22afa44 --- /dev/null +++ b/functions/_waku_enr.sign.html @@ -0,0 +1,116 @@ +sign | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function sign

    +
    +
      + +
    • +

      ECDSA Sign a message with the given private key.

      + +

      Returns

      The signature and the recovery id concatenated.

      +
      +
      +

      Parameters

      +
        +
      • +
        message: Uint8Array
        +

        The message to sign, usually a hash.

        +
      • +
      • +
        privateKey: Uint8Array
        +

        The ECDSA private key to use to sign the message.

        +
      +

      Returns Promise<Uint8Array>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_enr.verifySignature.html b/functions/_waku_enr.verifySignature.html new file mode 100644 index 0000000000..e33fe3dd6d --- /dev/null +++ b/functions/_waku_enr.verifySignature.html @@ -0,0 +1,112 @@ +verifySignature | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function verifySignature

    +
    +
      + +
    • +

      Verify an ECDSA signature.

      +
      +
      +

      Parameters

      +
        +
      • +
        signature: Uint8Array
      • +
      • +
        message: string | Uint8Array
      • +
      • +
        publicKey: Uint8Array
      +

      Returns boolean

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.ecies.createDecoder.html b/functions/_waku_message_encryption.ecies.createDecoder.html new file mode 100644 index 0000000000..22133b4bb7 --- /dev/null +++ b/functions/_waku_message_encryption.ecies.createDecoder.html @@ -0,0 +1,101 @@ +createDecoder | @waku/root
    +
    + +
    +
    +
    + +
    +
      + +
    • +

      Creates a decoder that decrypts messages using ECIES, using the given private +key as defined in 26/WAKU2-PAYLOAD.

      +

      A decoder is used to decode messages from the 14/WAKU2-MESSAGE +format when received from the Waku network. The resulting decoder can then be +pass to @waku/interfaces.Filter.subscribe or +@waku/interfaces.Relay.subscribe to automatically decrypt and +decode incoming messages.

      +
      +
      +

      Parameters

      +
        +
      • +
        contentTopic: string
        +

        The resulting decoder will only decode messages with this content topic.

        +
      • +
      • +
        privateKey: Uint8Array
        +

        The private key used to decrypt the message.

        +
      +

      Returns Decoder

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.ecies.createEncoder.html b/functions/_waku_message_encryption.ecies.createEncoder.html new file mode 100644 index 0000000000..86b00a2d71 --- /dev/null +++ b/functions/_waku_message_encryption.ecies.createEncoder.html @@ -0,0 +1,111 @@ +createEncoder | @waku/root
    +
    + +
    +
    +
    + +
    +
      + +
    • +

      Creates an encoder that encrypts messages using ECIES for the given public, +as defined in 26/WAKU2-PAYLOAD.

      +

      An encoder is used to encode messages in the [`14/WAKU2-MESSAGE](https://rfc.vac.dev/spec/14/) +format to be sent over the Waku network. The resulting encoder can then be +pass to @waku/interfaces.LightPush.push or +@waku/interfaces.Relay.send to automatically encrypt +and encode outgoing messages.

      +

      The payload can optionally be signed with the given private key as defined +in 26/WAKU2-PAYLOAD.

      +
      +
      +

      Parameters

      +
        +
      • +
        contentTopic: string
        +

        The content topic to set on outgoing messages.

        +
      • +
      • +
        publicKey: Uint8Array
        +

        The public key to encrypt the payload for.

        +
      • +
      • +
        Optional sigPrivKey: Uint8Array
        +

        An optional private key to used to sign the payload before encryption.

        +
      • +
      • +
        ephemeral: boolean = false
        +

        An optional flag to mark message as ephemeral, ie, not to be stored by Waku Store nodes.

        +
      +

      Returns Encoder

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.generatePrivateKey.html b/functions/_waku_message_encryption.generatePrivateKey.html new file mode 100644 index 0000000000..9ed8cd91a9 --- /dev/null +++ b/functions/_waku_message_encryption.generatePrivateKey.html @@ -0,0 +1,86 @@ +generatePrivateKey | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function generatePrivateKey

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.generateSymmetricKey.html b/functions/_waku_message_encryption.generateSymmetricKey.html new file mode 100644 index 0000000000..8a62e0ce0b --- /dev/null +++ b/functions/_waku_message_encryption.generateSymmetricKey.html @@ -0,0 +1,85 @@ +generateSymmetricKey | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function generateSymmetricKey

    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.getPublicKey.html b/functions/_waku_message_encryption.getPublicKey.html new file mode 100644 index 0000000000..6d7b23d7f6 --- /dev/null +++ b/functions/_waku_message_encryption.getPublicKey.html @@ -0,0 +1,93 @@ +getPublicKey | @waku/root
    +
    + +
    +
    +
    +
    + +

    Function getPublicKey

    +
    +
      + +
    • +

      Return the public key for the given private key, to be used for asymmetric +encryption.

      +
      +
      +

      Parameters

      +
        +
      • +
        privateKey: PrivKey
      • +
      • +
        Optional isCompressed: boolean
      +

      Returns Uint8Array

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.symmetric.createDecoder.html b/functions/_waku_message_encryption.symmetric.createDecoder.html new file mode 100644 index 0000000000..2eefa9cecf --- /dev/null +++ b/functions/_waku_message_encryption.symmetric.createDecoder.html @@ -0,0 +1,100 @@ +createDecoder | @waku/root
    +
    + +
    +
    +
    + +
    +
      + +
    • +

      Creates a decoder that decrypts messages using symmetric encryption, using +the given key as defined in 26/WAKU2-PAYLOAD.

      +

      A decoder is used to decode messages from the 14/WAKU2-MESSAGE +format when received from the Waku network. The resulting decoder can then be +pass to @waku/interfaces.Filter.subscribe or +@waku/interfaces.Relay.subscribe to automatically decrypt and +decode incoming messages.

      +
      +
      +

      Parameters

      +
        +
      • +
        contentTopic: string
        +

        The resulting decoder will only decode messages with this content topic.

        +
      • +
      • +
        symKey: Uint8Array
        +

        The symmetric key used to decrypt the message.

        +
      +

      Returns Decoder

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/_waku_message_encryption.symmetric.createEncoder.html b/functions/_waku_message_encryption.symmetric.createEncoder.html new file mode 100644 index 0000000000..a071112363 --- /dev/null +++ b/functions/_waku_message_encryption.symmetric.createEncoder.html @@ -0,0 +1,110 @@ +createEncoder | @waku/root
    +
    + +
    +
    +
    + +
    +
      + +
    • +

      Creates an encoder that encrypts messages using symmetric encryption for the +given key, as defined in 26/WAKU2-PAYLOAD.

      +

      An encoder is used to encode messages in the [`14/WAKU2-MESSAGE](https://rfc.vac.dev/spec/14/) +format to be sent over the Waku network. The resulting encoder can then be +pass to @waku/interfaces.LightPush.push or +@waku/interfaces.Relay.send to automatically encrypt +and encode outgoing messages.

      +

      The payload can optionally be signed with the given private key as defined +in 26/WAKU2-PAYLOAD.

      +
      +
      +

      Parameters

      +
        +
      • +
        contentTopic: string
        +

        The content topic to set on outgoing messages.

        +
      • +
      • +
        symKey: Uint8Array
        +

        The symmetric key to encrypt the payload with.

        +
      • +
      • +
        Optional sigPrivKey: Uint8Array
        +

        An optional private key to used to sign the payload before encryption.

        +
      • +
      • +
        ephemeral: boolean = false
        +

        An optional flag to mark message as ephemeral, ie, not to be stored by Waku Store nodes.

        +
      +

      Returns Encoder

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/index.enr.createKeypair.html b/functions/index.enr.createKeypair.html deleted file mode 100644 index 4b49e0f72a..0000000000 --- a/functions/index.enr.createKeypair.html +++ /dev/null @@ -1,104 +0,0 @@ -createKeypair | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.enr.createKeypairFromPeerId.html b/functions/index.enr.createKeypairFromPeerId.html deleted file mode 100644 index f765523ee3..0000000000 --- a/functions/index.enr.createKeypairFromPeerId.html +++ /dev/null @@ -1,100 +0,0 @@ -createKeypairFromPeerId | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.enr.createPeerIdFromKeypair.html b/functions/index.enr.createPeerIdFromKeypair.html deleted file mode 100644 index 1d94bd61e2..0000000000 --- a/functions/index.enr.createPeerIdFromKeypair.html +++ /dev/null @@ -1,100 +0,0 @@ -createPeerIdFromKeypair | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.enr.decodeWaku2.html b/functions/index.enr.decodeWaku2.html deleted file mode 100644 index 1a3feafaf0..0000000000 --- a/functions/index.enr.decodeWaku2.html +++ /dev/null @@ -1,100 +0,0 @@ -decodeWaku2 | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.enr.encodeWaku2.html b/functions/index.enr.encodeWaku2.html deleted file mode 100644 index d2665fc20d..0000000000 --- a/functions/index.enr.encodeWaku2.html +++ /dev/null @@ -1,100 +0,0 @@ -encodeWaku2 | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.generatePrivateKey.html b/functions/index.generatePrivateKey.html deleted file mode 100644 index 4dbb219be1..0000000000 --- a/functions/index.generatePrivateKey.html +++ /dev/null @@ -1,92 +0,0 @@ -generatePrivateKey | js-waku
    -
    - -
    -
    -
    -
    - -

    Function generatePrivateKey

    -
    -
      - -
    • -

      Generate a new private key to be used for asymmetric encryption.

      -

      Use getPublicKey to get the corresponding Public Key.

      -
      -

      Returns Uint8Array

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.generateSymmetricKey.html b/functions/index.generateSymmetricKey.html deleted file mode 100644 index 2ba1610093..0000000000 --- a/functions/index.generateSymmetricKey.html +++ /dev/null @@ -1,91 +0,0 @@ -generateSymmetricKey | js-waku
    -
    - -
    -
    -
    -
    - -

    Function generateSymmetricKey

    -
    -
      - -
    • -

      Generate a new symmetric key to be used for symmetric encryption.

      -
      -

      Returns Uint8Array

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.getPublicKey.html b/functions/index.getPublicKey.html deleted file mode 100644 index 035279203f..0000000000 --- a/functions/index.getPublicKey.html +++ /dev/null @@ -1,99 +0,0 @@ -getPublicKey | js-waku
    -
    - -
    -
    -
    -
    - -

    Function getPublicKey

    -
    -
      - -
    • -

      Return the public key for the given private key, to be used for asymmetric -encryption.

      -
      -
      -

      Parameters

      -
        -
      • -
        privateKey: PrivKey
      • -
      • -
        Optional isCompressed: boolean
      -

      Returns Uint8Array

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_message.RateLimitProof.codec.html b/functions/index.proto_message.RateLimitProof.codec.html deleted file mode 100644 index 7e1af28367..0000000000 --- a/functions/index.proto_message.RateLimitProof.codec.html +++ /dev/null @@ -1,80 +0,0 @@ -codec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_message.RateLimitProof.decode.html b/functions/index.proto_message.RateLimitProof.decode.html deleted file mode 100644 index 8a2629aa99..0000000000 --- a/functions/index.proto_message.RateLimitProof.decode.html +++ /dev/null @@ -1,85 +0,0 @@ -decode | js-waku
    -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_message.RateLimitProof.encode.html b/functions/index.proto_message.RateLimitProof.encode.html deleted file mode 100644 index 93bb44bcc3..0000000000 --- a/functions/index.proto_message.RateLimitProof.encode.html +++ /dev/null @@ -1,85 +0,0 @@ -encode | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_message.WakuMessage.codec.html b/functions/index.proto_message.WakuMessage.codec.html deleted file mode 100644 index d3e7d45593..0000000000 --- a/functions/index.proto_message.WakuMessage.codec.html +++ /dev/null @@ -1,80 +0,0 @@ -codec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_message.WakuMessage.encode.html b/functions/index.proto_message.WakuMessage.encode.html deleted file mode 100644 index e9e834a299..0000000000 --- a/functions/index.proto_message.WakuMessage.encode.html +++ /dev/null @@ -1,85 +0,0 @@ -encode | js-waku
    -
    - -
    -
    -
    -
    - -

    Function encode

    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_topic_only_message.TopicOnlyMessage.codec.html b/functions/index.proto_topic_only_message.TopicOnlyMessage.codec.html deleted file mode 100644 index d355bc4ae8..0000000000 --- a/functions/index.proto_topic_only_message.TopicOnlyMessage.codec.html +++ /dev/null @@ -1,80 +0,0 @@ -codec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_topic_only_message.TopicOnlyMessage.decode.html b/functions/index.proto_topic_only_message.TopicOnlyMessage.decode.html deleted file mode 100644 index 96dfa560b9..0000000000 --- a/functions/index.proto_topic_only_message.TopicOnlyMessage.decode.html +++ /dev/null @@ -1,85 +0,0 @@ -decode | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.proto_topic_only_message.TopicOnlyMessage.encode.html b/functions/index.proto_topic_only_message.TopicOnlyMessage.encode.html deleted file mode 100644 index b6da24f82b..0000000000 --- a/functions/index.proto_topic_only_message.TopicOnlyMessage.encode.html +++ /dev/null @@ -1,85 +0,0 @@ -encode | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.waku_light_push.PushResponse.codec.html b/functions/index.waku_light_push.PushResponse.codec.html deleted file mode 100644 index f60e3ff49c..0000000000 --- a/functions/index.waku_light_push.PushResponse.codec.html +++ /dev/null @@ -1,80 +0,0 @@ -codec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.waku_light_push.PushResponse.decode.html b/functions/index.waku_light_push.PushResponse.decode.html deleted file mode 100644 index 1f3151c55e..0000000000 --- a/functions/index.waku_light_push.PushResponse.decode.html +++ /dev/null @@ -1,85 +0,0 @@ -decode | js-waku
    -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.waku_light_push.PushResponse.encode.html b/functions/index.waku_light_push.PushResponse.encode.html deleted file mode 100644 index 1d325adaf0..0000000000 --- a/functions/index.waku_light_push.PushResponse.encode.html +++ /dev/null @@ -1,85 +0,0 @@ -encode | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/index.waku_store.isDefined.html b/functions/index.waku_store.isDefined.html deleted file mode 100644 index 856d15fa19..0000000000 --- a/functions/index.waku_store.isDefined.html +++ /dev/null @@ -1,96 +0,0 @@ -isDefined | js-waku
    -
    - -
    -
    -
    -
    - -

    Function isDefined

    -
    -
      - -
    • -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
        -
      • -

        T

      -
      -

      Parameters

      -
        -
      • -
        msg: undefined | T
      -

      Returns msg is T

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_create_waku.createLightNode.html b/functions/lib_create_waku.createLightNode.html deleted file mode 100644 index c2afbf810c..0000000000 --- a/functions/lib_create_waku.createLightNode.html +++ /dev/null @@ -1,92 +0,0 @@ -createLightNode | js-waku
    -
    - -
    -
    -
    -
    - -

    Function createLightNode

    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_create_waku.createPrivacyNode.html b/functions/lib_create_waku.createPrivacyNode.html deleted file mode 100644 index 476ea2b0cf..0000000000 --- a/functions/lib_create_waku.createPrivacyNode.html +++ /dev/null @@ -1,89 +0,0 @@ -createPrivacyNode | js-waku
    -
    - -
    -
    -
    -
    - -

    Function createPrivacyNode

    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_create_waku.createWaku.html b/functions/lib_create_waku.createWaku.html deleted file mode 100644 index cd9bbdf629..0000000000 --- a/functions/lib_create_waku.createWaku.html +++ /dev/null @@ -1,90 +0,0 @@ -createWaku | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_create_waku.defaultLibp2p.html b/functions/lib_create_waku.defaultLibp2p.html deleted file mode 100644 index 483d78384b..0000000000 --- a/functions/lib_create_waku.defaultLibp2p.html +++ /dev/null @@ -1,88 +0,0 @@ -defaultLibp2p | js-waku
    -
    - -
    -
    -
    -
    - -

    Function defaultLibp2p

    -
    -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        Optional wakuRelay: WakuRelay
      • -
      • -
        Optional options: Partial<RecursivePartial<Libp2pInit>>
      -

      Returns Promise<Libp2p>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_create_waku.defaultPeerDiscovery.html b/functions/lib_create_waku.defaultPeerDiscovery.html deleted file mode 100644 index 590a3c6ea7..0000000000 --- a/functions/lib_create_waku.defaultPeerDiscovery.html +++ /dev/null @@ -1,81 +0,0 @@ -defaultPeerDiscovery | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_predefined_bootstrap_nodes.getPredefinedBootstrapNodes.html b/functions/lib_predefined_bootstrap_nodes.getPredefinedBootstrapNodes.html deleted file mode 100644 index d09943adb6..0000000000 --- a/functions/lib_predefined_bootstrap_nodes.getPredefinedBootstrapNodes.html +++ /dev/null @@ -1,95 +0,0 @@ -getPredefinedBootstrapNodes | js-waku
    -
    - -
    -
    -
    -
    - -

    Function getPredefinedBootstrapNodes

    -
    -
      - -
    • -

      Return list of pre-defined (hardcoded) bootstrap nodes.

      -

      Default behavior is to return nodes of the nwaku Status Prod fleet.

      - -

      Returns

      An array of multiaddresses.

      -
      -
      -

      Parameters

      -
        -
      • -
        fleet: Fleet = Fleet.Prod
        -

        The fleet to be returned. Defaults to production fleet.

        -
      • -
      • -
        wantedNumber: number = DefaultWantedNumber
        -

        The number of connections desired. Defaults to DefaultWantedNumber.

        -
      -

      Returns Multiaddr[]

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/functions/lib_wait_for_remote_peer.waitForRemotePeer.html b/functions/lib_wait_for_remote_peer.waitForRemotePeer.html deleted file mode 100644 index 7ca3d8f6cd..0000000000 --- a/functions/lib_wait_for_remote_peer.waitForRemotePeer.html +++ /dev/null @@ -1,106 +0,0 @@ -waitForRemotePeer | js-waku
    -
    - -
    -
    -
    -
    - -

    Function waitForRemotePeer

    -
    -
      - -
    • -

      Wait for a remote peer to be ready given the passed protocols. -Must be used after attempting to connect to nodes, using -dial or a bootstrap method with -createLightNode.

      -

      If the passed protocols is a GossipSub protocol, then it resolves only once -a peer is in a mesh, to help ensure that other peers will send and receive -message to us.

      - -

      Returns

      A promise that resolves if all desired protocols are fulfilled by -remote nodes, rejects if the timeoutMs is reached.

      - -

      Throws

      If passing a protocol that is not mounted

      - -

      Default

      Wait for remote peers with protocols enabled locally and no time out is applied.

      -
      -
      -

      Parameters

      -
        -
      • -
        waku: Waku
        -

        The Waku Node

        -
      • -
      • -
        Optional protocols: Protocols[]
        -

        The protocols that need to be enabled by remote peers.

        -
      • -
      • -
        Optional timeoutMs: number
        -

        A timeout value in milliseconds..

        -
      -

      Returns Promise<void>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/index.html b/index.html index ad9bbeb751..a34a6d3733 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,24 @@ -js-waku
    +@waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    js-waku

    -

    NPM

    -

    GitHub Action +

    @waku/root

    +

    GitHub Action Discord chat

    js-waku

    -

    A JavaScript implementation of the Waku v2 protocol.

    +

    A TypeScript implementation of the Waku v2 protocol.

    Documentation

    @@ -31,40 +32,35 @@
  • Vac
  • API Documentation can also be generated locally:

    -
    git clone https://github.com/status-im/js-waku.git
    cd js-waku
    npm install
    npm run doc +
    git clone https://github.com/waku-org/js-waku.git
    cd js-waku
    npm install
    npm run doc
    - -

    Changelog

    -
    -

    Release changelog can be found in CHANGELOG.md.

    -

    Bugs, Questions & Features

    -

    If you encounter any bug or would like to propose new features, feel free to open an issue.

    +

    If you encounter any bug or would like to propose new features, feel free to open an issue.

    For general discussion, get help or latest news, join #js-waku on Vac Discord or the Waku Telegram Group.

    Roadmap

    -

    You can track progress on the project board.

    +

    You can track progress on the project board.

    Contributing

    -

    See CONTRIBUTING.md.

    +

    See CONTRIBUTING.md.

    License

    Licensed and distributed under either of

    or

    at your option. These files may not be copied, modified, or distributed except according to those terms.

    @@ -87,34 +83,33 @@

    Modules

    +
  • PushResponse
  • +
  • waku_relay
  • +
  • waku_store
  • +
  • @waku/create
  • +
  • @waku/dns-discovery
  • +
  • @waku/enr
  • +
  • @waku/interfaces
  • +
  • @waku/message-encryption +
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.proto_message.RateLimitProof-1.html b/interfaces/_waku_core.proto_message.RateLimitProof-1.html similarity index 56% rename from interfaces/index.proto_message.RateLimitProof-1.html rename to interfaces/_waku_core.proto_message.RateLimitProof-1.html index 4aa6377c95..909d796a3a 100644 --- a/interfaces/index.proto_message.RateLimitProof-1.html +++ b/interfaces/_waku_core.proto_message.RateLimitProof-1.html @@ -1,27 +1,29 @@ -RateLimitProof | js-waku
    +RateLimitProof | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • RateLimitProof
    +
  • Defined in packages/core/src/proto/message.ts:8
  • +
  • Defined in packages/core/src/proto/message.ts:18
  • @@ -29,13 +31,13 @@

    Properties

    @@ -43,37 +45,37 @@
    epoch: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:11
  • merkleRoot: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:10
  • nullifier: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:14
  • proof: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:9
  • rlnIdentifier: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:15
  • shareX: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:12
  • shareY: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:13
  • +
  • epoch
  • +
  • merkleRoot
  • +
  • nullifier
  • +
  • proof
  • +
  • rlnIdentifier
  • +
  • shareX
  • +
  • shareY
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.proto_message.WakuMessage-1.html b/interfaces/_waku_core.proto_message.WakuMessage-1.html similarity index 53% rename from interfaces/index.proto_message.WakuMessage-1.html rename to interfaces/_waku_core.proto_message.WakuMessage-1.html index ae8b442ee8..57d2e4e9cf 100644 --- a/interfaces/index.proto_message.WakuMessage-1.html +++ b/interfaces/_waku_core.proto_message.WakuMessage-1.html @@ -1,27 +1,29 @@ -WakuMessage | js-waku
    +WakuMessage | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • WakuMessage
    +
  • Defined in packages/core/src/proto/message.ts:199
  • +
  • Defined in packages/core/src/proto/message.ts:209
  • @@ -29,12 +31,13 @@

    Properties

    @@ -42,32 +45,37 @@
    contentTopic?: string
    +
  • Defined in packages/core/src/proto/message.ts:201
  • +
    + +
    ephemeral?: boolean
    payload?: Uint8Array
    +
  • Defined in packages/core/src/proto/message.ts:200
  • -
    rateLimitProof?: proto_message.RateLimitProof
    +
  • Defined in packages/core/src/proto/message.ts:205
  • timestamp?: bigint
    +
  • Defined in packages/core/src/proto/message.ts:204
  • timestampDeprecated?: number
    +
  • Defined in packages/core/src/proto/message.ts:203
  • version?: number
    +
  • Defined in packages/core/src/proto/message.ts:202
  • +
  • contentTopic?
  • +
  • ephemeral?
  • +
  • payload?
  • +
  • rateLimitProof?
  • +
  • timestamp?
  • +
  • timestampDeprecated?
  • +
  • version?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.proto_topic_only_message.TopicOnlyMessage-1.html b/interfaces/_waku_core.proto_topic_only_message.TopicOnlyMessage-1.html similarity index 53% rename from interfaces/index.proto_topic_only_message.TopicOnlyMessage-1.html rename to interfaces/_waku_core.proto_topic_only_message.TopicOnlyMessage-1.html index be22fe914c..3001c4a362 100644 --- a/interfaces/index.proto_topic_only_message.TopicOnlyMessage-1.html +++ b/interfaces/_waku_core.proto_topic_only_message.TopicOnlyMessage-1.html @@ -1,27 +1,29 @@ -TopicOnlyMessage | js-waku
    +TopicOnlyMessage | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • TopicOnlyMessage
    +
  • Defined in packages/core/src/proto/topic_only_message.ts:8
  • +
  • Defined in packages/core/src/proto/topic_only_message.ts:12
  • @@ -29,7 +31,7 @@

    Properties

    @@ -37,7 +39,7 @@
    contentTopic?: string
    +
  • Defined in packages/core/src/proto/topic_only_message.ts:9
  • +
  • contentTopic?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.waku.WakuOptions.html b/interfaces/_waku_core.waku.WakuOptions.html similarity index 51% rename from interfaces/index.waku.WakuOptions.html rename to interfaces/_waku_core.waku.WakuOptions.html index c767ac887f..2617ed05f5 100644 --- a/interfaces/index.waku.WakuOptions.html +++ b/interfaces/_waku_core.waku.WakuOptions.html @@ -1,26 +1,28 @@ -WakuOptions | js-waku
    +WakuOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • WakuOptions
    +
  • Defined in packages/core/src/lib/waku.ts:26
  • @@ -28,8 +30,9 @@

    Properties

    @@ -39,20 +42,29 @@

    Set keep alive frequency in seconds: Waku will send a /ipfs/ping/1.0.0 request to each peer after the set number of seconds. Set to 0 to disable.

    -

    Default

    DefaultPingKeepAliveValueSecs

    +

    Default

    DefaultPingKeepAliveValueSecs

    +
  • Defined in packages/core/src/lib/waku.ts:33
  • relayKeepAlive?: number

    Set keep alive frequency in seconds: Waku will send a ping message over relay to each peer after the set number of seconds. Set to 0 to disable.

    -

    Default

    DefaultRelayKeepAliveValueSecs

    +

    Default

    DefaultRelayKeepAliveValueSecs

    +
  • Defined in packages/core/src/lib/waku.ts:40
  • +
    + +
    userAgent?: string
    +

    Set the user agent string to be used in identification of the node.

    + +

    Default

    DefaultUserAgent

    +
    +
  • pingKeepAlive?
  • +
  • relayKeepAlive?
  • +
  • userAgent?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.waku_store.CreateOptions.html b/interfaces/_waku_core.waku_filter.CreateOptions.html similarity index 54% rename from interfaces/index.waku_store.CreateOptions.html rename to interfaces/_waku_core.waku_filter.CreateOptions.html index cc825bc33b..612fe3d89d 100644 --- a/interfaces/index.waku_store.CreateOptions.html +++ b/interfaces/_waku_core.waku_filter.CreateOptions.html @@ -1,26 +1,28 @@ -CreateOptions | js-waku
    +CreateOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • CreateOptions
    +
  • Defined in packages/core/src/lib/waku_filter/index.ts:46
  • @@ -28,21 +30,21 @@

    Properties

    -

    Properties

    pubSubTopic?: string
    -

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    +

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    The usage of the default pubsub topic is recommended. See Waku v2 Topic Usage Recommendations for details.

    -

    Default

    DefaultPubSubTopic

    +

    Default

    DefaultPubSubTopic

    +
  • Defined in packages/core/src/lib/waku_filter/index.ts:55
  • +
  • pubSubTopic?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_core.waku_filter.FilterComponents.html b/interfaces/_waku_core.waku_filter.FilterComponents.html new file mode 100644 index 0000000000..f3dc29213d --- /dev/null +++ b/interfaces/_waku_core.waku_filter.FilterComponents.html @@ -0,0 +1,109 @@ +FilterComponents | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface FilterComponents

    +
    +

    Hierarchy

    +
      +
    • FilterComponents
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    connectionManager: ConnectionManager
    +
    + +
    peerStore: PeerStore
    +
    + +
    registrar: Registrar
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/index.waku_filter.CreateOptions.html b/interfaces/_waku_core.waku_light_push.CreateOptions.html similarity index 54% rename from interfaces/index.waku_filter.CreateOptions.html rename to interfaces/_waku_core.waku_light_push.CreateOptions.html index 560e66f621..beed19eefa 100644 --- a/interfaces/index.waku_filter.CreateOptions.html +++ b/interfaces/_waku_core.waku_light_push.CreateOptions.html @@ -1,26 +1,28 @@ -CreateOptions | js-waku
    +CreateOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • CreateOptions
    +
  • Defined in packages/core/src/lib/waku_light_push/index.ts:39
  • @@ -28,21 +30,21 @@

    Properties

    -

    Properties

    pubSubTopic?: string
    -

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    +

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    The usage of the default pubsub topic is recommended. See Waku v2 Topic Usage Recommendations for details.

    -

    Default

    DefaultPubSubTopic

    +

    Default

    DefaultPubSubTopic

    +
  • Defined in packages/core/src/lib/waku_light_push/index.ts:48
  • +
  • pubSubTopic?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_core.waku_light_push.LightPushComponents.html b/interfaces/_waku_core.waku_light_push.LightPushComponents.html new file mode 100644 index 0000000000..9f811a3a2d --- /dev/null +++ b/interfaces/_waku_core.waku_light_push.LightPushComponents.html @@ -0,0 +1,102 @@ +LightPushComponents | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface LightPushComponents

    +
    +

    Hierarchy

    +
      +
    • LightPushComponents
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    connectionManager: ConnectionManager
    +
    + +
    peerStore: PeerStore
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/index.waku_light_push.PushResponse-1.html b/interfaces/_waku_core.waku_light_push.PushResponse-1.html similarity index 55% rename from interfaces/index.waku_light_push.PushResponse-1.html rename to interfaces/_waku_core.waku_light_push.PushResponse-1.html index 75a97aacf5..99ad454392 100644 --- a/interfaces/index.waku_light_push.PushResponse-1.html +++ b/interfaces/_waku_core.waku_light_push.PushResponse-1.html @@ -1,27 +1,29 @@ -PushResponse | js-waku
    +PushResponse | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • PushResponse
    +
  • Defined in packages/core/src/proto/light_push.ts:79
  • +
  • Defined in packages/core/src/proto/light_push.ts:84
  • @@ -29,8 +31,8 @@

    Properties

    -

    Properties

    @@ -38,12 +40,12 @@
    info?: string
    +
  • Defined in packages/core/src/proto/light_push.ts:81
  • isSuccess?: boolean
    +
  • Defined in packages/core/src/proto/light_push.ts:80
  • +
  • info?
  • +
  • isSuccess?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.waku_light_push.CreateOptions.html b/interfaces/_waku_core.waku_store.CreateOptions.html similarity index 64% rename from interfaces/index.waku_light_push.CreateOptions.html rename to interfaces/_waku_core.waku_store.CreateOptions.html index 11a9e55611..8ff2a36a94 100644 --- a/interfaces/index.waku_light_push.CreateOptions.html +++ b/interfaces/_waku_core.waku_store.CreateOptions.html @@ -1,26 +1,28 @@ -CreateOptions | js-waku
    +CreateOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • CreateOptions
    +
  • Defined in packages/core/src/lib/waku_store/index.ts:43
  • @@ -28,21 +30,21 @@

    Properties

    -

    Properties

    pubSubTopic?: string
    -

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    +

    The PubSub Topic to use. Defaults to DefaultPubSubTopic.

    The usage of the default pubsub topic is recommended. See Waku v2 Topic Usage Recommendations for details.

    -

    Default

    DefaultPubSubTopic

    +

    Default

    DefaultPubSubTopic

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:52
  • +
  • pubSubTopic?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.waku_store.QueryOptions.html b/interfaces/_waku_core.waku_store.QueryOptions.html similarity index 50% rename from interfaces/index.waku_store.QueryOptions.html rename to interfaces/_waku_core.waku_store.QueryOptions.html index 3916b65ab3..19be5b0fb8 100644 --- a/interfaces/index.waku_store.QueryOptions.html +++ b/interfaces/_waku_core.waku_store.QueryOptions.html @@ -1,26 +1,28 @@ -QueryOptions | js-waku
    +QueryOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • QueryOptions
    +
  • Defined in packages/core/src/lib/waku_store/index.ts:60
  • @@ -28,45 +30,55 @@

    Properties

    +
    + +
    cursor?: Cursor
    +

    Cursor as an index to start a query from. +The cursor index will be exclusive (i.e. the message at the cursor index will not be included in the result). +If undefined, the query will start from the beginning or end of the history, depending on the page direction.

    +
    - -
    pageDirection?: PageDirection
    + +
    pageDirection?: waku_store.PageDirection

    The direction in which pages are retrieved:

    Note: This does not affect the ordering of messages with the page (the oldest message is always first).

    -

    Default

    BACKWARD

    +

    Default

    BACKWARD

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:80
  • pageSize?: number

    The number of message per page.

    -

    Default

    DefaultPageSize

    +

    Default

    DefaultPageSize

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:86
  • peerId?: PeerId

    The peer to query. If undefined, a pseudo-random peer is selected from the connected Waku Store peers.

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:64
  • pubSubTopic?: string
    @@ -74,14 +86,14 @@ See Waku v2 Topic Usage Recommendations.

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:69
  • -
    timeFilter?: TimeFilter
    +
    timeFilter?: waku_store.TimeFilter

    Retrieve messages with a timestamp within the provided values.

    +
  • Defined in packages/core/src/lib/waku_store/index.ts:90
  • +
  • cursor?
  • +
  • pageDirection?
  • +
  • pageSize?
  • +
  • peerId?
  • +
  • pubSubTopic?
  • +
  • timeFilter?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_core.waku_store.StoreComponents.html b/interfaces/_waku_core.waku_store.StoreComponents.html new file mode 100644 index 0000000000..b6edb9b473 --- /dev/null +++ b/interfaces/_waku_core.waku_store.StoreComponents.html @@ -0,0 +1,102 @@ +StoreComponents | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface StoreComponents

    +
    +

    Hierarchy

    +
      +
    • StoreComponents
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    connectionManager: ConnectionManager
    +
    + +
    peerStore: PeerStore
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/index.waku_light_push.PushOptions.html b/interfaces/_waku_core.waku_store.TimeFilter.html similarity index 51% rename from interfaces/index.waku_light_push.PushOptions.html rename to interfaces/_waku_core.waku_store.TimeFilter.html index 512fcd6a5d..c539027604 100644 --- a/interfaces/index.waku_light_push.PushOptions.html +++ b/interfaces/_waku_core.waku_store.TimeFilter.html @@ -1,26 +1,28 @@ -PushOptions | js-waku
    +TimeFilter | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    Interface PushOptions

    +
  • @waku/root
  • +
  • @waku/core
  • +
  • waku_store
  • +
  • TimeFilter
  • +

    Interface TimeFilter

    Hierarchy

      -
    • PushOptions
    @@ -28,21 +30,21 @@

    Properties

    -
    - -
    peerId?: PeerId
    +
  • Defined in packages/core/src/lib/waku_store/index.ts:56
  • +
  • endTime
  • +
  • startTime
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_create_waku.CreateOptions.html b/interfaces/_waku_create.CreateOptions.html similarity index 59% rename from interfaces/lib_create_waku.CreateOptions.html rename to interfaces/_waku_create.CreateOptions.html index 8fab4a248b..c65d1a5a4a 100644 --- a/interfaces/lib_create_waku.CreateOptions.html +++ b/interfaces/_waku_create.CreateOptions.html @@ -1,25 +1,27 @@ -CreateOptions | js-waku
    +CreateOptions | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • CreateOptions
    +
  • Defined in packages/create/src/index.ts:29
  • @@ -27,10 +29,10 @@

    Properties

    @@ -40,18 +42,18 @@

    Use recommended bootstrap method to discovery and connect to new nodes.

    +
  • Defined in packages/create/src/index.ts:59
  • libp2p?: Partial<RecursivePartial<Libp2pInit>>
    -

    You can pass options to the Libp2p instance used by WakuNode using the libp2p property. +

    You can pass options to the Libp2p instance used by index.waku.WakuNode using the libp2p property. This property is the same type than the one passed to Libp2p.create apart that we made the modules property optional and partial, allowing its omission and letting Waku set good defaults. -Notes that some values are overridden by WakuNode to ensure it implements the Waku protocol.

    +Notes that some values are overridden by index.waku.WakuNode to ensure it implements the Waku protocol.

    +
  • Defined in packages/create/src/index.ts:49
  • pubSubTopic?: string
    @@ -64,11 +66,9 @@ Notes that some values are overridden by Waku v2 Topic Usage Recommendations for details.

    - -

    Default

    DefaultPubSubTopic

    +
  • Defined in packages/create/src/index.ts:41
  • staticNoiseKey?: Uint8Array
    @@ -77,7 +77,7 @@ by < This is only used for test purposes to not run out of entropy during CI runs.

    +
  • Defined in packages/create/src/index.ts:55
  • +
  • defaultBootstrap?
  • +
  • libp2p?
  • +
  • pubSubTopic?
  • +
  • staticNoiseKey?
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_create.Libp2pComponents.html b/interfaces/_waku_create.Libp2pComponents.html new file mode 100644 index 0000000000..ca918ebe49 --- /dev/null +++ b/interfaces/_waku_create.Libp2pComponents.html @@ -0,0 +1,199 @@ +Libp2pComponents | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Libp2pComponents

    +
    +

    Hierarchy

    +
      +
    • Libp2pComponents
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    addressManager: AddressManager
    +
    + +
    connectionGater: ConnectionGater
    +
    + +
    connectionManager: ConnectionManager
    +
    + +
    connectionProtector?: ConnectionProtector
    +
    + +
    contentRouting: ContentRouting
    +
    + +
    datastore: Datastore
    +
    + +
    dht?: DualDHT
    +
    + +
    dialer: Dialer
    +
    + +
    metrics?: Metrics
    +
    + +
    peerId: PeerId
    +
    + +
    peerRouting: PeerRouting
    +
    + +
    peerStore: PeerStore
    +
    + +
    pubsub?: PubSub<PubSubEvents>
    +
    + +
    registrar: Registrar
    +
    + +
    transportManager: TransportManager
    +
    + +
    upgrader: Upgrader
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/index.enr.IKeypair.html b/interfaces/_waku_enr.IKeypair.html similarity index 72% rename from interfaces/index.enr.IKeypair.html rename to interfaces/_waku_enr.IKeypair.html index e186a9cb73..c7c1897ea5 100644 --- a/interfaces/index.enr.IKeypair.html +++ b/interfaces/_waku_enr.IKeypair.html @@ -1,19 +1,20 @@ -IKeypair | js-waku
    +IKeypair | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    @@ -22,9 +23,9 @@

    Implemented by

    +
  • Defined in packages/enr/src/keypair/types.ts:7
  • @@ -32,15 +33,15 @@

    Properties

    @@ -48,17 +49,17 @@
    privateKey: Uint8Array
    +
  • Defined in packages/enr/src/keypair/types.ts:9
  • publicKey: Uint8Array
    +
  • Defined in packages/enr/src/keypair/types.ts:10
  • -
    +
  • Defined in packages/enr/src/keypair/types.ts:8
  • Methods

    @@ -68,7 +69,7 @@
  • Returns boolean

  • +
  • Defined in packages/enr/src/keypair/types.ts:13
  • +
  • Defined in packages/enr/src/keypair/types.ts:11
  • +
  • Defined in packages/enr/src/keypair/types.ts:12
  • +
  • privateKey
  • +
  • publicKey
  • +
  • type
  • +
  • hasPrivateKey
  • +
  • privateKeyVerify
  • +
  • publicKeyVerify
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/index.enr.Waku2.html b/interfaces/_waku_enr.Waku2.html similarity index 66% rename from interfaces/index.enr.Waku2.html rename to interfaces/_waku_enr.Waku2.html index 11cea07cb3..dd68a3edff 100644 --- a/interfaces/index.enr.Waku2.html +++ b/interfaces/_waku_enr.Waku2.html @@ -1,26 +1,27 @@ -Waku2 | js-waku
    +Waku2 | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • @waku/root
  • +
  • @waku/enr
  • +
  • Waku2
  • Interface Waku2

    Hierarchy

    • Waku2
    +
  • Defined in packages/enr/src/waku2_codec.ts:1
  • @@ -28,10 +29,10 @@

    Properties

    @@ -39,22 +40,22 @@
    filter: boolean
    +
  • Defined in packages/enr/src/waku2_codec.ts:4
  • lightPush: boolean
    +
  • Defined in packages/enr/src/waku2_codec.ts:5
  • relay: boolean
    +
  • Defined in packages/enr/src/waku2_codec.ts:2
  • store: boolean
    +
  • Defined in packages/enr/src/waku2_codec.ts:3
  • +
  • filter
  • +
  • lightPush
  • +
  • relay
  • +
  • store
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.Message.html b/interfaces/_waku_interfaces.DecodedMessage.html similarity index 50% rename from interfaces/lib_interfaces.Message.html rename to interfaces/_waku_interfaces.DecodedMessage.html index 7df50b5376..ed5c3aba26 100644 --- a/interfaces/lib_interfaces.Message.html +++ b/interfaces/_waku_interfaces.DecodedMessage.html @@ -1,31 +1,27 @@ -Message | js-waku
    +DecodedMessage | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    Interface Message

    +
  • @waku/root
  • +
  • @waku/interfaces
  • +
  • DecodedMessage
  • +

    Interface DecodedMessage

    Hierarchy

      -
    • Message
    -
    -

    Implemented by

    -
    @@ -33,10 +29,11 @@

    Properties

    @@ -44,22 +41,27 @@
    contentTopic: undefined | string
    +
  • Defined in packages/interfaces/src/index.ts:201
  • +
    + +
    ephemeral: undefined | boolean
    payload: undefined | Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:200
  • -
    rateLimitProof: undefined | RateLimitProof
    +
  • Defined in packages/interfaces/src/index.ts:203
  • timestamp: undefined | Date
    +
  • Defined in packages/interfaces/src/index.ts:202
  • +
  • contentTopic
  • +
  • ephemeral
  • +
  • payload
  • +
  • rateLimitProof
  • +
  • timestamp
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.Decoder.html b/interfaces/_waku_interfaces.Decoder.html similarity index 52% rename from interfaces/lib_interfaces.Decoder.html rename to interfaces/_waku_interfaces.Decoder.html index 3ec4df9484..20d4621666 100644 --- a/interfaces/lib_interfaces.Decoder.html +++ b/interfaces/_waku_interfaces.Decoder.html @@ -1,37 +1,32 @@ -Decoder | js-waku
    +Decoder | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Type Parameters

    +

    T extends DecodedMessage

    Hierarchy

      -
    • Decoder
    -
    -

    Implemented by

    -
    @@ -39,9 +34,9 @@

    Properties

    @@ -49,43 +44,43 @@
    contentTopic: string
    +
  • Defined in packages/interfaces/src/index.ts:208
  • -
    fromProtoObj: ((proto: ProtoMessage) => Promise<undefined | T>)
    +
    fromProtoObj: ((proto: ProtoMessage) => Promise<undefined | T>)

    Type declaration

    Returns Promise<undefined | T>

    +
  • Defined in packages/interfaces/src/index.ts:210
  • -
    fromWireToProtoObj: ((bytes: Uint8Array) => Promise<undefined | ProtoMessage>)
    +
    fromWireToProtoObj: ((bytes: Uint8Array) => Promise<undefined | ProtoMessage>)

    Type declaration

      • -
      • (bytes: Uint8Array): Promise<undefined | ProtoMessage>
      • +
      • (bytes: Uint8Array): Promise<undefined | ProtoMessage>
      • Parameters

        • bytes: Uint8Array
        -

        Returns Promise<undefined | ProtoMessage>

    +
  • Defined in packages/interfaces/src/index.ts:209
  • +
  • contentTopic
  • +
  • fromProtoObj
  • +
  • fromWireToProtoObj
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.Encoder.html b/interfaces/_waku_interfaces.Encoder.html new file mode 100644 index 0000000000..2c0a51f927 --- /dev/null +++ b/interfaces/_waku_interfaces.Encoder.html @@ -0,0 +1,141 @@ +Encoder | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Encoder

    +
    +

    Hierarchy

    +
      +
    • Encoder
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    contentTopic: string
    +
    + +
    ephemeral: boolean
    +
    + +
    toProtoObj: ((message: Message) => Promise<undefined | ProtoMessage>)
    +
    +

    Type declaration

    +
    +
    + +
    toWire: ((message: Message) => Promise<undefined | Uint8Array>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (message: Message): Promise<undefined | Uint8Array>
      • +
      • +
        +

        Parameters

        +
        +

        Returns Promise<undefined | Uint8Array>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.Filter.html b/interfaces/_waku_interfaces.Filter.html new file mode 100644 index 0000000000..6e611a574f --- /dev/null +++ b/interfaces/_waku_interfaces.Filter.html @@ -0,0 +1,142 @@ +Filter | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Filter

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    peerStore: PeerStore
    +
    + +
    peers: (() => Promise<Peer[]>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): Promise<Peer[]>
      • +
      • +

        Returns Promise<Peer[]>

    +
    + +
    subscribe: (<T>(decoders: Decoder<T>[], callback: Callback<T>, opts?: ProtocolOptions) => Promise<(() => Promise<void>)>)
    +
    +

    Type declaration

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.Index.html b/interfaces/_waku_interfaces.Index.html new file mode 100644 index 0000000000..4be267fd2f --- /dev/null +++ b/interfaces/_waku_interfaces.Index.html @@ -0,0 +1,115 @@ +Index | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Index

    +
    +

    Hierarchy

    +
      +
    • Index
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    digest?: Uint8Array
    +
    + +
    pubsubTopic?: string
    +
    + +
    receivedTime?: bigint
    +
    + +
    senderTime?: bigint
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.LightPush.html b/interfaces/_waku_interfaces.LightPush.html new file mode 100644 index 0000000000..484bd5505c --- /dev/null +++ b/interfaces/_waku_interfaces.LightPush.html @@ -0,0 +1,137 @@ +LightPush | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface LightPush

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    peerStore: PeerStore
    +
    + +
    peers: (() => Promise<Peer[]>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): Promise<Peer[]>
      • +
      • +

        Returns Promise<Peer[]>

    +
    + +
    push: ((encoder: Encoder, message: Message, opts?: ProtocolOptions) => Promise<SendResult>)
    +
    +

    Type declaration

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.Message.html b/interfaces/_waku_interfaces.Message.html new file mode 100644 index 0000000000..05fe953166 --- /dev/null +++ b/interfaces/_waku_interfaces.Message.html @@ -0,0 +1,111 @@ +Message | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Message

    +
    +

    Interface for messages to encode and send.

    +
    +
    +

    Hierarchy

    +
      +
    • Message
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    payload?: Uint8Array
    +
    + +
    rateLimitProof?: RateLimitProof
    +
    + +
    timestamp?: Date
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.PointToPointProtocol.html b/interfaces/_waku_interfaces.PointToPointProtocol.html new file mode 100644 index 0000000000..ce817e48c6 --- /dev/null +++ b/interfaces/_waku_interfaces.PointToPointProtocol.html @@ -0,0 +1,113 @@ +PointToPointProtocol | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface PointToPointProtocol

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    peerStore: PeerStore
    +
    + +
    peers: (() => Promise<Peer[]>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): Promise<Peer[]>
      • +
      • +

        Returns Promise<Peer[]>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/lib_interfaces.ProtoMessage.html b/interfaces/_waku_interfaces.ProtoMessage.html similarity index 53% rename from interfaces/lib_interfaces.ProtoMessage.html rename to interfaces/_waku_interfaces.ProtoMessage.html index e022599e43..cd4c8e2d6b 100644 --- a/interfaces/lib_interfaces.ProtoMessage.html +++ b/interfaces/_waku_interfaces.ProtoMessage.html @@ -1,25 +1,31 @@ -ProtoMessage | js-waku
    +ProtoMessage | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
    +

    Interface matching the protobuf library. +Field types matches the protobuf type over the wire

    +

    Hierarchy

    • ProtoMessage
    +
  • Defined in packages/interfaces/src/index.ts:174
  • @@ -27,11 +33,12 @@

    Properties

    @@ -39,27 +46,32 @@
    contentTopic: undefined | string
    +
  • Defined in packages/interfaces/src/index.ts:176
  • +
    + +
    ephemeral: undefined | boolean
    payload: undefined | Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:175
  • -
    rateLimitProof: undefined | RateLimitProof
    +
  • Defined in packages/interfaces/src/index.ts:179
  • timestamp: undefined | bigint
    +
  • Defined in packages/interfaces/src/index.ts:178
  • version: undefined | number
    +
  • Defined in packages/interfaces/src/index.ts:177
  • +
  • contentTopic
  • +
  • ephemeral
  • +
  • payload
  • +
  • rateLimitProof
  • +
  • timestamp
  • +
  • version
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.RateLimitProof.html b/interfaces/_waku_interfaces.RateLimitProof.html similarity index 55% rename from interfaces/lib_interfaces.RateLimitProof.html rename to interfaces/_waku_interfaces.RateLimitProof.html index bfe501dd5d..8f05052c0d 100644 --- a/interfaces/lib_interfaces.RateLimitProof.html +++ b/interfaces/_waku_interfaces.RateLimitProof.html @@ -1,25 +1,27 @@ -RateLimitProof | js-waku
    +RateLimitProof | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • RateLimitProof
    +
  • Defined in packages/interfaces/src/index.ts:160
  • @@ -27,13 +29,13 @@

    Properties

    @@ -41,37 +43,37 @@
    epoch: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:163
  • merkleRoot: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:162
  • nullifier: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:166
  • proof: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:161
  • rlnIdentifier: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:167
  • shareX: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:164
  • shareY: Uint8Array
    +
  • Defined in packages/interfaces/src/index.ts:165
  • +
  • epoch
  • +
  • merkleRoot
  • +
  • nullifier
  • +
  • proof
  • +
  • rlnIdentifier
  • +
  • shareX
  • +
  • shareY
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/index.waku_relay.WakuRelay.html b/interfaces/_waku_interfaces.Relay.html similarity index 62% rename from classes/index.waku_relay.WakuRelay.html rename to interfaces/_waku_interfaces.Relay.html index d32212e05f..230f193905 100644 --- a/classes/index.waku_relay.WakuRelay.html +++ b/interfaces/_waku_interfaces.Relay.html @@ -1,122 +1,122 @@ -WakuRelay | js-waku
    +Relay | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    Class WakuRelay

    -
    -

    Implements the Waku v2 Relay protocol. -Must be passed as a pubsub module to a Libp2p instance.

    - -

    Implements

    +
  • @waku/root
  • +
  • @waku/interfaces
  • +
  • Relay
  • +

    Interface Relay

    Hierarchy

    • GossipSub -
      -

      Hierarchy

        -
      • WakuRelay
    -

    Constructors

    -
    - -
    -

    Properties

    -
    - +
    +
    #private: any
    -
    +
    + +
    addObserver: (<T>(decoder: Decoder<T>, callback: Callback<T>) => (() => void))
    +
    +

    Type declaration

    +
      +
    • +
        +
      • <T>(decoder: Decoder<T>, callback: Callback<T>): (() => void)
      • +
      • +
        +

        Type Parameters

        +
        +
        +

        Parameters

        +
        +

        Returns (() => void)

        +
          +
        • +
            +
          • (): void
          • +
          • +

            Returns void

    +
    control: Map<string, IControlMessage>

    Map of control messages @@ -124,21 +124,16 @@ peer id => control message

    -
    - -
    defaultDecoder: Decoder<Message>
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:168
  • +
    direct: Set<string>

    Direct peers

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:127
  • +
    fanout: Map<string, Set<string>>

    Map of topics to set of peers. These mesh peers are the ones to which we are publishing without a topic membership @@ -146,16 +141,30 @@ topic => peer id set

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:153
  • +
    + +
    getMeshPeers: (() => string[])
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): string[]
      • +
      • +

        Returns string[]

    +
    globalSignaturePolicy: "StrictSign" | "StrictNoSign"

    The signature policy to follow by default

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:117
  • +
    gossip: Map<string, IControlIHave[]>

    Map of pending messages to gossip @@ -163,16 +172,16 @@ peer id => control messages

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:163
  • +
    gossipTracer: IWantTracer

    Tracks IHAVE/IWANT promises broken by peers

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:216
  • +
    mesh: Map<string, Set<string>>

    Map of topic meshes @@ -180,86 +189,92 @@ topic => peer id set

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:148
  • +
    multicodecs: string[]
    -
    - -
    observers: Map<string, Set<Observer<any>>>
    -

    observers called when receiving new message. -Observers under key "" are always called.

    -
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:118
  • +
    opts: Required<GossipOptions>
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:221
  • +
    peers: Set<string>
    -
    - -
    pubSubTopic: string
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:121
  • +
    score: PeerScore

    Peer score tracking

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:200
  • +
    + +
    send: ((encoder: Encoder, message: Message) => Promise<SendResult>)
    +
    +

    Type declaration

    +
    +
    streamsInbound: Map<string, InboundStream>
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:122
  • +
    streamsOutbound: Map<string, OutboundStream>
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:123
  • +
    -
    topicValidators: Map<string, TopicValidatorFn>
    -
    - -
    multicodec: string = ...
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:207
  • Accessors

    -
    +
    -
      +
      • get started(): boolean
      • Returns boolean

    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:266
  • Methods

    -
    +
    -
      +
      • Whether to accept a message from a peer

        @@ -272,19 +287,17 @@ Observers under key "" are always called.

        Returns boolean

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:321
  • +
    -
      +
      • -
        -

        Type Parameters

        Type Parameters

        • -

          K extends keyof GossipsubEvents

        +

        K extends keyof GossipsubEvents

    Parameters

      @@ -298,45 +311,9 @@ Observers under key "" are always called.

      Inherited from GossipSub.addEventListener

      • Defined in node_modules/@libp2p/interfaces/dist/src/events.d.ts:21
    -
    - -
      - -
    • -

      Add an observer and associated Decoder to process incoming messages on a given content topic.

      - -

      Returns

      Function to delete the observer

      -
      -
      -

      Type Parameters

      -
      -

      Type Parameters

      -
      -
      -

      Parameters

      -
      -

      Returns (() => void)

      -
        -
      • -
          -
        • (): void
        • -
        • -

          Add an observer and associated Decoder to process incoming messages on a given content topic.

          - -

          Returns

          Function to delete the observer

          -
          -

          Returns void

    -
    +
    -
      +
      • @@ -348,9 +325,9 @@ Observers under key "" are always called.

        Inherited from GossipSub.dispatchEvent

        • Defined in node_modules/@libp2p/interfaces/dist/src/events.d.ts:23
    -
    +
    -
      +
      • FOR DEBUG ONLY - Dump peer stats for all peers. Data is cloned, safe to mutate

        @@ -358,33 +335,19 @@ Observers under key "" are always called.

        Returns PeerScoreStatsDump

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        Optional topic: string
      -

      Returns string[]

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:242
  • +
    -
      +
      • Returns PeerId[]

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:230
  • +
    -
      +
      • Return score of a peer.

        @@ -397,10 +360,10 @@ Observers under key "" are always called.

        Returns number

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:309
  • +
    -
      +
      • Get a list of the peer-ids that are subscribed to one topic.

        @@ -413,10 +376,10 @@ Observers under key "" are always called.

        Returns PeerId[]

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:274
  • +
    -
      +
      • Get the list of topics which the peer is subscribed to.

        @@ -424,10 +387,10 @@ Observers under key "" are always called.

        Returns string[]

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:278
  • +
    -
      +
      • Handles an rpc request from a peer

        @@ -442,10 +405,10 @@ Observers under key "" are always called.

        Returns Promise<void>

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:291
  • +
    -
      +
      • Maintains the mesh and fanout maps in gossipsub.

        @@ -453,35 +416,19 @@ Observers under key "" are always called.

        Returns Promise<void>

    -
    - -
      - -
    • -

      Pass libp2p components to interested system components

      -
      -
      -

      Parameters

      -
        -
      • -
        components: Components
      -

      Returns Promise<void>

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:476
  • +
    -
      +
      • Returns boolean

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:231
  • +
    -
      +
      • @@ -493,11 +440,13 @@ Observers under key "" are always called.

        Inherited from GossipSub.listenerCount

        • Defined in node_modules/@libp2p/interfaces/dist/src/events.d.ts:20
    -
    +
    -
      +
      • +

        Mutates outRpc adding graft and prune control messages

        +

        Parameters

          @@ -510,10 +459,10 @@ Observers under key "" are always called.

          Returns void

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:437
  • +
    -
      +
      • App layer publishes a message to peers, return number of peers this message is published to @@ -530,19 +479,17 @@ Note: async due to crypto only if StrictSign, otherwis

        Returns Promise<PublishResult>

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:401
  • +
    -
      +
      • -
        -

        Type Parameters

        Type Parameters

        • -

          K extends keyof GossipsubEvents

        +

        K extends keyof GossipsubEvents

    Parameters

      @@ -556,10 +503,10 @@ Note: async due to crypto only if StrictSign, otherwis

      Inherited from GossipSub.removeEventListener

      • Defined in node_modules/@libp2p/interfaces/dist/src/events.d.ts:22
    -
    +
    -
      - +
        +
      • This function should be called when asyncValidation is true after the message got validated by the caller. Messages are stored in the mcache and @@ -584,44 +531,26 @@ in the cache anymore.

      • propagationSource: PeerId
      • -
        acceptance: MessageAcceptance
    +
    acceptance: TopicValidatorResult

    Returns void

    -
    - -
    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:423
  • +
    -
      +
      • -

        Mounts the gossipsub protocol onto the libp2p node -and subscribes to the default topic.

        - -

        Returns

        +

        Mounts the gossipsub protocol onto the libp2p node and sends our +our subscriptions to every peer connected

        +

        Returns Promise<void>

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:236
  • +
    -
      +
      • Unmounts the gossipsub protocol and shuts down every connection

        @@ -629,26 +558,26 @@ and subscribes to the default topic.

        Returns Promise<void>

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:240
  • +
    -
      - +
        +
      • -

        Subscribe to a pubsub topic and start emitting Waku messages to observers.

        +

        Subscribes to a topic

        Parameters

        • -
          pubSubTopic: string
        +
        topic: string

      Returns void

    -
    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:374
  • +
    -
      +
      • Unsubscribe to a topic

        @@ -661,7 +590,7 @@ and subscribes to the default topic.

        Returns void

    +
  • Defined in node_modules/@chainsafe/libp2p-gossipsub/dist/src/index.d.ts:378
  • +
  • #private
  • +
  • addObserver
  • +
  • control
  • +
  • direct
  • +
  • fanout
  • +
  • getMeshPeers
  • +
  • globalSignaturePolicy
  • +
  • gossip
  • +
  • gossipTracer
  • +
  • mesh
  • +
  • multicodecs
  • +
  • opts
  • +
  • peers
  • +
  • score
  • +
  • send
  • +
  • streamsInbound
  • +
  • streamsOutbound
  • +
  • topicValidators
  • +
  • started
  • +
  • acceptFrom
  • +
  • addEventListener
  • +
  • dispatchEvent
  • +
  • dumpPeerScoreStats
  • +
  • getPeers
  • +
  • getScore
  • +
  • getSubscribers
  • +
  • getTopics
  • +
  • handleReceivedRpc
  • +
  • heartbeat
  • +
  • isStarted
  • +
  • listenerCount
  • +
  • piggybackControl
  • +
  • publish
  • +
  • removeEventListener
  • +
  • reportMessageValidationResult
  • +
  • start
  • +
  • stop
  • +
  • subscribe
  • +
  • unsubscribe
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.SendResult.html b/interfaces/_waku_interfaces.SendResult.html similarity index 54% rename from interfaces/lib_interfaces.SendResult.html rename to interfaces/_waku_interfaces.SendResult.html index 6869e3fdec..8012a905fe 100644 --- a/interfaces/lib_interfaces.SendResult.html +++ b/interfaces/_waku_interfaces.SendResult.html @@ -1,25 +1,27 @@ -SendResult | js-waku
    +SendResult | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • SendResult
    +
  • Defined in packages/interfaces/src/index.ts:213
  • @@ -27,7 +29,7 @@

    Properties

    -

    Properties

    @@ -35,7 +37,7 @@
    recipients: PeerId[]
    +
  • Defined in packages/interfaces/src/index.ts:214
  • +
  • recipients
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.Store.html b/interfaces/_waku_interfaces.Store.html new file mode 100644 index 0000000000..eade54e0b9 --- /dev/null +++ b/interfaces/_waku_interfaces.Store.html @@ -0,0 +1,220 @@ +Store | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface Store

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    peerStore: PeerStore
    +
    + +
    peers: (() => Promise<Peer[]>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): Promise<Peer[]>
      • +
      • +

        Returns Promise<Peer[]>

    +
    + +
    queryCallbackOnPromise: (<T>(decoders: Decoder<T>[], callback: ((message: Promise<undefined | T>) => boolean | void | Promise<boolean | void>), options?: StoreQueryOptions) => Promise<void>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • <T>(decoders: Decoder<T>[], callback: ((message: Promise<undefined | T>) => boolean | void | Promise<boolean | void>), options?: StoreQueryOptions): Promise<void>
      • +
      • +
        +

        Type Parameters

        +
        +
        +

        Parameters

        +
          +
        • +
          decoders: Decoder<T>[]
        • +
        • +
          callback: ((message: Promise<undefined | T>) => boolean | void | Promise<boolean | void>)
          +
            +
          • +
              +
            • (message: Promise<undefined | T>): boolean | void | Promise<boolean | void>
            • +
            • +
              +

              Parameters

              +
                +
              • +
                message: Promise<undefined | T>
              +

              Returns boolean | void | Promise<boolean | void>

        • +
        • +
          Optional options: StoreQueryOptions
        +

        Returns Promise<void>

    +
    + +
    queryGenerator: (<T>(decoders: Decoder<T>[], options?: StoreQueryOptions) => AsyncGenerator<Promise<undefined | T>[], any, unknown>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • <T>(decoders: Decoder<T>[], options?: StoreQueryOptions): AsyncGenerator<Promise<undefined | T>[], any, unknown>
      • +
      • +
        +

        Type Parameters

        +
        +
        +

        Parameters

        +
        +

        Returns AsyncGenerator<Promise<undefined | T>[], any, unknown>

    +
    + +
    queryOrderedCallback: (<T>(decoders: Decoder<T>[], callback: ((message: T) => boolean | void | Promise<boolean | void>), options?: StoreQueryOptions) => Promise<void>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • <T>(decoders: Decoder<T>[], callback: ((message: T) => boolean | void | Promise<boolean | void>), options?: StoreQueryOptions): Promise<void>
      • +
      • +
        +

        Type Parameters

        +
        +
        +

        Parameters

        +
          +
        • +
          decoders: Decoder<T>[]
        • +
        • +
          callback: ((message: T) => boolean | void | Promise<boolean | void>)
          +
            +
          • +
              +
            • (message: T): boolean | void | Promise<boolean | void>
            • +
            • +
              +

              Parameters

              +
                +
              • +
                message: T
              +

              Returns boolean | void | Promise<boolean | void>

        • +
        • +
          Optional options: StoreQueryOptions
        +

        Returns Promise<void>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/index.waku_store.TimeFilter.html b/interfaces/_waku_interfaces.TimeFilter.html similarity index 63% rename from interfaces/index.waku_store.TimeFilter.html rename to interfaces/_waku_interfaces.TimeFilter.html index badd3717e3..29f1b08b99 100644 --- a/interfaces/index.waku_store.TimeFilter.html +++ b/interfaces/_waku_interfaces.TimeFilter.html @@ -1,26 +1,27 @@ -TimeFilter | js-waku
    +TimeFilter | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    • TimeFilter
    +
  • Defined in packages/interfaces/src/index.ts:58
  • @@ -28,8 +29,8 @@

    Properties

    @@ -37,12 +38,12 @@
    endTime: Date
    +
  • Defined in packages/interfaces/src/index.ts:60
  • startTime: Date
    +
  • Defined in packages/interfaces/src/index.ts:59
  • +
  • endTime
  • +
  • startTime
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.Waku.html b/interfaces/_waku_interfaces.Waku.html similarity index 50% rename from interfaces/lib_interfaces.Waku.html rename to interfaces/_waku_interfaces.Waku.html index d58b84f592..503efb3587 100644 --- a/interfaces/lib_interfaces.Waku.html +++ b/interfaces/_waku_interfaces.Waku.html @@ -1,35 +1,31 @@ -Waku | js-waku
    +Waku | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +

    Hierarchy

    -
    -

    Implemented by

    -
    @@ -37,68 +33,52 @@

    Properties

    -
    filter?: WakuFilter
    +
  • Defined in packages/interfaces/src/index.ts:127
  • libp2p: Libp2p
    +
  • Defined in packages/interfaces/src/index.ts:124
  • -
    lightPush?: WakuLightPush
    +
  • Defined in packages/interfaces/src/index.ts:128
  • -
    relay?: WakuRelay
    +
  • Defined in packages/interfaces/src/index.ts:125
  • -
    store?: WakuStore
    +
  • Defined in packages/interfaces/src/index.ts:126
  • Methods

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        peerId: string | PeerId
      • -
      • -
        multiaddrs: Multiaddr[] | string[]
      -

      Returns void

      - +
    • Parameters

      @@ -106,10 +86,10 @@
    • peer: PeerId | Multiaddr
    • -
      Optional protocols: Protocols[]
    +
    Optional protocols: Protocols[]

    Returns Promise<Stream>

    +
  • Defined in packages/interfaces/src/index.ts:130
  • +
  • Defined in packages/interfaces/src/index.ts:136
  • +
  • Defined in packages/interfaces/src/index.ts:132
  • +
  • Defined in packages/interfaces/src/index.ts:134
  • +
  • filter?
  • +
  • libp2p
  • +
  • lightPush?
  • +
  • relay?
  • +
  • store?
  • +
  • dial
  • +
  • isStarted
  • +
  • start
  • +
  • stop
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/_waku_interfaces.WakuFull.html b/interfaces/_waku_interfaces.WakuFull.html new file mode 100644 index 0000000000..77deef0b32 --- /dev/null +++ b/interfaces/_waku_interfaces.WakuFull.html @@ -0,0 +1,185 @@ +WakuFull | @waku/root
    +
    + +
    +
    +
    +
    + +

    Interface WakuFull

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Methods

    +
    +
    +

    Properties

    +
    + +
    filter: Filter
    +
    + +
    libp2p: Libp2p
    +
    + +
    lightPush: LightPush
    +
    + +
    relay: Relay
    +
    + +
    store: Store
    +
    +

    Methods

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/lib_interfaces.WakuPrivacy.html b/interfaces/_waku_interfaces.WakuLight.html similarity index 60% rename from interfaces/lib_interfaces.WakuPrivacy.html rename to interfaces/_waku_interfaces.WakuLight.html index e16f7501ee..421f42b7a0 100644 --- a/interfaces/lib_interfaces.WakuPrivacy.html +++ b/interfaces/_waku_interfaces.WakuLight.html @@ -1,29 +1,29 @@ -WakuPrivacy | js-waku
    +WakuLight | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    Interface WakuPrivacy

    +
  • @waku/root
  • +
  • @waku/interfaces
  • +
  • WakuLight
  • +

    Interface WakuLight

    Hierarchy

    @@ -31,74 +31,57 @@

    Properties

    -
    filter: undefined
    +
  • Defined in packages/interfaces/src/index.ts:142
  • libp2p: Libp2p
    +
  • Defined in packages/interfaces/src/index.ts:124
  • -
    lightPush: undefined
    +
  • Defined in packages/interfaces/src/index.ts:143
  • -
    relay: WakuRelay
    +
  • Defined in packages/interfaces/src/index.ts:140
  • -
    store: undefined
    +
  • Defined in packages/interfaces/src/index.ts:141
  • Methods

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        peerId: string | PeerId
      • -
      • -
        multiaddrs: Multiaddr[] | string[]
      -

      Returns void

      - +
    • Parameters

      @@ -106,38 +89,38 @@
    • peer: PeerId | Multiaddr
    • -
      Optional protocols: Protocols[]
    +
    Optional protocols: Protocols[]

    Returns Promise<Stream>

    +
  • Defined in packages/interfaces/src/index.ts:130
  • +
  • Defined in packages/interfaces/src/index.ts:136
  • +
  • Defined in packages/interfaces/src/index.ts:132
  • +
  • Defined in packages/interfaces/src/index.ts:134
  • +
  • filter
  • +
  • libp2p
  • +
  • lightPush
  • +
  • relay
  • +
  • store
  • +
  • dial
  • +
  • isStarted
  • +
  • start
  • +
  • stop
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.WakuLight.html b/interfaces/_waku_interfaces.WakuPrivacy.html similarity index 50% rename from interfaces/lib_interfaces.WakuLight.html rename to interfaces/_waku_interfaces.WakuPrivacy.html index 98499606cc..1850586183 100644 --- a/interfaces/lib_interfaces.WakuLight.html +++ b/interfaces/_waku_interfaces.WakuPrivacy.html @@ -1,29 +1,29 @@ -WakuLight | js-waku
    +WakuPrivacy | @waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    -

    Interface WakuLight

    +
  • @waku/root
  • +
  • @waku/interfaces
  • +
  • WakuPrivacy
  • +

    Interface WakuPrivacy

    Hierarchy

    @@ -31,74 +31,57 @@

    Properties

    -
    filter: WakuFilter
    +
  • Defined in packages/interfaces/src/index.ts:149
  • libp2p: Libp2p
    +
  • Defined in packages/interfaces/src/index.ts:124
  • -
    lightPush: WakuLightPush
    +
  • Defined in packages/interfaces/src/index.ts:150
  • -
    relay: undefined
    +
  • Defined in packages/interfaces/src/index.ts:147
  • -
    store: WakuStore
    +
  • Defined in packages/interfaces/src/index.ts:148
  • Methods

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        peerId: string | PeerId
      • -
      • -
        multiaddrs: Multiaddr[] | string[]
      -

      Returns void

      - +
    • Parameters

      @@ -106,38 +89,38 @@
    • peer: PeerId | Multiaddr
    • -
      Optional protocols: Protocols[]
    +
    Optional protocols: Protocols[]

    Returns Promise<Stream>

    +
  • Defined in packages/interfaces/src/index.ts:130
  • +
  • Defined in packages/interfaces/src/index.ts:136
  • +
  • Defined in packages/interfaces/src/index.ts:132
  • +
  • Defined in packages/interfaces/src/index.ts:134
  • +
  • filter
  • +
  • libp2p
  • +
  • lightPush
  • +
  • relay
  • +
  • store
  • +
  • dial
  • +
  • isStarted
  • +
  • start
  • +
  • stop
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/lib_interfaces.Encoder.html b/interfaces/lib_interfaces.Encoder.html deleted file mode 100644 index 736ab56287..0000000000 --- a/interfaces/lib_interfaces.Encoder.html +++ /dev/null @@ -1,139 +0,0 @@ -Encoder | js-waku
    -
    - -
    -
    -
    -
    - -

    Interface Encoder

    -
    -

    Hierarchy

    -
      -
    • Encoder
    -
    -

    Implemented by

    -
    -
    -
    -
    - -
    -
    -

    Properties

    -
    -
    -

    Properties

    -
    - -
    contentTopic: string
    -
    - -
    toProtoObj: ((message: Partial<Message>) => Promise<undefined | ProtoMessage>)
    -
    -

    Type declaration

    -
    -
    - -
    toWire: ((message: Partial<Message>) => Promise<undefined | Uint8Array>)
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (message: Partial<Message>): Promise<undefined | Uint8Array>
      • -
      • -
        -

        Parameters

        -
        -

        Returns Promise<undefined | Uint8Array>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/interfaces/lib_interfaces.WakuFull.html b/interfaces/lib_interfaces.WakuFull.html deleted file mode 100644 index 1ef7e97815..0000000000 --- a/interfaces/lib_interfaces.WakuFull.html +++ /dev/null @@ -1,204 +0,0 @@ -WakuFull | js-waku
    -
    - -
    -
    -
    -
    - -

    Interface WakuFull

    -
    -

    Hierarchy

    -
      -
    • Waku -
      -

      Hierarchy

      -
        -
      • WakuFull
    -
    -
    -
    - -
    -
    -

    Properties

    -
    -
    -

    Methods

    -
    -
    -

    Properties

    -
    - -
    filter: WakuFilter
    -
    - -
    libp2p: Libp2p
    -
    - -
    lightPush: WakuLightPush
    -
    - -
    relay: WakuRelay
    -
    - -
    store: WakuStore
    -
    -

    Methods

    -
    - -
      - -
    • -
      -

      Parameters

      -
        -
      • -
        peerId: string | PeerId
      • -
      • -
        multiaddrs: Multiaddr[] | string[]
      -

      Returns void

    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/interfaces/lib_peer_discovery_static_list.Options.html b/interfaces/lib_peer_discovery_static_list.Options.html deleted file mode 100644 index 6c3c0d64e3..0000000000 --- a/interfaces/lib_peer_discovery_static_list.Options.html +++ /dev/null @@ -1,108 +0,0 @@ -Options | js-waku
    -
    - -
    -
    -
    - -
    -

    Hierarchy

    -
      -
    • Options
    -
    -
    -
    - -
    -
    -

    Properties

    -
    -
    -

    Properties

    -
    - -
    interval?: number
    -

    The interval between emitting addresses in milliseconds.

    - -

    Default

    DefaultInterval

    -
    -
    - -
    maxPeers?: number
    -

    The maximum of peers to connect to as part of the bootstrap process.

    - -

    Default

    The length of the passed peers array.

    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules.html b/modules.html index f85d6e2dd3..91501b1a03 100644 --- a/modules.html +++ b/modules.html @@ -1,29 +1,29 @@ -js-waku
    +@waku/root
    -
    +
  • The search index is not available
  • @waku/root +
    +
  • PushResponse
  • +
  • waku_relay
  • +
  • waku_store
  • +
  • @waku/create
  • +
  • @waku/dns-discovery
  • +
  • @waku/enr
  • +
  • @waku/interfaces
  • +
  • @waku/message-encryption +
  • Generated using TypeDoc

    \ No newline at end of file diff --git a/modules/_waku_byte_utils.html b/modules/_waku_byte_utils.html new file mode 100644 index 0000000000..7c2c5a311a --- /dev/null +++ b/modules/_waku_byte_utils.html @@ -0,0 +1,88 @@ +@waku/byte-utils | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.html b/modules/_waku_core.html new file mode 100644 index 0000000000..13919c8610 --- /dev/null +++ b/modules/_waku_core.html @@ -0,0 +1,210 @@ +@waku/core | @waku/root
    +
    + +
    +
    +
    +
    + +

    Module @waku/core

    +
    +

    NPM

    +

    GitHub Action +Discord chat

    + + +

    @waku/core

    +
    +

    Core components of js-waku, a TypeScript implementation of the Waku v2 protocol.

    + + +

    Documentation

    +
    + +

    API Documentation can also be generated locally:

    +
    git clone https://github.com/waku-org/js-waku.git
    cd js-waku
    npm install
    npm run doc +
    + + +

    Changelog

    +
    +

    Release changelog can be found in CHANGELOG.md.

    + + +

    Bugs, Questions & Features

    +
    +

    If you encounter any bug or would like to propose new features, feel free to open an issue.

    +

    For general discussion, get help or latest news, join #js-waku on Vac Discord or the Waku Telegram Group.

    + + +

    Roadmap

    +
    +

    You can track progress on the project board.

    + + +

    Contributing

    +
    +

    See CONTRIBUTING.md.

    + + +

    License

    +
    +

    Licensed and distributed under either of

    + +

    or

    + +

    at your option. These files may not be copied, modified, or distributed except according to those terms.

    +
    +
    +
    +
    + +
    +
    +

    References

    +
    +Re-exports LightPushCodec
    +
    +Re-exports PageDirection
    +
    +Re-exports PushResponse
    +
    +Re-exports StoreCodec
    +
    +Re-exports WakuNode
    +
    +Re-exports createCursor
    +
    +Re-exports wakuFilter
    +
    +Re-exports wakuLightPush
    +
    +Re-exports wakuRelay
    +
    +Re-exports wakuStore
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.proto_message.RateLimitProof.html b/modules/_waku_core.proto_message.RateLimitProof.html new file mode 100644 index 0000000000..f3494f8d43 --- /dev/null +++ b/modules/_waku_core.proto_message.RateLimitProof.html @@ -0,0 +1,85 @@ +RateLimitProof | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace RateLimitProof

    +
    +
    +

    Index

    +
    +

    Functions

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.proto_message.WakuMessage.html b/modules/_waku_core.proto_message.WakuMessage.html new file mode 100644 index 0000000000..2d65b053c7 --- /dev/null +++ b/modules/_waku_core.proto_message.WakuMessage.html @@ -0,0 +1,85 @@ +WakuMessage | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.proto_message.html b/modules/_waku_core.proto_message.html new file mode 100644 index 0000000000..12157486d4 --- /dev/null +++ b/modules/_waku_core.proto_message.html @@ -0,0 +1,86 @@ +proto_message | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace proto_message

    +
    +
    +

    Index

    +
    +

    Namespaces

    +
    +
    +

    Interfaces

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.proto_topic_only_message.TopicOnlyMessage.html b/modules/_waku_core.proto_topic_only_message.TopicOnlyMessage.html new file mode 100644 index 0000000000..772d3cadc8 --- /dev/null +++ b/modules/_waku_core.proto_topic_only_message.TopicOnlyMessage.html @@ -0,0 +1,85 @@ +TopicOnlyMessage | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.proto_topic_only_message.html b/modules/_waku_core.proto_topic_only_message.html new file mode 100644 index 0000000000..025000e93b --- /dev/null +++ b/modules/_waku_core.proto_topic_only_message.html @@ -0,0 +1,83 @@ +proto_topic_only_message | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace proto_topic_only_message

    +
    +
    +

    Index

    +
    +

    Namespaces

    +
    +
    +

    Interfaces

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku.html b/modules/_waku_core.waku.html new file mode 100644 index 0000000000..cb5968c589 --- /dev/null +++ b/modules/_waku_core.waku.html @@ -0,0 +1,102 @@ +waku | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace waku

    +
    +
    +
    + +
    +
    +

    References

    +
    +
    +

    Classes

    +
    +
    +

    Interfaces

    +
    +
    +

    Variables

    +
    +
    +

    References

    +
    +Re-exports DefaultUserAgent
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku_filter.html b/modules/_waku_core.waku_filter.html new file mode 100644 index 0000000000..ba7779f171 --- /dev/null +++ b/modules/_waku_core.waku_filter.html @@ -0,0 +1,98 @@ +waku_filter | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku_light_push.PushResponse.html b/modules/_waku_core.waku_light_push.PushResponse.html new file mode 100644 index 0000000000..0b6cee2069 --- /dev/null +++ b/modules/_waku_core.waku_light_push.PushResponse.html @@ -0,0 +1,85 @@ +PushResponse | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku_light_push.html b/modules/_waku_core.waku_light_push.html new file mode 100644 index 0000000000..bb8cfc2147 --- /dev/null +++ b/modules/_waku_core.waku_light_push.html @@ -0,0 +1,97 @@ +waku_light_push | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku_relay.html b/modules/_waku_core.waku_relay.html new file mode 100644 index 0000000000..337101fb0f --- /dev/null +++ b/modules/_waku_core.waku_relay.html @@ -0,0 +1,86 @@ +waku_relay | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace waku_relay

    +
    +
    +

    Index

    +
    +

    Type Aliases

    +
    +
    +

    Functions

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_core.waku_store.html b/modules/_waku_core.waku_store.html new file mode 100644 index 0000000000..6db9d13a09 --- /dev/null +++ b/modules/_waku_core.waku_store.html @@ -0,0 +1,106 @@ +waku_store | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_create.html b/modules/_waku_create.html new file mode 100644 index 0000000000..dca7262187 --- /dev/null +++ b/modules/_waku_create.html @@ -0,0 +1,93 @@ +@waku/create | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_dns_discovery.html b/modules/_waku_dns_discovery.html new file mode 100644 index 0000000000..c511ca9899 --- /dev/null +++ b/modules/_waku_dns_discovery.html @@ -0,0 +1,80 @@ +@waku/dns-discovery | @waku/root
    +
    + +
    +
    +
    +
    + +

    Module @waku/dns-discovery

    +
    +
    +
    +
    +

    Index

    +
    +

    Classes

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_enr.html b/modules/_waku_enr.html new file mode 100644 index 0000000000..42043c740a --- /dev/null +++ b/modules/_waku_enr.html @@ -0,0 +1,143 @@ +@waku/enr | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_interfaces.html b/modules/_waku_interfaces.html new file mode 100644 index 0000000000..13da2ebc43 --- /dev/null +++ b/modules/_waku_interfaces.html @@ -0,0 +1,132 @@ +@waku/interfaces | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_message_encryption.ecies.html b/modules/_waku_message_encryption.ecies.html new file mode 100644 index 0000000000..7a4302b3a1 --- /dev/null +++ b/modules/_waku_message_encryption.ecies.html @@ -0,0 +1,100 @@ +ecies | @waku/root
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +

    References

    +
    +Re-exports DecodedMessage
    +
    +Re-exports generatePrivateKey
    +
    +Re-exports getPublicKey
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_message_encryption.html b/modules/_waku_message_encryption.html new file mode 100644 index 0000000000..d20f939ba0 --- /dev/null +++ b/modules/_waku_message_encryption.html @@ -0,0 +1,125 @@ +@waku/message-encryption | @waku/root
    +
    + +
    +
    +
    +
    + +

    Module @waku/message-encryption

    +
    +
    + +

    @waku/message-encryption

    +
    +

    Provide Waku Message Version 1 payload encryption as defined in 26/WAKU2-PAYLOAD.

    + + +

    Symmetric Encryption

    +
    +

    Symmetric encryption uses a unique key to encrypt and decrypt messages.

    +
    import {
    createDecoder,
    createEncoder,
    generateSymmetricKey,
    } from "@waku/message-encryption/symmetric";

    // Generate a random key
    const key = generateSymmetricKey();

    // To send messages, create an encoder
    const encoder = createEncoder(contentTopic, key);

    // For example
    waku.lightPush.push(encoder, { payload });

    // To receive messages, create a decoder
    const decoder = createDecoder(contentTopic, key);

    // For example
    await waku.store.queryOrderedCallback([decoder], (msg) => {
    // ...
    }); +
    + + +

    ECIES Encryption

    +
    +

    ECIES encryption enables encryption for a public key and decryption using a private key.

    +
    import {
    createDecoder,
    createEncoder,
    generatePrivateKey,
    getPublicKey,
    } from "@waku/message-encryption/ecies";

    // Generate a random private key
    const privateKey = generatePrivateKey();

    // Keep the private key secure, provide the public key to the sender
    const publicKey = getPublicKey(privateKey);

    // To send messages, create an encoder
    const encoder = createEncoder(contentTopic, publicKey);

    // For example
    waku.lightPush.push(encoder, { payload });

    // To receive messages, create a decoder
    const decoder = createDecoder(contentTopic, privateKey);

    // For example
    await waku.store.queryOrderedCallback([decoder], (msg) => {
    // ...
    }); +
    +
    +
    +
    +

    Index

    +
    +

    Namespaces

    +
    +
    +

    Classes

    +
    +
    +

    Type Aliases

    +
    +
    +

    Variables

    +
    +
    +

    Functions

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/_waku_message_encryption.symmetric.html b/modules/_waku_message_encryption.symmetric.html new file mode 100644 index 0000000000..1c522e7d66 --- /dev/null +++ b/modules/_waku_message_encryption.symmetric.html @@ -0,0 +1,96 @@ +symmetric | @waku/root
    +
    + +
    +
    +
    +
    + +

    Namespace symmetric

    +
    +
    +
    + +
    +
    +

    References

    +
    +Re-exports DecodedMessage
    +
    +Re-exports generateSymmetricKey
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/index.enr.html b/modules/index.enr.html deleted file mode 100644 index bb8fa0f799..0000000000 --- a/modules/index.enr.html +++ /dev/null @@ -1,129 +0,0 @@ -enr | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.html b/modules/index.html deleted file mode 100644 index 5901a9389e..0000000000 --- a/modules/index.html +++ /dev/null @@ -1,147 +0,0 @@ -index | js-waku
    -
    - -
    -
    -
    -
    - -

    Module index

    -
    -
    -
    -
    -
    - -
    -
    -

    References

    -
    -Re-exports LightPushCodec
    -
    -Re-exports PageDirection
    -
    -Re-exports Protocols
    -
    -Re-exports PushResponse
    -
    -Re-exports StoreCodec
    -
    -Re-exports WakuFilter
    -
    -Re-exports WakuLightPush
    -
    -Re-exports WakuNode
    -
    -Re-exports WakuRelay
    -
    -Re-exports WakuStore
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.proto_message.RateLimitProof.html b/modules/index.proto_message.RateLimitProof.html deleted file mode 100644 index 52560638d0..0000000000 --- a/modules/index.proto_message.RateLimitProof.html +++ /dev/null @@ -1,84 +0,0 @@ -RateLimitProof | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.proto_message.WakuMessage.html b/modules/index.proto_message.WakuMessage.html deleted file mode 100644 index 34cc3486ac..0000000000 --- a/modules/index.proto_message.WakuMessage.html +++ /dev/null @@ -1,84 +0,0 @@ -WakuMessage | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.proto_message.html b/modules/index.proto_message.html deleted file mode 100644 index 47d248c421..0000000000 --- a/modules/index.proto_message.html +++ /dev/null @@ -1,85 +0,0 @@ -proto_message | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.proto_topic_only_message.TopicOnlyMessage.html b/modules/index.proto_topic_only_message.TopicOnlyMessage.html deleted file mode 100644 index cf4e7b80d9..0000000000 --- a/modules/index.proto_topic_only_message.TopicOnlyMessage.html +++ /dev/null @@ -1,84 +0,0 @@ -TopicOnlyMessage | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.proto_topic_only_message.html b/modules/index.proto_topic_only_message.html deleted file mode 100644 index 8303d2fd2f..0000000000 --- a/modules/index.proto_topic_only_message.html +++ /dev/null @@ -1,82 +0,0 @@ -proto_topic_only_message | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.utils.html b/modules/index.utils.html deleted file mode 100644 index 77c7f80e5f..0000000000 --- a/modules/index.utils.html +++ /dev/null @@ -1,86 +0,0 @@ -utils | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku.html b/modules/index.waku.html deleted file mode 100644 index 81dbf67e5f..0000000000 --- a/modules/index.waku.html +++ /dev/null @@ -1,95 +0,0 @@ -waku | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku_filter.html b/modules/index.waku_filter.html deleted file mode 100644 index f166f2ad49..0000000000 --- a/modules/index.waku_filter.html +++ /dev/null @@ -1,99 +0,0 @@ -waku_filter | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku_light_push.PushResponse.html b/modules/index.waku_light_push.PushResponse.html deleted file mode 100644 index 73fd2c5569..0000000000 --- a/modules/index.waku_light_push.PushResponse.html +++ /dev/null @@ -1,84 +0,0 @@ -PushResponse | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku_light_push.html b/modules/index.waku_light_push.html deleted file mode 100644 index f5928ddd9c..0000000000 --- a/modules/index.waku_light_push.html +++ /dev/null @@ -1,96 +0,0 @@ -waku_light_push | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku_relay.html b/modules/index.waku_relay.html deleted file mode 100644 index 34330cb599..0000000000 --- a/modules/index.waku_relay.html +++ /dev/null @@ -1,87 +0,0 @@ -waku_relay | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/index.waku_store.html b/modules/index.waku_store.html deleted file mode 100644 index 82d6e774be..0000000000 --- a/modules/index.waku_store.html +++ /dev/null @@ -1,104 +0,0 @@ -waku_store | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_create_waku.html b/modules/lib_create_waku.html deleted file mode 100644 index bd341bceb4..0000000000 --- a/modules/lib_create_waku.html +++ /dev/null @@ -1,92 +0,0 @@ -lib/create_waku | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_interfaces.html b/modules/lib_interfaces.html deleted file mode 100644 index 3756e99adb..0000000000 --- a/modules/lib_interfaces.html +++ /dev/null @@ -1,97 +0,0 @@ -lib/interfaces | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_peer_discovery_static_list.html b/modules/lib_peer_discovery_static_list.html deleted file mode 100644 index 77c5b1a0d9..0000000000 --- a/modules/lib_peer_discovery_static_list.html +++ /dev/null @@ -1,84 +0,0 @@ -lib/peer_discovery_static_list | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_predefined_bootstrap_nodes.html b/modules/lib_predefined_bootstrap_nodes.html deleted file mode 100644 index 2e38d5df45..0000000000 --- a/modules/lib_predefined_bootstrap_nodes.html +++ /dev/null @@ -1,91 +0,0 @@ -lib/predefined_bootstrap_nodes | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_wait_for_remote_peer.html b/modules/lib_wait_for_remote_peer.html deleted file mode 100644 index aa398e9e3d..0000000000 --- a/modules/lib_wait_for_remote_peer.html +++ /dev/null @@ -1,79 +0,0 @@ -lib/wait_for_remote_peer | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_waku_message_topic_only_message.html b/modules/lib_waku_message_topic_only_message.html deleted file mode 100644 index dc239252c6..0000000000 --- a/modules/lib_waku_message_topic_only_message.html +++ /dev/null @@ -1,81 +0,0 @@ -lib/waku_message/topic_only_message | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_waku_message_version_0.html b/modules/lib_waku_message_version_0.html deleted file mode 100644 index c44094f969..0000000000 --- a/modules/lib_waku_message_version_0.html +++ /dev/null @@ -1,88 +0,0 @@ -lib/waku_message/version_0 | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/modules/lib_waku_message_version_1.html b/modules/lib_waku_message_version_1.html deleted file mode 100644 index 929902e00d..0000000000 --- a/modules/lib_waku_message_version_1.html +++ /dev/null @@ -1,97 +0,0 @@ -lib/waku_message/version_1 | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/_waku_core.waku_filter.ContentFilter.html b/types/_waku_core.waku_filter.ContentFilter.html new file mode 100644 index 0000000000..af066a2bee --- /dev/null +++ b/types/_waku_core.waku_filter.ContentFilter.html @@ -0,0 +1,84 @@ +ContentFilter | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias ContentFilter

    +
    ContentFilter: {
        contentTopic: string;
    }
    +
    +

    Type declaration

    +
      +
    • +
      contentTopic: string
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_core.waku_filter.UnsubscribeFunction.html b/types/_waku_core.waku_filter.UnsubscribeFunction.html new file mode 100644 index 0000000000..f18e6cd579 --- /dev/null +++ b/types/_waku_core.waku_filter.UnsubscribeFunction.html @@ -0,0 +1,87 @@ +UnsubscribeFunction | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias UnsubscribeFunction

    +
    UnsubscribeFunction: (() => Promise<void>)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): Promise<void>
      • +
      • +

        Returns Promise<void>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_core.waku_relay.CreateOptions.html b/types/_waku_core.waku_relay.CreateOptions.html new file mode 100644 index 0000000000..7614df0108 --- /dev/null +++ b/types/_waku_core.waku_relay.CreateOptions.html @@ -0,0 +1,76 @@ +CreateOptions | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias CreateOptions

    +
    CreateOptions: {
        pubSubTopic?: string;
    } & GossipsubOpts
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_core.waku_relay.Observer.html b/types/_waku_core.waku_relay.Observer.html new file mode 100644 index 0000000000..614953fbc5 --- /dev/null +++ b/types/_waku_core.waku_relay.Observer.html @@ -0,0 +1,88 @@ +Observer | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias Observer<T>

    +
    Observer<T>: {
        callback: Callback<T>;
        decoder: Decoder<T>;
    }
    +
    +

    Type Parameters

    +
      +
    • +

      T extends DecodedMessage

    +
    +

    Type declaration

    +
      +
    • +
      callback: Callback<T>
    • +
    • +
      decoder: Decoder<T>
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_enr.ENRKey.html b/types/_waku_enr.ENRKey.html new file mode 100644 index 0000000000..4cac47cd21 --- /dev/null +++ b/types/_waku_enr.ENRKey.html @@ -0,0 +1,97 @@ +ENRKey | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_enr.ENRValue.html b/types/_waku_enr.ENRValue.html new file mode 100644 index 0000000000..51fb2e4da7 --- /dev/null +++ b/types/_waku_enr.ENRValue.html @@ -0,0 +1,97 @@ +ENRValue | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_enr.NodeId.html b/types/_waku_enr.NodeId.html new file mode 100644 index 0000000000..0016430ccb --- /dev/null +++ b/types/_waku_enr.NodeId.html @@ -0,0 +1,100 @@ +NodeId | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_enr.SequenceNumber.html b/types/_waku_enr.SequenceNumber.html new file mode 100644 index 0000000000..c98b770e63 --- /dev/null +++ b/types/_waku_enr.SequenceNumber.html @@ -0,0 +1,97 @@ +SequenceNumber | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_interfaces.Callback.html b/types/_waku_interfaces.Callback.html new file mode 100644 index 0000000000..5e8536b204 --- /dev/null +++ b/types/_waku_interfaces.Callback.html @@ -0,0 +1,114 @@ +Callback | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias Callback<T>

    +
    Callback<T>: ((msg: T) => void | Promise<void>)
    +
    +

    Type Parameters

    +
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (msg: T): void | Promise<void>
      • +
      • +
        +

        Parameters

        +
          +
        • +
          msg: T
        +

        Returns void | Promise<void>

    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_interfaces.Cursor.html b/types/_waku_interfaces.Cursor.html new file mode 100644 index 0000000000..0ac88a35af --- /dev/null +++ b/types/_waku_interfaces.Cursor.html @@ -0,0 +1,105 @@ +Cursor | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias Cursor

    +
    Cursor: {
        digest?: Uint8Array;
        pubsubTopic?: string;
        senderTime?: bigint;
    }
    +
    +

    Type declaration

    +
      +
    • +
      Optional digest?: Uint8Array
    • +
    • +
      Optional pubsubTopic?: string
    • +
    • +
      Optional senderTime?: bigint
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_interfaces.ProtocolOptions.html b/types/_waku_interfaces.ProtocolOptions.html new file mode 100644 index 0000000000..e234ab369d --- /dev/null +++ b/types/_waku_interfaces.ProtocolOptions.html @@ -0,0 +1,105 @@ +ProtocolOptions | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias ProtocolOptions

    +
    ProtocolOptions: {
        peerId?: PeerId;
        pubSubTopic?: string;
    }
    +
    +

    Type declaration

    +
      +
    • +
      Optional peerId?: PeerId
      +

      Optionally specify an PeerId for the protocol request. If not included, will use a random peer.

      +
    • +
    • +
      Optional pubSubTopic?: string
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_interfaces.StoreQueryOptions.html b/types/_waku_interfaces.StoreQueryOptions.html new file mode 100644 index 0000000000..4d93d54128 --- /dev/null +++ b/types/_waku_interfaces.StoreQueryOptions.html @@ -0,0 +1,96 @@ +StoreQueryOptions | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias StoreQueryOptions

    +
    StoreQueryOptions: {
        cursor?: Cursor;
        pageDirection?: PageDirection;
        pageSize?: number;
        timeFilter?: TimeFilter;
    } & ProtocolOptions
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/_waku_message_encryption.Signature.html b/types/_waku_message_encryption.Signature.html new file mode 100644 index 0000000000..cd220a5fa1 --- /dev/null +++ b/types/_waku_message_encryption.Signature.html @@ -0,0 +1,86 @@ +Signature | @waku/root
    +
    + +
    +
    +
    +
    + +

    Type alias Signature

    +
    Signature: {
        publicKey: Uint8Array | undefined;
        signature: Uint8Array;
    }
    +
    +

    Type declaration

    +
      +
    • +
      publicKey: Uint8Array | undefined
    • +
    • +
      signature: Uint8Array
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/types/index.enr.ENRKey.html b/types/index.enr.ENRKey.html deleted file mode 100644 index 056b1b88b2..0000000000 --- a/types/index.enr.ENRKey.html +++ /dev/null @@ -1,91 +0,0 @@ -ENRKey | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.enr.ENRValue.html b/types/index.enr.ENRValue.html deleted file mode 100644 index c6c04ffa49..0000000000 --- a/types/index.enr.ENRValue.html +++ /dev/null @@ -1,91 +0,0 @@ -ENRValue | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.enr.NodeId.html b/types/index.enr.NodeId.html deleted file mode 100644 index af61127513..0000000000 --- a/types/index.enr.NodeId.html +++ /dev/null @@ -1,94 +0,0 @@ -NodeId | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.enr.SequenceNumber.html b/types/index.enr.SequenceNumber.html deleted file mode 100644 index 5d6eac1532..0000000000 --- a/types/index.enr.SequenceNumber.html +++ /dev/null @@ -1,91 +0,0 @@ -SequenceNumber | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_filter.ContentFilter.html b/types/index.waku_filter.ContentFilter.html deleted file mode 100644 index 65d32b0703..0000000000 --- a/types/index.waku_filter.ContentFilter.html +++ /dev/null @@ -1,84 +0,0 @@ -ContentFilter | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_filter.FilterCallback.html b/types/index.waku_filter.FilterCallback.html deleted file mode 100644 index 80912ebbea..0000000000 --- a/types/index.waku_filter.FilterCallback.html +++ /dev/null @@ -1,98 +0,0 @@ -FilterCallback | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias FilterCallback<T>

    -
    FilterCallback<T>: ((msg: T) => void | Promise<void>)
    -

    Type Parameters

    -
    -

    Type Parameters

    -
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (msg: T): void | Promise<void>
      • -
      • -
        -

        Parameters

        -
          -
        • -
          msg: T
        -

        Returns void | Promise<void>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_filter.FilterSubscriptionOpts.html b/types/index.waku_filter.FilterSubscriptionOpts.html deleted file mode 100644 index a3a29b3dc9..0000000000 --- a/types/index.waku_filter.FilterSubscriptionOpts.html +++ /dev/null @@ -1,90 +0,0 @@ -FilterSubscriptionOpts | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias FilterSubscriptionOpts

    -
    FilterSubscriptionOpts: { peerId?: PeerId; pubsubTopic?: string }
    -
    -

    Type declaration

    -
      -
    • -
      Optional peerId?: PeerId
      -

      Optionally specify a PeerId for the subscription. If not included, will use a random peer.

      -
    • -
    • -
      Optional pubsubTopic?: string
      -

      The Pubsub topic for the subscription

      -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_filter.UnsubscribeFunction.html b/types/index.waku_filter.UnsubscribeFunction.html deleted file mode 100644 index 588f6fe28e..0000000000 --- a/types/index.waku_filter.UnsubscribeFunction.html +++ /dev/null @@ -1,87 +0,0 @@ -UnsubscribeFunction | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias UnsubscribeFunction

    -
    UnsubscribeFunction: (() => Promise<void>)
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (): Promise<void>
      • -
      • -

        Returns Promise<void>

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_relay.Callback.html b/types/index.waku_relay.Callback.html deleted file mode 100644 index 26f6772958..0000000000 --- a/types/index.waku_relay.Callback.html +++ /dev/null @@ -1,95 +0,0 @@ -Callback | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias Callback<T>

    -
    Callback<T>: ((msg: T) => void)
    -

    Type Parameters

    -
    -

    Type Parameters

    -
    -
    -

    Type declaration

    -
      -
    • -
        -
      • (msg: T): void
      • -
      • -
        -

        Parameters

        -
          -
        • -
          msg: T
        -

        Returns void

    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_relay.CreateOptions.html b/types/index.waku_relay.CreateOptions.html deleted file mode 100644 index e912aaf5e4..0000000000 --- a/types/index.waku_relay.CreateOptions.html +++ /dev/null @@ -1,76 +0,0 @@ -CreateOptions | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/index.waku_relay.Observer.html b/types/index.waku_relay.Observer.html deleted file mode 100644 index 44d28aea05..0000000000 --- a/types/index.waku_relay.Observer.html +++ /dev/null @@ -1,89 +0,0 @@ -Observer | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias Observer<T>

    -
    Observer<T>: { callback: Callback<T>; decoder: Decoder<T> }
    -

    Type Parameters

    -
    -

    Type Parameters

    -
    -
    -

    Type declaration

    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/types/lib_waku_message_version_1.Signature.html b/types/lib_waku_message_version_1.Signature.html deleted file mode 100644 index 83ad737ec5..0000000000 --- a/types/lib_waku_message_version_1.Signature.html +++ /dev/null @@ -1,85 +0,0 @@ -Signature | js-waku
    -
    - -
    -
    -
    -
    - -

    Type alias Signature

    -
    Signature: { publicKey: Uint8Array | undefined; signature: Uint8Array }
    -
    -

    Type declaration

    -
      -
    • -
      publicKey: Uint8Array | undefined
    • -
    • -
      signature: Uint8Array
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/_waku_core.DefaultPubSubTopic.html b/variables/_waku_core.DefaultPubSubTopic.html new file mode 100644 index 0000000000..b151d1073c --- /dev/null +++ b/variables/_waku_core.DefaultPubSubTopic.html @@ -0,0 +1,90 @@ +DefaultPubSubTopic | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable DefaultPubSubTopicConst

    +
    DefaultPubSubTopic: "/waku/2/default-waku/proto" = "/waku/2/default-waku/proto"
    +

    DefaultPubSubTopic is the default gossipsub topic to use for Waku.

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.DefaultUserAgent.html b/variables/_waku_core.DefaultUserAgent.html new file mode 100644 index 0000000000..94b0c61b3c --- /dev/null +++ b/variables/_waku_core.DefaultUserAgent.html @@ -0,0 +1,88 @@ +DefaultUserAgent | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku.DefaultPingKeepAliveValueSecs.html b/variables/_waku_core.waku.DefaultPingKeepAliveValueSecs.html new file mode 100644 index 0000000000..85e3440ba6 --- /dev/null +++ b/variables/_waku_core.waku.DefaultPingKeepAliveValueSecs.html @@ -0,0 +1,78 @@ +DefaultPingKeepAliveValueSecs | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable DefaultPingKeepAliveValueSecsConst

    +
    DefaultPingKeepAliveValueSecs: 0 = 0
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku.DefaultRelayKeepAliveValueSecs.html b/variables/_waku_core.waku.DefaultRelayKeepAliveValueSecs.html new file mode 100644 index 0000000000..d9e6e267d4 --- /dev/null +++ b/variables/_waku_core.waku.DefaultRelayKeepAliveValueSecs.html @@ -0,0 +1,78 @@ +DefaultRelayKeepAliveValueSecs | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable DefaultRelayKeepAliveValueSecsConst

    +
    DefaultRelayKeepAliveValueSecs: number = ...
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku_filter.FilterCodec.html b/variables/_waku_core.waku_filter.FilterCodec.html new file mode 100644 index 0000000000..61619420aa --- /dev/null +++ b/variables/_waku_core.waku_filter.FilterCodec.html @@ -0,0 +1,79 @@ +FilterCodec | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable FilterCodecConst

    +
    FilterCodec: "/vac/waku/filter/2.0.0-beta1" = "/vac/waku/filter/2.0.0-beta1"
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku_light_push.LightPushCodec.html b/variables/_waku_core.waku_light_push.LightPushCodec.html new file mode 100644 index 0000000000..dd321a1b86 --- /dev/null +++ b/variables/_waku_core.waku_light_push.LightPushCodec.html @@ -0,0 +1,78 @@ +LightPushCodec | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable LightPushCodecConst

    +
    LightPushCodec: "/vac/waku/lightpush/2.0.0-beta1" = "/vac/waku/lightpush/2.0.0-beta1"
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku_store.DefaultPageSize.html b/variables/_waku_core.waku_store.DefaultPageSize.html new file mode 100644 index 0000000000..f6533231e0 --- /dev/null +++ b/variables/_waku_core.waku_store.DefaultPageSize.html @@ -0,0 +1,83 @@ +DefaultPageSize | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_core.waku_store.StoreCodec.html b/variables/_waku_core.waku_store.StoreCodec.html new file mode 100644 index 0000000000..6fc2d7e945 --- /dev/null +++ b/variables/_waku_core.waku_store.StoreCodec.html @@ -0,0 +1,83 @@ +StoreCodec | @waku/root
    +
    + +
    +
    +
    +
    + +

    Variable StoreCodecConst

    +
    StoreCodec: "/vac/waku/store/2.0.0-beta4" = "/vac/waku/store/2.0.0-beta4"
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_enr.ERR_INVALID_ID.html b/variables/_waku_enr.ERR_INVALID_ID.html new file mode 100644 index 0000000000..9b6b709879 --- /dev/null +++ b/variables/_waku_enr.ERR_INVALID_ID.html @@ -0,0 +1,97 @@ +ERR_INVALID_ID | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_enr.ERR_NO_SIGNATURE.html b/variables/_waku_enr.ERR_NO_SIGNATURE.html new file mode 100644 index 0000000000..450fc6c304 --- /dev/null +++ b/variables/_waku_enr.ERR_NO_SIGNATURE.html @@ -0,0 +1,97 @@ +ERR_NO_SIGNATURE | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html b/variables/_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html new file mode 100644 index 0000000000..ea199c6020 --- /dev/null +++ b/variables/_waku_enr.ERR_TYPE_NOT_IMPLEMENTED.html @@ -0,0 +1,97 @@ +ERR_TYPE_NOT_IMPLEMENTED | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_enr.MAX_RECORD_SIZE.html b/variables/_waku_enr.MAX_RECORD_SIZE.html new file mode 100644 index 0000000000..e47f294075 --- /dev/null +++ b/variables/_waku_enr.MAX_RECORD_SIZE.html @@ -0,0 +1,97 @@ +MAX_RECORD_SIZE | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_enr.MULTIADDR_LENGTH_SIZE.html b/variables/_waku_enr.MULTIADDR_LENGTH_SIZE.html new file mode 100644 index 0000000000..850aafacc5 --- /dev/null +++ b/variables/_waku_enr.MULTIADDR_LENGTH_SIZE.html @@ -0,0 +1,97 @@ +MULTIADDR_LENGTH_SIZE | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_message_encryption.OneMillion.html b/variables/_waku_message_encryption.OneMillion.html new file mode 100644 index 0000000000..c5bee864c2 --- /dev/null +++ b/variables/_waku_message_encryption.OneMillion.html @@ -0,0 +1,79 @@ +OneMillion | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/_waku_message_encryption.Version.html b/variables/_waku_message_encryption.Version.html new file mode 100644 index 0000000000..33655e88fa --- /dev/null +++ b/variables/_waku_message_encryption.Version.html @@ -0,0 +1,79 @@ +Version | @waku/root
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/variables/index.DefaultPubSubTopic.html b/variables/index.DefaultPubSubTopic.html deleted file mode 100644 index aa06f6e532..0000000000 --- a/variables/index.DefaultPubSubTopic.html +++ /dev/null @@ -1,87 +0,0 @@ -DefaultPubSubTopic | js-waku
    -
    - -
    -
    -
    -
    - -

    Variable DefaultPubSubTopicConst

    -
    DefaultPubSubTopic: "/waku/2/default-waku/proto" = "/waku/2/default-waku/proto"
    -

    DefaultPubSubTopic is the default gossipsub topic to use for Waku.

    -
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.enr.ERR_INVALID_ID.html b/variables/index.enr.ERR_INVALID_ID.html deleted file mode 100644 index 6fa043db7a..0000000000 --- a/variables/index.enr.ERR_INVALID_ID.html +++ /dev/null @@ -1,91 +0,0 @@ -ERR_INVALID_ID | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.enr.ERR_NO_SIGNATURE.html b/variables/index.enr.ERR_NO_SIGNATURE.html deleted file mode 100644 index 150fa79423..0000000000 --- a/variables/index.enr.ERR_NO_SIGNATURE.html +++ /dev/null @@ -1,91 +0,0 @@ -ERR_NO_SIGNATURE | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.enr.ERR_TYPE_NOT_IMPLEMENTED.html b/variables/index.enr.ERR_TYPE_NOT_IMPLEMENTED.html deleted file mode 100644 index 601d617c42..0000000000 --- a/variables/index.enr.ERR_TYPE_NOT_IMPLEMENTED.html +++ /dev/null @@ -1,91 +0,0 @@ -ERR_TYPE_NOT_IMPLEMENTED | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.enr.MAX_RECORD_SIZE.html b/variables/index.enr.MAX_RECORD_SIZE.html deleted file mode 100644 index bdc2d89294..0000000000 --- a/variables/index.enr.MAX_RECORD_SIZE.html +++ /dev/null @@ -1,91 +0,0 @@ -MAX_RECORD_SIZE | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.enr.MULTIADDR_LENGTH_SIZE.html b/variables/index.enr.MULTIADDR_LENGTH_SIZE.html deleted file mode 100644 index ac8c0e778e..0000000000 --- a/variables/index.enr.MULTIADDR_LENGTH_SIZE.html +++ /dev/null @@ -1,91 +0,0 @@ -MULTIADDR_LENGTH_SIZE | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku.DefaultPingKeepAliveValueSecs.html b/variables/index.waku.DefaultPingKeepAliveValueSecs.html deleted file mode 100644 index 5a4f080ea3..0000000000 --- a/variables/index.waku.DefaultPingKeepAliveValueSecs.html +++ /dev/null @@ -1,77 +0,0 @@ -DefaultPingKeepAliveValueSecs | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku.DefaultRelayKeepAliveValueSecs.html b/variables/index.waku.DefaultRelayKeepAliveValueSecs.html deleted file mode 100644 index aa72f9e1c2..0000000000 --- a/variables/index.waku.DefaultRelayKeepAliveValueSecs.html +++ /dev/null @@ -1,77 +0,0 @@ -DefaultRelayKeepAliveValueSecs | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku_filter.FilterCodec.html b/variables/index.waku_filter.FilterCodec.html deleted file mode 100644 index 257b832a13..0000000000 --- a/variables/index.waku_filter.FilterCodec.html +++ /dev/null @@ -1,79 +0,0 @@ -FilterCodec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku_light_push.LightPushCodec.html b/variables/index.waku_light_push.LightPushCodec.html deleted file mode 100644 index 9187145885..0000000000 --- a/variables/index.waku_light_push.LightPushCodec.html +++ /dev/null @@ -1,77 +0,0 @@ -LightPushCodec | js-waku
    -
    - -
    -
    -
    -
    - -

    Variable LightPushCodecConst

    -
    LightPushCodec: "/vac/waku/lightpush/2.0.0-beta1" = "/vac/waku/lightpush/2.0.0-beta1"
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku_store.DefaultPageSize.html b/variables/index.waku_store.DefaultPageSize.html deleted file mode 100644 index 3acdd1373b..0000000000 --- a/variables/index.waku_store.DefaultPageSize.html +++ /dev/null @@ -1,80 +0,0 @@ -DefaultPageSize | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/index.waku_store.StoreCodec.html b/variables/index.waku_store.StoreCodec.html deleted file mode 100644 index fbfaa53f4a..0000000000 --- a/variables/index.waku_store.StoreCodec.html +++ /dev/null @@ -1,80 +0,0 @@ -StoreCodec | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/lib_predefined_bootstrap_nodes.DefaultWantedNumber.html b/variables/lib_predefined_bootstrap_nodes.DefaultWantedNumber.html deleted file mode 100644 index 7839eb0d26..0000000000 --- a/variables/lib_predefined_bootstrap_nodes.DefaultWantedNumber.html +++ /dev/null @@ -1,75 +0,0 @@ -DefaultWantedNumber | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/lib_predefined_bootstrap_nodes.fleets.html b/variables/lib_predefined_bootstrap_nodes.fleets.html deleted file mode 100644 index e9f1a81b0f..0000000000 --- a/variables/lib_predefined_bootstrap_nodes.fleets.html +++ /dev/null @@ -1,105 +0,0 @@ -fleets | js-waku
    -
    - -
    -
    -
    -
    - -

    Variable fleetsConst

    -
    fleets: { fleets: { wakuv2.prod: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.prod: string; node-01.do-ams3.wakuv2.prod: string; node-01.gc-us-central1-a.wakuv2.prod: string } }; wakuv2.test: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.test: string; node-01.do-ams3.wakuv2.test: string; node-01.gc-us-central1-a.wakuv2.test: string } } } } = ...
    -
    -

    Type declaration

    -
      -
    • -
      fleets: { wakuv2.prod: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.prod: string; node-01.do-ams3.wakuv2.prod: string; node-01.gc-us-central1-a.wakuv2.prod: string } }; wakuv2.test: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.test: string; node-01.do-ams3.wakuv2.test: string; node-01.gc-us-central1-a.wakuv2.test: string } } }
      -
        -
      • -
        wakuv2.prod: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.prod: string; node-01.do-ams3.wakuv2.prod: string; node-01.gc-us-central1-a.wakuv2.prod: string } }
        -
          -
        • -
          waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.prod: string; node-01.do-ams3.wakuv2.prod: string; node-01.gc-us-central1-a.wakuv2.prod: string }
          -
            -
          • -
            node-01.ac-cn-hongkong-c.wakuv2.prod: string
          • -
          • -
            node-01.do-ams3.wakuv2.prod: string
          • -
          • -
            node-01.gc-us-central1-a.wakuv2.prod: string
      • -
      • -
        wakuv2.test: { waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.test: string; node-01.do-ams3.wakuv2.test: string; node-01.gc-us-central1-a.wakuv2.test: string } }
        -
          -
        • -
          waku-websocket: { node-01.ac-cn-hongkong-c.wakuv2.test: string; node-01.do-ams3.wakuv2.test: string; node-01.gc-us-central1-a.wakuv2.test: string }
          -
            -
          • -
            node-01.ac-cn-hongkong-c.wakuv2.test: string
          • -
          • -
            node-01.do-ams3.wakuv2.test: string
          • -
          • -
            node-01.gc-us-central1-a.wakuv2.test: string
    -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/lib_waku_message_version_0.Version.html b/variables/lib_waku_message_version_0.Version.html deleted file mode 100644 index fc633f9b94..0000000000 --- a/variables/lib_waku_message_version_0.Version.html +++ /dev/null @@ -1,75 +0,0 @@ -Version | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file diff --git a/variables/lib_waku_message_version_1.Version.html b/variables/lib_waku_message_version_1.Version.html deleted file mode 100644 index 4173e4420e..0000000000 --- a/variables/lib_waku_message_version_1.Version.html +++ /dev/null @@ -1,78 +0,0 @@ -Version | js-waku
    -
    - -
    - -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file