This commit is contained in:
status-im-auto
2023-05-09 18:17:23 +00:00
committed by Jenkins
parent 722f2c0c3a
commit 081ac5ac70
462 changed files with 5595 additions and 1367 deletions
@@ -24,7 +24,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">EncoderOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/60c9a6286/packages/message-encryption/src/symmetric.ts#L73">packages/message-encryption/src/symmetric.ts:73</a></li></ul></aside>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/7daa9d05b/packages/message-encryption/src/symmetric.ts#L73">packages/message-encryption/src/symmetric.ts:73</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">
@@ -75,14 +75,14 @@ If encryption is used, <code>metaSetter</code> only accesses <em>encrypted</em>
<div class="tsd-comment tsd-typography"><p>An optional private key to be used to sign the payload before encryption.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/60c9a6286/packages/message-encryption/src/symmetric.ts#L77">packages/message-encryption/src/symmetric.ts:77</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/7daa9d05b/packages/message-encryption/src/symmetric.ts#L77">packages/message-encryption/src/symmetric.ts:77</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="symKey" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>sym<wbr/>Key</span><a href="#symKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">sym<wbr/>Key<span class="tsd-signature-symbol">:</span> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="tsd-signature-type external" target="_blank">Uint8Array</a></div>
<div class="tsd-comment tsd-typography"><p>The symmetric key to encrypt the payload with.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/60c9a6286/packages/message-encryption/src/symmetric.ts#L75">packages/message-encryption/src/symmetric.ts:75</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/waku-org/js-waku/blob/7daa9d05b/packages/message-encryption/src/symmetric.ts#L75">packages/message-encryption/src/symmetric.ts:75</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -195,7 +195,9 @@ If encryption is used, <code>metaSetter</code> only accesses <em>encrypted</em>
<li class="tsd-kind-namespace tsd-parent-kind-module"><a href="../modules/_waku_proto.proto_topic_only_message.html">proto_<wbr/>topic_<wbr/>only_<wbr/>message</a>
<ul>
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/_waku_proto.proto_topic_only_message.TopicOnlyMessage.html">Topic<wbr/>Only<wbr/>Message</a></li></ul></li></ul></li>
<li class="tsd-kind-module"><a href="../modules/_waku_utils.html">@waku/utils</a></li></ul></li></ul></div></details></nav>
<li class="tsd-kind-module"><a href="../modules/_waku_utils.html">@waku/utils</a>
<ul>
<li class="tsd-kind-module tsd-parent-kind-module"><a href="../modules/_waku_utils._internal_.html">&lt;internal&gt;</a></li></ul></li></ul></li></ul></div></details></nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="_waku_message_encryption.symmetric.EncoderOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Encoder<wbr/>Options</span></a>