@xyo-network/wallet 2.42.13 → 2.42.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -6
  2. package/dist/docs.json +0 -436
package/package.json CHANGED
@@ -12,16 +12,15 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^2.6.11",
14
14
  "@xylabs/delay": "^2.6.11",
15
- "@xyo-network/account": "^2.42.13",
16
- "@xyo-network/payload": "^2.42.13",
15
+ "@xyo-network/account": "^2.42.14",
16
+ "@xyo-network/payload": "^2.42.14",
17
17
  "bip39": "^3.0.4",
18
- "sha.js": "^2.4.11",
19
- "tslib": "^2.4.1"
18
+ "sha.js": "^2.4.11"
20
19
  },
21
20
  "description": "Primary SDK for using XYO Protocol 2.0",
22
21
  "devDependencies": {
23
22
  "@types/sha.js": "^2.4.0",
24
- "@xylabs/ts-scripts-yarn3": "^2.9.0"
23
+ "@xylabs/ts-scripts-yarn3": "^2.10.19"
25
24
  },
26
25
  "browser": "dist/esm/browserIndex.js",
27
26
  "main": "dist/cjs/index.js",
@@ -55,5 +54,5 @@
55
54
  },
56
55
  "sideEffects": false,
57
56
  "types": "dist/esm/index.d.ts",
58
- "version": "2.42.13"
57
+ "version": "2.42.14"
59
58
  }
package/dist/docs.json DELETED
@@ -1,436 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/wallet",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 1,
11
- "name": "XyoWalletBase",
12
- "kind": 128,
13
- "kindString": "Class",
14
- "flags": {},
15
- "children": [
16
- {
17
- "id": 4,
18
- "name": "constructor",
19
- "kind": 512,
20
- "kindString": "Constructor",
21
- "flags": {},
22
- "sources": [
23
- {
24
- "fileName": "Wallet/Base/Base.ts",
25
- "line": 11,
26
- "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L11"
28
- }
29
- ],
30
- "signatures": [
31
- {
32
- "id": 5,
33
- "name": "new XyoWalletBase",
34
- "kind": 16384,
35
- "kindString": "Constructor signature",
36
- "flags": {},
37
- "parameters": [
38
- {
39
- "id": 6,
40
- "name": "phrase",
41
- "kind": 32768,
42
- "kindString": "Parameter",
43
- "flags": {},
44
- "type": {
45
- "type": "intrinsic",
46
- "name": "string"
47
- }
48
- },
49
- {
50
- "id": 7,
51
- "name": "name",
52
- "kind": 32768,
53
- "kindString": "Parameter",
54
- "flags": {},
55
- "type": {
56
- "type": "intrinsic",
57
- "name": "string"
58
- },
59
- "defaultValue": "'xyoWallet'"
60
- }
61
- ],
62
- "type": {
63
- "type": "reference",
64
- "id": 1,
65
- "name": "XyoWalletBase"
66
- }
67
- }
68
- ]
69
- },
70
- {
71
- "id": 8,
72
- "name": "_name",
73
- "kind": 1024,
74
- "kindString": "Property",
75
- "flags": {
76
- "isProtected": true
77
- },
78
- "sources": [
79
- {
80
- "fileName": "Wallet/Base/Base.ts",
81
- "line": 8,
82
- "character": 12,
83
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L8"
84
- }
85
- ],
86
- "type": {
87
- "type": "intrinsic",
88
- "name": "string"
89
- }
90
- },
91
- {
92
- "id": 9,
93
- "name": "_phrase",
94
- "kind": 1024,
95
- "kindString": "Property",
96
- "flags": {
97
- "isProtected": true
98
- },
99
- "sources": [
100
- {
101
- "fileName": "Wallet/Base/Base.ts",
102
- "line": 9,
103
- "character": 12,
104
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L9"
105
- }
106
- ],
107
- "type": {
108
- "type": "intrinsic",
109
- "name": "string"
110
- }
111
- },
112
- {
113
- "id": 10,
114
- "name": "getAccount",
115
- "kind": 2048,
116
- "kindString": "Method",
117
- "flags": {
118
- "isPublic": true
119
- },
120
- "sources": [
121
- {
122
- "fileName": "Wallet/Base/Base.ts",
123
- "line": 27,
124
- "character": 9,
125
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L27"
126
- }
127
- ],
128
- "signatures": [
129
- {
130
- "id": 11,
131
- "name": "getAccount",
132
- "kind": 4096,
133
- "kindString": "Call signature",
134
- "flags": {},
135
- "parameters": [
136
- {
137
- "id": 12,
138
- "name": "index",
139
- "kind": 32768,
140
- "kindString": "Parameter",
141
- "flags": {},
142
- "type": {
143
- "type": "intrinsic",
144
- "name": "number"
145
- }
146
- },
147
- {
148
- "id": 13,
149
- "name": "salt",
150
- "kind": 32768,
151
- "kindString": "Parameter",
152
- "flags": {
153
- "isOptional": true
154
- },
155
- "type": {
156
- "type": "intrinsic",
157
- "name": "string"
158
- }
159
- }
160
- ],
161
- "type": {
162
- "type": "reference",
163
- "name": "Account"
164
- }
165
- }
166
- ]
167
- },
168
- {
169
- "id": 2,
170
- "name": "generate",
171
- "kind": 2048,
172
- "kindString": "Method",
173
- "flags": {
174
- "isPublic": true,
175
- "isStatic": true
176
- },
177
- "sources": [
178
- {
179
- "fileName": "Wallet/Base/Base.ts",
180
- "line": 16,
181
- "character": 22,
182
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L16"
183
- }
184
- ],
185
- "signatures": [
186
- {
187
- "id": 3,
188
- "name": "generate",
189
- "kind": 4096,
190
- "kindString": "Call signature",
191
- "flags": {},
192
- "type": {
193
- "type": "reference",
194
- "typeArguments": [
195
- {
196
- "type": "reference",
197
- "id": 1,
198
- "name": "XyoWalletBase"
199
- }
200
- ],
201
- "name": "Promise",
202
- "qualifiedName": "Promise",
203
- "package": "typescript"
204
- }
205
- }
206
- ]
207
- }
208
- ],
209
- "groups": [
210
- {
211
- "title": "Constructors",
212
- "children": [
213
- 4
214
- ]
215
- },
216
- {
217
- "title": "Properties",
218
- "children": [
219
- 8,
220
- 9
221
- ]
222
- },
223
- {
224
- "title": "Methods",
225
- "children": [
226
- 10,
227
- 2
228
- ]
229
- }
230
- ],
231
- "sources": [
232
- {
233
- "fileName": "Wallet/Base/Base.ts",
234
- "line": 7,
235
- "character": 13,
236
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Wallet/Base/Base.ts#L7"
237
- }
238
- ]
239
- },
240
- {
241
- "id": 17,
242
- "name": "XyoWordsPayload",
243
- "kind": 4194304,
244
- "kindString": "Type alias",
245
- "flags": {},
246
- "sources": [
247
- {
248
- "fileName": "Words/WordsPayload.ts",
249
- "line": 6,
250
- "character": 12,
251
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L6"
252
- }
253
- ],
254
- "type": {
255
- "type": "reference",
256
- "typeArguments": [
257
- {
258
- "type": "reflection",
259
- "declaration": {
260
- "id": 18,
261
- "name": "__type",
262
- "kind": 65536,
263
- "kindString": "Type literal",
264
- "flags": {},
265
- "children": [
266
- {
267
- "id": 19,
268
- "name": "schema",
269
- "kind": 1024,
270
- "kindString": "Property",
271
- "flags": {},
272
- "sources": [
273
- {
274
- "fileName": "Words/WordsPayload.ts",
275
- "line": 7,
276
- "character": 2,
277
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L7"
278
- }
279
- ],
280
- "type": {
281
- "type": "reference",
282
- "id": 15,
283
- "name": "XyoWordsSchema"
284
- }
285
- },
286
- {
287
- "id": 20,
288
- "name": "words",
289
- "kind": 1024,
290
- "kindString": "Property",
291
- "flags": {},
292
- "sources": [
293
- {
294
- "fileName": "Words/WordsPayload.ts",
295
- "line": 8,
296
- "character": 2,
297
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L8"
298
- }
299
- ],
300
- "type": {
301
- "type": "array",
302
- "elementType": {
303
- "type": "intrinsic",
304
- "name": "string"
305
- }
306
- }
307
- }
308
- ],
309
- "groups": [
310
- {
311
- "title": "Properties",
312
- "children": [
313
- 19,
314
- 20
315
- ]
316
- }
317
- ],
318
- "sources": [
319
- {
320
- "fileName": "Words/WordsPayload.ts",
321
- "line": 6,
322
- "character": 41,
323
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L6"
324
- }
325
- ]
326
- }
327
- }
328
- ],
329
- "name": "XyoPayload"
330
- }
331
- },
332
- {
333
- "id": 16,
334
- "name": "XyoWordsSchema",
335
- "kind": 4194304,
336
- "kindString": "Type alias",
337
- "flags": {},
338
- "sources": [
339
- {
340
- "fileName": "Words/WordsPayload.ts",
341
- "line": 3,
342
- "character": 12,
343
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L3"
344
- },
345
- {
346
- "fileName": "Words/WordsPayload.ts",
347
- "line": 4,
348
- "character": 13,
349
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L4"
350
- }
351
- ],
352
- "type": {
353
- "type": "literal",
354
- "value": "network.xyo.words"
355
- }
356
- },
357
- {
358
- "id": 14,
359
- "name": "Words",
360
- "kind": 32,
361
- "kindString": "Variable",
362
- "flags": {
363
- "isConst": true
364
- },
365
- "sources": [
366
- {
367
- "fileName": "Words/Words.ts",
368
- "line": 5,
369
- "character": 13,
370
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/Words.ts#L5"
371
- }
372
- ],
373
- "type": {
374
- "type": "reference",
375
- "id": 17,
376
- "name": "XyoWordsPayload"
377
- },
378
- "defaultValue": "..."
379
- },
380
- {
381
- "id": 15,
382
- "name": "XyoWordsSchema",
383
- "kind": 32,
384
- "kindString": "Variable",
385
- "flags": {},
386
- "sources": [
387
- {
388
- "fileName": "Words/WordsPayload.ts",
389
- "line": 3,
390
- "character": 12,
391
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L3"
392
- },
393
- {
394
- "fileName": "Words/WordsPayload.ts",
395
- "line": 4,
396
- "character": 13,
397
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/Words/WordsPayload.ts#L4"
398
- }
399
- ],
400
- "type": {
401
- "type": "literal",
402
- "value": "network.xyo.words"
403
- }
404
- }
405
- ],
406
- "groups": [
407
- {
408
- "title": "Classes",
409
- "children": [
410
- 1
411
- ]
412
- },
413
- {
414
- "title": "Type Aliases",
415
- "children": [
416
- 17,
417
- 16
418
- ]
419
- },
420
- {
421
- "title": "Variables",
422
- "children": [
423
- 14,
424
- 15
425
- ]
426
- }
427
- ],
428
- "sources": [
429
- {
430
- "fileName": "index.ts",
431
- "line": 1,
432
- "character": 0,
433
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/sdk/packages/wallet/src/index.ts#L1"
434
- }
435
- ]
436
- }