You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/cosmjs.compressedPubKeyToAddress.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@
159
159
</style><linkrel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme=localStorage.getItem("tsd-theme")||"os";document.body.style.display="none";setTimeout(()=>app?app.showPage():document.body.style.removeProperty("display"),500)</script><headerclass="tsd-page-toolbar"><divclass="tsd-toolbar-contents container"><divclass="table-cell" id="tsd-search"><divclass="field"><labelfor="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svgwidth="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><usehref="../assets/icons.svg#icon-search"></use></svg></label><inputtype="text" id="tsd-search-field" aria-label="Search"/></div><divclass="field"><divid="tsd-toolbar-links"></div></div><ulclass="results"><liclass="state loading">Preparing search index...</li><liclass="state failure">The search index is not available</li></ul><ahref="../index.html" class="title">@sei-js</a></div><divclass="table-cell" id="tsd-widgets"><ahref="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svgwidth="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><usehref="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><divclass="container container-main"><divclass="col-content"><divclass="tsd-page-title"><ulclass="tsd-breadcrumb"><li><ahref="../modules.html">@sei-js</a></li><li><ahref="../modules/cosmjs.html">cosmjs</a></li><li><ahref="cosmjs.compressedPubKeyToAddress.html">compressedPubKeyToAddress</a></li></ul><h1>Function compressedPubKeyToAddress</h1></div><sectionclass="tsd-panel tsd-comment"><divclass="tsd-comment tsd-typography"><p>Gets the corresponding address from a byte array representing a compressed public key.</p>
160
160
</div><divclass="tsd-comment tsd-typography"></div></section><sectionclass="tsd-panel"><ulclass="tsd-signatures"><liclass=""><divclass="tsd-signature tsd-anchor-link"><aid="compressedpubkeytoaddress" class="tsd-anchor"></a><spanclass="tsd-kind-call-signature">compressedPubKeyToAddress</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-kind-parameter">publicKey</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">Uint8Array</span><spanclass="tsd-signature-symbol">)</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span><ahref="#compressedpubkeytoaddress" aria-label="Permalink" class="tsd-anchor-icon"><svgviewBox="0 0 24 24" aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></div><divclass="tsd-description"><divclass="tsd-parameters"><h4class="tsd-parameters-title">Parameters</h4><ulclass="tsd-parameter-list"><li><span><spanclass="tsd-kind-parameter">publicKey</span>: <spanclass="tsd-signature-type">Uint8Array</span></span><divclass="tsd-comment tsd-typography"><p>A byte array representing a compressed public key.</p>
161
161
</div><divclass="tsd-comment tsd-typography"></div></li></ul></div><h4class="tsd-returns-title">Returns <spanclass="tsd-signature-type">string</span></h4><p>The corresponding address to the given compressed public key.</p>
0 commit comments