diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000000..e2ac6616ad --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 0000000000..7d73b12909 --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,36 @@ +:root { + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #795E26; + --dark-hl-1: #DCDCAA; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css new file mode 100644 index 0000000000..776a3562d6 --- /dev/null +++ b/docs/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/docs/assets/icons.png b/docs/assets/icons.png new file mode 100644 index 0000000000..3836d5fe46 Binary files /dev/null and b/docs/assets/icons.png differ diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png new file mode 100644 index 0000000000..5a209e2f6d Binary files /dev/null and b/docs/assets/icons@2x.png differ diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 0000000000..61009a4baa --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 0000000000..14a6bc1450 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"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","16777216":"Reference"},"rows":[{"id":0,"kind":64,"name":"getNodesFromHostedJson","url":"modules.html#getNodesFromHostedJson","classes":"tsd-kind-function"},{"id":1,"kind":4,"name":"discovery","url":"modules/discovery.html","classes":"tsd-kind-namespace"},{"id":2,"kind":64,"name":"getPseudoRandomSubset","url":"modules/discovery.html#getPseudoRandomSubset","classes":"tsd-kind-function tsd-parent-kind-namespace tsd-has-type-parameter","parent":"discovery"},{"id":3,"kind":16777216,"name":"getNodesFromHostedJson","url":"modules/discovery.html#getNodesFromHostedJson","classes":"tsd-kind-reference tsd-parent-kind-namespace","parent":"discovery"},{"id":4,"kind":128,"name":"Bootstrap","url":"classes/discovery.Bootstrap.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"discovery"},{"id":5,"kind":1024,"name":"DefaultMaxPeers","url":"classes/discovery.Bootstrap.html#DefaultMaxPeers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"discovery.Bootstrap"},{"id":6,"kind":512,"name":"constructor","url":"classes/discovery.Bootstrap.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"discovery.Bootstrap"},{"id":7,"kind":1024,"name":"getBootstrapPeers","url":"classes/discovery.Bootstrap.html#getBootstrapPeers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"discovery.Bootstrap"},{"id":8,"kind":256,"name":"BootstrapOptions","url":"interfaces/discovery.BootstrapOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"discovery"},{"id":9,"kind":1024,"name":"maxPeers","url":"interfaces/discovery.BootstrapOptions.html#maxPeers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"discovery.BootstrapOptions"},{"id":10,"kind":1024,"name":"default","url":"interfaces/discovery.BootstrapOptions.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"discovery.BootstrapOptions"},{"id":11,"kind":1024,"name":"peers","url":"interfaces/discovery.BootstrapOptions.html#peers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"discovery.BootstrapOptions"},{"id":12,"kind":2048,"name":"getPeers","url":"interfaces/discovery.BootstrapOptions.html#getPeers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"discovery.BootstrapOptions"},{"id":13,"kind":1024,"name":"enrUrl","url":"interfaces/discovery.BootstrapOptions.html#enrUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"discovery.BootstrapOptions"},{"id":14,"kind":256,"name":"DnsClient","url":"interfaces/discovery.DnsClient.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"discovery"},{"id":15,"kind":2048,"name":"resolveTXT","url":"interfaces/discovery.DnsClient.html#resolveTXT","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"discovery.DnsClient"},{"id":16,"kind":128,"name":"DnsNodeDiscovery","url":"classes/discovery.DnsNodeDiscovery.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"discovery"},{"id":17,"kind":2048,"name":"dnsOverHttp","url":"classes/discovery.DnsNodeDiscovery.html#dnsOverHttp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"discovery.DnsNodeDiscovery"},{"id":18,"kind":512,"name":"constructor","url":"classes/discovery.DnsNodeDiscovery.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"discovery.DnsNodeDiscovery"},{"id":19,"kind":1024,"name":"dns","url":"classes/discovery.DnsNodeDiscovery.html#dns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"discovery.DnsNodeDiscovery"},{"id":20,"kind":1024,"name":"_DNSTreeCache","url":"classes/discovery.DnsNodeDiscovery.html#_DNSTreeCache","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"discovery.DnsNodeDiscovery"},{"id":21,"kind":65536,"name":"__type","url":"classes/discovery.DnsNodeDiscovery.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"discovery.DnsNodeDiscovery"},{"id":22,"kind":1024,"name":"_errorTolerance","url":"classes/discovery.DnsNodeDiscovery.html#_errorTolerance","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"discovery.DnsNodeDiscovery"},{"id":23,"kind":2048,"name":"getPeers","url":"classes/discovery.DnsNodeDiscovery.html#getPeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"discovery.DnsNodeDiscovery"},{"id":24,"kind":2048,"name":"_search","url":"classes/discovery.DnsNodeDiscovery.html#_search","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"discovery.DnsNodeDiscovery"},{"id":25,"kind":2048,"name":"_getTXTRecord","url":"classes/discovery.DnsNodeDiscovery.html#_getTXTRecord","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"discovery.DnsNodeDiscovery"},{"id":26,"kind":4194304,"name":"SearchContext","url":"modules/discovery.html#SearchContext","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"discovery"},{"id":27,"kind":65536,"name":"__type","url":"modules/discovery.html#SearchContext.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"discovery.SearchContext"},{"id":28,"kind":1024,"name":"domain","url":"modules/discovery.html#SearchContext.__type-2.domain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.SearchContext.__type"},{"id":29,"kind":1024,"name":"publicKey","url":"modules/discovery.html#SearchContext.__type-2.publicKey-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.SearchContext.__type"},{"id":30,"kind":1024,"name":"visits","url":"modules/discovery.html#SearchContext.__type-2.visits","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.SearchContext.__type"},{"id":31,"kind":65536,"name":"__type","url":"modules/discovery.html#SearchContext.__type-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"discovery.SearchContext.__type"},{"id":32,"kind":4194304,"name":"Endpoints","url":"modules/discovery.html#Endpoints","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"discovery"},{"id":33,"kind":128,"name":"DnsOverHttps","url":"classes/discovery.DnsOverHttps.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"discovery"},{"id":34,"kind":512,"name":"constructor","url":"classes/discovery.DnsOverHttps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"discovery.DnsOverHttps"},{"id":35,"kind":1024,"name":"endpoints","url":"classes/discovery.DnsOverHttps.html#endpoints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"discovery.DnsOverHttps"},{"id":36,"kind":2048,"name":"resolveTXT","url":"classes/discovery.DnsOverHttps.html#resolveTXT","classes":"tsd-kind-method tsd-parent-kind-class","parent":"discovery.DnsOverHttps"},{"id":37,"kind":128,"name":"ENRTree","url":"classes/discovery.ENRTree.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"discovery"},{"id":38,"kind":1024,"name":"RECORD_PREFIX","url":"classes/discovery.ENRTree.html#RECORD_PREFIX","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":39,"kind":1024,"name":"TREE_PREFIX","url":"classes/discovery.ENRTree.html#TREE_PREFIX","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":40,"kind":1024,"name":"BRANCH_PREFIX","url":"classes/discovery.ENRTree.html#BRANCH_PREFIX","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":41,"kind":1024,"name":"ROOT_PREFIX","url":"classes/discovery.ENRTree.html#ROOT_PREFIX","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":42,"kind":2048,"name":"parseAndVerifyRoot","url":"classes/discovery.ENRTree.html#parseAndVerifyRoot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":43,"kind":2048,"name":"parseRootValues","url":"classes/discovery.ENRTree.html#parseRootValues","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":44,"kind":2048,"name":"parseTree","url":"classes/discovery.ENRTree.html#parseTree","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":45,"kind":2048,"name":"parseBranch","url":"classes/discovery.ENRTree.html#parseBranch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"discovery.ENRTree"},{"id":46,"kind":512,"name":"constructor","url":"classes/discovery.ENRTree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"discovery.ENRTree"},{"id":47,"kind":4194304,"name":"ENRTreeValues","url":"modules/discovery.html#ENRTreeValues","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"discovery"},{"id":48,"kind":65536,"name":"__type","url":"modules/discovery.html#ENRTreeValues.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"discovery.ENRTreeValues"},{"id":49,"kind":1024,"name":"publicKey","url":"modules/discovery.html#ENRTreeValues.__type-1.publicKey","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRTreeValues.__type"},{"id":50,"kind":1024,"name":"domain","url":"modules/discovery.html#ENRTreeValues.__type-1.domain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRTreeValues.__type"},{"id":51,"kind":4194304,"name":"ENRRootValues","url":"modules/discovery.html#ENRRootValues","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"discovery"},{"id":52,"kind":65536,"name":"__type","url":"modules/discovery.html#ENRRootValues.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"discovery.ENRRootValues"},{"id":53,"kind":1024,"name":"eRoot","url":"modules/discovery.html#ENRRootValues.__type.eRoot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRRootValues.__type"},{"id":54,"kind":1024,"name":"lRoot","url":"modules/discovery.html#ENRRootValues.__type.lRoot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRRootValues.__type"},{"id":55,"kind":1024,"name":"seq","url":"modules/discovery.html#ENRRootValues.__type.seq","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRRootValues.__type"},{"id":56,"kind":1024,"name":"signature","url":"modules/discovery.html#ENRRootValues.__type.signature","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"discovery.ENRRootValues.__type"},{"id":57,"kind":4,"name":"enr","url":"modules/enr.html","classes":"tsd-kind-namespace"},{"id":58,"kind":32,"name":"v4","url":"modules/enr.html#v4","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":59,"kind":32,"name":"MAX_RECORD_SIZE","url":"modules/enr.html#MAX_RECORD_SIZE","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":60,"kind":32,"name":"ERR_INVALID_ID","url":"modules/enr.html#ERR_INVALID_ID","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":61,"kind":32,"name":"ERR_NO_SIGNATURE","url":"modules/enr.html#ERR_NO_SIGNATURE","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":62,"kind":32,"name":"MULTIADDR_LENGTH_SIZE","url":"modules/enr.html#MULTIADDR_LENGTH_SIZE","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":63,"kind":128,"name":"ENR","url":"classes/enr.ENR.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"enr"},{"id":64,"kind":1024,"name":"RECORD_PREFIX","url":"classes/enr.ENR.html#RECORD_PREFIX","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":65,"kind":2048,"name":"createV4","url":"classes/enr.ENR.html#createV4","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":66,"kind":2048,"name":"createFromPeerId","url":"classes/enr.ENR.html#createFromPeerId","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":67,"kind":2048,"name":"decodeFromValues","url":"classes/enr.ENR.html#decodeFromValues","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":68,"kind":2048,"name":"decode","url":"classes/enr.ENR.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":69,"kind":2048,"name":"decodeTxt","url":"classes/enr.ENR.html#decodeTxt","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"enr.ENR"},{"id":70,"kind":512,"name":"constructor","url":"classes/enr.ENR.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"enr.ENR"},{"id":71,"kind":1024,"name":"seq","url":"classes/enr.ENR.html#seq","classes":"tsd-kind-property tsd-parent-kind-class","parent":"enr.ENR"},{"id":72,"kind":1024,"name":"signature","url":"classes/enr.ENR.html#signature","classes":"tsd-kind-property tsd-parent-kind-class","parent":"enr.ENR"},{"id":73,"kind":2048,"name":"set","url":"classes/enr.ENR.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"enr.ENR"},{"id":74,"kind":262144,"name":"id","url":"classes/enr.ENR.html#id","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":75,"kind":262144,"name":"keypairType","url":"classes/enr.ENR.html#keypairType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":76,"kind":262144,"name":"publicKey","url":"classes/enr.ENR.html#publicKey","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":77,"kind":262144,"name":"keypair","url":"classes/enr.ENR.html#keypair","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":78,"kind":262144,"name":"peerId","url":"classes/enr.ENR.html#peerId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":79,"kind":262144,"name":"nodeId","url":"classes/enr.ENR.html#nodeId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.ENR"},{"id":80,"kind":262144,"name":"ip","url":"classes/enr.ENR.html#ip","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":81,"kind":262144,"name":"tcp","url":"classes/enr.ENR.html#tcp","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":82,"kind":262144,"name":"udp","url":"classes/enr.ENR.html#udp","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":83,"kind":262144,"name":"ip6","url":"classes/enr.ENR.html#ip6","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":84,"kind":262144,"name":"tcp6","url":"classes/enr.ENR.html#tcp6","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":85,"kind":262144,"name":"udp6","url":"classes/enr.ENR.html#udp6","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":86,"kind":262144,"name":"multiaddrs","url":"classes/enr.ENR.html#multiaddrs","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"enr.ENR"},{"id":87,"kind":2048,"name":"getLocationMultiaddr","url":"classes/enr.ENR.html#getLocationMultiaddr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":88,"kind":2048,"name":"setLocationMultiaddr","url":"classes/enr.ENR.html#setLocationMultiaddr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":89,"kind":2048,"name":"getFullMultiaddr","url":"classes/enr.ENR.html#getFullMultiaddr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":90,"kind":2048,"name":"getFullMultiaddrs","url":"classes/enr.ENR.html#getFullMultiaddrs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":91,"kind":2048,"name":"verify","url":"classes/enr.ENR.html#verify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":92,"kind":2048,"name":"sign","url":"classes/enr.ENR.html#sign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":93,"kind":2048,"name":"encodeToValues","url":"classes/enr.ENR.html#encodeToValues","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":94,"kind":2048,"name":"encode","url":"classes/enr.ENR.html#encode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":95,"kind":2048,"name":"encodeTxt","url":"classes/enr.ENR.html#encodeTxt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.ENR"},{"id":96,"kind":4194304,"name":"NodeId","url":"modules/enr.html#NodeId","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"enr"},{"id":97,"kind":4194304,"name":"SequenceNumber","url":"modules/enr.html#SequenceNumber","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"enr"},{"id":98,"kind":4194304,"name":"ENRKey","url":"modules/enr.html#ENRKey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"enr"},{"id":99,"kind":4194304,"name":"ENRValue","url":"modules/enr.html#ENRValue","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"enr"},{"id":100,"kind":64,"name":"createNodeId","url":"modules/enr.html#createNodeId","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":101,"kind":64,"name":"generateKeypair","url":"modules/enr.html#generateKeypair","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":102,"kind":64,"name":"createKeypair","url":"modules/enr.html#createKeypair","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":103,"kind":64,"name":"createPeerIdFromKeypair","url":"modules/enr.html#createPeerIdFromKeypair","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":104,"kind":64,"name":"createKeypairFromPeerId","url":"modules/enr.html#createKeypairFromPeerId","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":105,"kind":8,"name":"KeypairType","url":"enums/enr.KeypairType.html","classes":"tsd-kind-enum tsd-parent-kind-namespace","parent":"enr"},{"id":106,"kind":16,"name":"rsa","url":"enums/enr.KeypairType.html#rsa","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enr.KeypairType"},{"id":107,"kind":16,"name":"ed25519","url":"enums/enr.KeypairType.html#ed25519","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enr.KeypairType"},{"id":108,"kind":16,"name":"secp256k1","url":"enums/enr.KeypairType.html#secp256k1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enr.KeypairType"},{"id":109,"kind":256,"name":"IKeypair","url":"interfaces/enr.IKeypair.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"enr"},{"id":110,"kind":1024,"name":"type","url":"interfaces/enr.IKeypair.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":111,"kind":1024,"name":"privateKey","url":"interfaces/enr.IKeypair.html#privateKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":112,"kind":1024,"name":"publicKey","url":"interfaces/enr.IKeypair.html#publicKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":113,"kind":2048,"name":"privateKeyVerify","url":"interfaces/enr.IKeypair.html#privateKeyVerify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":114,"kind":2048,"name":"publicKeyVerify","url":"interfaces/enr.IKeypair.html#publicKeyVerify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":115,"kind":2048,"name":"sign","url":"interfaces/enr.IKeypair.html#sign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":116,"kind":2048,"name":"verify","url":"interfaces/enr.IKeypair.html#verify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":117,"kind":2048,"name":"hasPrivateKey","url":"interfaces/enr.IKeypair.html#hasPrivateKey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypair"},{"id":118,"kind":256,"name":"IKeypairClass","url":"interfaces/enr.IKeypairClass.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"enr"},{"id":119,"kind":2048,"name":"generate","url":"interfaces/enr.IKeypairClass.html#generate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"enr.IKeypairClass"},{"id":120,"kind":512,"name":"constructor","url":"interfaces/enr.IKeypairClass.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-interface","parent":"enr.IKeypairClass"},{"id":121,"kind":128,"name":"AbstractKeypair","url":"classes/enr.AbstractKeypair.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"enr"},{"id":122,"kind":512,"name":"constructor","url":"classes/enr.AbstractKeypair.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":123,"kind":1024,"name":"_privateKey","url":"classes/enr.AbstractKeypair.html#_privateKey","classes":"tsd-kind-property tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":124,"kind":1024,"name":"_publicKey","url":"classes/enr.AbstractKeypair.html#_publicKey","classes":"tsd-kind-property tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":125,"kind":262144,"name":"privateKey","url":"classes/enr.AbstractKeypair.html#privateKey","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":126,"kind":262144,"name":"publicKey","url":"classes/enr.AbstractKeypair.html#publicKey","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":127,"kind":2048,"name":"privateKeyVerify","url":"classes/enr.AbstractKeypair.html#privateKeyVerify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":128,"kind":2048,"name":"publicKeyVerify","url":"classes/enr.AbstractKeypair.html#publicKeyVerify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":129,"kind":2048,"name":"hasPrivateKey","url":"classes/enr.AbstractKeypair.html#hasPrivateKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"enr.AbstractKeypair"},{"id":130,"kind":64,"name":"secp256k1PublicKeyToCompressed","url":"modules/enr.html#secp256k1PublicKeyToCompressed","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":131,"kind":64,"name":"secp256k1PublicKeyToFull","url":"modules/enr.html#secp256k1PublicKeyToFull","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":132,"kind":64,"name":"secp256k1PublicKeyToRaw","url":"modules/enr.html#secp256k1PublicKeyToRaw","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"enr"},{"id":133,"kind":32,"name":"Secp256k1Keypair","url":"modules/enr.html#Secp256k1Keypair","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"enr"},{"id":134,"kind":4,"name":"utils","url":"modules/utils.html","classes":"tsd-kind-namespace"},{"id":135,"kind":64,"name":"hexToBuf","url":"modules/utils.html#hexToBuf","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"utils"},{"id":136,"kind":64,"name":"bufToHex","url":"modules/utils.html#bufToHex","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"utils"},{"id":137,"kind":64,"name":"equalByteArrays","url":"modules/utils.html#equalByteArrays","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"utils"},{"id":138,"kind":64,"name":"keccak256Buf","url":"modules/utils.html#keccak256Buf","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"utils"},{"id":139,"kind":4,"name":"waku","url":"modules/waku.html","classes":"tsd-kind-namespace"},{"id":140,"kind":32,"name":"DefaultPingKeepAliveValueSecs","url":"modules/waku.html#DefaultPingKeepAliveValueSecs","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku"},{"id":141,"kind":32,"name":"DefaultRelayKeepAliveValueSecs","url":"modules/waku.html#DefaultRelayKeepAliveValueSecs","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku"},{"id":142,"kind":32,"name":"DefaultPubSubTopic","url":"modules/waku.html#DefaultPubSubTopic","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku"},{"id":143,"kind":256,"name":"CreateOptions","url":"interfaces/waku.CreateOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku"},{"id":144,"kind":1024,"name":"pubSubTopic","url":"interfaces/waku.CreateOptions.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":145,"kind":1024,"name":"pingKeepAlive","url":"interfaces/waku.CreateOptions.html#pingKeepAlive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":146,"kind":1024,"name":"relayKeepAlive","url":"interfaces/waku.CreateOptions.html#relayKeepAlive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":147,"kind":1024,"name":"libp2p","url":"interfaces/waku.CreateOptions.html#libp2p","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":148,"kind":1024,"name":"staticNoiseKey","url":"interfaces/waku.CreateOptions.html#staticNoiseKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":149,"kind":1024,"name":"bootstrap","url":"interfaces/waku.CreateOptions.html#bootstrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":150,"kind":1024,"name":"decryptionKeys","url":"interfaces/waku.CreateOptions.html#decryptionKeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku.CreateOptions"},{"id":151,"kind":128,"name":"Waku","url":"classes/waku.Waku.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"waku"},{"id":152,"kind":2048,"name":"create","url":"classes/waku.Waku.html#create","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"waku.Waku"},{"id":153,"kind":512,"name":"constructor","url":"classes/waku.Waku.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"waku.Waku"},{"id":154,"kind":1024,"name":"libp2p","url":"classes/waku.Waku.html#libp2p","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku.Waku"},{"id":155,"kind":1024,"name":"relay","url":"classes/waku.Waku.html#relay","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku.Waku"},{"id":156,"kind":1024,"name":"store","url":"classes/waku.Waku.html#store","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku.Waku"},{"id":157,"kind":1024,"name":"lightPush","url":"classes/waku.Waku.html#lightPush","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku.Waku"},{"id":158,"kind":1024,"name":"pingKeepAliveTimers","url":"classes/waku.Waku.html#pingKeepAliveTimers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"waku.Waku"},{"id":159,"kind":65536,"name":"__type","url":"classes/waku.Waku.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"waku.Waku"},{"id":160,"kind":1024,"name":"relayKeepAliveTimers","url":"classes/waku.Waku.html#relayKeepAliveTimers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"waku.Waku"},{"id":161,"kind":65536,"name":"__type","url":"classes/waku.Waku.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"waku.Waku"},{"id":162,"kind":2048,"name":"dial","url":"classes/waku.Waku.html#dial","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":163,"kind":2048,"name":"addPeerToAddressBook","url":"classes/waku.Waku.html#addPeerToAddressBook","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":164,"kind":2048,"name":"stop","url":"classes/waku.Waku.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":165,"kind":2048,"name":"addDecryptionKey","url":"classes/waku.Waku.html#addDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":166,"kind":2048,"name":"deleteDecryptionKey","url":"classes/waku.Waku.html#deleteDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":167,"kind":2048,"name":"getLocalMultiaddrWithID","url":"classes/waku.Waku.html#getLocalMultiaddrWithID","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":168,"kind":2048,"name":"waitForConnectedPeer","url":"classes/waku.Waku.html#waitForConnectedPeer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku.Waku"},{"id":169,"kind":2048,"name":"startKeepAlive","url":"classes/waku.Waku.html#startKeepAlive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"waku.Waku"},{"id":170,"kind":2048,"name":"stopKeepAlive","url":"classes/waku.Waku.html#stopKeepAlive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"waku.Waku"},{"id":171,"kind":16777216,"name":"Waku","url":"modules.html#Waku","classes":"tsd-kind-reference"},{"id":172,"kind":16777216,"name":"DefaultPubSubTopic","url":"modules.html#DefaultPubSubTopic","classes":"tsd-kind-reference"},{"id":173,"kind":4,"name":"waku_message","url":"modules/waku_message.html","classes":"tsd-kind-namespace"},{"id":174,"kind":8,"name":"DecryptionMethod","url":"enums/waku_message.DecryptionMethod.html","classes":"tsd-kind-enum tsd-parent-kind-namespace","parent":"waku_message"},{"id":175,"kind":16,"name":"Asymmetric","url":"enums/waku_message.DecryptionMethod.html#Asymmetric","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"waku_message.DecryptionMethod"},{"id":176,"kind":16,"name":"Symmetric","url":"enums/waku_message.DecryptionMethod.html#Symmetric","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"waku_message.DecryptionMethod"},{"id":177,"kind":256,"name":"Options","url":"interfaces/waku_message.Options.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_message"},{"id":178,"kind":1024,"name":"timestamp","url":"interfaces/waku_message.Options.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_message.Options"},{"id":179,"kind":1024,"name":"encPublicKey","url":"interfaces/waku_message.Options.html#encPublicKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_message.Options"},{"id":180,"kind":1024,"name":"symKey","url":"interfaces/waku_message.Options.html#symKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_message.Options"},{"id":181,"kind":1024,"name":"sigPrivKey","url":"interfaces/waku_message.Options.html#sigPrivKey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_message.Options"},{"id":182,"kind":128,"name":"WakuMessage","url":"classes/waku_message.WakuMessage.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"waku_message"},{"id":183,"kind":2048,"name":"fromUtf8String","url":"classes/waku_message.WakuMessage.html#fromUtf8String","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"waku_message.WakuMessage"},{"id":184,"kind":2048,"name":"fromBytes","url":"classes/waku_message.WakuMessage.html#fromBytes","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"waku_message.WakuMessage"},{"id":185,"kind":2048,"name":"decode","url":"classes/waku_message.WakuMessage.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"waku_message.WakuMessage"},{"id":186,"kind":2048,"name":"decodeProto","url":"classes/waku_message.WakuMessage.html#decodeProto","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"waku_message.WakuMessage"},{"id":187,"kind":512,"name":"constructor","url":"classes/waku_message.WakuMessage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"waku_message.WakuMessage"},{"id":188,"kind":1024,"name":"proto","url":"classes/waku_message.WakuMessage.html#proto","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":189,"kind":2048,"name":"encode","url":"classes/waku_message.WakuMessage.html#encode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":190,"kind":262144,"name":"payloadAsUtf8","url":"classes/waku_message.WakuMessage.html#payloadAsUtf8","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":191,"kind":262144,"name":"payload","url":"classes/waku_message.WakuMessage.html#payload","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":192,"kind":262144,"name":"contentTopic","url":"classes/waku_message.WakuMessage.html#contentTopic","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":193,"kind":262144,"name":"version","url":"classes/waku_message.WakuMessage.html#version","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":194,"kind":262144,"name":"timestamp","url":"classes/waku_message.WakuMessage.html#timestamp","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":195,"kind":262144,"name":"signaturePublicKey","url":"classes/waku_message.WakuMessage.html#signaturePublicKey","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":196,"kind":262144,"name":"signature","url":"classes/waku_message.WakuMessage.html#signature","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_message.WakuMessage"},{"id":197,"kind":16777216,"name":"WakuMessage","url":"modules.html#WakuMessage","classes":"tsd-kind-reference"},{"id":198,"kind":64,"name":"generatePrivateKey","url":"modules.html#generatePrivateKey","classes":"tsd-kind-function"},{"id":199,"kind":64,"name":"generateSymmetricKey","url":"modules.html#generateSymmetricKey","classes":"tsd-kind-function"},{"id":200,"kind":64,"name":"getPublicKey","url":"modules.html#getPublicKey","classes":"tsd-kind-function"},{"id":201,"kind":4,"name":"waku_light_push","url":"modules/waku_light_push.html","classes":"tsd-kind-namespace"},{"id":202,"kind":32,"name":"LightPushCodec","url":"modules/waku_light_push.html#LightPushCodec","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":203,"kind":32,"name":"PushResponse","url":"modules/waku_light_push.html#PushResponse-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":204,"kind":65536,"name":"__type","url":"modules/waku_light_push.html#PushResponse-1.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"waku_light_push.PushResponse"},{"id":205,"kind":2048,"name":"encode","url":"modules/waku_light_push.html#PushResponse-1.__type.encode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"waku_light_push.PushResponse.__type"},{"id":206,"kind":2048,"name":"decode","url":"modules/waku_light_push.html#PushResponse-1.__type.decode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"waku_light_push.PushResponse.__type"},{"id":207,"kind":2048,"name":"fromJSON","url":"modules/waku_light_push.html#PushResponse-1.__type.fromJSON","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"waku_light_push.PushResponse.__type"},{"id":208,"kind":2048,"name":"toJSON","url":"modules/waku_light_push.html#PushResponse-1.__type.toJSON","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"waku_light_push.PushResponse.__type"},{"id":209,"kind":2048,"name":"fromPartial","url":"modules/waku_light_push.html#PushResponse-1.__type.fromPartial","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"waku_light_push.PushResponse.__type"},{"id":210,"kind":256,"name":"PushResponse","url":"interfaces/waku_light_push.PushResponse.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":211,"kind":1024,"name":"isSuccess","url":"interfaces/waku_light_push.PushResponse.html#isSuccess","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_light_push.PushResponse"},{"id":212,"kind":1024,"name":"info","url":"interfaces/waku_light_push.PushResponse.html#info","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_light_push.PushResponse"},{"id":213,"kind":256,"name":"CreateOptions","url":"interfaces/waku_light_push.CreateOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":214,"kind":1024,"name":"pubSubTopic","url":"interfaces/waku_light_push.CreateOptions.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_light_push.CreateOptions"},{"id":215,"kind":256,"name":"PushOptions","url":"interfaces/waku_light_push.PushOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":216,"kind":1024,"name":"peerId","url":"interfaces/waku_light_push.PushOptions.html#peerId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_light_push.PushOptions"},{"id":217,"kind":1024,"name":"pubSubTopic","url":"interfaces/waku_light_push.PushOptions.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_light_push.PushOptions"},{"id":218,"kind":128,"name":"WakuLightPush","url":"classes/waku_light_push.WakuLightPush.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"waku_light_push"},{"id":219,"kind":512,"name":"constructor","url":"classes/waku_light_push.WakuLightPush.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":220,"kind":1024,"name":"pubSubTopic","url":"classes/waku_light_push.WakuLightPush.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":221,"kind":1024,"name":"libp2p","url":"classes/waku_light_push.WakuLightPush.html#libp2p","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":222,"kind":2048,"name":"push","url":"classes/waku_light_push.WakuLightPush.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":223,"kind":262144,"name":"peers","url":"classes/waku_light_push.WakuLightPush.html#peers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":224,"kind":262144,"name":"randomPeer","url":"classes/waku_light_push.WakuLightPush.html#randomPeer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_light_push.WakuLightPush"},{"id":225,"kind":16777216,"name":"WakuLightPush","url":"modules.html#WakuLightPush","classes":"tsd-kind-reference"},{"id":226,"kind":16777216,"name":"LightPushCodec","url":"modules.html#LightPushCodec","classes":"tsd-kind-reference"},{"id":227,"kind":16777216,"name":"PushResponse","url":"modules.html#PushResponse","classes":"tsd-kind-reference"},{"id":228,"kind":4,"name":"waku_relay","url":"modules/waku_relay.html","classes":"tsd-kind-namespace"},{"id":229,"kind":32,"name":"RelayCodecs","url":"modules/waku_relay.html#RelayCodecs","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku_relay"},{"id":230,"kind":256,"name":"GossipOptions","url":"interfaces/waku_relay.GossipOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_relay"},{"id":231,"kind":1024,"name":"emitSelf","url":"interfaces/waku_relay.GossipOptions.html#emitSelf","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":232,"kind":1024,"name":"gossipIncoming","url":"interfaces/waku_relay.GossipOptions.html#gossipIncoming","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":233,"kind":1024,"name":"fallbackToFloodsub","url":"interfaces/waku_relay.GossipOptions.html#fallbackToFloodsub","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":234,"kind":1024,"name":"floodPublish","url":"interfaces/waku_relay.GossipOptions.html#floodPublish","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":235,"kind":1024,"name":"doPX","url":"interfaces/waku_relay.GossipOptions.html#doPX","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":236,"kind":1024,"name":"msgIdFn","url":"interfaces/waku_relay.GossipOptions.html#msgIdFn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":237,"kind":1024,"name":"messageCache","url":"interfaces/waku_relay.GossipOptions.html#messageCache","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":238,"kind":1024,"name":"scoreParams","url":"interfaces/waku_relay.GossipOptions.html#scoreParams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":239,"kind":1024,"name":"scoreThresholds","url":"interfaces/waku_relay.GossipOptions.html#scoreThresholds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":240,"kind":1024,"name":"directPeers","url":"interfaces/waku_relay.GossipOptions.html#directPeers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":241,"kind":1024,"name":"D","url":"interfaces/waku_relay.GossipOptions.html#D","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":242,"kind":1024,"name":"Dlo","url":"interfaces/waku_relay.GossipOptions.html#Dlo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":243,"kind":1024,"name":"Dhi","url":"interfaces/waku_relay.GossipOptions.html#Dhi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":244,"kind":1024,"name":"Dscore","url":"interfaces/waku_relay.GossipOptions.html#Dscore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":245,"kind":1024,"name":"Dout","url":"interfaces/waku_relay.GossipOptions.html#Dout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":246,"kind":1024,"name":"Dlazy","url":"interfaces/waku_relay.GossipOptions.html#Dlazy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_relay.GossipOptions"},{"id":247,"kind":128,"name":"WakuRelay","url":"classes/waku_relay.WakuRelay.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"waku_relay"},{"id":248,"kind":512,"name":"constructor","url":"classes/waku_relay.WakuRelay.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"waku_relay.WakuRelay"},{"id":249,"kind":1024,"name":"heartbeat","url":"classes/waku_relay.WakuRelay.html#heartbeat","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"waku_relay.WakuRelay"},{"id":250,"kind":1024,"name":"pubSubTopic","url":"classes/waku_relay.WakuRelay.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":251,"kind":1024,"name":"decryptionKeys","url":"classes/waku_relay.WakuRelay.html#decryptionKeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":252,"kind":1024,"name":"observers","url":"classes/waku_relay.WakuRelay.html#observers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":253,"kind":65536,"name":"__type","url":"classes/waku_relay.WakuRelay.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":254,"kind":2048,"name":"start","url":"classes/waku_relay.WakuRelay.html#start","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"waku_relay.WakuRelay"},{"id":255,"kind":2048,"name":"send","url":"classes/waku_relay.WakuRelay.html#send","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":256,"kind":2048,"name":"addDecryptionKey","url":"classes/waku_relay.WakuRelay.html#addDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":257,"kind":2048,"name":"deleteDecryptionKey","url":"classes/waku_relay.WakuRelay.html#deleteDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":258,"kind":2048,"name":"addObserver","url":"classes/waku_relay.WakuRelay.html#addObserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":259,"kind":2048,"name":"deleteObserver","url":"classes/waku_relay.WakuRelay.html#deleteObserver","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":260,"kind":2048,"name":"getPeers","url":"classes/waku_relay.WakuRelay.html#getPeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_relay.WakuRelay"},{"id":261,"kind":2048,"name":"subscribe","url":"classes/waku_relay.WakuRelay.html#subscribe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"waku_relay.WakuRelay"},{"id":262,"kind":16777216,"name":"WakuRelay","url":"modules.html#WakuRelay","classes":"tsd-kind-reference"},{"id":263,"kind":16777216,"name":"RelayCodecs","url":"modules.html#RelayCodecs","classes":"tsd-kind-reference"},{"id":264,"kind":4,"name":"waku_store","url":"modules/waku_store.html","classes":"tsd-kind-namespace"},{"id":265,"kind":32,"name":"StoreCodec","url":"modules/waku_store.html#StoreCodec","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku_store"},{"id":266,"kind":32,"name":"DefaultPageSize","url":"modules/waku_store.html#DefaultPageSize","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"waku_store"},{"id":267,"kind":8,"name":"PageDirection","url":"enums/waku_store.PageDirection.html","classes":"tsd-kind-enum tsd-parent-kind-namespace","parent":"waku_store"},{"id":268,"kind":16,"name":"BACKWARD","url":"enums/waku_store.PageDirection.html#BACKWARD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"waku_store.PageDirection"},{"id":269,"kind":16,"name":"FORWARD","url":"enums/waku_store.PageDirection.html#FORWARD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"waku_store.PageDirection"},{"id":270,"kind":256,"name":"CreateOptions","url":"interfaces/waku_store.CreateOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_store"},{"id":271,"kind":1024,"name":"pubSubTopic","url":"interfaces/waku_store.CreateOptions.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.CreateOptions"},{"id":272,"kind":256,"name":"TimeFilter","url":"interfaces/waku_store.TimeFilter.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_store"},{"id":273,"kind":1024,"name":"startTime","url":"interfaces/waku_store.TimeFilter.html#startTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.TimeFilter"},{"id":274,"kind":1024,"name":"endTime","url":"interfaces/waku_store.TimeFilter.html#endTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.TimeFilter"},{"id":275,"kind":256,"name":"QueryOptions","url":"interfaces/waku_store.QueryOptions.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"waku_store"},{"id":276,"kind":1024,"name":"peerId","url":"interfaces/waku_store.QueryOptions.html#peerId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":277,"kind":1024,"name":"pubSubTopic","url":"interfaces/waku_store.QueryOptions.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":278,"kind":1024,"name":"pageDirection","url":"interfaces/waku_store.QueryOptions.html#pageDirection","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":279,"kind":1024,"name":"pageSize","url":"interfaces/waku_store.QueryOptions.html#pageSize","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":280,"kind":1024,"name":"timeFilter","url":"interfaces/waku_store.QueryOptions.html#timeFilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":281,"kind":2048,"name":"callback","url":"interfaces/waku_store.QueryOptions.html#callback","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":282,"kind":1024,"name":"decryptionKeys","url":"interfaces/waku_store.QueryOptions.html#decryptionKeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"waku_store.QueryOptions"},{"id":283,"kind":128,"name":"WakuStore","url":"classes/waku_store.WakuStore.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"waku_store"},{"id":284,"kind":512,"name":"constructor","url":"classes/waku_store.WakuStore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":285,"kind":1024,"name":"pubSubTopic","url":"classes/waku_store.WakuStore.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":286,"kind":1024,"name":"decryptionKeys","url":"classes/waku_store.WakuStore.html#decryptionKeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":287,"kind":1024,"name":"libp2p","url":"classes/waku_store.WakuStore.html#libp2p","classes":"tsd-kind-property tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":288,"kind":2048,"name":"queryHistory","url":"classes/waku_store.WakuStore.html#queryHistory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":289,"kind":2048,"name":"addDecryptionKey","url":"classes/waku_store.WakuStore.html#addDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":290,"kind":2048,"name":"deleteDecryptionKey","url":"classes/waku_store.WakuStore.html#deleteDecryptionKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":291,"kind":262144,"name":"peers","url":"classes/waku_store.WakuStore.html#peers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":292,"kind":262144,"name":"randomPeer","url":"classes/waku_store.WakuStore.html#randomPeer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"waku_store.WakuStore"},{"id":293,"kind":16777216,"name":"PageDirection","url":"modules.html#PageDirection","classes":"tsd-kind-reference"},{"id":294,"kind":16777216,"name":"WakuStore","url":"modules.html#WakuStore","classes":"tsd-kind-reference"},{"id":295,"kind":16777216,"name":"StoreCodec","url":"modules.html#StoreCodec","classes":"tsd-kind-reference"},{"id":296,"kind":4,"name":"proto","url":"modules/proto.html","classes":"tsd-kind-namespace"},{"id":297,"kind":32,"name":"WakuMessage","url":"modules/proto.html#WakuMessage-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":298,"kind":65536,"name":"__type","url":"modules/proto.html#WakuMessage-1.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.WakuMessage"},{"id":299,"kind":2048,"name":"encode","url":"modules/proto.html#WakuMessage-1.__type-6.encode-6","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.WakuMessage.__type"},{"id":300,"kind":2048,"name":"decode","url":"modules/proto.html#WakuMessage-1.__type-6.decode-6","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.WakuMessage.__type"},{"id":301,"kind":2048,"name":"fromJSON","url":"modules/proto.html#WakuMessage-1.__type-6.fromJSON-6","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.WakuMessage.__type"},{"id":302,"kind":2048,"name":"toJSON","url":"modules/proto.html#WakuMessage-1.__type-6.toJSON-6","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.WakuMessage.__type"},{"id":303,"kind":2048,"name":"fromPartial","url":"modules/proto.html#WakuMessage-1.__type-6.fromPartial-6","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.WakuMessage.__type"},{"id":304,"kind":256,"name":"WakuMessage","url":"interfaces/proto.WakuMessage.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":305,"kind":1024,"name":"payload","url":"interfaces/proto.WakuMessage.html#payload","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.WakuMessage"},{"id":306,"kind":1024,"name":"contentTopic","url":"interfaces/proto.WakuMessage.html#contentTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.WakuMessage"},{"id":307,"kind":1024,"name":"version","url":"interfaces/proto.WakuMessage.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.WakuMessage"},{"id":308,"kind":1024,"name":"timestamp","url":"interfaces/proto.WakuMessage.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.WakuMessage"},{"id":309,"kind":32,"name":"Index","url":"modules/proto.html#Index-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":310,"kind":65536,"name":"__type","url":"modules/proto.html#Index-1.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.Index"},{"id":311,"kind":2048,"name":"encode","url":"modules/proto.html#Index-1.__type-4.encode-4","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.Index.__type"},{"id":312,"kind":2048,"name":"decode","url":"modules/proto.html#Index-1.__type-4.decode-4","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.Index.__type"},{"id":313,"kind":2048,"name":"fromJSON","url":"modules/proto.html#Index-1.__type-4.fromJSON-4","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.Index.__type"},{"id":314,"kind":2048,"name":"toJSON","url":"modules/proto.html#Index-1.__type-4.toJSON-4","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.Index.__type"},{"id":315,"kind":2048,"name":"fromPartial","url":"modules/proto.html#Index-1.__type-4.fromPartial-4","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.Index.__type"},{"id":316,"kind":256,"name":"Index","url":"interfaces/proto.Index.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":317,"kind":1024,"name":"digest","url":"interfaces/proto.Index.html#digest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.Index"},{"id":318,"kind":1024,"name":"receivedTime","url":"interfaces/proto.Index.html#receivedTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.Index"},{"id":319,"kind":1024,"name":"senderTime","url":"interfaces/proto.Index.html#senderTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.Index"},{"id":320,"kind":32,"name":"PagingInfo","url":"modules/proto.html#PagingInfo-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":321,"kind":65536,"name":"__type","url":"modules/proto.html#PagingInfo-1.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.PagingInfo"},{"id":322,"kind":2048,"name":"encode","url":"modules/proto.html#PagingInfo-1.__type-5.encode-5","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.PagingInfo.__type"},{"id":323,"kind":2048,"name":"decode","url":"modules/proto.html#PagingInfo-1.__type-5.decode-5","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.PagingInfo.__type"},{"id":324,"kind":2048,"name":"fromJSON","url":"modules/proto.html#PagingInfo-1.__type-5.fromJSON-5","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.PagingInfo.__type"},{"id":325,"kind":2048,"name":"toJSON","url":"modules/proto.html#PagingInfo-1.__type-5.toJSON-5","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.PagingInfo.__type"},{"id":326,"kind":2048,"name":"fromPartial","url":"modules/proto.html#PagingInfo-1.__type-5.fromPartial-5","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.PagingInfo.__type"},{"id":327,"kind":256,"name":"PagingInfo","url":"interfaces/proto.PagingInfo.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":328,"kind":1024,"name":"pageSize","url":"interfaces/proto.PagingInfo.html#pageSize","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.PagingInfo"},{"id":329,"kind":1024,"name":"cursor","url":"interfaces/proto.PagingInfo.html#cursor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.PagingInfo"},{"id":330,"kind":1024,"name":"direction","url":"interfaces/proto.PagingInfo.html#direction","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.PagingInfo"},{"id":331,"kind":8,"name":"PagingInfo_Direction","url":"enums/proto.PagingInfo_Direction.html","classes":"tsd-kind-enum tsd-parent-kind-namespace","parent":"proto"},{"id":332,"kind":16,"name":"DIRECTION_BACKWARD_UNSPECIFIED","url":"enums/proto.PagingInfo_Direction.html#DIRECTION_BACKWARD_UNSPECIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.PagingInfo_Direction"},{"id":333,"kind":16,"name":"DIRECTION_FORWARD","url":"enums/proto.PagingInfo_Direction.html#DIRECTION_FORWARD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.PagingInfo_Direction"},{"id":334,"kind":16,"name":"UNRECOGNIZED","url":"enums/proto.PagingInfo_Direction.html#UNRECOGNIZED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.PagingInfo_Direction"},{"id":335,"kind":32,"name":"ContentFilter","url":"modules/proto.html#ContentFilter-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":336,"kind":65536,"name":"__type","url":"modules/proto.html#ContentFilter-1.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.ContentFilter"},{"id":337,"kind":2048,"name":"encode","url":"modules/proto.html#ContentFilter-1.__type.encode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.ContentFilter.__type"},{"id":338,"kind":2048,"name":"decode","url":"modules/proto.html#ContentFilter-1.__type.decode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.ContentFilter.__type"},{"id":339,"kind":2048,"name":"fromJSON","url":"modules/proto.html#ContentFilter-1.__type.fromJSON","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.ContentFilter.__type"},{"id":340,"kind":2048,"name":"toJSON","url":"modules/proto.html#ContentFilter-1.__type.toJSON","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.ContentFilter.__type"},{"id":341,"kind":2048,"name":"fromPartial","url":"modules/proto.html#ContentFilter-1.__type.fromPartial","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.ContentFilter.__type"},{"id":342,"kind":256,"name":"ContentFilter","url":"interfaces/proto.ContentFilter.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":343,"kind":1024,"name":"contentTopic","url":"interfaces/proto.ContentFilter.html#contentTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.ContentFilter"},{"id":344,"kind":32,"name":"HistoryQuery","url":"modules/proto.html#HistoryQuery-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":345,"kind":65536,"name":"__type","url":"modules/proto.html#HistoryQuery-1.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.HistoryQuery"},{"id":346,"kind":2048,"name":"encode","url":"modules/proto.html#HistoryQuery-1.__type-1.encode-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryQuery.__type"},{"id":347,"kind":2048,"name":"decode","url":"modules/proto.html#HistoryQuery-1.__type-1.decode-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryQuery.__type"},{"id":348,"kind":2048,"name":"fromJSON","url":"modules/proto.html#HistoryQuery-1.__type-1.fromJSON-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryQuery.__type"},{"id":349,"kind":2048,"name":"toJSON","url":"modules/proto.html#HistoryQuery-1.__type-1.toJSON-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryQuery.__type"},{"id":350,"kind":2048,"name":"fromPartial","url":"modules/proto.html#HistoryQuery-1.__type-1.fromPartial-1","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.HistoryQuery.__type"},{"id":351,"kind":256,"name":"HistoryQuery","url":"interfaces/proto.HistoryQuery.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":352,"kind":1024,"name":"pubSubTopic","url":"interfaces/proto.HistoryQuery.html#pubSubTopic","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryQuery"},{"id":353,"kind":1024,"name":"contentFilters","url":"interfaces/proto.HistoryQuery.html#contentFilters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryQuery"},{"id":354,"kind":1024,"name":"pagingInfo","url":"interfaces/proto.HistoryQuery.html#pagingInfo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryQuery"},{"id":355,"kind":1024,"name":"startTime","url":"interfaces/proto.HistoryQuery.html#startTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryQuery"},{"id":356,"kind":1024,"name":"endTime","url":"interfaces/proto.HistoryQuery.html#endTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryQuery"},{"id":357,"kind":32,"name":"HistoryResponse","url":"modules/proto.html#HistoryResponse-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":358,"kind":65536,"name":"__type","url":"modules/proto.html#HistoryResponse-1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.HistoryResponse"},{"id":359,"kind":2048,"name":"encode","url":"modules/proto.html#HistoryResponse-1.__type-3.encode-3","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryResponse.__type"},{"id":360,"kind":2048,"name":"decode","url":"modules/proto.html#HistoryResponse-1.__type-3.decode-3","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryResponse.__type"},{"id":361,"kind":2048,"name":"fromJSON","url":"modules/proto.html#HistoryResponse-1.__type-3.fromJSON-3","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryResponse.__type"},{"id":362,"kind":2048,"name":"toJSON","url":"modules/proto.html#HistoryResponse-1.__type-3.toJSON-3","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryResponse.__type"},{"id":363,"kind":2048,"name":"fromPartial","url":"modules/proto.html#HistoryResponse-1.__type-3.fromPartial-3","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.HistoryResponse.__type"},{"id":364,"kind":256,"name":"HistoryResponse","url":"interfaces/proto.HistoryResponse.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":365,"kind":1024,"name":"messages","url":"interfaces/proto.HistoryResponse.html#messages","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryResponse"},{"id":366,"kind":1024,"name":"pagingInfo","url":"interfaces/proto.HistoryResponse.html#pagingInfo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryResponse"},{"id":367,"kind":1024,"name":"error","url":"interfaces/proto.HistoryResponse.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryResponse"},{"id":368,"kind":8,"name":"HistoryResponse_Error","url":"enums/proto.HistoryResponse_Error.html","classes":"tsd-kind-enum tsd-parent-kind-namespace","parent":"proto"},{"id":369,"kind":16,"name":"ERROR_NONE_UNSPECIFIED","url":"enums/proto.HistoryResponse_Error.html#ERROR_NONE_UNSPECIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.HistoryResponse_Error"},{"id":370,"kind":16,"name":"ERROR_INVALID_CURSOR","url":"enums/proto.HistoryResponse_Error.html#ERROR_INVALID_CURSOR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.HistoryResponse_Error"},{"id":371,"kind":16,"name":"UNRECOGNIZED","url":"enums/proto.HistoryResponse_Error.html#UNRECOGNIZED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"proto.HistoryResponse_Error"},{"id":372,"kind":32,"name":"HistoryRPC","url":"modules/proto.html#HistoryRPC-1","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"proto"},{"id":373,"kind":65536,"name":"__type","url":"modules/proto.html#HistoryRPC-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"proto.HistoryRPC"},{"id":374,"kind":2048,"name":"encode","url":"modules/proto.html#HistoryRPC-1.__type-2.encode-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryRPC.__type"},{"id":375,"kind":2048,"name":"decode","url":"modules/proto.html#HistoryRPC-1.__type-2.decode-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryRPC.__type"},{"id":376,"kind":2048,"name":"fromJSON","url":"modules/proto.html#HistoryRPC-1.__type-2.fromJSON-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryRPC.__type"},{"id":377,"kind":2048,"name":"toJSON","url":"modules/proto.html#HistoryRPC-1.__type-2.toJSON-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"proto.HistoryRPC.__type"},{"id":378,"kind":2048,"name":"fromPartial","url":"modules/proto.html#HistoryRPC-1.__type-2.fromPartial-2","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"proto.HistoryRPC.__type"},{"id":379,"kind":256,"name":"HistoryRPC","url":"interfaces/proto.HistoryRPC.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"proto"},{"id":380,"kind":1024,"name":"requestId","url":"interfaces/proto.HistoryRPC.html#requestId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryRPC"},{"id":381,"kind":1024,"name":"query","url":"interfaces/proto.HistoryRPC.html#query","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryRPC"},{"id":382,"kind":1024,"name":"response","url":"interfaces/proto.HistoryRPC.html#response","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"proto.HistoryRPC"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,50.344]],["parent/0",[]],["name/1",[1,33.48]],["parent/1",[]],["name/2",[2,55.452]],["parent/2",[1,3.259]],["name/3",[0,50.344]],["parent/3",[1,3.259]],["name/4",[3,50.344]],["parent/4",[1,3.259]],["name/5",[4,55.452]],["parent/5",[5,4.573]],["name/6",[6,34.249]],["parent/6",[5,4.573]],["name/7",[7,55.452]],["parent/7",[5,4.573]],["name/8",[8,55.452]],["parent/8",[1,3.259]],["name/9",[9,55.452]],["parent/9",[10,4.133]],["name/10",[11,55.452]],["parent/10",[10,4.133]],["name/11",[12,46.979]],["parent/11",[10,4.133]],["name/12",[13,46.979]],["parent/12",[10,4.133]],["name/13",[14,55.452]],["parent/13",[10,4.133]],["name/14",[15,55.452]],["parent/14",[1,3.259]],["name/15",[16,50.344]],["parent/15",[17,5.398]],["name/16",[18,55.452]],["parent/16",[1,3.259]],["name/17",[19,55.452]],["parent/17",[20,3.601]],["name/18",[6,34.249]],["parent/18",[20,3.601]],["name/19",[21,55.452]],["parent/19",[20,3.601]],["name/20",[22,55.452]],["parent/20",[20,3.601]],["name/21",[23,31.473]],["parent/21",[20,3.601]],["name/22",[24,55.452]],["parent/22",[20,3.601]],["name/23",[13,46.979]],["parent/23",[20,3.601]],["name/24",[25,55.452]],["parent/24",[20,3.601]],["name/25",[26,55.452]],["parent/25",[20,3.601]],["name/26",[27,55.452]],["parent/26",[1,3.259]],["name/27",[23,31.473]],["parent/27",[28,5.398]],["name/28",[29,50.344]],["parent/28",[30,4.328]],["name/29",[31,42.459]],["parent/29",[30,4.328]],["name/30",[32,55.452]],["parent/30",[30,4.328]],["name/31",[23,31.473]],["parent/31",[30,4.328]],["name/32",[33,50.344]],["parent/32",[1,3.259]],["name/33",[34,55.452]],["parent/33",[1,3.259]],["name/34",[6,34.249]],["parent/34",[35,4.573]],["name/35",[33,50.344]],["parent/35",[35,4.573]],["name/36",[16,50.344]],["parent/36",[35,4.573]],["name/37",[36,55.452]],["parent/37",[1,3.259]],["name/38",[37,50.344]],["parent/38",[38,3.601]],["name/39",[39,55.452]],["parent/39",[38,3.601]],["name/40",[40,55.452]],["parent/40",[38,3.601]],["name/41",[41,55.452]],["parent/41",[38,3.601]],["name/42",[42,55.452]],["parent/42",[38,3.601]],["name/43",[43,55.452]],["parent/43",[38,3.601]],["name/44",[44,55.452]],["parent/44",[38,3.601]],["name/45",[45,55.452]],["parent/45",[38,3.601]],["name/46",[6,34.249]],["parent/46",[38,3.601]],["name/47",[46,55.452]],["parent/47",[1,3.259]],["name/48",[23,31.473]],["parent/48",[47,5.398]],["name/49",[31,42.459]],["parent/49",[48,4.9]],["name/50",[29,50.344]],["parent/50",[48,4.9]],["name/51",[49,55.452]],["parent/51",[1,3.259]],["name/52",[23,31.473]],["parent/52",[50,5.398]],["name/53",[51,55.452]],["parent/53",[52,4.328]],["name/54",[53,55.452]],["parent/54",[52,4.328]],["name/55",[54,50.344]],["parent/55",[52,4.328]],["name/56",[55,46.979]],["parent/56",[52,4.328]],["name/57",[56,27.12]],["parent/57",[]],["name/58",[57,55.452]],["parent/58",[56,2.64]],["name/59",[58,55.452]],["parent/59",[56,2.64]],["name/60",[59,55.452]],["parent/60",[56,2.64]],["name/61",[60,55.452]],["parent/61",[56,2.64]],["name/62",[61,55.452]],["parent/62",[56,2.64]],["name/63",[56,27.12]],["parent/63",[56,2.64]],["name/64",[37,50.344]],["parent/64",[62,2.404]],["name/65",[63,55.452]],["parent/65",[62,2.404]],["name/66",[64,55.452]],["parent/66",[62,2.404]],["name/67",[65,55.452]],["parent/67",[62,2.404]],["name/68",[66,35.993]],["parent/68",[62,2.404]],["name/69",[67,55.452]],["parent/69",[62,2.404]],["name/70",[6,34.249]],["parent/70",[62,2.404]],["name/71",[54,50.344]],["parent/71",[62,2.404]],["name/72",[55,46.979]],["parent/72",[62,2.404]],["name/73",[68,55.452]],["parent/73",[62,2.404]],["name/74",[69,55.452]],["parent/74",[62,2.404]],["name/75",[70,50.344]],["parent/75",[62,2.404]],["name/76",[31,42.459]],["parent/76",[62,2.404]],["name/77",[71,55.452]],["parent/77",[62,2.404]],["name/78",[72,46.979]],["parent/78",[62,2.404]],["name/79",[73,50.344]],["parent/79",[62,2.404]],["name/80",[74,55.452]],["parent/80",[62,2.404]],["name/81",[75,55.452]],["parent/81",[62,2.404]],["name/82",[76,55.452]],["parent/82",[62,2.404]],["name/83",[77,55.452]],["parent/83",[62,2.404]],["name/84",[78,55.452]],["parent/84",[62,2.404]],["name/85",[79,55.452]],["parent/85",[62,2.404]],["name/86",[80,55.452]],["parent/86",[62,2.404]],["name/87",[81,55.452]],["parent/87",[62,2.404]],["name/88",[82,55.452]],["parent/88",[62,2.404]],["name/89",[83,55.452]],["parent/89",[62,2.404]],["name/90",[84,55.452]],["parent/90",[62,2.404]],["name/91",[85,50.344]],["parent/91",[62,2.404]],["name/92",[86,50.344]],["parent/92",[62,2.404]],["name/93",[87,55.452]],["parent/93",[62,2.404]],["name/94",[88,35.993]],["parent/94",[62,2.404]],["name/95",[89,55.452]],["parent/95",[62,2.404]],["name/96",[73,50.344]],["parent/96",[56,2.64]],["name/97",[90,55.452]],["parent/97",[56,2.64]],["name/98",[91,55.452]],["parent/98",[56,2.64]],["name/99",[92,55.452]],["parent/99",[56,2.64]],["name/100",[93,55.452]],["parent/100",[56,2.64]],["name/101",[94,55.452]],["parent/101",[56,2.64]],["name/102",[95,55.452]],["parent/102",[56,2.64]],["name/103",[96,55.452]],["parent/103",[56,2.64]],["name/104",[97,55.452]],["parent/104",[56,2.64]],["name/105",[70,50.344]],["parent/105",[56,2.64]],["name/106",[98,55.452]],["parent/106",[99,4.573]],["name/107",[100,55.452]],["parent/107",[99,4.573]],["name/108",[101,55.452]],["parent/108",[99,4.573]],["name/109",[102,55.452]],["parent/109",[56,2.64]],["name/110",[103,55.452]],["parent/110",[104,3.709]],["name/111",[105,50.344]],["parent/111",[104,3.709]],["name/112",[31,42.459]],["parent/112",[104,3.709]],["name/113",[106,50.344]],["parent/113",[104,3.709]],["name/114",[107,50.344]],["parent/114",[104,3.709]],["name/115",[86,50.344]],["parent/115",[104,3.709]],["name/116",[85,50.344]],["parent/116",[104,3.709]],["name/117",[108,50.344]],["parent/117",[104,3.709]],["name/118",[109,55.452]],["parent/118",[56,2.64]],["name/119",[110,55.452]],["parent/119",[111,4.9]],["name/120",[6,34.249]],["parent/120",[111,4.9]],["name/121",[112,55.452]],["parent/121",[56,2.64]],["name/122",[6,34.249]],["parent/122",[113,3.709]],["name/123",[114,55.452]],["parent/123",[113,3.709]],["name/124",[115,55.452]],["parent/124",[113,3.709]],["name/125",[105,50.344]],["parent/125",[113,3.709]],["name/126",[31,42.459]],["parent/126",[113,3.709]],["name/127",[106,50.344]],["parent/127",[113,3.709]],["name/128",[107,50.344]],["parent/128",[113,3.709]],["name/129",[108,50.344]],["parent/129",[113,3.709]],["name/130",[116,55.452]],["parent/130",[56,2.64]],["name/131",[117,55.452]],["parent/131",[56,2.64]],["name/132",[118,55.452]],["parent/132",[56,2.64]],["name/133",[119,55.452]],["parent/133",[56,2.64]],["name/134",[120,42.459]],["parent/134",[]],["name/135",[121,55.452]],["parent/135",[120,4.133]],["name/136",[122,55.452]],["parent/136",[120,4.133]],["name/137",[123,55.452]],["parent/137",[120,4.133]],["name/138",[124,55.452]],["parent/138",[120,4.133]],["name/139",[125,38.106]],["parent/139",[]],["name/140",[126,55.452]],["parent/140",[125,3.709]],["name/141",[127,55.452]],["parent/141",[125,3.709]],["name/142",[128,50.344]],["parent/142",[125,3.709]],["name/143",[129,46.979]],["parent/143",[125,3.709]],["name/144",[130,36.994]],["parent/144",[131,3.831]],["name/145",[132,55.452]],["parent/145",[131,3.831]],["name/146",[133,55.452]],["parent/146",[131,3.831]],["name/147",[134,44.466]],["parent/147",[131,3.831]],["name/148",[135,55.452]],["parent/148",[131,3.831]],["name/149",[3,50.344]],["parent/149",[131,3.831]],["name/150",[136,44.466]],["parent/150",[131,3.831]],["name/151",[125,38.106]],["parent/151",[125,3.709]],["name/152",[137,55.452]],["parent/152",[138,2.901]],["name/153",[6,34.249]],["parent/153",[138,2.901]],["name/154",[134,44.466]],["parent/154",[138,2.901]],["name/155",[139,55.452]],["parent/155",[138,2.901]],["name/156",[140,55.452]],["parent/156",[138,2.901]],["name/157",[141,55.452]],["parent/157",[138,2.901]],["name/158",[142,55.452]],["parent/158",[138,2.901]],["name/159",[23,31.473]],["parent/159",[138,2.901]],["name/160",[143,55.452]],["parent/160",[138,2.901]],["name/161",[23,31.473]],["parent/161",[138,2.901]],["name/162",[144,55.452]],["parent/162",[138,2.901]],["name/163",[145,55.452]],["parent/163",[138,2.901]],["name/164",[146,55.452]],["parent/164",[138,2.901]],["name/165",[147,46.979]],["parent/165",[138,2.901]],["name/166",[148,46.979]],["parent/166",[138,2.901]],["name/167",[149,55.452]],["parent/167",[138,2.901]],["name/168",[150,55.452]],["parent/168",[138,2.901]],["name/169",[151,55.452]],["parent/169",[138,2.901]],["name/170",[152,55.452]],["parent/170",[138,2.901]],["name/171",[125,38.106]],["parent/171",[]],["name/172",[128,50.344]],["parent/172",[]],["name/173",[153,44.466]],["parent/173",[]],["name/174",[154,55.452]],["parent/174",[153,4.328]],["name/175",[155,55.452]],["parent/175",[156,4.9]],["name/176",[157,55.452]],["parent/176",[156,4.9]],["name/177",[158,55.452]],["parent/177",[153,4.328]],["name/178",[159,46.979]],["parent/178",[160,4.328]],["name/179",[161,55.452]],["parent/179",[160,4.328]],["name/180",[162,55.452]],["parent/180",[160,4.328]],["name/181",[163,55.452]],["parent/181",[160,4.328]],["name/182",[164,44.466]],["parent/182",[153,4.328]],["name/183",[165,55.452]],["parent/183",[166,3.189]],["name/184",[167,55.452]],["parent/184",[166,3.189]],["name/185",[66,35.993]],["parent/185",[166,3.189]],["name/186",[168,55.452]],["parent/186",[166,3.189]],["name/187",[6,34.249]],["parent/187",[166,3.189]],["name/188",[169,30.329]],["parent/188",[166,3.189]],["name/189",[88,35.993]],["parent/189",[166,3.189]],["name/190",[170,55.452]],["parent/190",[166,3.189]],["name/191",[171,50.344]],["parent/191",[166,3.189]],["name/192",[172,46.979]],["parent/192",[166,3.189]],["name/193",[173,50.344]],["parent/193",[166,3.189]],["name/194",[159,46.979]],["parent/194",[166,3.189]],["name/195",[174,55.452]],["parent/195",[166,3.189]],["name/196",[55,46.979]],["parent/196",[166,3.189]],["name/197",[164,44.466]],["parent/197",[]],["name/198",[175,55.452]],["parent/198",[]],["name/199",[176,55.452]],["parent/199",[]],["name/200",[177,55.452]],["parent/200",[]],["name/201",[178,39.357]],["parent/201",[]],["name/202",[179,50.344]],["parent/202",[178,3.831]],["name/203",[180,46.979]],["parent/203",[178,3.831]],["name/204",[23,31.473]],["parent/204",[181,4.573]],["name/205",[88,35.993]],["parent/205",[182,4.133]],["name/206",[66,35.993]],["parent/206",[182,4.133]],["name/207",[183,38.106]],["parent/207",[182,4.133]],["name/208",[184,38.106]],["parent/208",[182,4.133]],["name/209",[185,38.106]],["parent/209",[182,4.133]],["name/210",[180,46.979]],["parent/210",[178,3.831]],["name/211",[186,55.452]],["parent/211",[181,4.573]],["name/212",[187,55.452]],["parent/212",[181,4.573]],["name/213",[129,46.979]],["parent/213",[178,3.831]],["name/214",[130,36.994]],["parent/214",[188,5.398]],["name/215",[189,55.452]],["parent/215",[178,3.831]],["name/216",[72,46.979]],["parent/216",[190,4.9]],["name/217",[130,36.994]],["parent/217",[190,4.9]],["name/218",[191,50.344]],["parent/218",[178,3.831]],["name/219",[6,34.249]],["parent/219",[192,3.97]],["name/220",[130,36.994]],["parent/220",[192,3.97]],["name/221",[134,44.466]],["parent/221",[192,3.97]],["name/222",[193,55.452]],["parent/222",[192,3.97]],["name/223",[12,46.979]],["parent/223",[192,3.97]],["name/224",[194,50.344]],["parent/224",[192,3.97]],["name/225",[191,50.344]],["parent/225",[]],["name/226",[179,50.344]],["parent/226",[]],["name/227",[180,46.979]],["parent/227",[]],["name/228",[195,44.466]],["parent/228",[]],["name/229",[196,50.344]],["parent/229",[195,4.328]],["name/230",[197,55.452]],["parent/230",[195,4.328]],["name/231",[198,55.452]],["parent/231",[199,3.063]],["name/232",[200,55.452]],["parent/232",[199,3.063]],["name/233",[201,55.452]],["parent/233",[199,3.063]],["name/234",[202,55.452]],["parent/234",[199,3.063]],["name/235",[203,55.452]],["parent/235",[199,3.063]],["name/236",[204,55.452]],["parent/236",[199,3.063]],["name/237",[205,55.452]],["parent/237",[199,3.063]],["name/238",[206,55.452]],["parent/238",[199,3.063]],["name/239",[207,55.452]],["parent/239",[199,3.063]],["name/240",[208,55.452]],["parent/240",[199,3.063]],["name/241",[209,55.452]],["parent/241",[199,3.063]],["name/242",[210,55.452]],["parent/242",[199,3.063]],["name/243",[211,55.452]],["parent/243",[199,3.063]],["name/244",[212,55.452]],["parent/244",[199,3.063]],["name/245",[213,55.452]],["parent/245",[199,3.063]],["name/246",[214,55.452]],["parent/246",[199,3.063]],["name/247",[215,50.344]],["parent/247",[195,4.328]],["name/248",[6,34.249]],["parent/248",[216,3.189]],["name/249",[217,55.452]],["parent/249",[216,3.189]],["name/250",[130,36.994]],["parent/250",[216,3.189]],["name/251",[136,44.466]],["parent/251",[216,3.189]],["name/252",[218,55.452]],["parent/252",[216,3.189]],["name/253",[23,31.473]],["parent/253",[216,3.189]],["name/254",[219,55.452]],["parent/254",[216,3.189]],["name/255",[220,55.452]],["parent/255",[216,3.189]],["name/256",[147,46.979]],["parent/256",[216,3.189]],["name/257",[148,46.979]],["parent/257",[216,3.189]],["name/258",[221,55.452]],["parent/258",[216,3.189]],["name/259",[222,55.452]],["parent/259",[216,3.189]],["name/260",[13,46.979]],["parent/260",[216,3.189]],["name/261",[223,55.452]],["parent/261",[216,3.189]],["name/262",[215,50.344]],["parent/262",[]],["name/263",[196,50.344]],["parent/263",[]],["name/264",[224,38.106]],["parent/264",[]],["name/265",[225,50.344]],["parent/265",[224,3.709]],["name/266",[226,55.452]],["parent/266",[224,3.709]],["name/267",[227,46.979]],["parent/267",[224,3.709]],["name/268",[228,55.452]],["parent/268",[229,4.9]],["name/269",[230,55.452]],["parent/269",[229,4.9]],["name/270",[129,46.979]],["parent/270",[224,3.709]],["name/271",[130,36.994]],["parent/271",[231,5.398]],["name/272",[232,50.344]],["parent/272",[224,3.709]],["name/273",[233,50.344]],["parent/273",[234,4.9]],["name/274",[235,50.344]],["parent/274",[234,4.9]],["name/275",[236,55.452]],["parent/275",[224,3.709]],["name/276",[72,46.979]],["parent/276",[237,3.831]],["name/277",[130,36.994]],["parent/277",[237,3.831]],["name/278",[227,46.979]],["parent/278",[237,3.831]],["name/279",[238,50.344]],["parent/279",[237,3.831]],["name/280",[232,50.344]],["parent/280",[237,3.831]],["name/281",[239,55.452]],["parent/281",[237,3.831]],["name/282",[136,44.466]],["parent/282",[237,3.831]],["name/283",[240,50.344]],["parent/283",[224,3.709]],["name/284",[6,34.249]],["parent/284",[241,3.601]],["name/285",[130,36.994]],["parent/285",[241,3.601]],["name/286",[136,44.466]],["parent/286",[241,3.601]],["name/287",[134,44.466]],["parent/287",[241,3.601]],["name/288",[242,55.452]],["parent/288",[241,3.601]],["name/289",[147,46.979]],["parent/289",[241,3.601]],["name/290",[148,46.979]],["parent/290",[241,3.601]],["name/291",[12,46.979]],["parent/291",[241,3.601]],["name/292",[194,50.344]],["parent/292",[241,3.601]],["name/293",[227,46.979]],["parent/293",[]],["name/294",[240,50.344]],["parent/294",[]],["name/295",[225,50.344]],["parent/295",[]],["name/296",[169,30.329]],["parent/296",[]],["name/297",[164,44.466]],["parent/297",[169,2.952]],["name/298",[23,31.473]],["parent/298",[243,4.133]],["name/299",[88,35.993]],["parent/299",[244,4.133]],["name/300",[66,35.993]],["parent/300",[244,4.133]],["name/301",[183,38.106]],["parent/301",[244,4.133]],["name/302",[184,38.106]],["parent/302",[244,4.133]],["name/303",[185,38.106]],["parent/303",[244,4.133]],["name/304",[164,44.466]],["parent/304",[169,2.952]],["name/305",[171,50.344]],["parent/305",[243,4.133]],["name/306",[172,46.979]],["parent/306",[243,4.133]],["name/307",[173,50.344]],["parent/307",[243,4.133]],["name/308",[159,46.979]],["parent/308",[243,4.133]],["name/309",[245,50.344]],["parent/309",[169,2.952]],["name/310",[23,31.473]],["parent/310",[246,4.328]],["name/311",[88,35.993]],["parent/311",[247,4.133]],["name/312",[66,35.993]],["parent/312",[247,4.133]],["name/313",[183,38.106]],["parent/313",[247,4.133]],["name/314",[184,38.106]],["parent/314",[247,4.133]],["name/315",[185,38.106]],["parent/315",[247,4.133]],["name/316",[245,50.344]],["parent/316",[169,2.952]],["name/317",[248,55.452]],["parent/317",[246,4.328]],["name/318",[249,55.452]],["parent/318",[246,4.328]],["name/319",[250,55.452]],["parent/319",[246,4.328]],["name/320",[251,44.466]],["parent/320",[169,2.952]],["name/321",[23,31.473]],["parent/321",[252,4.328]],["name/322",[88,35.993]],["parent/322",[253,4.133]],["name/323",[66,35.993]],["parent/323",[253,4.133]],["name/324",[183,38.106]],["parent/324",[253,4.133]],["name/325",[184,38.106]],["parent/325",[253,4.133]],["name/326",[185,38.106]],["parent/326",[253,4.133]],["name/327",[251,44.466]],["parent/327",[169,2.952]],["name/328",[238,50.344]],["parent/328",[252,4.328]],["name/329",[254,55.452]],["parent/329",[252,4.328]],["name/330",[255,55.452]],["parent/330",[252,4.328]],["name/331",[256,55.452]],["parent/331",[169,2.952]],["name/332",[257,55.452]],["parent/332",[258,4.573]],["name/333",[259,55.452]],["parent/333",[258,4.573]],["name/334",[260,50.344]],["parent/334",[258,4.573]],["name/335",[261,50.344]],["parent/335",[169,2.952]],["name/336",[23,31.473]],["parent/336",[262,4.9]],["name/337",[88,35.993]],["parent/337",[263,4.133]],["name/338",[66,35.993]],["parent/338",[263,4.133]],["name/339",[183,38.106]],["parent/339",[263,4.133]],["name/340",[184,38.106]],["parent/340",[263,4.133]],["name/341",[185,38.106]],["parent/341",[263,4.133]],["name/342",[261,50.344]],["parent/342",[169,2.952]],["name/343",[172,46.979]],["parent/343",[262,4.9]],["name/344",[264,50.344]],["parent/344",[169,2.952]],["name/345",[23,31.473]],["parent/345",[265,3.97]],["name/346",[88,35.993]],["parent/346",[266,4.133]],["name/347",[66,35.993]],["parent/347",[266,4.133]],["name/348",[183,38.106]],["parent/348",[266,4.133]],["name/349",[184,38.106]],["parent/349",[266,4.133]],["name/350",[185,38.106]],["parent/350",[266,4.133]],["name/351",[264,50.344]],["parent/351",[169,2.952]],["name/352",[130,36.994]],["parent/352",[265,3.97]],["name/353",[267,55.452]],["parent/353",[265,3.97]],["name/354",[251,44.466]],["parent/354",[265,3.97]],["name/355",[233,50.344]],["parent/355",[265,3.97]],["name/356",[235,50.344]],["parent/356",[265,3.97]],["name/357",[268,50.344]],["parent/357",[169,2.952]],["name/358",[23,31.473]],["parent/358",[269,4.328]],["name/359",[88,35.993]],["parent/359",[270,4.133]],["name/360",[66,35.993]],["parent/360",[270,4.133]],["name/361",[183,38.106]],["parent/361",[270,4.133]],["name/362",[184,38.106]],["parent/362",[270,4.133]],["name/363",[185,38.106]],["parent/363",[270,4.133]],["name/364",[268,50.344]],["parent/364",[169,2.952]],["name/365",[271,55.452]],["parent/365",[269,4.328]],["name/366",[251,44.466]],["parent/366",[269,4.328]],["name/367",[272,55.452]],["parent/367",[269,4.328]],["name/368",[273,55.452]],["parent/368",[169,2.952]],["name/369",[274,55.452]],["parent/369",[275,4.573]],["name/370",[276,55.452]],["parent/370",[275,4.573]],["name/371",[260,50.344]],["parent/371",[275,4.573]],["name/372",[277,50.344]],["parent/372",[169,2.952]],["name/373",[23,31.473]],["parent/373",[278,4.328]],["name/374",[88,35.993]],["parent/374",[279,4.133]],["name/375",[66,35.993]],["parent/375",[279,4.133]],["name/376",[183,38.106]],["parent/376",[279,4.133]],["name/377",[184,38.106]],["parent/377",[279,4.133]],["name/378",[185,38.106]],["parent/378",[279,4.133]],["name/379",[277,50.344]],["parent/379",[169,2.952]],["name/380",[280,55.452]],["parent/380",[278,4.328]],["name/381",[281,55.452]],["parent/381",[278,4.328]],["name/382",[282,55.452]],["parent/382",[278,4.328]]],"invertedIndex":[["__type",{"_index":23,"name":{"21":{},"27":{},"31":{},"48":{},"52":{},"159":{},"161":{},"204":{},"253":{},"298":{},"310":{},"321":{},"336":{},"345":{},"358":{},"373":{}},"parent":{}}],["_dnstreecache",{"_index":22,"name":{"20":{}},"parent":{}}],["_errortolerance",{"_index":24,"name":{"22":{}},"parent":{}}],["_gettxtrecord",{"_index":26,"name":{"25":{}},"parent":{}}],["_privatekey",{"_index":114,"name":{"123":{}},"parent":{}}],["_publickey",{"_index":115,"name":{"124":{}},"parent":{}}],["_search",{"_index":25,"name":{"24":{}},"parent":{}}],["abstractkeypair",{"_index":112,"name":{"121":{}},"parent":{}}],["adddecryptionkey",{"_index":147,"name":{"165":{},"256":{},"289":{}},"parent":{}}],["addobserver",{"_index":221,"name":{"258":{}},"parent":{}}],["addpeertoaddressbook",{"_index":145,"name":{"163":{}},"parent":{}}],["asymmetric",{"_index":155,"name":{"175":{}},"parent":{}}],["backward",{"_index":228,"name":{"268":{}},"parent":{}}],["bootstrap",{"_index":3,"name":{"4":{},"149":{}},"parent":{}}],["bootstrapoptions",{"_index":8,"name":{"8":{}},"parent":{}}],["branch_prefix",{"_index":40,"name":{"40":{}},"parent":{}}],["buftohex",{"_index":122,"name":{"136":{}},"parent":{}}],["callback",{"_index":239,"name":{"281":{}},"parent":{}}],["constructor",{"_index":6,"name":{"6":{},"18":{},"34":{},"46":{},"70":{},"120":{},"122":{},"153":{},"187":{},"219":{},"248":{},"284":{}},"parent":{}}],["contentfilter",{"_index":261,"name":{"335":{},"342":{}},"parent":{}}],["contentfilters",{"_index":267,"name":{"353":{}},"parent":{}}],["contenttopic",{"_index":172,"name":{"192":{},"306":{},"343":{}},"parent":{}}],["create",{"_index":137,"name":{"152":{}},"parent":{}}],["createfrompeerid",{"_index":64,"name":{"66":{}},"parent":{}}],["createkeypair",{"_index":95,"name":{"102":{}},"parent":{}}],["createkeypairfrompeerid",{"_index":97,"name":{"104":{}},"parent":{}}],["createnodeid",{"_index":93,"name":{"100":{}},"parent":{}}],["createoptions",{"_index":129,"name":{"143":{},"213":{},"270":{}},"parent":{}}],["createpeeridfromkeypair",{"_index":96,"name":{"103":{}},"parent":{}}],["createv4",{"_index":63,"name":{"65":{}},"parent":{}}],["cursor",{"_index":254,"name":{"329":{}},"parent":{}}],["d",{"_index":209,"name":{"241":{}},"parent":{}}],["decode",{"_index":66,"name":{"68":{},"185":{},"206":{},"300":{},"312":{},"323":{},"338":{},"347":{},"360":{},"375":{}},"parent":{}}],["decodefromvalues",{"_index":65,"name":{"67":{}},"parent":{}}],["decodeproto",{"_index":168,"name":{"186":{}},"parent":{}}],["decodetxt",{"_index":67,"name":{"69":{}},"parent":{}}],["decryptionkeys",{"_index":136,"name":{"150":{},"251":{},"282":{},"286":{}},"parent":{}}],["decryptionmethod",{"_index":154,"name":{"174":{}},"parent":{}}],["default",{"_index":11,"name":{"10":{}},"parent":{}}],["defaultmaxpeers",{"_index":4,"name":{"5":{}},"parent":{}}],["defaultpagesize",{"_index":226,"name":{"266":{}},"parent":{}}],["defaultpingkeepalivevaluesecs",{"_index":126,"name":{"140":{}},"parent":{}}],["defaultpubsubtopic",{"_index":128,"name":{"142":{},"172":{}},"parent":{}}],["defaultrelaykeepalivevaluesecs",{"_index":127,"name":{"141":{}},"parent":{}}],["deletedecryptionkey",{"_index":148,"name":{"166":{},"257":{},"290":{}},"parent":{}}],["deleteobserver",{"_index":222,"name":{"259":{}},"parent":{}}],["dhi",{"_index":211,"name":{"243":{}},"parent":{}}],["dial",{"_index":144,"name":{"162":{}},"parent":{}}],["digest",{"_index":248,"name":{"317":{}},"parent":{}}],["direction",{"_index":255,"name":{"330":{}},"parent":{}}],["direction_backward_unspecified",{"_index":257,"name":{"332":{}},"parent":{}}],["direction_forward",{"_index":259,"name":{"333":{}},"parent":{}}],["directpeers",{"_index":208,"name":{"240":{}},"parent":{}}],["discovery",{"_index":1,"name":{"1":{}},"parent":{"2":{},"3":{},"4":{},"8":{},"14":{},"16":{},"26":{},"32":{},"33":{},"37":{},"47":{},"51":{}}}],["discovery.bootstrap",{"_index":5,"name":{},"parent":{"5":{},"6":{},"7":{}}}],["discovery.bootstrapoptions",{"_index":10,"name":{},"parent":{"9":{},"10":{},"11":{},"12":{},"13":{}}}],["discovery.dnsclient",{"_index":17,"name":{},"parent":{"15":{}}}],["discovery.dnsnodediscovery",{"_index":20,"name":{},"parent":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{}}}],["discovery.dnsoverhttps",{"_index":35,"name":{},"parent":{"34":{},"35":{},"36":{}}}],["discovery.enrrootvalues",{"_index":50,"name":{},"parent":{"52":{}}}],["discovery.enrrootvalues.__type",{"_index":52,"name":{},"parent":{"53":{},"54":{},"55":{},"56":{}}}],["discovery.enrtree",{"_index":38,"name":{},"parent":{"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{}}}],["discovery.enrtreevalues",{"_index":47,"name":{},"parent":{"48":{}}}],["discovery.enrtreevalues.__type",{"_index":48,"name":{},"parent":{"49":{},"50":{}}}],["discovery.searchcontext",{"_index":28,"name":{},"parent":{"27":{}}}],["discovery.searchcontext.__type",{"_index":30,"name":{},"parent":{"28":{},"29":{},"30":{},"31":{}}}],["dlazy",{"_index":214,"name":{"246":{}},"parent":{}}],["dlo",{"_index":210,"name":{"242":{}},"parent":{}}],["dns",{"_index":21,"name":{"19":{}},"parent":{}}],["dnsclient",{"_index":15,"name":{"14":{}},"parent":{}}],["dnsnodediscovery",{"_index":18,"name":{"16":{}},"parent":{}}],["dnsoverhttp",{"_index":19,"name":{"17":{}},"parent":{}}],["dnsoverhttps",{"_index":34,"name":{"33":{}},"parent":{}}],["domain",{"_index":29,"name":{"28":{},"50":{}},"parent":{}}],["dopx",{"_index":203,"name":{"235":{}},"parent":{}}],["dout",{"_index":213,"name":{"245":{}},"parent":{}}],["dscore",{"_index":212,"name":{"244":{}},"parent":{}}],["ed25519",{"_index":100,"name":{"107":{}},"parent":{}}],["emitself",{"_index":198,"name":{"231":{}},"parent":{}}],["encode",{"_index":88,"name":{"94":{},"189":{},"205":{},"299":{},"311":{},"322":{},"337":{},"346":{},"359":{},"374":{}},"parent":{}}],["encodetovalues",{"_index":87,"name":{"93":{}},"parent":{}}],["encodetxt",{"_index":89,"name":{"95":{}},"parent":{}}],["encpublickey",{"_index":161,"name":{"179":{}},"parent":{}}],["endpoints",{"_index":33,"name":{"32":{},"35":{}},"parent":{}}],["endtime",{"_index":235,"name":{"274":{},"356":{}},"parent":{}}],["enr",{"_index":56,"name":{"57":{},"63":{}},"parent":{"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"109":{},"118":{},"121":{},"130":{},"131":{},"132":{},"133":{}}}],["enr.abstractkeypair",{"_index":113,"name":{},"parent":{"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{}}}],["enr.enr",{"_index":62,"name":{},"parent":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{}}}],["enr.ikeypair",{"_index":104,"name":{},"parent":{"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{}}}],["enr.ikeypairclass",{"_index":111,"name":{},"parent":{"119":{},"120":{}}}],["enr.keypairtype",{"_index":99,"name":{},"parent":{"106":{},"107":{},"108":{}}}],["enrkey",{"_index":91,"name":{"98":{}},"parent":{}}],["enrrootvalues",{"_index":49,"name":{"51":{}},"parent":{}}],["enrtree",{"_index":36,"name":{"37":{}},"parent":{}}],["enrtreevalues",{"_index":46,"name":{"47":{}},"parent":{}}],["enrurl",{"_index":14,"name":{"13":{}},"parent":{}}],["enrvalue",{"_index":92,"name":{"99":{}},"parent":{}}],["equalbytearrays",{"_index":123,"name":{"137":{}},"parent":{}}],["eroot",{"_index":51,"name":{"53":{}},"parent":{}}],["err_invalid_id",{"_index":59,"name":{"60":{}},"parent":{}}],["err_no_signature",{"_index":60,"name":{"61":{}},"parent":{}}],["error",{"_index":272,"name":{"367":{}},"parent":{}}],["error_invalid_cursor",{"_index":276,"name":{"370":{}},"parent":{}}],["error_none_unspecified",{"_index":274,"name":{"369":{}},"parent":{}}],["fallbacktofloodsub",{"_index":201,"name":{"233":{}},"parent":{}}],["floodpublish",{"_index":202,"name":{"234":{}},"parent":{}}],["forward",{"_index":230,"name":{"269":{}},"parent":{}}],["frombytes",{"_index":167,"name":{"184":{}},"parent":{}}],["fromjson",{"_index":183,"name":{"207":{},"301":{},"313":{},"324":{},"339":{},"348":{},"361":{},"376":{}},"parent":{}}],["frompartial",{"_index":185,"name":{"209":{},"303":{},"315":{},"326":{},"341":{},"350":{},"363":{},"378":{}},"parent":{}}],["fromutf8string",{"_index":165,"name":{"183":{}},"parent":{}}],["generate",{"_index":110,"name":{"119":{}},"parent":{}}],["generatekeypair",{"_index":94,"name":{"101":{}},"parent":{}}],["generateprivatekey",{"_index":175,"name":{"198":{}},"parent":{}}],["generatesymmetrickey",{"_index":176,"name":{"199":{}},"parent":{}}],["getbootstrappeers",{"_index":7,"name":{"7":{}},"parent":{}}],["getfullmultiaddr",{"_index":83,"name":{"89":{}},"parent":{}}],["getfullmultiaddrs",{"_index":84,"name":{"90":{}},"parent":{}}],["getlocalmultiaddrwithid",{"_index":149,"name":{"167":{}},"parent":{}}],["getlocationmultiaddr",{"_index":81,"name":{"87":{}},"parent":{}}],["getnodesfromhostedjson",{"_index":0,"name":{"0":{},"3":{}},"parent":{}}],["getpeers",{"_index":13,"name":{"12":{},"23":{},"260":{}},"parent":{}}],["getpseudorandomsubset",{"_index":2,"name":{"2":{}},"parent":{}}],["getpublickey",{"_index":177,"name":{"200":{}},"parent":{}}],["gossipincoming",{"_index":200,"name":{"232":{}},"parent":{}}],["gossipoptions",{"_index":197,"name":{"230":{}},"parent":{}}],["hasprivatekey",{"_index":108,"name":{"117":{},"129":{}},"parent":{}}],["heartbeat",{"_index":217,"name":{"249":{}},"parent":{}}],["hextobuf",{"_index":121,"name":{"135":{}},"parent":{}}],["historyquery",{"_index":264,"name":{"344":{},"351":{}},"parent":{}}],["historyresponse",{"_index":268,"name":{"357":{},"364":{}},"parent":{}}],["historyresponse_error",{"_index":273,"name":{"368":{}},"parent":{}}],["historyrpc",{"_index":277,"name":{"372":{},"379":{}},"parent":{}}],["id",{"_index":69,"name":{"74":{}},"parent":{}}],["ikeypair",{"_index":102,"name":{"109":{}},"parent":{}}],["ikeypairclass",{"_index":109,"name":{"118":{}},"parent":{}}],["index",{"_index":245,"name":{"309":{},"316":{}},"parent":{}}],["info",{"_index":187,"name":{"212":{}},"parent":{}}],["ip",{"_index":74,"name":{"80":{}},"parent":{}}],["ip6",{"_index":77,"name":{"83":{}},"parent":{}}],["issuccess",{"_index":186,"name":{"211":{}},"parent":{}}],["keccak256buf",{"_index":124,"name":{"138":{}},"parent":{}}],["keypair",{"_index":71,"name":{"77":{}},"parent":{}}],["keypairtype",{"_index":70,"name":{"75":{},"105":{}},"parent":{}}],["libp2p",{"_index":134,"name":{"147":{},"154":{},"221":{},"287":{}},"parent":{}}],["lightpush",{"_index":141,"name":{"157":{}},"parent":{}}],["lightpushcodec",{"_index":179,"name":{"202":{},"226":{}},"parent":{}}],["lroot",{"_index":53,"name":{"54":{}},"parent":{}}],["max_record_size",{"_index":58,"name":{"59":{}},"parent":{}}],["maxpeers",{"_index":9,"name":{"9":{}},"parent":{}}],["messagecache",{"_index":205,"name":{"237":{}},"parent":{}}],["messages",{"_index":271,"name":{"365":{}},"parent":{}}],["msgidfn",{"_index":204,"name":{"236":{}},"parent":{}}],["multiaddr_length_size",{"_index":61,"name":{"62":{}},"parent":{}}],["multiaddrs",{"_index":80,"name":{"86":{}},"parent":{}}],["nodeid",{"_index":73,"name":{"79":{},"96":{}},"parent":{}}],["observers",{"_index":218,"name":{"252":{}},"parent":{}}],["options",{"_index":158,"name":{"177":{}},"parent":{}}],["pagedirection",{"_index":227,"name":{"267":{},"278":{},"293":{}},"parent":{}}],["pagesize",{"_index":238,"name":{"279":{},"328":{}},"parent":{}}],["paginginfo",{"_index":251,"name":{"320":{},"327":{},"354":{},"366":{}},"parent":{}}],["paginginfo_direction",{"_index":256,"name":{"331":{}},"parent":{}}],["parseandverifyroot",{"_index":42,"name":{"42":{}},"parent":{}}],["parsebranch",{"_index":45,"name":{"45":{}},"parent":{}}],["parserootvalues",{"_index":43,"name":{"43":{}},"parent":{}}],["parsetree",{"_index":44,"name":{"44":{}},"parent":{}}],["payload",{"_index":171,"name":{"191":{},"305":{}},"parent":{}}],["payloadasutf8",{"_index":170,"name":{"190":{}},"parent":{}}],["peerid",{"_index":72,"name":{"78":{},"216":{},"276":{}},"parent":{}}],["peers",{"_index":12,"name":{"11":{},"223":{},"291":{}},"parent":{}}],["pingkeepalive",{"_index":132,"name":{"145":{}},"parent":{}}],["pingkeepalivetimers",{"_index":142,"name":{"158":{}},"parent":{}}],["privatekey",{"_index":105,"name":{"111":{},"125":{}},"parent":{}}],["privatekeyverify",{"_index":106,"name":{"113":{},"127":{}},"parent":{}}],["proto",{"_index":169,"name":{"188":{},"296":{}},"parent":{"297":{},"304":{},"309":{},"316":{},"320":{},"327":{},"331":{},"335":{},"342":{},"344":{},"351":{},"357":{},"364":{},"368":{},"372":{},"379":{}}}],["proto.contentfilter",{"_index":262,"name":{},"parent":{"336":{},"343":{}}}],["proto.contentfilter.__type",{"_index":263,"name":{},"parent":{"337":{},"338":{},"339":{},"340":{},"341":{}}}],["proto.historyquery",{"_index":265,"name":{},"parent":{"345":{},"352":{},"353":{},"354":{},"355":{},"356":{}}}],["proto.historyquery.__type",{"_index":266,"name":{},"parent":{"346":{},"347":{},"348":{},"349":{},"350":{}}}],["proto.historyresponse",{"_index":269,"name":{},"parent":{"358":{},"365":{},"366":{},"367":{}}}],["proto.historyresponse.__type",{"_index":270,"name":{},"parent":{"359":{},"360":{},"361":{},"362":{},"363":{}}}],["proto.historyresponse_error",{"_index":275,"name":{},"parent":{"369":{},"370":{},"371":{}}}],["proto.historyrpc",{"_index":278,"name":{},"parent":{"373":{},"380":{},"381":{},"382":{}}}],["proto.historyrpc.__type",{"_index":279,"name":{},"parent":{"374":{},"375":{},"376":{},"377":{},"378":{}}}],["proto.index",{"_index":246,"name":{},"parent":{"310":{},"317":{},"318":{},"319":{}}}],["proto.index.__type",{"_index":247,"name":{},"parent":{"311":{},"312":{},"313":{},"314":{},"315":{}}}],["proto.paginginfo",{"_index":252,"name":{},"parent":{"321":{},"328":{},"329":{},"330":{}}}],["proto.paginginfo.__type",{"_index":253,"name":{},"parent":{"322":{},"323":{},"324":{},"325":{},"326":{}}}],["proto.paginginfo_direction",{"_index":258,"name":{},"parent":{"332":{},"333":{},"334":{}}}],["proto.wakumessage",{"_index":243,"name":{},"parent":{"298":{},"305":{},"306":{},"307":{},"308":{}}}],["proto.wakumessage.__type",{"_index":244,"name":{},"parent":{"299":{},"300":{},"301":{},"302":{},"303":{}}}],["publickey",{"_index":31,"name":{"29":{},"49":{},"76":{},"112":{},"126":{}},"parent":{}}],["publickeyverify",{"_index":107,"name":{"114":{},"128":{}},"parent":{}}],["pubsubtopic",{"_index":130,"name":{"144":{},"214":{},"217":{},"220":{},"250":{},"271":{},"277":{},"285":{},"352":{}},"parent":{}}],["push",{"_index":193,"name":{"222":{}},"parent":{}}],["pushoptions",{"_index":189,"name":{"215":{}},"parent":{}}],["pushresponse",{"_index":180,"name":{"203":{},"210":{},"227":{}},"parent":{}}],["query",{"_index":281,"name":{"381":{}},"parent":{}}],["queryhistory",{"_index":242,"name":{"288":{}},"parent":{}}],["queryoptions",{"_index":236,"name":{"275":{}},"parent":{}}],["randompeer",{"_index":194,"name":{"224":{},"292":{}},"parent":{}}],["receivedtime",{"_index":249,"name":{"318":{}},"parent":{}}],["record_prefix",{"_index":37,"name":{"38":{},"64":{}},"parent":{}}],["relay",{"_index":139,"name":{"155":{}},"parent":{}}],["relaycodecs",{"_index":196,"name":{"229":{},"263":{}},"parent":{}}],["relaykeepalive",{"_index":133,"name":{"146":{}},"parent":{}}],["relaykeepalivetimers",{"_index":143,"name":{"160":{}},"parent":{}}],["requestid",{"_index":280,"name":{"380":{}},"parent":{}}],["resolvetxt",{"_index":16,"name":{"15":{},"36":{}},"parent":{}}],["response",{"_index":282,"name":{"382":{}},"parent":{}}],["root_prefix",{"_index":41,"name":{"41":{}},"parent":{}}],["rsa",{"_index":98,"name":{"106":{}},"parent":{}}],["scoreparams",{"_index":206,"name":{"238":{}},"parent":{}}],["scorethresholds",{"_index":207,"name":{"239":{}},"parent":{}}],["searchcontext",{"_index":27,"name":{"26":{}},"parent":{}}],["secp256k1",{"_index":101,"name":{"108":{}},"parent":{}}],["secp256k1keypair",{"_index":119,"name":{"133":{}},"parent":{}}],["secp256k1publickeytocompressed",{"_index":116,"name":{"130":{}},"parent":{}}],["secp256k1publickeytofull",{"_index":117,"name":{"131":{}},"parent":{}}],["secp256k1publickeytoraw",{"_index":118,"name":{"132":{}},"parent":{}}],["send",{"_index":220,"name":{"255":{}},"parent":{}}],["sendertime",{"_index":250,"name":{"319":{}},"parent":{}}],["seq",{"_index":54,"name":{"55":{},"71":{}},"parent":{}}],["sequencenumber",{"_index":90,"name":{"97":{}},"parent":{}}],["set",{"_index":68,"name":{"73":{}},"parent":{}}],["setlocationmultiaddr",{"_index":82,"name":{"88":{}},"parent":{}}],["sign",{"_index":86,"name":{"92":{},"115":{}},"parent":{}}],["signature",{"_index":55,"name":{"56":{},"72":{},"196":{}},"parent":{}}],["signaturepublickey",{"_index":174,"name":{"195":{}},"parent":{}}],["sigprivkey",{"_index":163,"name":{"181":{}},"parent":{}}],["start",{"_index":219,"name":{"254":{}},"parent":{}}],["startkeepalive",{"_index":151,"name":{"169":{}},"parent":{}}],["starttime",{"_index":233,"name":{"273":{},"355":{}},"parent":{}}],["staticnoisekey",{"_index":135,"name":{"148":{}},"parent":{}}],["stop",{"_index":146,"name":{"164":{}},"parent":{}}],["stopkeepalive",{"_index":152,"name":{"170":{}},"parent":{}}],["store",{"_index":140,"name":{"156":{}},"parent":{}}],["storecodec",{"_index":225,"name":{"265":{},"295":{}},"parent":{}}],["subscribe",{"_index":223,"name":{"261":{}},"parent":{}}],["symkey",{"_index":162,"name":{"180":{}},"parent":{}}],["symmetric",{"_index":157,"name":{"176":{}},"parent":{}}],["tcp",{"_index":75,"name":{"81":{}},"parent":{}}],["tcp6",{"_index":78,"name":{"84":{}},"parent":{}}],["timefilter",{"_index":232,"name":{"272":{},"280":{}},"parent":{}}],["timestamp",{"_index":159,"name":{"178":{},"194":{},"308":{}},"parent":{}}],["tojson",{"_index":184,"name":{"208":{},"302":{},"314":{},"325":{},"340":{},"349":{},"362":{},"377":{}},"parent":{}}],["tree_prefix",{"_index":39,"name":{"39":{}},"parent":{}}],["type",{"_index":103,"name":{"110":{}},"parent":{}}],["udp",{"_index":76,"name":{"82":{}},"parent":{}}],["udp6",{"_index":79,"name":{"85":{}},"parent":{}}],["unrecognized",{"_index":260,"name":{"334":{},"371":{}},"parent":{}}],["utils",{"_index":120,"name":{"134":{}},"parent":{"135":{},"136":{},"137":{},"138":{}}}],["v4",{"_index":57,"name":{"58":{}},"parent":{}}],["verify",{"_index":85,"name":{"91":{},"116":{}},"parent":{}}],["version",{"_index":173,"name":{"193":{},"307":{}},"parent":{}}],["visits",{"_index":32,"name":{"30":{}},"parent":{}}],["waitforconnectedpeer",{"_index":150,"name":{"168":{}},"parent":{}}],["waku",{"_index":125,"name":{"139":{},"151":{},"171":{}},"parent":{"140":{},"141":{},"142":{},"143":{},"151":{}}}],["waku.createoptions",{"_index":131,"name":{},"parent":{"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{}}}],["waku.waku",{"_index":138,"name":{},"parent":{"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{}}}],["waku_light_push",{"_index":178,"name":{"201":{}},"parent":{"202":{},"203":{},"210":{},"213":{},"215":{},"218":{}}}],["waku_light_push.createoptions",{"_index":188,"name":{},"parent":{"214":{}}}],["waku_light_push.pushoptions",{"_index":190,"name":{},"parent":{"216":{},"217":{}}}],["waku_light_push.pushresponse",{"_index":181,"name":{},"parent":{"204":{},"211":{},"212":{}}}],["waku_light_push.pushresponse.__type",{"_index":182,"name":{},"parent":{"205":{},"206":{},"207":{},"208":{},"209":{}}}],["waku_light_push.wakulightpush",{"_index":192,"name":{},"parent":{"219":{},"220":{},"221":{},"222":{},"223":{},"224":{}}}],["waku_message",{"_index":153,"name":{"173":{}},"parent":{"174":{},"177":{},"182":{}}}],["waku_message.decryptionmethod",{"_index":156,"name":{},"parent":{"175":{},"176":{}}}],["waku_message.options",{"_index":160,"name":{},"parent":{"178":{},"179":{},"180":{},"181":{}}}],["waku_message.wakumessage",{"_index":166,"name":{},"parent":{"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{}}}],["waku_relay",{"_index":195,"name":{"228":{}},"parent":{"229":{},"230":{},"247":{}}}],["waku_relay.gossipoptions",{"_index":199,"name":{},"parent":{"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{}}}],["waku_relay.wakurelay",{"_index":216,"name":{},"parent":{"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{}}}],["waku_store",{"_index":224,"name":{"264":{}},"parent":{"265":{},"266":{},"267":{},"270":{},"272":{},"275":{},"283":{}}}],["waku_store.createoptions",{"_index":231,"name":{},"parent":{"271":{}}}],["waku_store.pagedirection",{"_index":229,"name":{},"parent":{"268":{},"269":{}}}],["waku_store.queryoptions",{"_index":237,"name":{},"parent":{"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{}}}],["waku_store.timefilter",{"_index":234,"name":{},"parent":{"273":{},"274":{}}}],["waku_store.wakustore",{"_index":241,"name":{},"parent":{"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{}}}],["wakulightpush",{"_index":191,"name":{"218":{},"225":{}},"parent":{}}],["wakumessage",{"_index":164,"name":{"182":{},"197":{},"297":{},"304":{}},"parent":{}}],["wakurelay",{"_index":215,"name":{"247":{},"262":{}},"parent":{}}],["wakustore",{"_index":240,"name":{"283":{},"294":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 0000000000..28f90b673c --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1388 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png new file mode 100644 index 0000000000..c7380532ac Binary files /dev/null and b/docs/assets/widgets.png differ diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png new file mode 100644 index 0000000000..4bbbd57272 Binary files /dev/null and b/docs/assets/widgets@2x.png differ diff --git a/docs/classes/discovery.Bootstrap.html b/docs/classes/discovery.Bootstrap.html new file mode 100644 index 0000000000..045e5bd4af --- /dev/null +++ b/docs/classes/discovery.Bootstrap.html @@ -0,0 +1,3 @@ +Bootstrap | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Parse options and expose function to return bootstrap peer addresses.

+

Hierarchy

  • Bootstrap

Index

Constructors

constructor

Properties

Readonly getBootstrapPeers

getBootstrapPeers: undefined | (() => Promise<Multiaddr[]>)

Static DefaultMaxPeers

DefaultMaxPeers: number = 1

Legend

  • Constructor
  • Property
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/discovery.DnsNodeDiscovery.html b/docs/classes/discovery.DnsNodeDiscovery.html new file mode 100644 index 0000000000..45d7025924 --- /dev/null +++ b/docs/classes/discovery.DnsNodeDiscovery.html @@ -0,0 +1,12 @@ +DnsNodeDiscovery | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DnsNodeDiscovery

Hierarchy

  • DnsNodeDiscovery

Index

Constructors

constructor

Properties

Private Readonly _DNSTreeCache

_DNSTreeCache: {}

Type declaration

  • [key: string]: string

Private Readonly _errorTolerance

_errorTolerance: number = 10

Private Readonly dns

Methods

Private _getTXTRecord

  • _getTXTRecord(subdomain: string, context: SearchContext): Promise<string>
  • +

    Retrieves the TXT record stored at a location from either +this DNS tree cache or via DNS query

    +

    Parameters

    Returns Promise<string>

Private _search

  • +

    Runs a recursive, randomized descent of the DNS tree to retrieve a single +ENR record as an ENR. Returns null if parsing or DNS resolution fails.

    +

    Parameters

    Returns Promise<null | ENR>

getPeers

  • getPeers(maxQuantity: number, enrTreeUrls: string[]): Promise<ENR[]>
  • +

    Returns a list of verified peers listed in an EIP-1459 DNS tree. Method may +return fewer peers than requested if maxQuantity is larger than the number +of ENR records or the number of errors/duplicate peers encountered by randomized +search exceeds maxQuantity plus the errorTolerance factor.

    +

    Parameters

    • maxQuantity: number
    • enrTreeUrls: string[]

    Returns Promise<ENR[]>

Static dnsOverHttp

Legend

  • Constructor
  • Method
  • Private property
  • Private method
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/discovery.DnsOverHttps.html b/docs/classes/discovery.DnsOverHttps.html new file mode 100644 index 0000000000..d38abe093d --- /dev/null +++ b/docs/classes/discovery.DnsOverHttps.html @@ -0,0 +1,8 @@ +DnsOverHttps | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DnsOverHttps

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

endpoints

endpoints: Endpoints = ...

Methods

resolveTXT

  • resolveTXT(domain: string): Promise<string[]>

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/discovery.ENRTree.html b/docs/classes/discovery.ENRTree.html new file mode 100644 index 0000000000..dc815c9df3 --- /dev/null +++ b/docs/classes/discovery.ENRTree.html @@ -0,0 +1,11 @@ +ENRTree | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ENRTree

Index

Constructors

constructor

Properties

Static Readonly BRANCH_PREFIX

BRANCH_PREFIX: "enrtree-branch:" = 'enrtree-branch:'

Static Readonly RECORD_PREFIX

RECORD_PREFIX: "enr:" = ENR.RECORD_PREFIX

Static Readonly ROOT_PREFIX

ROOT_PREFIX: "enrtree-root:" = 'enrtree-root:'

Static Readonly TREE_PREFIX

TREE_PREFIX: "enrtree:" = 'enrtree:'

Methods

Static parseAndVerifyRoot

  • parseAndVerifyRoot(root: string, publicKey: string): string
  • +

    Extracts the branch subdomain referenced by a DNS tree root string after verifying +the root record signature with its base32 compressed public key.

    +

    Parameters

    • root: string
    • publicKey: string

    Returns string

Static parseBranch

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

    Returns subdomains listed in an ENR branch entry. These in turn lead to +either further branch entries or ENR records.

    +

    Parameters

    • branch: string

    Returns string[]

Static parseRootValues

Static parseTree

  • +

    Returns the public key and top level domain of an ENR tree entry. +The domain is the starting point for traversing a set of linked DNS TXT records +and the public key is used to verify the root entry record

    +

    Parameters

    • tree: string

    Returns ENRTreeValues

Legend

  • Static property
  • Static method
  • Constructor

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/enr.AbstractKeypair.html b/docs/classes/enr.AbstractKeypair.html new file mode 100644 index 0000000000..94722e5b00 --- /dev/null +++ b/docs/classes/enr.AbstractKeypair.html @@ -0,0 +1 @@ +AbstractKeypair | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractKeypair

Hierarchy

  • AbstractKeypair

Index

Constructors

constructor

  • new AbstractKeypair(privateKey?: Buffer, publicKey?: Buffer): AbstractKeypair

Properties

Optional _privateKey

_privateKey?: Buffer

Optional Readonly _publicKey

_publicKey?: Buffer

Accessors

privateKey

  • get privateKey(): Buffer

publicKey

  • get publicKey(): Buffer

Methods

hasPrivateKey

  • hasPrivateKey(): boolean

privateKeyVerify

  • privateKeyVerify(): boolean

publicKeyVerify

  • publicKeyVerify(): boolean

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/enr.ENR.html b/docs/classes/enr.ENR.html new file mode 100644 index 0000000000..ea438c5c33 --- /dev/null +++ b/docs/classes/enr.ENR.html @@ -0,0 +1,33 @@ +ENR | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ENR

Hierarchy

Index

Constructors

constructor

  • new ENR(kvs?: Record<string, Uint8Array>, seq?: bigint, signature?: null | Buffer): ENR
  • Parameters

    • kvs: Record<string, Uint8Array> = {}
    • seq: bigint = ...
    • signature: null | Buffer = null

    Returns ENR

Properties

Readonly [Symbol.toStringTag]

[Symbol.toStringTag]: string

seq

seq: bigint

signature

signature: null | Buffer

Readonly size

size: number

Static Readonly RECORD_PREFIX

RECORD_PREFIX: "enr:" = 'enr:'

Static Readonly [Symbol.species]

[Symbol.species]: MapConstructor

Accessors

id

  • get id(): string

ip

  • get ip(): undefined | string
  • set ip(ip: undefined | string): void

ip6

  • get ip6(): undefined | string
  • set ip6(ip: undefined | string): void

keypair

keypairType

multiaddrs

  • get multiaddrs(): undefined | Multiaddr[]
  • set multiaddrs(multiaddrs: undefined | Multiaddr[]): void
  • +

    Get the multiaddrs field from ENR.

    +

    This field is used to store multiaddresses that cannot be stored with the current ENR pre-defined keys. +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.

    +

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

    +

    Returns undefined | Multiaddr[]

  • +

    Set the multiaddrs field on the ENR.

    +

    This field is used to store multiaddresses that cannot be stored with the current ENR pre-defined keys. +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.

    +

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

    +

    Parameters

    • multiaddrs: undefined | Multiaddr[]

    Returns void

nodeId

  • get nodeId(): string

peerId

  • get peerId(): PeerId

publicKey

  • get publicKey(): Buffer

tcp

  • get tcp(): undefined | number
  • set tcp(port: undefined | number): void

tcp6

  • get tcp6(): undefined | number
  • set tcp6(port: undefined | number): void

udp

  • get udp(): undefined | number
  • set udp(port: undefined | number): void

udp6

  • get udp6(): undefined | number
  • set udp6(port: undefined | number): void

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<[string, Uint8Array]>
  • +

    Returns an iterable of entries in the map.

    +

    Returns IterableIterator<[string, Uint8Array]>

clear

  • clear(): void
  • Returns void

delete

  • delete(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

encode

  • encode(privateKey?: Buffer): Buffer

encodeToValues

  • encodeToValues(privateKey?: Buffer): (string | number | Uint8Array)[]
  • Parameters

    • Optional privateKey: Buffer

    Returns (string | number | Uint8Array)[]

encodeTxt

  • encodeTxt(privateKey?: Buffer): string

entries

  • entries(): IterableIterator<[string, Uint8Array]>
  • +

    Returns an iterable of key, value pairs for every entry in the map.

    +

    Returns IterableIterator<[string, Uint8Array]>

forEach

  • forEach(callbackfn: (value: Uint8Array, key: string, map: Map<string, Uint8Array>) => void, thisArg?: any): void
  • Parameters

    • callbackfn: (value: Uint8Array, key: string, map: Map<string, Uint8Array>) => void
        • (value: Uint8Array, key: string, map: Map<string, Uint8Array>): void
        • Parameters

          • value: Uint8Array
          • key: string
          • map: Map<string, Uint8Array>

          Returns void

    • Optional thisArg: any

    Returns void

get

  • get(key: string): undefined | Uint8Array
  • Parameters

    • key: string

    Returns undefined | Uint8Array

getFullMultiaddr

  • getFullMultiaddr(protocol: "udp" | "udp4" | "udp6" | "tcp" | "tcp4" | "tcp6"): undefined | Multiaddr
  • +

    Returns the full multiaddr from the ENR fields matching the provided +protocol parameter. +To return full multiaddrs from the multiaddrs ENR field, +use ENR.getFullMultiaddrs

    +

    Parameters

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

    Returns undefined | Multiaddr

getFullMultiaddrs

  • getFullMultiaddrs(): Multiaddr[]
  • +

    Returns the full multiaddrs from the multiaddrs ENR field.

    +

    Returns Multiaddr[]

getLocationMultiaddr

  • getLocationMultiaddr(protocol: "udp" | "udp4" | "udp6" | "tcp" | "tcp4" | "tcp6"): undefined | Multiaddr
  • Parameters

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

    Returns undefined | Multiaddr

has

  • has(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

keys

  • keys(): IterableIterator<string>
  • +

    Returns an iterable of keys in the map

    +

    Returns IterableIterator<string>

set

  • set(k: string, v: Uint8Array): ENR

setLocationMultiaddr

  • setLocationMultiaddr(multiaddr: Multiaddr): void

sign

  • sign(data: Buffer, privateKey: Buffer): Buffer

values

  • values(): IterableIterator<Uint8Array>
  • +

    Returns an iterable of values in the map

    +

    Returns IterableIterator<Uint8Array>

verify

  • verify(data: Buffer, signature: Buffer): boolean

Static createFromPeerId

  • createFromPeerId(peerId: PeerId, kvs?: Record<string, Uint8Array>): ENR

Static createV4

  • createV4(publicKey: Buffer, kvs?: Record<string, Uint8Array>): ENR

Static decode

  • decode(encoded: Buffer): ENR

Static decodeFromValues

  • decodeFromValues(decoded: Buffer[]): ENR

Static decodeTxt

  • decodeTxt(encoded: string): ENR

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Static property
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/waku.Waku.html b/docs/classes/waku.Waku.html new file mode 100644 index 0000000000..d2e27c0e24 --- /dev/null +++ b/docs/classes/waku.Waku.html @@ -0,0 +1,27 @@ +Waku | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Waku

Hierarchy

  • Waku

Index

Constructors

Private constructor

Properties

libp2p

libp2p: Libp2p

lightPush

lightPush: WakuLightPush

Private pingKeepAliveTimers

pingKeepAliveTimers: {}

Type declaration

  • [peer: string]: ReturnType<typeof setInterval>

relay

relay: WakuRelay

Private relayKeepAliveTimers

relayKeepAliveTimers: {}

Type declaration

  • [peer: string]: ReturnType<typeof setInterval>

store

store: WakuStore

Methods

addDecryptionKey

  • addDecryptionKey(key: string | Uint8Array, options?: { contentTopics?: string[]; method?: DecryptionMethod }): void
  • +

    Register a decryption key to attempt decryption of messages received via +WakuRelay and WakuStore. This can either be a private key for +asymmetric encryption or a symmetric key.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array
    • Optional options: { contentTopics?: string[]; method?: DecryptionMethod }

    Returns void

addPeerToAddressBook

  • addPeerToAddressBook(peerId: string | PeerId, multiaddrs: string[] | Multiaddr[]): void
  • +

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

    +

    Parameters

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

    Returns void

deleteDecryptionKey

  • deleteDecryptionKey(key: string | Uint8Array): void
  • +

    Delete a decryption key that was used to attempt decryption of messages +received via WakuRelay or WakuStore.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array

    Returns void

dial

  • dial(peer: string | Multiaddr | PeerId): Promise<{ protocol: string; stream: MuxedStream }>
  • +

    Dials to the provided peer.

    +

    Parameters

    • peer: string | Multiaddr | PeerId
      +

      The peer to dial

      +

    Returns Promise<{ protocol: string; stream: MuxedStream }>

getLocalMultiaddrWithID

  • getLocalMultiaddrWithID(): string
  • +

    Return the local multiaddr with peer id on which libp2p is listening.

    +
    throws

    if libp2p is not listening on localhost

    +

    Returns string

Private startKeepAlive

  • startKeepAlive(peerId: PeerId, pingPeriodSecs: number, relayPeriodSecs: number): void
  • Parameters

    • peerId: PeerId
    • pingPeriodSecs: number
    • relayPeriodSecs: number

    Returns void

stop

  • stop(): Promise<void>

Private stopKeepAlive

  • stopKeepAlive(peerId: PeerId): void

waitForConnectedPeer

  • waitForConnectedPeer(protocols?: string[][]): Promise<void>
  • +

    Wait to be connected to a peer. Useful when using the CreateOptions.bootstrap +with Waku.create. The Promise resolves only once we are connected to a +Store peer, Relay peer and Light Push peer.

    +

    Parameters

    • Optional protocols: string[][]

    Returns Promise<void>

Static create

Legend

  • Property
  • Method
  • Private property
  • Private method
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/waku_light_push.WakuLightPush.html b/docs/classes/waku_light_push.WakuLightPush.html new file mode 100644 index 0000000000..f5881dff6d --- /dev/null +++ b/docs/classes/waku_light_push.WakuLightPush.html @@ -0,0 +1,10 @@ +WakuLightPush | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Implements the Waku v2 Light Push protocol.

+

Hierarchy

  • WakuLightPush

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

libp2p

libp2p: Libp2p

pubSubTopic

pubSubTopic: string

Accessors

peers

  • get peers(): Peer[]
  • +

    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 Peer[]

randomPeer

  • get randomPeer(): undefined | 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 undefined | Peer

Methods

push

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/waku_message.WakuMessage.html b/docs/classes/waku_message.WakuMessage.html new file mode 100644 index 0000000000..b36a62fffd --- /dev/null +++ b/docs/classes/waku_message.WakuMessage.html @@ -0,0 +1,31 @@ +WakuMessage | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WakuMessage

Index

Constructors

Private constructor

Properties

proto

Accessors

contentTopic

  • get contentTopic(): undefined | string

payload

  • get payload(): undefined | Uint8Array

payloadAsUtf8

  • get payloadAsUtf8(): string

signature

  • get signature(): undefined | Uint8Array

signaturePublicKey

  • get signaturePublicKey(): undefined | Uint8Array

timestamp

  • get timestamp(): undefined | Date

version

  • get version(): undefined | number

Methods

encode

  • encode(): Uint8Array

Static decode

  • +

    Decode a byte array into Waku Message.

    +
    params

    bytes The message encoded using protobuf as defined in 14/WAKU2-MESSAGE.

    +
    params

    decryptionKeys If the payload is encrypted (version = 1), then the +keys are used to attempt decryption of the message. The passed key can either +be asymmetric private keys or symmetric keys, both method are tried for each +key until the message is decrypted or combinations are run out.

    +

    Parameters

    • bytes: Uint8Array
    • Optional decryptionKeys: { contentTopic?: string[]; key: Uint8Array; method?: DecryptionMethod }[]

    Returns Promise<undefined | waku_message.WakuMessage>

Static decodeProto

  • +

    Decode and decrypt Waku Message Protobuf Object into Waku Message.

    +
    params

    protoBuf The message to decode and decrypt.

    +
    params

    decryptionKeys If the payload is encrypted (version = 1), then the +keys are used to attempt decryption of the message. The passed key can either +be asymmetric private keys or symmetric keys, both method are tried for each +key until the message is decrypted or combinations are run out.

    +

    Parameters

    Returns Promise<undefined | waku_message.WakuMessage>

Static fromBytes

  • +

    Create a Waku Message with the given payload.

    +

    By default, the payload is kept clear (version 0). +If opts.encPublicKey is passed, the payload is encrypted using +asymmetric encryption (version 1).

    +

    If opts.sigPrivKey is passed and version 1 is used, the payload is signed +before encryption.

    +
    throws

    if both opts.encPublicKey and opt.symKey are passed

    +

    Parameters

    • payload: Uint8Array
    • contentTopic: string
    • Optional opts: Options

    Returns Promise<waku_message.WakuMessage>

Static fromUtf8String

Legend

  • Property
  • Method
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/waku_relay.WakuRelay.html b/docs/classes/waku_relay.WakuRelay.html new file mode 100644 index 0000000000..90231648ef --- /dev/null +++ b/docs/classes/waku_relay.WakuRelay.html @@ -0,0 +1,37 @@ +WakuRelay | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+
implements

{require('libp2p-interfaces/src/pubsub')}

+

Hierarchy

  • Gossipsub
    • WakuRelay

Index

Constructors

constructor

Properties

decryptionKeys

decryptionKeys: Map<Uint8Array, { contentTopics?: string[]; method?: DecryptionMethod }>

heartbeat

heartbeat: RelayHeartbeat

observers

observers: {}
+

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

+

Type declaration

pubSubTopic

pubSubTopic: string

Methods

addDecryptionKey

  • addDecryptionKey(key: string | Uint8Array, options?: { contentTopics?: string[]; method?: DecryptionMethod }): void
  • +

    Register a decryption key to attempt decryption of received messages. +This can either be a private key for asymmetric encryption or a symmetric +key. WakuRelay will attempt to decrypt messages using both methods.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array
    • Optional options: { contentTopics?: string[]; method?: DecryptionMethod }

    Returns void

addObserver

deleteDecryptionKey

  • deleteDecryptionKey(key: string | Uint8Array): void
  • +

    Delete a decryption key that was used to attempt decryption of received +messages.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array

    Returns void

deleteObserver

getPeers

  • getPeers(): Set<string>

send

start

  • start(): void
  • +

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

    +
    override

    Returns void

subscribe

  • subscribe(pubSubTopic: string): void
  • +

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

    +
    override

    Parameters

    • pubSubTopic: string

    Returns void

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/waku_store.WakuStore.html b/docs/classes/waku_store.WakuStore.html new file mode 100644 index 0000000000..dee2582ed9 --- /dev/null +++ b/docs/classes/waku_store.WakuStore.html @@ -0,0 +1,27 @@ +WakuStore | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Implements the Waku v2 Store protocol.

+

Hierarchy

  • WakuStore

Index

Constructors

constructor

Properties

decryptionKeys

decryptionKeys: Map<Uint8Array, { contentTopics?: string[]; method?: DecryptionMethod }>

libp2p

libp2p: Libp2p

pubSubTopic

pubSubTopic: string

Accessors

peers

  • get peers(): Peer[]
  • +

    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 Peer[]

randomPeer

  • get randomPeer(): undefined | Peer
  • +

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

    +

    Returns undefined | Peer

Methods

addDecryptionKey

  • addDecryptionKey(key: string | Uint8Array, options?: { contentTopics?: string[]; method?: DecryptionMethod }): void
  • +

    Register a decryption key to attempt decryption of messages received in any +subsequent queryHistory call. This can either be a private key for +asymmetric encryption or a symmetric key. WakuStore will attempt to +decrypt messages using both methods.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array
    • Optional options: { contentTopics?: string[]; method?: DecryptionMethod }

    Returns void

deleteDecryptionKey

  • deleteDecryptionKey(key: string | Uint8Array): void
  • +

    Delete a decryption key that was used to attempt decryption of messages +received in subsequent queryHistory calls.

    +

    Strings must be in hex format.

    +

    Parameters

    • key: string | Uint8Array

    Returns void

queryHistory

  • +

    Do a History Query to a Waku Store.

    +
    throws

    If not able to reach a Waku Store peer to query +or if an error is encountered when processing the reply.

    +

    Parameters

    • contentTopics: string[]
      +

      The content topics to pass to the query, leave empty to +retrieve all messages.

      +
    • Optional options: QueryOptions

    Returns Promise<waku_message.WakuMessage[]>

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/enr.KeypairType.html b/docs/enums/enr.KeypairType.html new file mode 100644 index 0000000000..93b3993aa4 --- /dev/null +++ b/docs/enums/enr.KeypairType.html @@ -0,0 +1 @@ +KeypairType | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KeypairType

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/proto.HistoryResponse_Error.html b/docs/enums/proto.HistoryResponse_Error.html new file mode 100644 index 0000000000..960891992f --- /dev/null +++ b/docs/enums/proto.HistoryResponse_Error.html @@ -0,0 +1 @@ +HistoryResponse_Error | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HistoryResponse_Error

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/proto.PagingInfo_Direction.html b/docs/enums/proto.PagingInfo_Direction.html new file mode 100644 index 0000000000..04de9a535d --- /dev/null +++ b/docs/enums/proto.PagingInfo_Direction.html @@ -0,0 +1 @@ +PagingInfo_Direction | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PagingInfo_Direction

Index

Enumeration members

DIRECTION_BACKWARD_UNSPECIFIED

DIRECTION_BACKWARD_UNSPECIFIED = 0

DIRECTION_FORWARD

DIRECTION_FORWARD = 1

UNRECOGNIZED

UNRECOGNIZED = -1

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/waku_message.DecryptionMethod.html b/docs/enums/waku_message.DecryptionMethod.html new file mode 100644 index 0000000000..cacfc25de3 --- /dev/null +++ b/docs/enums/waku_message.DecryptionMethod.html @@ -0,0 +1 @@ +DecryptionMethod | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DecryptionMethod

Index

Enumeration members

Enumeration members

Asymmetric

Asymmetric = "asymmetric"

Symmetric

Symmetric = "symmetric"

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/waku_store.PageDirection.html b/docs/enums/waku_store.PageDirection.html new file mode 100644 index 0000000000..79305f91a3 --- /dev/null +++ b/docs/enums/waku_store.PageDirection.html @@ -0,0 +1 @@ +PageDirection | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageDirection

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000000..6444320cdf --- /dev/null +++ b/docs/index.html @@ -0,0 +1,56 @@ +js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

js-waku

NPM

+

GitHub Action +Discord chat

+ + +

js-waku

+
+

A JavaScript implementation of the Waku v2 protocol.

+ + +

Documentation

+
+ +

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 +
+ + +

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.

+

To get help, join #dappconnect-support on Vac Discord or Telegram.

+

For more general discussion and latest news, join #dappconnect on Vac Discord or Telegram.

+ + +

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.

+

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/discovery.BootstrapOptions.html b/docs/interfaces/discovery.BootstrapOptions.html new file mode 100644 index 0000000000..e70cebeac1 --- /dev/null +++ b/docs/interfaces/discovery.BootstrapOptions.html @@ -0,0 +1,19 @@ +BootstrapOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BootstrapOptions

+

Setup discovery method used to bootstrap.

+

Only one method is used. default, peers, getPeers and enr options are mutually exclusive.

+

Hierarchy

  • BootstrapOptions

Index

Properties

Optional default

default?: boolean
+

Use the default discovery method. Overrides all other options but maxPeers

+

The default discovery method is likely to change overtime as new discovery +methods are implemented.

+
default

false

+

Optional enrUrl

enrUrl?: string
+

An EIP-1459 ENR Tree URL. For example: +"enrtree://AOFTICU2XWDULNLZGRMQS4RIZPAZEHYMV4FYHAPW563HNRAOERP7C@test.nodes.vac.dev"

+

Optional maxPeers

maxPeers?: number
+

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

+
default

Bootstrap.DefaultMaxPeers

+

Optional peers

peers?: string[]
+

Multiaddrs of peers to connect to.

+

Methods

Optional getPeers

  • getPeers(): Promise<string[] | Multiaddr[]>

Legend

  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/discovery.DnsClient.html b/docs/interfaces/discovery.DnsClient.html new file mode 100644 index 0000000000..73a3c1e1e7 --- /dev/null +++ b/docs/interfaces/discovery.DnsClient.html @@ -0,0 +1 @@ +DnsClient | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DnsClient

Hierarchy

  • DnsClient

Implemented by

Index

Methods

Methods

resolveTXT

  • resolveTXT(domain: string): Promise<string[]>

Legend

  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/enr.IKeypair.html b/docs/interfaces/enr.IKeypair.html new file mode 100644 index 0000000000..b85e3d5497 --- /dev/null +++ b/docs/interfaces/enr.IKeypair.html @@ -0,0 +1 @@ +IKeypair | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeypair

Hierarchy

  • IKeypair

Index

Properties

privateKey

privateKey: Buffer

publicKey

publicKey: Buffer

type

Methods

hasPrivateKey

  • hasPrivateKey(): boolean

privateKeyVerify

  • privateKeyVerify(): boolean

publicKeyVerify

  • publicKeyVerify(): boolean

sign

  • sign(msg: Buffer): Buffer

verify

  • verify(msg: Buffer, sig: Buffer): boolean

Legend

  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/enr.IKeypairClass.html b/docs/interfaces/enr.IKeypairClass.html new file mode 100644 index 0000000000..023873743b --- /dev/null +++ b/docs/interfaces/enr.IKeypairClass.html @@ -0,0 +1 @@ +IKeypairClass | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeypairClass

Hierarchy

  • IKeypairClass

Index

Constructors

Methods

Constructors

constructor

  • new IKeypairClass(privateKey?: Buffer, publicKey?: Buffer): IKeypair

Methods

generate

Legend

  • Constructor
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.ContentFilter.html b/docs/interfaces/proto.ContentFilter.html new file mode 100644 index 0000000000..9959e50001 --- /dev/null +++ b/docs/interfaces/proto.ContentFilter.html @@ -0,0 +1 @@ +ContentFilter | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentFilter

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.HistoryQuery.html b/docs/interfaces/proto.HistoryQuery.html new file mode 100644 index 0000000000..4cd8e9f18f --- /dev/null +++ b/docs/interfaces/proto.HistoryQuery.html @@ -0,0 +1 @@ +HistoryQuery | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistoryQuery

Hierarchy

  • HistoryQuery

Index

Properties

contentFilters

contentFilters: proto.ContentFilter[]

Optional endTime

endTime?: number

Optional pagingInfo

pagingInfo?: proto.PagingInfo

Optional pubSubTopic

pubSubTopic?: string

Optional startTime

startTime?: number

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.HistoryRPC.html b/docs/interfaces/proto.HistoryRPC.html new file mode 100644 index 0000000000..f921a61fc8 --- /dev/null +++ b/docs/interfaces/proto.HistoryRPC.html @@ -0,0 +1 @@ +HistoryRPC | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistoryRPC

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.HistoryResponse.html b/docs/interfaces/proto.HistoryResponse.html new file mode 100644 index 0000000000..660739aea1 --- /dev/null +++ b/docs/interfaces/proto.HistoryResponse.html @@ -0,0 +1 @@ +HistoryResponse | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistoryResponse

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.Index.html b/docs/interfaces/proto.Index.html new file mode 100644 index 0000000000..2d42744ccd --- /dev/null +++ b/docs/interfaces/proto.Index.html @@ -0,0 +1 @@ +Index | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Index

Hierarchy

  • Index

Index

Properties

digest

digest: Uint8Array

receivedTime

receivedTime: number

senderTime

senderTime: number

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.PagingInfo.html b/docs/interfaces/proto.PagingInfo.html new file mode 100644 index 0000000000..2a4ef8e897 --- /dev/null +++ b/docs/interfaces/proto.PagingInfo.html @@ -0,0 +1 @@ +PagingInfo | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PagingInfo

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/proto.WakuMessage.html b/docs/interfaces/proto.WakuMessage.html new file mode 100644 index 0000000000..515de92437 --- /dev/null +++ b/docs/interfaces/proto.WakuMessage.html @@ -0,0 +1 @@ +WakuMessage | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WakuMessage

Hierarchy

  • WakuMessage

Index

Properties

Optional contentTopic

contentTopic?: string

Optional payload

payload?: Uint8Array

Optional timestamp

timestamp?: number

Optional version

version?: number

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku.CreateOptions.html b/docs/interfaces/waku.CreateOptions.html new file mode 100644 index 0000000000..c4c75fa0bb --- /dev/null +++ b/docs/interfaces/waku.CreateOptions.html @@ -0,0 +1,35 @@ +CreateOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateOptions

Hierarchy

  • CreateOptions

Index

Properties

Optional bootstrap

bootstrap?: BootstrapOptions
+

Use libp2p-bootstrap to discover and connect to new nodes.

+

See BootstrapOptions for available parameters.

+

Note: It overrides any other peerDiscovery modules that may have been set via +CreateOptions.libp2p.

+

Optional decryptionKeys

decryptionKeys?: (string | Uint8Array)[]

Optional libp2p

libp2p?: Omit<Libp2pOptions & CreateOptions, "modules"> & { modules?: Partial<Libp2pModules> }
+

You can pass options to the Libp2p instance used by Waku using the CreateOptions.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 Waku to ensure it implements the Waku protocol.

+

Optional pingKeepAlive

pingKeepAlive?: number
+

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

+

Optional pubSubTopic

pubSubTopic?: string
+

The PubSub Topic to use. Defaults to DefaultPubSubTopic.

+

One and only one pubsub topic is used by Waku. This is used by:

+
    +
  • WakuRelay to receive, route and send messages,
  • +
  • WakuLightPush to send messages,
  • +
  • WakuStore to retrieve messages.
  • +
+

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

+
default

DefaultPubSubTopic

+

Optional relayKeepAlive

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

+

Optional staticNoiseKey

staticNoiseKey?: Buffer
+

Byte array used as key for the noise protocol used for connection encryption +by Libp2p.create +This is only used for test purposes to not run out of entropy during CI runs.

+

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_light_push.CreateOptions.html b/docs/interfaces/waku_light_push.CreateOptions.html new file mode 100644 index 0000000000..9eb68fc2ed --- /dev/null +++ b/docs/interfaces/waku_light_push.CreateOptions.html @@ -0,0 +1,6 @@ +CreateOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateOptions

Index

Properties

Properties

Optional pubSubTopic

pubSubTopic?: string
+

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

+

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_light_push.PushOptions.html b/docs/interfaces/waku_light_push.PushOptions.html new file mode 100644 index 0000000000..5e08de9904 --- /dev/null +++ b/docs/interfaces/waku_light_push.PushOptions.html @@ -0,0 +1 @@ +PushOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PushOptions

Index

Properties

Optional peerId

peerId?: PeerId

Optional pubSubTopic

pubSubTopic?: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_light_push.PushResponse.html b/docs/interfaces/waku_light_push.PushResponse.html new file mode 100644 index 0000000000..e626461a56 --- /dev/null +++ b/docs/interfaces/waku_light_push.PushResponse.html @@ -0,0 +1 @@ +PushResponse | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_message.Options.html b/docs/interfaces/waku_message.Options.html new file mode 100644 index 0000000000..e6b8272cc8 --- /dev/null +++ b/docs/interfaces/waku_message.Options.html @@ -0,0 +1,12 @@ +Options | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Options

Index

Properties

Optional encPublicKey

encPublicKey?: string | Uint8Array
+

Public Key to use to encrypt the messages using ECIES (Asymmetric Encryption).

+
throws

if both encPublicKey and symKey are passed

+

Optional sigPrivKey

sigPrivKey?: Uint8Array
+

Private key to use to sign the message, either encPublicKey or symKey must be provided as only +encrypted messages are signed.

+

Optional symKey

symKey?: string | Uint8Array
+

Key to use to encrypt the messages using AES (Symmetric Encryption).

+
throws

if both encPublicKey and symKey are passed

+

Optional timestamp

timestamp?: Date
+

Timestamp to set on the message, defaults to now if not passed.

+

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_relay.GossipOptions.html b/docs/interfaces/waku_relay.GossipOptions.html new file mode 100644 index 0000000000..6f7b9f9bac --- /dev/null +++ b/docs/interfaces/waku_relay.GossipOptions.html @@ -0,0 +1,3 @@ +GossipOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GossipOptions

+

See constructor libp2p-gossipsub API.

+

Hierarchy

  • GossipOptions

Index

Properties

D

D: number

Dhi

Dhi: number

Dlazy

Dlazy: number

Dlo

Dlo: number

Dout

Dout: number

Dscore

Dscore: number

directPeers

directPeers: AddrInfo[]

doPX

doPX: boolean

emitSelf

emitSelf: boolean

fallbackToFloodsub

fallbackToFloodsub: boolean

floodPublish

floodPublish: boolean

gossipIncoming

gossipIncoming: boolean

messageCache

messageCache: MessageCache

msgIdFn

msgIdFn: MessageIdFunction

scoreParams

scoreParams: Partial<PeerScoreParams>

scoreThresholds

scoreThresholds: Partial<PeerScoreThresholds>

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_store.CreateOptions.html b/docs/interfaces/waku_store.CreateOptions.html new file mode 100644 index 0000000000..6086eb5d97 --- /dev/null +++ b/docs/interfaces/waku_store.CreateOptions.html @@ -0,0 +1,6 @@ +CreateOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateOptions

Hierarchy

  • CreateOptions

Index

Properties

Properties

Optional pubSubTopic

pubSubTopic?: string
+

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

+

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_store.QueryOptions.html b/docs/interfaces/waku_store.QueryOptions.html new file mode 100644 index 0000000000..2f3f988a6c --- /dev/null +++ b/docs/interfaces/waku_store.QueryOptions.html @@ -0,0 +1,32 @@ +QueryOptions | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOptions

Hierarchy

  • QueryOptions

Index

Properties

Optional decryptionKeys

decryptionKeys?: (string | Uint8Array)[]
+

Keys that will be used to decrypt messages.

+

It can be Asymmetric Private Keys and Symmetric Keys in the same array, +all keys will be tried with both methods.

+

Optional pageDirection

pageDirection?: PageDirection
+

The direction in which pages are retrieved:

+ +

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

+
default

PageDirection.BACKWARD

+

Optional pageSize

pageSize?: number
+

The number of message per page.

+
default

DefaultPageSize

+

Optional peerId

peerId?: PeerId
+

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

+

Optional pubSubTopic

pubSubTopic?: string
+

The pubsub topic to pass to the query. +See Waku v2 Topic Usage Recommendations.

+

Optional timeFilter

timeFilter?: TimeFilter
+

Retrieve messages with a timestamp within the provided values.

+

Methods

Optional callback

  • +

    Callback called on pages of stored messages as they are retrieved.

    +

    Allows for a faster access to the results as it is called as soon as a page +is received. Traversal of the pages is done automatically so this function +will invoked for each retrieved page.

    +

    If the call on a page returns true, then traversal of the pages is aborted. +For example, this can be used for the caller to stop the query after a +specific message is found.

    +

    Parameters

    Returns boolean | void

Legend

  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/waku_store.TimeFilter.html b/docs/interfaces/waku_store.TimeFilter.html new file mode 100644 index 0000000000..62e4a22a3b --- /dev/null +++ b/docs/interfaces/waku_store.TimeFilter.html @@ -0,0 +1 @@ +TimeFilter | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeFilter

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 0000000000..dbef74db00 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,9 @@ +js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

js-waku

Index

References

DefaultPubSubTopic

Re-exports DefaultPubSubTopic

LightPushCodec

Re-exports LightPushCodec

PageDirection

Re-exports PageDirection

PushResponse

Re-exports PushResponse

RelayCodecs

Re-exports RelayCodecs

StoreCodec

Re-exports StoreCodec

Waku

Re-exports Waku

WakuLightPush

Re-exports WakuLightPush

WakuMessage

Re-exports WakuMessage

WakuRelay

Re-exports WakuRelay

WakuStore

Re-exports WakuStore

Functions

generatePrivateKey

  • generatePrivateKey(): Uint8Array

generateSymmetricKey

  • generateSymmetricKey(): Uint8Array

getNodesFromHostedJson

  • getNodesFromHostedJson(path?: string[], url?: string, wantedNumber?: number): Promise<Multiaddr[]>
  • Parameters

    • path: string[] = ...
    • url: string = 'https://fleets.status.im/'
    • wantedNumber: number = DefaultWantedNumber

    Returns Promise<Multiaddr[]>

getPublicKey

  • getPublicKey(privateKey: Uint8Array | Buffer): Uint8Array
  • +

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

    +

    Parameters

    • privateKey: Uint8Array | Buffer

    Returns Uint8Array

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/discovery.html b/docs/modules/discovery.html new file mode 100644 index 0000000000..6dcac1e0eb --- /dev/null +++ b/docs/modules/discovery.html @@ -0,0 +1 @@ +discovery | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace discovery

Index

References

getNodesFromHostedJson

Re-exports getNodesFromHostedJson

Type aliases

ENRRootValues

ENRRootValues: { eRoot: string; lRoot: string; seq: number; signature: string }

Type declaration

  • eRoot: string
  • lRoot: string
  • seq: number
  • signature: string

ENRTreeValues

ENRTreeValues: { domain: string; publicKey: string }

Type declaration

  • domain: string
  • publicKey: string

Endpoints

Endpoints: "doh" | "dns" | Iterable<Endpoint | EndpointProps | string>

SearchContext

SearchContext: { domain: string; publicKey: string; visits: {} }

Type declaration

  • domain: string
  • publicKey: string
  • visits: {}
    • [key: string]: boolean

Functions

getPseudoRandomSubset

  • getPseudoRandomSubset<T>(values: T[], wantedNumber: number): T[]

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/enr.html b/docs/modules/enr.html new file mode 100644 index 0000000000..92d3e99e7c --- /dev/null +++ b/docs/modules/enr.html @@ -0,0 +1,4 @@ +enr | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace enr

Index

Type aliases

ENRKey

ENRKey: string

ENRValue

ENRValue: Uint8Array

NodeId

NodeId: string
+

We represent NodeId as a hex string, since node equality is used very heavily +and it is convenient to index data by NodeId

+

SequenceNumber

SequenceNumber: bigint

Variables

ERR_INVALID_ID

ERR_INVALID_ID: "Invalid record id" = 'Invalid record id'

ERR_NO_SIGNATURE

ERR_NO_SIGNATURE: "No valid signature found" = 'No valid signature found'

MAX_RECORD_SIZE

MAX_RECORD_SIZE: 300 = 300

MULTIADDR_LENGTH_SIZE

MULTIADDR_LENGTH_SIZE: 2 = 2

Secp256k1Keypair

Secp256k1Keypair: IKeypairClass = ...

v4

v4: __module = v4Crypto

Functions

createKeypair

createKeypairFromPeerId

  • createKeypairFromPeerId(peerId: PeerId): IKeypair

createNodeId

  • createNodeId(buffer: Buffer): NodeId

createPeerIdFromKeypair

  • createPeerIdFromKeypair(keypair: IKeypair): PeerId

generateKeypair

secp256k1PublicKeyToCompressed

  • secp256k1PublicKeyToCompressed(publicKey: Uint8Array): Buffer

secp256k1PublicKeyToFull

  • secp256k1PublicKeyToFull(publicKey: Uint8Array): Buffer

secp256k1PublicKeyToRaw

  • secp256k1PublicKeyToRaw(publicKey: Uint8Array): Buffer

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/proto.html b/docs/modules/proto.html new file mode 100644 index 0000000000..61bce80949 --- /dev/null +++ b/docs/modules/proto.html @@ -0,0 +1 @@ +proto | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace proto

Index

Variables

ContentFilter

ContentFilter: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

HistoryQuery

HistoryQuery: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type parameters

      • I: { contentFilters?: { contentTopic?: string | undefined; }[]; endTime?: number; pagingInfo?: { pageSize?: number | undefined; cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } | undefined; direction?: PagingInfo_Direction | undefined; }; pubSubTopic?: string; startTime?: number } & { contentFilters?: { contentTopic?: string }[] & ({ contentTopic?: string } & { contentTopic?: string | undefined; } & Record<Exclude<keyof I["contentFilters"][number], "contentTopic">, never>)[] & Record<Exclude<keyof I["contentFilters"], number | keyof { contentTopic?: string }[]>, never>; endTime?: number; pagingInfo?: { cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; }; direction?: PagingInfo_Direction; pageSize?: number } & { pageSize?: number | undefined; cursor?: ({ digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } & { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } & Record<...>) | undefined; direction?: PagingInfo_Direction |... & Record<Exclude<keyof I["pagingInfo"], keyof proto.PagingInfo>, never>; pubSubTopic?: string; startTime?: number } & Record<Exclude<keyof I, keyof proto.HistoryQuery>, never>

      Parameters

      • object: I

      Returns proto.HistoryQuery

  • toJSON:function

HistoryRPC

HistoryRPC: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type parameters

      • I: { query?: { pubSubTopic?: string | undefined; contentFilters?: { contentTopic?: string | undefined; }[] | undefined; pagingInfo?: { pageSize?: number | undefined; cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } | undefined; direction?: PagingInfo_Direction | un...; requestId?: string; response?: { messages?: { payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; }[] | undefined; pagingInfo?: { ...; } | undefined; error?: HistoryResponse_Error | undefined; } } & { query?: { contentFilters?: { contentTopic?: string | undefined; }[]; endTime?: number; pagingInfo?: { pageSize?: number | undefined; cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } | undefined; direction?: PagingInfo_Direction | undefined; }; pubSubTopic?: string; startTime?: number } & { pubSubTopic?: string | undefined; contentFilters?: ({ contentTopic?: string | undefined; }[] & ({ contentTopic?: string | undefined; } & { contentTopic?: string | undefined; } & Record<Exclude<...>, never>)[] & Record<...>) | undefined; pagingInfo?: ({ ...; } & ... 1 more ... & Record<...>) | undefined; startTime?... & Record<Exclude<keyof I["query"], keyof proto.HistoryQuery>, never>; requestId?: string; response?: { error?: HistoryResponse_Error; messages?: { payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; }[]; pagingInfo?: { pageSize?: number | undefined; cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } | undefined; direction?: PagingInfo_Direction | undefined; } } & { messages?: ({ payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; }[] & ({ payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; } & { ...; } & Record<...>)[] ... & Record<Exclude<keyof I["response"], keyof proto.HistoryResponse>, never> } & Record<Exclude<keyof I, keyof proto.HistoryRPC>, never>

      Parameters

      • object: I

      Returns proto.HistoryRPC

  • toJSON:function

HistoryResponse

HistoryResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type parameters

      • I: { error?: HistoryResponse_Error; messages?: { payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; }[]; pagingInfo?: { pageSize?: number | undefined; cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } | undefined; direction?: PagingInfo_Direction | undefined; } } & { error?: HistoryResponse_Error; messages?: { contentTopic?: string; payload?: Uint8Array; timestamp?: number; version?: number }[] & ({ contentTopic?: string; payload?: Uint8Array; timestamp?: number; version?: number } & { payload?: Uint8Array | undefined; contentTopic?: string | undefined; version?: number | undefined; timestamp?: number | undefined; } & Record<Exclude<keyof I["messages"][number], keyof proto.WakuMessage>, never>)[] & Record<Exclude<keyof I["messages"], number | keyof { contentTopic?: string; payload?: Uint8Array; timestamp?: number; version?: number }[]>, never>; pagingInfo?: { cursor?: { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; }; direction?: PagingInfo_Direction; pageSize?: number } & { pageSize?: number | undefined; cursor?: ({ digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } & { digest?: Uint8Array | undefined; receivedTime?: number | undefined; senderTime?: number | undefined; } & Record<...>) | undefined; direction?: PagingInfo_Direction |... & Record<Exclude<keyof I["pagingInfo"], keyof proto.PagingInfo>, never> } & Record<Exclude<keyof I, keyof proto.HistoryResponse>, never>

      Parameters

      • object: I

      Returns proto.HistoryResponse

  • toJSON:function

Index

Index: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

PagingInfo

PagingInfo: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

WakuMessage

WakuMessage: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/utils.html b/docs/modules/utils.html new file mode 100644 index 0000000000..09409f26b3 --- /dev/null +++ b/docs/modules/utils.html @@ -0,0 +1 @@ +utils | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace utils

Index

Functions

bufToHex

  • bufToHex(buf: Uint8Array | Buffer | ArrayBuffer): string

equalByteArrays

  • equalByteArrays(a: string | Uint8Array | Buffer, b: string | Uint8Array | Buffer): boolean
  • Parameters

    • a: string | Uint8Array | Buffer
    • b: string | Uint8Array | Buffer

    Returns boolean

hexToBuf

  • hexToBuf(hex: string | Uint8Array | Buffer): Buffer

keccak256Buf

  • keccak256Buf(message: Message): Buffer

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/waku.html b/docs/modules/waku.html new file mode 100644 index 0000000000..3ee465f3bd --- /dev/null +++ b/docs/modules/waku.html @@ -0,0 +1,3 @@ +waku | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace waku

Index

Variables

DefaultPingKeepAliveValueSecs

DefaultPingKeepAliveValueSecs: 0 = 0

DefaultPubSubTopic

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

DefaultPubSubTopic is the default gossipsub topic to use for Waku.

+

DefaultRelayKeepAliveValueSecs

DefaultRelayKeepAliveValueSecs: number = ...

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/waku_light_push.html b/docs/modules/waku_light_push.html new file mode 100644 index 0000000000..36e70e55e0 --- /dev/null +++ b/docs/modules/waku_light_push.html @@ -0,0 +1 @@ +waku_light_push | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace waku_light_push

Index

Variables

LightPushCodec

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

PushResponse

PushResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/waku_message.html b/docs/modules/waku_message.html new file mode 100644 index 0000000000..704f52d05e --- /dev/null +++ b/docs/modules/waku_message.html @@ -0,0 +1 @@ +waku_message | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace waku_message

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/waku_relay.html b/docs/modules/waku_relay.html new file mode 100644 index 0000000000..f4e43090b3 --- /dev/null +++ b/docs/modules/waku_relay.html @@ -0,0 +1,3 @@ +waku_relay | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace waku_relay

Index

Classes

Interfaces

Variables

Variables

RelayCodecs

RelayCodecs: string[] = ...
+

RelayCodec is the libp2p identifier for the waku relay protocol

+

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/waku_store.html b/docs/modules/waku_store.html new file mode 100644 index 0000000000..b8569ac410 --- /dev/null +++ b/docs/modules/waku_store.html @@ -0,0 +1 @@ +waku_store | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace waku_store

Settings

Theme

Generated using TypeDoc

\ No newline at end of file