mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-08-24 22:51:08 +00:00
Updates
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<ul class="tsd-hierarchy">
|
||||
<li><a href="../interfaces/_waku_sdk.IDecoder.html" class="tsd-signature-type tsd-kind-interface">IDecoder</a><span class="tsd-signature-symbol"><</span><a href="_waku_core.DecodedMessage.html" class="tsd-signature-type tsd-kind-class">DecodedMessage</a><span class="tsd-signature-symbol">></span></li></ul></section><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/bcd65a193/packages/core/src/lib/message/version_0.ts#L125">packages/core/src/lib/message/version_0.ts:125</a></li></ul></aside>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/6fa106aa7/packages/core/src/lib/message/version_0.ts#L125">packages/core/src/lib/message/version_0.ts:125</a></li></ul></aside>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
||||
@@ -58,7 +58,7 @@
|
||||
<h5><span class="tsd-kind-parameter">contentTopic</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
||||
<h4 class="tsd-returns-title">Returns <a href="_waku_core.Decoder.html" class="tsd-signature-type tsd-kind-class">Decoder</a></h4><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/bcd65a193/packages/core/src/lib/message/version_0.ts#L126">packages/core/src/lib/message/version_0.ts:126</a></li></ul></aside></li></ul></section></section>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/6fa106aa7/packages/core/src/lib/message/version_0.ts#L126">packages/core/src/lib/message/version_0.ts:126</a></li></ul></aside></li></ul></section></section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member"><a id="contentTopic" class="tsd-anchor"></a>
|
||||
@@ -66,7 +66,7 @@
|
||||
<div class="tsd-signature"><span class="tsd-kind-property">content<wbr/>Topic</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
||||
<p>Implementation of <a href="../interfaces/_waku_sdk.IDecoder.html">IDecoder</a>.<a href="../interfaces/_waku_sdk.IDecoder.html#contentTopic">contentTopic</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/bcd65a193/packages/core/src/lib/message/version_0.ts#L126">packages/core/src/lib/message/version_0.ts:126</a></li></ul></aside></section></section>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/6fa106aa7/packages/core/src/lib/message/version_0.ts#L126">packages/core/src/lib/message/version_0.ts:126</a></li></ul></aside></section></section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Methods</h2>
|
||||
<section class="tsd-panel tsd-member"><a id="fromProtoObj" class="tsd-anchor"></a>
|
||||
@@ -84,7 +84,7 @@
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="_waku_core.DecodedMessage.html" class="tsd-signature-type tsd-kind-class">DecodedMessage</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Implementation of <a href="../interfaces/_waku_sdk.IDecoder.html">IDecoder</a>.<a href="../interfaces/_waku_sdk.IDecoder.html#fromProtoObj">fromProtoObj</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/bcd65a193/packages/core/src/lib/message/version_0.ts#L146">packages/core/src/lib/message/version_0.ts:146</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/6fa106aa7/packages/core/src/lib/message/version_0.ts#L146">packages/core/src/lib/message/version_0.ts:146</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member"><a id="fromWireToProtoObj" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>from<wbr/>Wire<wbr/>To<wbr/>Proto<wbr/>Obj</span><a href="#fromWireToProtoObj" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures">
|
||||
@@ -98,7 +98,7 @@
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/_waku_sdk.IProtoMessage.html" class="tsd-signature-type tsd-kind-interface">IProtoMessage</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Implementation of <a href="../interfaces/_waku_sdk.IDecoder.html">IDecoder</a>.<a href="../interfaces/_waku_sdk.IDecoder.html#fromWireToProtoObj">fromWireToProtoObj</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/bcd65a193/packages/core/src/lib/message/version_0.ts#L132">packages/core/src/lib/message/version_0.ts:132</a></li></ul></aside></li></ul></section></section></div>
|
||||
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/6fa106aa7/packages/core/src/lib/message/version_0.ts#L132">packages/core/src/lib/message/version_0.ts:132</a></li></ul></aside></li></ul></section></section></div>
|
||||
<div class="col-sidebar">
|
||||
<div class="page-menu">
|
||||
<div class="tsd-navigation settings">
|
||||
|
||||
Reference in New Issue
Block a user