@@ -93,6 +93,7 @@ <h3>Properties</h3>
93
93
< h3 > Methods</ h3 >
94
94
< ul class ="tsd-index-list ">
95
95
< li class ="tsd-kind-method tsd-parent-kind-class "> < a href ="KeyPair.html#signBytes " class ="tsd-kind-icon "> sign< wbr > Bytes</ a > </ li >
96
+ < li class ="tsd-kind-method tsd-parent-kind-class "> < a href ="KeyPair.html#toB58String " class ="tsd-kind-icon "> to< wbr > B58< wbr > String</ a > </ li >
96
97
< li class ="tsd-kind-method tsd-parent-kind-class "> < a href ="KeyPair.html#toEd25519PrivateKey " class ="tsd-kind-icon "> to< wbr > Ed25519< wbr > Private< wbr > Key</ a > </ li >
97
98
< li class ="tsd-kind-method tsd-parent-kind-class "> < a href ="KeyPair.html#verify " class ="tsd-kind-icon "> verify</ a > </ li >
98
99
< li class ="tsd-kind-method tsd-parent-kind-class tsd-is-static "> < a href ="KeyPair.html#fromEd25519SK " class ="tsd-kind-icon "> from< wbr > Ed25519SK</ a > </ li >
@@ -114,7 +115,7 @@ <h3>constructor</h3>
114
115
< li class ="tsd-description ">
115
116
< aside class ="tsd-sources ">
116
117
< ul >
117
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L26 "> internal/KeyPair.ts:26</ a > </ li >
118
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L26 "> internal/KeyPair.ts:26</ a > </ li >
118
119
</ ul >
119
120
</ aside >
120
121
< h4 class ="tsd-parameters-title "> Parameters</ h4 >
@@ -136,7 +137,7 @@ <h3>Libp2p<wbr>Peer<wbr>Id</h3>
136
137
< div class ="tsd-signature tsd-kind-icon "> Libp2p< wbr > Peer< wbr > Id< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> PeerId</ span > </ div >
137
138
< aside class ="tsd-sources ">
138
139
< ul >
139
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L24 "> internal/KeyPair.ts:24</ a > </ li >
140
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L24 "> internal/KeyPair.ts:24</ a > </ li >
140
141
</ ul >
141
142
</ aside >
142
143
< div class ="tsd-comment tsd-typography ">
@@ -158,7 +159,7 @@ <h3>sign<wbr>Bytes</h3>
158
159
< li class ="tsd-description ">
159
160
< aside class ="tsd-sources ">
160
161
< ul >
161
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L58 "> internal/KeyPair.ts:58 </ a > </ li >
162
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L62 "> internal/KeyPair.ts:62 </ a > </ li >
162
163
</ ul >
163
164
</ aside >
164
165
< h4 class ="tsd-parameters-title "> Parameters</ h4 >
@@ -171,6 +172,23 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
171
172
</ li >
172
173
</ ul >
173
174
</ section >
175
+ < section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class ">
176
+ < a name ="toB58String " class ="tsd-anchor "> </ a >
177
+ < h3 > to< wbr > B58< wbr > String</ h3 >
178
+ < ul class ="tsd-signatures tsd-kind-method tsd-parent-kind-class ">
179
+ < li class ="tsd-signature tsd-kind-icon "> to< wbr > B58< wbr > String< span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > </ li >
180
+ </ ul >
181
+ < ul class ="tsd-descriptions ">
182
+ < li class ="tsd-description ">
183
+ < aside class ="tsd-sources ">
184
+ < ul >
185
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12/src/internal/KeyPair.ts#L51 "> internal/KeyPair.ts:51</ a > </ li >
186
+ </ ul >
187
+ </ aside >
188
+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> string</ span > </ h4 >
189
+ </ li >
190
+ </ ul >
191
+ </ section >
174
192
< section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class ">
175
193
< a name ="toEd25519PrivateKey " class ="tsd-anchor "> </ a >
176
194
< h3 > to< wbr > Ed25519< wbr > Private< wbr > Key</ h3 >
@@ -181,7 +199,7 @@ <h3>to<wbr>Ed25519<wbr>Private<wbr>Key</h3>
181
199
< li class ="tsd-description ">
182
200
< aside class ="tsd-sources ">
183
201
< ul >
184
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L54 "> internal/KeyPair.ts:54 </ a > </ li >
202
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L58 "> internal/KeyPair.ts:58 </ a > </ li >
185
203
</ ul >
186
204
</ aside >
187
205
< h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> Uint8Array</ span > </ h4 >
@@ -199,7 +217,7 @@ <h3>verify</h3>
199
217
< li class ="tsd-description ">
200
218
< aside class ="tsd-sources ">
201
219
< ul >
202
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L62 "> internal/KeyPair.ts:62 </ a > </ li >
220
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L66 "> internal/KeyPair.ts:66 </ a > </ li >
203
221
</ ul >
204
222
</ aside >
205
223
< h4 class ="tsd-parameters-title "> Parameters</ h4 >
@@ -225,7 +243,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Ed25519SK</h3>
225
243
< li class ="tsd-description ">
226
244
< aside class ="tsd-sources ">
227
245
< ul >
228
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L35 "> internal/KeyPair.ts:35</ a > </ li >
246
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L35 "> internal/KeyPair.ts:35</ a > </ li >
229
247
</ ul >
230
248
</ aside >
231
249
< div class ="tsd-comment tsd-typography ">
@@ -256,7 +274,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> random<wbr>Ed25519</h3>
256
274
< li class ="tsd-description ">
257
275
< aside class ="tsd-sources ">
258
276
< ul >
259
- < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/c3512fd /src/internal/KeyPair.ts#L46 "> internal/KeyPair.ts:46</ a > </ li >
277
+ < li > Defined in < a href ="https://github.com/fluencelabs/fluence-js/blob/1508a12 /src/internal/KeyPair.ts#L46 "> internal/KeyPair.ts:46</ a > </ li >
260
278
</ ul >
261
279
</ aside >
262
280
< div class ="tsd-comment tsd-typography ">
@@ -300,6 +318,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
300
318
< li class =" tsd-kind-method tsd-parent-kind-class ">
301
319
< a href ="KeyPair.html#signBytes " class ="tsd-kind-icon "> sign< wbr > Bytes</ a >
302
320
</ li >
321
+ < li class =" tsd-kind-method tsd-parent-kind-class ">
322
+ < a href ="KeyPair.html#toB58String " class ="tsd-kind-icon "> to< wbr > B58< wbr > String</ a >
323
+ </ li >
303
324
< li class =" tsd-kind-method tsd-parent-kind-class ">
304
325
< a href ="KeyPair.html#toEd25519PrivateKey " class ="tsd-kind-icon "> to< wbr > Ed25519< wbr > Private< wbr > Key</ a >
305
326
</ li >
0 commit comments