@xyo-network/wallet-model 2.62.2 → 2.63.1
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.
- package/dist/docs.json +1092 -413
- package/dist/types/Wallet.d.ts +8 -6
- package/dist/types/Wallet.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/Wallet.ts +8 -6
package/dist/docs.json
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"sources": [
|
|
24
24
|
{
|
|
25
25
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
26
|
-
"line":
|
|
26
|
+
"line": 4,
|
|
27
27
|
"character": 11,
|
|
28
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
28
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L4"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
31
|
"type": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"sources": [
|
|
45
45
|
{
|
|
46
46
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
47
|
-
"line":
|
|
47
|
+
"line": 5,
|
|
48
48
|
"character": 11,
|
|
49
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
49
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L5"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
52
|
"type": {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"sources": [
|
|
66
66
|
{
|
|
67
67
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
68
|
-
"line":
|
|
68
|
+
"line": 6,
|
|
69
69
|
"character": 11,
|
|
70
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
70
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L6"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
"type": {
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"sources": [
|
|
90
90
|
{
|
|
91
91
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
92
|
-
"line":
|
|
92
|
+
"line": 3,
|
|
93
93
|
"character": 17,
|
|
94
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
94
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L3"
|
|
95
95
|
}
|
|
96
96
|
]
|
|
97
97
|
},
|
|
@@ -113,14 +113,56 @@
|
|
|
113
113
|
"sources": [
|
|
114
114
|
{
|
|
115
115
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
116
|
-
"line":
|
|
116
|
+
"line": 10,
|
|
117
117
|
"character": 11,
|
|
118
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
118
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L10"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
121
|
"type": {
|
|
122
122
|
"type": "intrinsic",
|
|
123
123
|
"name": "string"
|
|
124
|
+
},
|
|
125
|
+
"overwrites": {
|
|
126
|
+
"type": "reference",
|
|
127
|
+
"target": -1,
|
|
128
|
+
"name": "AccountInstance.address"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": 24,
|
|
133
|
+
"name": "addressBytes",
|
|
134
|
+
"variant": "declaration",
|
|
135
|
+
"kind": 1024,
|
|
136
|
+
"flags": {},
|
|
137
|
+
"sources": [
|
|
138
|
+
{
|
|
139
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
140
|
+
"line": 22,
|
|
141
|
+
"character": 4
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"type": {
|
|
145
|
+
"type": "union",
|
|
146
|
+
"types": [
|
|
147
|
+
{
|
|
148
|
+
"type": "intrinsic",
|
|
149
|
+
"name": "undefined"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "reference",
|
|
153
|
+
"target": {
|
|
154
|
+
"sourceFileName": "../../../core/src/Data/Data.ts",
|
|
155
|
+
"qualifiedName": "Data"
|
|
156
|
+
},
|
|
157
|
+
"name": "Data",
|
|
158
|
+
"package": "@xyo-network/core"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"inheritedFrom": {
|
|
163
|
+
"type": "reference",
|
|
164
|
+
"target": -1,
|
|
165
|
+
"name": "AccountInstance.addressBytes"
|
|
124
166
|
}
|
|
125
167
|
},
|
|
126
168
|
{
|
|
@@ -134,9 +176,9 @@
|
|
|
134
176
|
"sources": [
|
|
135
177
|
{
|
|
136
178
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
137
|
-
"line":
|
|
179
|
+
"line": 11,
|
|
138
180
|
"character": 11,
|
|
139
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L11"
|
|
140
182
|
}
|
|
141
183
|
],
|
|
142
184
|
"type": {
|
|
@@ -155,9 +197,9 @@
|
|
|
155
197
|
"sources": [
|
|
156
198
|
{
|
|
157
199
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
158
|
-
"line":
|
|
200
|
+
"line": 12,
|
|
159
201
|
"character": 11,
|
|
160
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
202
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L12"
|
|
161
203
|
}
|
|
162
204
|
],
|
|
163
205
|
"type": {
|
|
@@ -176,9 +218,9 @@
|
|
|
176
218
|
"sources": [
|
|
177
219
|
{
|
|
178
220
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
179
|
-
"line":
|
|
221
|
+
"line": 13,
|
|
180
222
|
"character": 11,
|
|
181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
223
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L13"
|
|
182
224
|
}
|
|
183
225
|
],
|
|
184
226
|
"type": {
|
|
@@ -192,9 +234,9 @@
|
|
|
192
234
|
"sources": [
|
|
193
235
|
{
|
|
194
236
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
195
|
-
"line":
|
|
237
|
+
"line": 13,
|
|
196
238
|
"character": 23,
|
|
197
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
239
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L13"
|
|
198
240
|
}
|
|
199
241
|
],
|
|
200
242
|
"signatures": [
|
|
@@ -207,9 +249,9 @@
|
|
|
207
249
|
"sources": [
|
|
208
250
|
{
|
|
209
251
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
210
|
-
"line":
|
|
252
|
+
"line": 13,
|
|
211
253
|
"character": 23,
|
|
212
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
254
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L13"
|
|
213
255
|
}
|
|
214
256
|
],
|
|
215
257
|
"parameters": [
|
|
@@ -227,9 +269,20 @@
|
|
|
227
269
|
],
|
|
228
270
|
"type": {
|
|
229
271
|
"type": "reference",
|
|
230
|
-
"target":
|
|
231
|
-
|
|
232
|
-
|
|
272
|
+
"target": {
|
|
273
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
274
|
+
"qualifiedName": "Promise"
|
|
275
|
+
},
|
|
276
|
+
"typeArguments": [
|
|
277
|
+
{
|
|
278
|
+
"type": "reference",
|
|
279
|
+
"target": 5,
|
|
280
|
+
"name": "WalletInstance",
|
|
281
|
+
"package": "@xyo-network/wallet-model"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"name": "Promise",
|
|
285
|
+
"package": "typescript"
|
|
233
286
|
}
|
|
234
287
|
}
|
|
235
288
|
]
|
|
@@ -247,9 +300,9 @@
|
|
|
247
300
|
"sources": [
|
|
248
301
|
{
|
|
249
302
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
250
|
-
"line":
|
|
303
|
+
"line": 14,
|
|
251
304
|
"character": 11,
|
|
252
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
305
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L14"
|
|
253
306
|
}
|
|
254
307
|
],
|
|
255
308
|
"type": {
|
|
@@ -268,9 +321,9 @@
|
|
|
268
321
|
"sources": [
|
|
269
322
|
{
|
|
270
323
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
271
|
-
"line":
|
|
324
|
+
"line": 15,
|
|
272
325
|
"character": 11,
|
|
273
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
326
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L15"
|
|
274
327
|
}
|
|
275
328
|
],
|
|
276
329
|
"type": {
|
|
@@ -289,9 +342,9 @@
|
|
|
289
342
|
"sources": [
|
|
290
343
|
{
|
|
291
344
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
292
|
-
"line":
|
|
345
|
+
"line": 16,
|
|
293
346
|
"character": 11,
|
|
294
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
347
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L16"
|
|
295
348
|
}
|
|
296
349
|
],
|
|
297
350
|
"type": {
|
|
@@ -311,9 +364,9 @@
|
|
|
311
364
|
"sources": [
|
|
312
365
|
{
|
|
313
366
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
314
|
-
"line":
|
|
367
|
+
"line": 17,
|
|
315
368
|
"character": 11,
|
|
316
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
369
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L17"
|
|
317
370
|
}
|
|
318
371
|
],
|
|
319
372
|
"type": {
|
|
@@ -334,9 +387,9 @@
|
|
|
334
387
|
"sources": [
|
|
335
388
|
{
|
|
336
389
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
337
|
-
"line":
|
|
390
|
+
"line": 18,
|
|
338
391
|
"character": 11,
|
|
339
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
392
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L18"
|
|
340
393
|
}
|
|
341
394
|
],
|
|
342
395
|
"type": {
|
|
@@ -350,9 +403,9 @@
|
|
|
350
403
|
"sources": [
|
|
351
404
|
{
|
|
352
405
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
353
|
-
"line":
|
|
406
|
+
"line": 18,
|
|
354
407
|
"character": 19,
|
|
355
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L18"
|
|
356
409
|
}
|
|
357
410
|
],
|
|
358
411
|
"signatures": [
|
|
@@ -365,9 +418,9 @@
|
|
|
365
418
|
"sources": [
|
|
366
419
|
{
|
|
367
420
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
368
|
-
"line":
|
|
421
|
+
"line": 18,
|
|
369
422
|
"character": 19,
|
|
370
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
423
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L18"
|
|
371
424
|
}
|
|
372
425
|
],
|
|
373
426
|
"type": {
|
|
@@ -392,9 +445,9 @@
|
|
|
392
445
|
"sources": [
|
|
393
446
|
{
|
|
394
447
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
395
|
-
"line":
|
|
448
|
+
"line": 19,
|
|
396
449
|
"character": 11,
|
|
397
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
450
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L19"
|
|
398
451
|
}
|
|
399
452
|
],
|
|
400
453
|
"type": {
|
|
@@ -413,9 +466,9 @@
|
|
|
413
466
|
"sources": [
|
|
414
467
|
{
|
|
415
468
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
416
|
-
"line":
|
|
469
|
+
"line": 20,
|
|
417
470
|
"character": 11,
|
|
418
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
471
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L20"
|
|
419
472
|
}
|
|
420
473
|
],
|
|
421
474
|
"type": {
|
|
@@ -423,6 +476,75 @@
|
|
|
423
476
|
"name": "string"
|
|
424
477
|
}
|
|
425
478
|
},
|
|
479
|
+
{
|
|
480
|
+
"id": 25,
|
|
481
|
+
"name": "previousHash",
|
|
482
|
+
"variant": "declaration",
|
|
483
|
+
"kind": 1024,
|
|
484
|
+
"flags": {},
|
|
485
|
+
"sources": [
|
|
486
|
+
{
|
|
487
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
488
|
+
"line": 23,
|
|
489
|
+
"character": 4
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"type": {
|
|
493
|
+
"type": "union",
|
|
494
|
+
"types": [
|
|
495
|
+
{
|
|
496
|
+
"type": "intrinsic",
|
|
497
|
+
"name": "undefined"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"type": "intrinsic",
|
|
501
|
+
"name": "string"
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"inheritedFrom": {
|
|
506
|
+
"type": "reference",
|
|
507
|
+
"target": -1,
|
|
508
|
+
"name": "AccountInstance.previousHash"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": 26,
|
|
513
|
+
"name": "previousHashBytes",
|
|
514
|
+
"variant": "declaration",
|
|
515
|
+
"kind": 1024,
|
|
516
|
+
"flags": {},
|
|
517
|
+
"sources": [
|
|
518
|
+
{
|
|
519
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
520
|
+
"line": 24,
|
|
521
|
+
"character": 4
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"type": {
|
|
525
|
+
"type": "union",
|
|
526
|
+
"types": [
|
|
527
|
+
{
|
|
528
|
+
"type": "intrinsic",
|
|
529
|
+
"name": "undefined"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"type": "reference",
|
|
533
|
+
"target": {
|
|
534
|
+
"sourceFileName": "../../../core/src/Data/Data.ts",
|
|
535
|
+
"qualifiedName": "Data"
|
|
536
|
+
},
|
|
537
|
+
"name": "Data",
|
|
538
|
+
"package": "@xyo-network/core"
|
|
539
|
+
}
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"inheritedFrom": {
|
|
543
|
+
"type": "reference",
|
|
544
|
+
"target": -1,
|
|
545
|
+
"name": "AccountInstance.previousHashBytes"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
426
548
|
{
|
|
427
549
|
"id": 22,
|
|
428
550
|
"name": "privateKey",
|
|
@@ -434,9 +556,9 @@
|
|
|
434
556
|
"sources": [
|
|
435
557
|
{
|
|
436
558
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
437
|
-
"line":
|
|
559
|
+
"line": 21,
|
|
438
560
|
"character": 11,
|
|
439
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
561
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L21"
|
|
440
562
|
}
|
|
441
563
|
],
|
|
442
564
|
"type": {
|
|
@@ -455,9 +577,9 @@
|
|
|
455
577
|
"sources": [
|
|
456
578
|
{
|
|
457
579
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
458
|
-
"line":
|
|
580
|
+
"line": 22,
|
|
459
581
|
"character": 11,
|
|
460
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
582
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L22"
|
|
461
583
|
}
|
|
462
584
|
],
|
|
463
585
|
"type": {
|
|
@@ -466,110 +588,246 @@
|
|
|
466
588
|
}
|
|
467
589
|
},
|
|
468
590
|
{
|
|
469
|
-
"id":
|
|
470
|
-
"name": "
|
|
591
|
+
"id": 27,
|
|
592
|
+
"name": "sign",
|
|
471
593
|
"variant": "declaration",
|
|
472
|
-
"kind":
|
|
594
|
+
"kind": 1024,
|
|
473
595
|
"flags": {},
|
|
474
596
|
"sources": [
|
|
475
597
|
{
|
|
476
598
|
"fileName": "account-model/dist/types/Account.d.ts",
|
|
477
|
-
"line":
|
|
478
|
-
"character":
|
|
599
|
+
"line": 25,
|
|
600
|
+
"character": 4
|
|
479
601
|
}
|
|
480
602
|
],
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
{
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
603
|
+
"type": {
|
|
604
|
+
"type": "reflection",
|
|
605
|
+
"declaration": {
|
|
606
|
+
"id": 28,
|
|
607
|
+
"name": "__type",
|
|
608
|
+
"variant": "declaration",
|
|
609
|
+
"kind": 65536,
|
|
610
|
+
"flags": {},
|
|
611
|
+
"sources": [
|
|
612
|
+
{
|
|
613
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
614
|
+
"line": 25,
|
|
615
|
+
"character": 10
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"signatures": [
|
|
619
|
+
{
|
|
620
|
+
"id": 29,
|
|
621
|
+
"name": "__type",
|
|
622
|
+
"variant": "signature",
|
|
623
|
+
"kind": 4096,
|
|
624
|
+
"flags": {},
|
|
625
|
+
"sources": [
|
|
626
|
+
{
|
|
627
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
628
|
+
"line": 25,
|
|
629
|
+
"character": 10
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"parameters": [
|
|
633
|
+
{
|
|
634
|
+
"id": 30,
|
|
635
|
+
"name": "hash",
|
|
636
|
+
"variant": "param",
|
|
637
|
+
"kind": 32768,
|
|
638
|
+
"flags": {},
|
|
639
|
+
"type": {
|
|
640
|
+
"type": "reference",
|
|
641
|
+
"target": {
|
|
642
|
+
"sourceFileName": "../../../core/src/Data/DataLike.ts",
|
|
643
|
+
"qualifiedName": "DataLike"
|
|
644
|
+
},
|
|
645
|
+
"name": "DataLike",
|
|
646
|
+
"package": "@xyo-network/core"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"id": 31,
|
|
651
|
+
"name": "previousHash",
|
|
652
|
+
"variant": "param",
|
|
653
|
+
"kind": 32768,
|
|
654
|
+
"flags": {},
|
|
655
|
+
"type": {
|
|
656
|
+
"type": "union",
|
|
657
|
+
"types": [
|
|
658
|
+
{
|
|
659
|
+
"type": "intrinsic",
|
|
660
|
+
"name": "undefined"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "reference",
|
|
664
|
+
"target": {
|
|
665
|
+
"sourceFileName": "../../../core/src/Data/DataLike.ts",
|
|
666
|
+
"qualifiedName": "DataLike"
|
|
667
|
+
},
|
|
668
|
+
"name": "DataLike",
|
|
669
|
+
"package": "@xyo-network/core"
|
|
670
|
+
}
|
|
671
|
+
]
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"type": {
|
|
676
|
+
"type": "union",
|
|
677
|
+
"types": [
|
|
678
|
+
{
|
|
679
|
+
"type": "reference",
|
|
680
|
+
"target": {
|
|
681
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
682
|
+
"qualifiedName": "Uint8Array"
|
|
683
|
+
},
|
|
684
|
+
"name": "Uint8Array",
|
|
685
|
+
"package": "typescript"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"type": "reference",
|
|
689
|
+
"target": {
|
|
690
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
691
|
+
"qualifiedName": "Promise"
|
|
692
|
+
},
|
|
693
|
+
"typeArguments": [
|
|
694
|
+
{
|
|
695
|
+
"type": "reference",
|
|
696
|
+
"target": {
|
|
697
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
698
|
+
"qualifiedName": "Uint8Array"
|
|
699
|
+
},
|
|
700
|
+
"name": "Uint8Array",
|
|
701
|
+
"package": "typescript"
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"name": "Promise",
|
|
705
|
+
"package": "typescript"
|
|
706
|
+
}
|
|
707
|
+
]
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
]
|
|
507
711
|
}
|
|
508
712
|
},
|
|
509
713
|
"inheritedFrom": {
|
|
510
714
|
"type": "reference",
|
|
511
715
|
"target": -1,
|
|
512
|
-
"name": "AccountInstance.
|
|
716
|
+
"name": "AccountInstance.sign"
|
|
513
717
|
}
|
|
514
718
|
},
|
|
515
719
|
{
|
|
516
|
-
"id":
|
|
517
|
-
"name": "
|
|
720
|
+
"id": 32,
|
|
721
|
+
"name": "verify",
|
|
518
722
|
"variant": "declaration",
|
|
519
|
-
"kind":
|
|
723
|
+
"kind": 1024,
|
|
520
724
|
"flags": {},
|
|
521
725
|
"sources": [
|
|
522
726
|
{
|
|
523
727
|
"fileName": "account-model/dist/types/Account.d.ts",
|
|
524
|
-
"line":
|
|
525
|
-
"character":
|
|
728
|
+
"line": 26,
|
|
729
|
+
"character": 4
|
|
526
730
|
}
|
|
527
731
|
],
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
{
|
|
536
|
-
|
|
537
|
-
"line": 22,
|
|
538
|
-
"character": 4
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"type": {
|
|
542
|
-
"type": "union",
|
|
543
|
-
"types": [
|
|
544
|
-
{
|
|
545
|
-
"type": "intrinsic",
|
|
546
|
-
"name": "undefined"
|
|
547
|
-
},
|
|
732
|
+
"type": {
|
|
733
|
+
"type": "reflection",
|
|
734
|
+
"declaration": {
|
|
735
|
+
"id": 33,
|
|
736
|
+
"name": "__type",
|
|
737
|
+
"variant": "declaration",
|
|
738
|
+
"kind": 65536,
|
|
739
|
+
"flags": {},
|
|
740
|
+
"sources": [
|
|
548
741
|
{
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
|
|
552
|
-
"qualifiedName": "Data"
|
|
553
|
-
},
|
|
554
|
-
"name": "Data",
|
|
555
|
-
"package": "@xyo-network/core"
|
|
742
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
743
|
+
"line": 26,
|
|
744
|
+
"character": 12
|
|
556
745
|
}
|
|
557
|
-
]
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
746
|
+
],
|
|
747
|
+
"signatures": [
|
|
748
|
+
{
|
|
749
|
+
"id": 34,
|
|
750
|
+
"name": "__type",
|
|
751
|
+
"variant": "signature",
|
|
752
|
+
"kind": 4096,
|
|
753
|
+
"flags": {},
|
|
754
|
+
"sources": [
|
|
755
|
+
{
|
|
756
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
757
|
+
"line": 26,
|
|
758
|
+
"character": 12
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"parameters": [
|
|
762
|
+
{
|
|
763
|
+
"id": 35,
|
|
764
|
+
"name": "msg",
|
|
765
|
+
"variant": "param",
|
|
766
|
+
"kind": 32768,
|
|
767
|
+
"flags": {},
|
|
768
|
+
"type": {
|
|
769
|
+
"type": "reference",
|
|
770
|
+
"target": {
|
|
771
|
+
"sourceFileName": "../../../core/src/Data/DataLike.ts",
|
|
772
|
+
"qualifiedName": "DataLike"
|
|
773
|
+
},
|
|
774
|
+
"name": "DataLike",
|
|
775
|
+
"package": "@xyo-network/core"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"id": 36,
|
|
780
|
+
"name": "signature",
|
|
781
|
+
"variant": "param",
|
|
782
|
+
"kind": 32768,
|
|
783
|
+
"flags": {},
|
|
784
|
+
"type": {
|
|
785
|
+
"type": "reference",
|
|
786
|
+
"target": {
|
|
787
|
+
"sourceFileName": "../../../core/src/Data/DataLike.ts",
|
|
788
|
+
"qualifiedName": "DataLike"
|
|
789
|
+
},
|
|
790
|
+
"name": "DataLike",
|
|
791
|
+
"package": "@xyo-network/core"
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"type": {
|
|
796
|
+
"type": "union",
|
|
797
|
+
"types": [
|
|
798
|
+
{
|
|
799
|
+
"type": "intrinsic",
|
|
800
|
+
"name": "boolean"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "reference",
|
|
804
|
+
"target": {
|
|
805
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
806
|
+
"qualifiedName": "Promise"
|
|
807
|
+
},
|
|
808
|
+
"typeArguments": [
|
|
809
|
+
{
|
|
810
|
+
"type": "intrinsic",
|
|
811
|
+
"name": "boolean"
|
|
812
|
+
}
|
|
813
|
+
],
|
|
814
|
+
"name": "Promise",
|
|
815
|
+
"package": "typescript"
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"inheritedFrom": {
|
|
824
|
+
"type": "reference",
|
|
825
|
+
"target": -1,
|
|
826
|
+
"name": "AccountInstance.verify"
|
|
569
827
|
}
|
|
570
828
|
},
|
|
571
829
|
{
|
|
572
|
-
"id":
|
|
830
|
+
"id": 37,
|
|
573
831
|
"name": "private",
|
|
574
832
|
"variant": "declaration",
|
|
575
833
|
"kind": 262144,
|
|
@@ -582,7 +840,7 @@
|
|
|
582
840
|
}
|
|
583
841
|
],
|
|
584
842
|
"getSignature": {
|
|
585
|
-
"id":
|
|
843
|
+
"id": 38,
|
|
586
844
|
"name": "private",
|
|
587
845
|
"variant": "signature",
|
|
588
846
|
"kind": 524288,
|
|
@@ -616,7 +874,7 @@
|
|
|
616
874
|
}
|
|
617
875
|
},
|
|
618
876
|
{
|
|
619
|
-
"id":
|
|
877
|
+
"id": 39,
|
|
620
878
|
"name": "public",
|
|
621
879
|
"variant": "declaration",
|
|
622
880
|
"kind": 262144,
|
|
@@ -629,7 +887,7 @@
|
|
|
629
887
|
}
|
|
630
888
|
],
|
|
631
889
|
"getSignature": {
|
|
632
|
-
"id":
|
|
890
|
+
"id": 40,
|
|
633
891
|
"name": "public",
|
|
634
892
|
"variant": "signature",
|
|
635
893
|
"kind": 524288,
|
|
@@ -661,481 +919,818 @@
|
|
|
661
919
|
"target": -1,
|
|
662
920
|
"name": "AccountInstance.public"
|
|
663
921
|
}
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"groups": [
|
|
925
|
+
{
|
|
926
|
+
"title": "Properties",
|
|
927
|
+
"children": [
|
|
928
|
+
6,
|
|
929
|
+
24,
|
|
930
|
+
7,
|
|
931
|
+
8,
|
|
932
|
+
9,
|
|
933
|
+
13,
|
|
934
|
+
14,
|
|
935
|
+
15,
|
|
936
|
+
16,
|
|
937
|
+
17,
|
|
938
|
+
20,
|
|
939
|
+
21,
|
|
940
|
+
25,
|
|
941
|
+
26,
|
|
942
|
+
22,
|
|
943
|
+
23,
|
|
944
|
+
27,
|
|
945
|
+
32
|
|
946
|
+
]
|
|
664
947
|
},
|
|
665
948
|
{
|
|
666
|
-
"
|
|
667
|
-
"
|
|
949
|
+
"title": "Accessors",
|
|
950
|
+
"children": [
|
|
951
|
+
37,
|
|
952
|
+
39
|
|
953
|
+
]
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"sources": [
|
|
957
|
+
{
|
|
958
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
959
|
+
"line": 9,
|
|
960
|
+
"character": 17,
|
|
961
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L9"
|
|
962
|
+
}
|
|
963
|
+
],
|
|
964
|
+
"extendedTypes": [
|
|
965
|
+
{
|
|
966
|
+
"type": "reference",
|
|
967
|
+
"target": {
|
|
968
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
969
|
+
"qualifiedName": "AccountInstance"
|
|
970
|
+
},
|
|
971
|
+
"name": "AccountInstance",
|
|
972
|
+
"package": "@xyo-network/account-model"
|
|
973
|
+
}
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": 41,
|
|
978
|
+
"name": "WalletStatic",
|
|
979
|
+
"variant": "declaration",
|
|
980
|
+
"kind": 256,
|
|
981
|
+
"flags": {},
|
|
982
|
+
"children": [
|
|
983
|
+
{
|
|
984
|
+
"id": 67,
|
|
985
|
+
"name": "constructor",
|
|
986
|
+
"variant": "declaration",
|
|
987
|
+
"kind": 512,
|
|
988
|
+
"flags": {},
|
|
989
|
+
"sources": [
|
|
990
|
+
{
|
|
991
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
992
|
+
"line": 25,
|
|
993
|
+
"character": 17,
|
|
994
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L25"
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"signatures": [
|
|
998
|
+
{
|
|
999
|
+
"id": 68,
|
|
1000
|
+
"name": "new WalletStatic",
|
|
1001
|
+
"variant": "signature",
|
|
1002
|
+
"kind": 16384,
|
|
1003
|
+
"flags": {},
|
|
1004
|
+
"sources": [
|
|
1005
|
+
{
|
|
1006
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
1007
|
+
"line": 26,
|
|
1008
|
+
"character": 2,
|
|
1009
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L26"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"parameters": [
|
|
1013
|
+
{
|
|
1014
|
+
"id": 69,
|
|
1015
|
+
"name": "key",
|
|
1016
|
+
"variant": "param",
|
|
1017
|
+
"kind": 32768,
|
|
1018
|
+
"flags": {},
|
|
1019
|
+
"type": {
|
|
1020
|
+
"type": "intrinsic",
|
|
1021
|
+
"name": "unknown"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"id": 70,
|
|
1026
|
+
"name": "node",
|
|
1027
|
+
"variant": "param",
|
|
1028
|
+
"kind": 32768,
|
|
1029
|
+
"flags": {},
|
|
1030
|
+
"type": {
|
|
1031
|
+
"type": "reference",
|
|
1032
|
+
"target": {
|
|
1033
|
+
"sourceFileName": "../../../../../../node_modules/@ethersproject/hdnode/src.ts/index.ts",
|
|
1034
|
+
"qualifiedName": "HDNode"
|
|
1035
|
+
},
|
|
1036
|
+
"name": "HDNode",
|
|
1037
|
+
"package": "@ethersproject/hdnode"
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
],
|
|
1041
|
+
"type": {
|
|
1042
|
+
"type": "reference",
|
|
1043
|
+
"target": -1,
|
|
1044
|
+
"name": "T",
|
|
1045
|
+
"refersToTypeParameter": true
|
|
1046
|
+
},
|
|
1047
|
+
"inheritedFrom": {
|
|
1048
|
+
"type": "reference",
|
|
1049
|
+
"target": -1,
|
|
1050
|
+
"name": "Omit<AccountStatic<T>, 'new'>.constructor"
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"inheritedFrom": {
|
|
1055
|
+
"type": "reference",
|
|
1056
|
+
"target": -1,
|
|
1057
|
+
"name": "Omit<AccountStatic<T>, 'new'>.constructor"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"id": 51,
|
|
1062
|
+
"name": "previousHashStore",
|
|
1063
|
+
"variant": "declaration",
|
|
1064
|
+
"kind": 1024,
|
|
1065
|
+
"flags": {
|
|
1066
|
+
"isOptional": true
|
|
1067
|
+
},
|
|
1068
|
+
"sources": [
|
|
1069
|
+
{
|
|
1070
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1071
|
+
"line": 29,
|
|
1072
|
+
"character": 4
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"type": {
|
|
1076
|
+
"type": "reference",
|
|
1077
|
+
"target": {
|
|
1078
|
+
"sourceFileName": "../previous-hash-store/packages/model/src/PreviousHashStore.ts",
|
|
1079
|
+
"qualifiedName": "PreviousHashStore"
|
|
1080
|
+
},
|
|
1081
|
+
"name": "PreviousHashStore",
|
|
1082
|
+
"package": "@xyo-network/previous-hash-store-model"
|
|
1083
|
+
},
|
|
1084
|
+
"inheritedFrom": {
|
|
1085
|
+
"type": "reference",
|
|
1086
|
+
"target": -1,
|
|
1087
|
+
"name": "Omit.previousHashStore"
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": 52,
|
|
1092
|
+
"name": "create",
|
|
668
1093
|
"variant": "declaration",
|
|
669
1094
|
"kind": 2048,
|
|
670
1095
|
"flags": {},
|
|
671
1096
|
"sources": [
|
|
672
1097
|
{
|
|
673
1098
|
"fileName": "account-model/dist/types/Account.d.ts",
|
|
674
|
-
"line":
|
|
1099
|
+
"line": 31,
|
|
675
1100
|
"character": 4
|
|
676
1101
|
}
|
|
677
1102
|
],
|
|
678
1103
|
"signatures": [
|
|
679
1104
|
{
|
|
680
|
-
"id":
|
|
681
|
-
"name": "
|
|
1105
|
+
"id": 53,
|
|
1106
|
+
"name": "create",
|
|
682
1107
|
"variant": "signature",
|
|
683
1108
|
"kind": 4096,
|
|
684
1109
|
"flags": {},
|
|
685
1110
|
"sources": [
|
|
686
1111
|
{
|
|
687
1112
|
"fileName": "account-model/dist/types/Account.d.ts",
|
|
688
|
-
"line":
|
|
1113
|
+
"line": 31,
|
|
689
1114
|
"character": 4
|
|
690
1115
|
}
|
|
691
1116
|
],
|
|
692
1117
|
"parameters": [
|
|
693
1118
|
{
|
|
694
|
-
"id":
|
|
695
|
-
"name": "
|
|
1119
|
+
"id": 54,
|
|
1120
|
+
"name": "opts",
|
|
696
1121
|
"variant": "param",
|
|
697
1122
|
"kind": 32768,
|
|
698
|
-
"flags": {
|
|
1123
|
+
"flags": {
|
|
1124
|
+
"isOptional": true
|
|
1125
|
+
},
|
|
699
1126
|
"type": {
|
|
700
|
-
"type": "
|
|
701
|
-
"
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
"type": "reference",
|
|
708
|
-
"target": {
|
|
709
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
710
|
-
"qualifiedName": "Uint8Array"
|
|
711
|
-
},
|
|
712
|
-
"name": "Uint8Array",
|
|
713
|
-
"package": "typescript"
|
|
714
|
-
}
|
|
715
|
-
]
|
|
1127
|
+
"type": "reference",
|
|
1128
|
+
"target": {
|
|
1129
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1130
|
+
"qualifiedName": "AccountConfig"
|
|
1131
|
+
},
|
|
1132
|
+
"name": "AccountConfig",
|
|
1133
|
+
"package": "@xyo-network/account-model"
|
|
716
1134
|
}
|
|
717
1135
|
}
|
|
718
1136
|
],
|
|
719
1137
|
"type": {
|
|
720
|
-
"type": "
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"qualifiedName": "Uint8Array"
|
|
727
|
-
},
|
|
728
|
-
"name": "Uint8Array",
|
|
729
|
-
"package": "typescript"
|
|
730
|
-
},
|
|
1138
|
+
"type": "reference",
|
|
1139
|
+
"target": {
|
|
1140
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1141
|
+
"qualifiedName": "Promise"
|
|
1142
|
+
},
|
|
1143
|
+
"typeArguments": [
|
|
731
1144
|
{
|
|
732
1145
|
"type": "reference",
|
|
733
|
-
"target":
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
},
|
|
737
|
-
"typeArguments": [
|
|
738
|
-
{
|
|
739
|
-
"type": "reference",
|
|
740
|
-
"target": {
|
|
741
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
742
|
-
"qualifiedName": "Uint8Array"
|
|
743
|
-
},
|
|
744
|
-
"name": "Uint8Array",
|
|
745
|
-
"package": "typescript"
|
|
746
|
-
}
|
|
747
|
-
],
|
|
748
|
-
"name": "Promise",
|
|
749
|
-
"package": "typescript"
|
|
1146
|
+
"target": -1,
|
|
1147
|
+
"name": "T",
|
|
1148
|
+
"refersToTypeParameter": true
|
|
750
1149
|
}
|
|
751
|
-
]
|
|
1150
|
+
],
|
|
1151
|
+
"name": "Promise",
|
|
1152
|
+
"package": "typescript"
|
|
752
1153
|
},
|
|
753
1154
|
"inheritedFrom": {
|
|
754
1155
|
"type": "reference",
|
|
755
1156
|
"target": -1,
|
|
756
|
-
"name": "
|
|
1157
|
+
"name": "Omit.create"
|
|
757
1158
|
}
|
|
758
1159
|
}
|
|
759
1160
|
],
|
|
760
1161
|
"inheritedFrom": {
|
|
761
1162
|
"type": "reference",
|
|
762
1163
|
"target": -1,
|
|
763
|
-
"name": "
|
|
1164
|
+
"name": "Omit.create"
|
|
764
1165
|
}
|
|
765
1166
|
},
|
|
766
1167
|
{
|
|
767
|
-
"id":
|
|
768
|
-
"name": "
|
|
1168
|
+
"id": 42,
|
|
1169
|
+
"name": "fromExtendedKey",
|
|
769
1170
|
"variant": "declaration",
|
|
770
1171
|
"kind": 2048,
|
|
771
1172
|
"flags": {},
|
|
772
1173
|
"sources": [
|
|
773
1174
|
{
|
|
774
|
-
"fileName": "
|
|
775
|
-
"line":
|
|
776
|
-
"character":
|
|
1175
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
1176
|
+
"line": 27,
|
|
1177
|
+
"character": 2,
|
|
1178
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L27"
|
|
777
1179
|
}
|
|
778
1180
|
],
|
|
779
1181
|
"signatures": [
|
|
780
1182
|
{
|
|
781
|
-
"id":
|
|
782
|
-
"name": "
|
|
1183
|
+
"id": 43,
|
|
1184
|
+
"name": "fromExtendedKey",
|
|
783
1185
|
"variant": "signature",
|
|
784
1186
|
"kind": 4096,
|
|
785
1187
|
"flags": {},
|
|
786
1188
|
"sources": [
|
|
787
1189
|
{
|
|
788
|
-
"fileName": "
|
|
789
|
-
"line":
|
|
790
|
-
"character":
|
|
1190
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
1191
|
+
"line": 27,
|
|
1192
|
+
"character": 2,
|
|
1193
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L27"
|
|
791
1194
|
}
|
|
792
1195
|
],
|
|
793
1196
|
"parameters": [
|
|
794
1197
|
{
|
|
795
|
-
"id":
|
|
796
|
-
"name": "
|
|
1198
|
+
"id": 44,
|
|
1199
|
+
"name": "key",
|
|
797
1200
|
"variant": "param",
|
|
798
1201
|
"kind": 32768,
|
|
799
1202
|
"flags": {},
|
|
800
1203
|
"type": {
|
|
801
|
-
"type": "
|
|
802
|
-
"
|
|
803
|
-
{
|
|
804
|
-
"type": "intrinsic",
|
|
805
|
-
"name": "string"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"type": "reference",
|
|
809
|
-
"target": {
|
|
810
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
811
|
-
"qualifiedName": "Uint8Array"
|
|
812
|
-
},
|
|
813
|
-
"name": "Uint8Array",
|
|
814
|
-
"package": "typescript"
|
|
815
|
-
}
|
|
816
|
-
]
|
|
1204
|
+
"type": "intrinsic",
|
|
1205
|
+
"name": "string"
|
|
817
1206
|
}
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"type": {
|
|
1210
|
+
"type": "reference",
|
|
1211
|
+
"target": {
|
|
1212
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1213
|
+
"qualifiedName": "Promise"
|
|
818
1214
|
},
|
|
1215
|
+
"typeArguments": [
|
|
1216
|
+
{
|
|
1217
|
+
"type": "reference",
|
|
1218
|
+
"target": -1,
|
|
1219
|
+
"name": "T",
|
|
1220
|
+
"refersToTypeParameter": true
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"name": "Promise",
|
|
1224
|
+
"package": "typescript"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
]
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": 45,
|
|
1231
|
+
"name": "fromMnemonic",
|
|
1232
|
+
"variant": "declaration",
|
|
1233
|
+
"kind": 2048,
|
|
1234
|
+
"flags": {},
|
|
1235
|
+
"sources": [
|
|
1236
|
+
{
|
|
1237
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
1238
|
+
"line": 28,
|
|
1239
|
+
"character": 2,
|
|
1240
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L28"
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"signatures": [
|
|
1244
|
+
{
|
|
1245
|
+
"id": 46,
|
|
1246
|
+
"name": "fromMnemonic",
|
|
1247
|
+
"variant": "signature",
|
|
1248
|
+
"kind": 4096,
|
|
1249
|
+
"flags": {},
|
|
1250
|
+
"sources": [
|
|
819
1251
|
{
|
|
820
|
-
"
|
|
821
|
-
"
|
|
1252
|
+
"fileName": "wallet-model/src/Wallet.ts",
|
|
1253
|
+
"line": 28,
|
|
1254
|
+
"character": 2,
|
|
1255
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L28"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"parameters": [
|
|
1259
|
+
{
|
|
1260
|
+
"id": 47,
|
|
1261
|
+
"name": "mnemonic",
|
|
822
1262
|
"variant": "param",
|
|
823
1263
|
"kind": 32768,
|
|
824
1264
|
"flags": {},
|
|
825
1265
|
"type": {
|
|
826
|
-
"type": "
|
|
827
|
-
"
|
|
828
|
-
{
|
|
829
|
-
"type": "intrinsic",
|
|
830
|
-
"name": "string"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"type": "reference",
|
|
834
|
-
"target": {
|
|
835
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
836
|
-
"qualifiedName": "Uint8Array"
|
|
837
|
-
},
|
|
838
|
-
"name": "Uint8Array",
|
|
839
|
-
"package": "typescript"
|
|
840
|
-
}
|
|
841
|
-
]
|
|
1266
|
+
"type": "intrinsic",
|
|
1267
|
+
"name": "string"
|
|
842
1268
|
}
|
|
843
1269
|
}
|
|
844
1270
|
],
|
|
845
1271
|
"type": {
|
|
846
|
-
"type": "
|
|
847
|
-
"
|
|
1272
|
+
"type": "reference",
|
|
1273
|
+
"target": {
|
|
1274
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1275
|
+
"qualifiedName": "Promise"
|
|
1276
|
+
},
|
|
1277
|
+
"typeArguments": [
|
|
848
1278
|
{
|
|
1279
|
+
"type": "reference",
|
|
1280
|
+
"target": -1,
|
|
1281
|
+
"name": "T",
|
|
1282
|
+
"refersToTypeParameter": true
|
|
1283
|
+
}
|
|
1284
|
+
],
|
|
1285
|
+
"name": "Promise",
|
|
1286
|
+
"package": "typescript"
|
|
1287
|
+
},
|
|
1288
|
+
"overwrites": {
|
|
1289
|
+
"type": "reference",
|
|
1290
|
+
"target": -1,
|
|
1291
|
+
"name": "Omit.fromMnemonic"
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"overwrites": {
|
|
1296
|
+
"type": "reference",
|
|
1297
|
+
"target": -1,
|
|
1298
|
+
"name": "Omit.fromMnemonic"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"id": 55,
|
|
1303
|
+
"name": "fromPhrase",
|
|
1304
|
+
"variant": "declaration",
|
|
1305
|
+
"kind": 2048,
|
|
1306
|
+
"flags": {},
|
|
1307
|
+
"sources": [
|
|
1308
|
+
{
|
|
1309
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1310
|
+
"line": 33,
|
|
1311
|
+
"character": 4
|
|
1312
|
+
}
|
|
1313
|
+
],
|
|
1314
|
+
"signatures": [
|
|
1315
|
+
{
|
|
1316
|
+
"id": 56,
|
|
1317
|
+
"name": "fromPhrase",
|
|
1318
|
+
"variant": "signature",
|
|
1319
|
+
"kind": 4096,
|
|
1320
|
+
"flags": {},
|
|
1321
|
+
"sources": [
|
|
1322
|
+
{
|
|
1323
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1324
|
+
"line": 33,
|
|
1325
|
+
"character": 4
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"parameters": [
|
|
1329
|
+
{
|
|
1330
|
+
"id": 57,
|
|
1331
|
+
"name": "phrase",
|
|
1332
|
+
"variant": "param",
|
|
1333
|
+
"kind": 32768,
|
|
1334
|
+
"flags": {},
|
|
1335
|
+
"type": {
|
|
849
1336
|
"type": "intrinsic",
|
|
850
|
-
"name": "
|
|
851
|
-
}
|
|
1337
|
+
"name": "string"
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"type": {
|
|
1342
|
+
"type": "reference",
|
|
1343
|
+
"target": {
|
|
1344
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1345
|
+
"qualifiedName": "Promise"
|
|
1346
|
+
},
|
|
1347
|
+
"typeArguments": [
|
|
852
1348
|
{
|
|
853
1349
|
"type": "reference",
|
|
854
1350
|
"target": {
|
|
855
|
-
"sourceFileName": "
|
|
856
|
-
"qualifiedName": "
|
|
1351
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1352
|
+
"qualifiedName": "AccountInstance"
|
|
857
1353
|
},
|
|
858
|
-
"
|
|
859
|
-
|
|
860
|
-
"type": "intrinsic",
|
|
861
|
-
"name": "boolean"
|
|
862
|
-
}
|
|
863
|
-
],
|
|
864
|
-
"name": "Promise",
|
|
865
|
-
"package": "typescript"
|
|
1354
|
+
"name": "AccountInstance",
|
|
1355
|
+
"package": "@xyo-network/account-model"
|
|
866
1356
|
}
|
|
867
|
-
]
|
|
1357
|
+
],
|
|
1358
|
+
"name": "Promise",
|
|
1359
|
+
"package": "typescript"
|
|
868
1360
|
},
|
|
869
1361
|
"inheritedFrom": {
|
|
870
1362
|
"type": "reference",
|
|
871
1363
|
"target": -1,
|
|
872
|
-
"name": "
|
|
1364
|
+
"name": "Omit.fromPhrase"
|
|
873
1365
|
}
|
|
874
1366
|
}
|
|
875
1367
|
],
|
|
876
1368
|
"inheritedFrom": {
|
|
877
1369
|
"type": "reference",
|
|
878
1370
|
"target": -1,
|
|
879
|
-
"name": "
|
|
1371
|
+
"name": "Omit.fromPhrase"
|
|
880
1372
|
}
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"groups": [
|
|
884
|
-
{
|
|
885
|
-
"title": "Properties",
|
|
886
|
-
"children": [
|
|
887
|
-
6,
|
|
888
|
-
7,
|
|
889
|
-
8,
|
|
890
|
-
9,
|
|
891
|
-
13,
|
|
892
|
-
14,
|
|
893
|
-
15,
|
|
894
|
-
16,
|
|
895
|
-
17,
|
|
896
|
-
20,
|
|
897
|
-
21,
|
|
898
|
-
22,
|
|
899
|
-
23
|
|
900
|
-
]
|
|
901
1373
|
},
|
|
902
1374
|
{
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
1375
|
+
"id": 58,
|
|
1376
|
+
"name": "fromPrivateKey",
|
|
1377
|
+
"variant": "declaration",
|
|
1378
|
+
"kind": 2048,
|
|
1379
|
+
"flags": {},
|
|
1380
|
+
"sources": [
|
|
1381
|
+
{
|
|
1382
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1383
|
+
"line": 34,
|
|
1384
|
+
"character": 4
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"signatures": [
|
|
1388
|
+
{
|
|
1389
|
+
"id": 59,
|
|
1390
|
+
"name": "fromPrivateKey",
|
|
1391
|
+
"variant": "signature",
|
|
1392
|
+
"kind": 4096,
|
|
1393
|
+
"flags": {},
|
|
1394
|
+
"sources": [
|
|
1395
|
+
{
|
|
1396
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1397
|
+
"line": 34,
|
|
1398
|
+
"character": 4
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"parameters": [
|
|
1402
|
+
{
|
|
1403
|
+
"id": 60,
|
|
1404
|
+
"name": "key",
|
|
1405
|
+
"variant": "param",
|
|
1406
|
+
"kind": 32768,
|
|
1407
|
+
"flags": {},
|
|
1408
|
+
"type": {
|
|
1409
|
+
"type": "reference",
|
|
1410
|
+
"target": {
|
|
1411
|
+
"sourceFileName": "../../../core/src/Data/DataLike.ts",
|
|
1412
|
+
"qualifiedName": "DataLike"
|
|
1413
|
+
},
|
|
1414
|
+
"name": "DataLike",
|
|
1415
|
+
"package": "@xyo-network/core"
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"type": {
|
|
1420
|
+
"type": "reference",
|
|
1421
|
+
"target": {
|
|
1422
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1423
|
+
"qualifiedName": "Promise"
|
|
1424
|
+
},
|
|
1425
|
+
"typeArguments": [
|
|
1426
|
+
{
|
|
1427
|
+
"type": "reference",
|
|
1428
|
+
"target": {
|
|
1429
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1430
|
+
"qualifiedName": "AccountInstance"
|
|
1431
|
+
},
|
|
1432
|
+
"name": "AccountInstance",
|
|
1433
|
+
"package": "@xyo-network/account-model"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"name": "Promise",
|
|
1437
|
+
"package": "typescript"
|
|
1438
|
+
},
|
|
1439
|
+
"inheritedFrom": {
|
|
1440
|
+
"type": "reference",
|
|
1441
|
+
"target": -1,
|
|
1442
|
+
"name": "Omit.fromPrivateKey"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
],
|
|
1446
|
+
"inheritedFrom": {
|
|
1447
|
+
"type": "reference",
|
|
1448
|
+
"target": -1,
|
|
1449
|
+
"name": "Omit.fromPrivateKey"
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
946
1452
|
{
|
|
947
|
-
"id":
|
|
948
|
-
"name": "
|
|
1453
|
+
"id": 48,
|
|
1454
|
+
"name": "fromSeed",
|
|
949
1455
|
"variant": "declaration",
|
|
950
1456
|
"kind": 2048,
|
|
951
1457
|
"flags": {},
|
|
952
1458
|
"sources": [
|
|
953
1459
|
{
|
|
954
1460
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
955
|
-
"line":
|
|
1461
|
+
"line": 29,
|
|
956
1462
|
"character": 2,
|
|
957
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1463
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L29"
|
|
958
1464
|
}
|
|
959
1465
|
],
|
|
960
1466
|
"signatures": [
|
|
961
1467
|
{
|
|
962
|
-
"id":
|
|
963
|
-
"name": "
|
|
1468
|
+
"id": 49,
|
|
1469
|
+
"name": "fromSeed",
|
|
964
1470
|
"variant": "signature",
|
|
965
1471
|
"kind": 4096,
|
|
966
1472
|
"flags": {},
|
|
967
1473
|
"sources": [
|
|
968
1474
|
{
|
|
969
1475
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
970
|
-
"line":
|
|
1476
|
+
"line": 29,
|
|
971
1477
|
"character": 2,
|
|
972
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1478
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L29"
|
|
973
1479
|
}
|
|
974
1480
|
],
|
|
975
1481
|
"parameters": [
|
|
976
1482
|
{
|
|
977
|
-
"id":
|
|
978
|
-
"name": "
|
|
1483
|
+
"id": 50,
|
|
1484
|
+
"name": "seed",
|
|
979
1485
|
"variant": "param",
|
|
980
1486
|
"kind": 32768,
|
|
981
1487
|
"flags": {},
|
|
982
1488
|
"type": {
|
|
983
|
-
"type": "
|
|
984
|
-
"
|
|
1489
|
+
"type": "union",
|
|
1490
|
+
"types": [
|
|
1491
|
+
{
|
|
1492
|
+
"type": "intrinsic",
|
|
1493
|
+
"name": "string"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "reference",
|
|
1497
|
+
"target": {
|
|
1498
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1499
|
+
"qualifiedName": "Uint8Array"
|
|
1500
|
+
},
|
|
1501
|
+
"name": "Uint8Array",
|
|
1502
|
+
"package": "typescript"
|
|
1503
|
+
}
|
|
1504
|
+
]
|
|
985
1505
|
}
|
|
986
1506
|
}
|
|
987
1507
|
],
|
|
988
1508
|
"type": {
|
|
989
1509
|
"type": "reference",
|
|
990
|
-
"target":
|
|
991
|
-
|
|
992
|
-
|
|
1510
|
+
"target": {
|
|
1511
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1512
|
+
"qualifiedName": "Promise"
|
|
1513
|
+
},
|
|
1514
|
+
"typeArguments": [
|
|
1515
|
+
{
|
|
1516
|
+
"type": "reference",
|
|
1517
|
+
"target": -1,
|
|
1518
|
+
"name": "T",
|
|
1519
|
+
"refersToTypeParameter": true
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1522
|
+
"name": "Promise",
|
|
1523
|
+
"package": "typescript"
|
|
993
1524
|
}
|
|
994
1525
|
}
|
|
995
1526
|
]
|
|
996
1527
|
},
|
|
997
1528
|
{
|
|
998
|
-
"id":
|
|
999
|
-
"name": "
|
|
1529
|
+
"id": 61,
|
|
1530
|
+
"name": "is",
|
|
1000
1531
|
"variant": "declaration",
|
|
1001
1532
|
"kind": 2048,
|
|
1002
1533
|
"flags": {},
|
|
1003
1534
|
"sources": [
|
|
1004
1535
|
{
|
|
1005
|
-
"fileName": "
|
|
1006
|
-
"line":
|
|
1007
|
-
"character":
|
|
1008
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/39239b9b4bdf/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L26"
|
|
1536
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1537
|
+
"line": 35,
|
|
1538
|
+
"character": 4
|
|
1009
1539
|
}
|
|
1010
1540
|
],
|
|
1011
1541
|
"signatures": [
|
|
1012
1542
|
{
|
|
1013
|
-
"id":
|
|
1014
|
-
"name": "
|
|
1543
|
+
"id": 62,
|
|
1544
|
+
"name": "is",
|
|
1015
1545
|
"variant": "signature",
|
|
1016
1546
|
"kind": 4096,
|
|
1017
1547
|
"flags": {},
|
|
1018
1548
|
"sources": [
|
|
1019
1549
|
{
|
|
1020
|
-
"fileName": "
|
|
1021
|
-
"line":
|
|
1022
|
-
"character":
|
|
1023
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/39239b9b4bdf/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L26"
|
|
1550
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1551
|
+
"line": 35,
|
|
1552
|
+
"character": 4
|
|
1024
1553
|
}
|
|
1025
1554
|
],
|
|
1026
1555
|
"parameters": [
|
|
1027
1556
|
{
|
|
1028
|
-
"id":
|
|
1029
|
-
"name": "
|
|
1557
|
+
"id": 63,
|
|
1558
|
+
"name": "value",
|
|
1030
1559
|
"variant": "param",
|
|
1031
1560
|
"kind": 32768,
|
|
1032
1561
|
"flags": {},
|
|
1033
1562
|
"type": {
|
|
1034
1563
|
"type": "intrinsic",
|
|
1035
|
-
"name": "
|
|
1564
|
+
"name": "unknown"
|
|
1036
1565
|
}
|
|
1037
1566
|
}
|
|
1038
1567
|
],
|
|
1039
1568
|
"type": {
|
|
1569
|
+
"type": "union",
|
|
1570
|
+
"types": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "intrinsic",
|
|
1573
|
+
"name": "undefined"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"type": "reference",
|
|
1577
|
+
"target": -1,
|
|
1578
|
+
"name": "T",
|
|
1579
|
+
"refersToTypeParameter": true
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
"inheritedFrom": {
|
|
1040
1584
|
"type": "reference",
|
|
1041
1585
|
"target": -1,
|
|
1042
|
-
"name": "
|
|
1043
|
-
"refersToTypeParameter": true
|
|
1586
|
+
"name": "Omit.is"
|
|
1044
1587
|
}
|
|
1045
1588
|
}
|
|
1046
|
-
]
|
|
1589
|
+
],
|
|
1590
|
+
"inheritedFrom": {
|
|
1591
|
+
"type": "reference",
|
|
1592
|
+
"target": -1,
|
|
1593
|
+
"name": "Omit.is"
|
|
1594
|
+
}
|
|
1047
1595
|
},
|
|
1048
1596
|
{
|
|
1049
|
-
"id":
|
|
1050
|
-
"name": "
|
|
1597
|
+
"id": 64,
|
|
1598
|
+
"name": "random",
|
|
1051
1599
|
"variant": "declaration",
|
|
1052
1600
|
"kind": 2048,
|
|
1053
1601
|
"flags": {},
|
|
1054
1602
|
"sources": [
|
|
1055
1603
|
{
|
|
1056
|
-
"fileName": "
|
|
1057
|
-
"line":
|
|
1058
|
-
"character":
|
|
1059
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/39239b9b4bdf/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L27"
|
|
1604
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1605
|
+
"line": 36,
|
|
1606
|
+
"character": 4
|
|
1060
1607
|
}
|
|
1061
1608
|
],
|
|
1062
1609
|
"signatures": [
|
|
1063
1610
|
{
|
|
1064
|
-
"id":
|
|
1065
|
-
"name": "
|
|
1611
|
+
"id": 65,
|
|
1612
|
+
"name": "random",
|
|
1066
1613
|
"variant": "signature",
|
|
1067
1614
|
"kind": 4096,
|
|
1068
1615
|
"flags": {},
|
|
1069
1616
|
"sources": [
|
|
1070
1617
|
{
|
|
1071
|
-
"fileName": "
|
|
1072
|
-
"line":
|
|
1073
|
-
"character":
|
|
1074
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/39239b9b4bdf/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L27"
|
|
1075
|
-
}
|
|
1076
|
-
],
|
|
1077
|
-
"parameters": [
|
|
1078
|
-
{
|
|
1079
|
-
"id": 48,
|
|
1080
|
-
"name": "seed",
|
|
1081
|
-
"variant": "param",
|
|
1082
|
-
"kind": 32768,
|
|
1083
|
-
"flags": {},
|
|
1084
|
-
"type": {
|
|
1085
|
-
"type": "union",
|
|
1086
|
-
"types": [
|
|
1087
|
-
{
|
|
1088
|
-
"type": "intrinsic",
|
|
1089
|
-
"name": "string"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"type": "reference",
|
|
1093
|
-
"target": {
|
|
1094
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1095
|
-
"qualifiedName": "Uint8Array"
|
|
1096
|
-
},
|
|
1097
|
-
"name": "Uint8Array",
|
|
1098
|
-
"package": "typescript"
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
1101
|
-
}
|
|
1618
|
+
"fileName": "account-model/dist/types/Account.d.ts",
|
|
1619
|
+
"line": 36,
|
|
1620
|
+
"character": 4
|
|
1102
1621
|
}
|
|
1103
1622
|
],
|
|
1104
1623
|
"type": {
|
|
1624
|
+
"type": "reference",
|
|
1625
|
+
"target": {
|
|
1626
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1627
|
+
"qualifiedName": "AccountInstance"
|
|
1628
|
+
},
|
|
1629
|
+
"name": "AccountInstance",
|
|
1630
|
+
"package": "@xyo-network/account-model"
|
|
1631
|
+
},
|
|
1632
|
+
"inheritedFrom": {
|
|
1105
1633
|
"type": "reference",
|
|
1106
1634
|
"target": -1,
|
|
1107
|
-
"name": "
|
|
1108
|
-
"refersToTypeParameter": true
|
|
1635
|
+
"name": "Omit.random"
|
|
1109
1636
|
}
|
|
1110
1637
|
}
|
|
1111
|
-
]
|
|
1638
|
+
],
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"type": "reference",
|
|
1641
|
+
"target": -1,
|
|
1642
|
+
"name": "Omit.random"
|
|
1643
|
+
}
|
|
1112
1644
|
}
|
|
1113
1645
|
],
|
|
1114
1646
|
"groups": [
|
|
1647
|
+
{
|
|
1648
|
+
"title": "Constructors",
|
|
1649
|
+
"children": [
|
|
1650
|
+
67
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"title": "Properties",
|
|
1655
|
+
"children": [
|
|
1656
|
+
51
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1115
1659
|
{
|
|
1116
1660
|
"title": "Methods",
|
|
1117
1661
|
"children": [
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1662
|
+
52,
|
|
1663
|
+
42,
|
|
1664
|
+
45,
|
|
1665
|
+
55,
|
|
1666
|
+
58,
|
|
1667
|
+
48,
|
|
1668
|
+
61,
|
|
1669
|
+
64
|
|
1121
1670
|
]
|
|
1122
1671
|
}
|
|
1123
1672
|
],
|
|
1124
1673
|
"sources": [
|
|
1125
1674
|
{
|
|
1126
1675
|
"fileName": "wallet-model/src/Wallet.ts",
|
|
1127
|
-
"line":
|
|
1676
|
+
"line": 25,
|
|
1128
1677
|
"character": 17,
|
|
1129
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1678
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ff5eeed72fdc/packages/protocol/packages/account/packages/wallet-model/src/Wallet.ts#L25"
|
|
1130
1679
|
}
|
|
1131
1680
|
],
|
|
1132
1681
|
"typeParameters": [
|
|
1133
1682
|
{
|
|
1134
|
-
"id":
|
|
1683
|
+
"id": 66,
|
|
1135
1684
|
"name": "T",
|
|
1136
1685
|
"variant": "typeParam",
|
|
1137
1686
|
"kind": 131072,
|
|
1138
|
-
"flags": {}
|
|
1687
|
+
"flags": {},
|
|
1688
|
+
"type": {
|
|
1689
|
+
"type": "reference",
|
|
1690
|
+
"target": 5,
|
|
1691
|
+
"name": "WalletInstance",
|
|
1692
|
+
"package": "@xyo-network/wallet-model"
|
|
1693
|
+
},
|
|
1694
|
+
"default": {
|
|
1695
|
+
"type": "reference",
|
|
1696
|
+
"target": 5,
|
|
1697
|
+
"name": "WalletInstance",
|
|
1698
|
+
"package": "@xyo-network/wallet-model"
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"extendedTypes": [
|
|
1703
|
+
{
|
|
1704
|
+
"type": "reference",
|
|
1705
|
+
"target": {
|
|
1706
|
+
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
1707
|
+
"qualifiedName": "Omit"
|
|
1708
|
+
},
|
|
1709
|
+
"typeArguments": [
|
|
1710
|
+
{
|
|
1711
|
+
"type": "reference",
|
|
1712
|
+
"target": {
|
|
1713
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1714
|
+
"qualifiedName": "AccountStatic"
|
|
1715
|
+
},
|
|
1716
|
+
"typeArguments": [
|
|
1717
|
+
{
|
|
1718
|
+
"type": "reference",
|
|
1719
|
+
"target": -1,
|
|
1720
|
+
"name": "T",
|
|
1721
|
+
"refersToTypeParameter": true
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"name": "AccountStatic",
|
|
1725
|
+
"package": "@xyo-network/account-model"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"type": "literal",
|
|
1729
|
+
"value": "new"
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"name": "Omit",
|
|
1733
|
+
"package": "typescript"
|
|
1139
1734
|
}
|
|
1140
1735
|
]
|
|
1141
1736
|
}
|
|
@@ -1146,7 +1741,7 @@
|
|
|
1146
1741
|
"children": [
|
|
1147
1742
|
1,
|
|
1148
1743
|
5,
|
|
1149
|
-
|
|
1744
|
+
41
|
|
1150
1745
|
]
|
|
1151
1746
|
}
|
|
1152
1747
|
],
|
|
@@ -1256,27 +1851,27 @@
|
|
|
1256
1851
|
},
|
|
1257
1852
|
"24": {
|
|
1258
1853
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1259
|
-
"qualifiedName": "AccountInstance.
|
|
1854
|
+
"qualifiedName": "AccountInstance.addressBytes"
|
|
1260
1855
|
},
|
|
1261
1856
|
"25": {
|
|
1262
1857
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1263
|
-
"qualifiedName": "AccountInstance.
|
|
1858
|
+
"qualifiedName": "AccountInstance.previousHash"
|
|
1264
1859
|
},
|
|
1265
1860
|
"26": {
|
|
1266
1861
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1267
|
-
"qualifiedName": "AccountInstance.
|
|
1862
|
+
"qualifiedName": "AccountInstance.previousHashBytes"
|
|
1268
1863
|
},
|
|
1269
1864
|
"27": {
|
|
1270
1865
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1271
|
-
"qualifiedName": "AccountInstance.
|
|
1866
|
+
"qualifiedName": "AccountInstance.sign"
|
|
1272
1867
|
},
|
|
1273
1868
|
"28": {
|
|
1274
1869
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1275
|
-
"qualifiedName": "
|
|
1870
|
+
"qualifiedName": "__type"
|
|
1276
1871
|
},
|
|
1277
1872
|
"29": {
|
|
1278
1873
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1279
|
-
"qualifiedName": "
|
|
1874
|
+
"qualifiedName": "__type"
|
|
1280
1875
|
},
|
|
1281
1876
|
"30": {
|
|
1282
1877
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
@@ -1284,7 +1879,7 @@
|
|
|
1284
1879
|
},
|
|
1285
1880
|
"31": {
|
|
1286
1881
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1287
|
-
"qualifiedName": "
|
|
1882
|
+
"qualifiedName": "previousHash"
|
|
1288
1883
|
},
|
|
1289
1884
|
"32": {
|
|
1290
1885
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
@@ -1292,71 +1887,155 @@
|
|
|
1292
1887
|
},
|
|
1293
1888
|
"33": {
|
|
1294
1889
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1295
|
-
"qualifiedName": "
|
|
1890
|
+
"qualifiedName": "__type"
|
|
1296
1891
|
},
|
|
1297
1892
|
"34": {
|
|
1298
1893
|
"sourceFileName": "../account-model/src/Account.ts",
|
|
1299
|
-
"qualifiedName": "
|
|
1894
|
+
"qualifiedName": "__type"
|
|
1300
1895
|
},
|
|
1301
1896
|
"35": {
|
|
1897
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1898
|
+
"qualifiedName": "msg"
|
|
1899
|
+
},
|
|
1900
|
+
"36": {
|
|
1901
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1902
|
+
"qualifiedName": "signature"
|
|
1903
|
+
},
|
|
1904
|
+
"37": {
|
|
1302
1905
|
"sourceFileName": "../keypair-model/src/Key/KeyPair.ts",
|
|
1303
1906
|
"qualifiedName": "KeyPairInstance.private"
|
|
1304
1907
|
},
|
|
1305
|
-
"
|
|
1908
|
+
"38": {
|
|
1306
1909
|
"sourceFileName": "../keypair-model/src/Key/KeyPair.ts",
|
|
1307
1910
|
"qualifiedName": "KeyPairInstance.private"
|
|
1308
1911
|
},
|
|
1309
|
-
"
|
|
1912
|
+
"39": {
|
|
1310
1913
|
"sourceFileName": "../keypair-model/src/Key/KeyPair.ts",
|
|
1311
1914
|
"qualifiedName": "KeyPairInstance.public"
|
|
1312
1915
|
},
|
|
1313
|
-
"
|
|
1916
|
+
"40": {
|
|
1314
1917
|
"sourceFileName": "../keypair-model/src/Key/KeyPair.ts",
|
|
1315
1918
|
"qualifiedName": "KeyPairInstance.public"
|
|
1316
1919
|
},
|
|
1317
|
-
"
|
|
1920
|
+
"41": {
|
|
1318
1921
|
"sourceFileName": "src/Wallet.ts",
|
|
1319
1922
|
"qualifiedName": "WalletStatic"
|
|
1320
1923
|
},
|
|
1321
|
-
"
|
|
1924
|
+
"42": {
|
|
1322
1925
|
"sourceFileName": "src/Wallet.ts",
|
|
1323
1926
|
"qualifiedName": "WalletStatic.fromExtendedKey"
|
|
1324
1927
|
},
|
|
1325
|
-
"
|
|
1928
|
+
"43": {
|
|
1326
1929
|
"sourceFileName": "src/Wallet.ts",
|
|
1327
1930
|
"qualifiedName": "WalletStatic.fromExtendedKey"
|
|
1328
1931
|
},
|
|
1329
|
-
"
|
|
1932
|
+
"44": {
|
|
1330
1933
|
"sourceFileName": "src/Wallet.ts",
|
|
1331
1934
|
"qualifiedName": "key"
|
|
1332
1935
|
},
|
|
1333
|
-
"
|
|
1936
|
+
"45": {
|
|
1334
1937
|
"sourceFileName": "src/Wallet.ts",
|
|
1335
1938
|
"qualifiedName": "WalletStatic.fromMnemonic"
|
|
1336
1939
|
},
|
|
1337
|
-
"
|
|
1940
|
+
"46": {
|
|
1338
1941
|
"sourceFileName": "src/Wallet.ts",
|
|
1339
1942
|
"qualifiedName": "WalletStatic.fromMnemonic"
|
|
1340
1943
|
},
|
|
1341
|
-
"
|
|
1944
|
+
"47": {
|
|
1342
1945
|
"sourceFileName": "src/Wallet.ts",
|
|
1343
1946
|
"qualifiedName": "mnemonic"
|
|
1344
1947
|
},
|
|
1345
|
-
"
|
|
1948
|
+
"48": {
|
|
1346
1949
|
"sourceFileName": "src/Wallet.ts",
|
|
1347
1950
|
"qualifiedName": "WalletStatic.fromSeed"
|
|
1348
1951
|
},
|
|
1349
|
-
"
|
|
1952
|
+
"49": {
|
|
1350
1953
|
"sourceFileName": "src/Wallet.ts",
|
|
1351
1954
|
"qualifiedName": "WalletStatic.fromSeed"
|
|
1352
1955
|
},
|
|
1353
|
-
"
|
|
1956
|
+
"50": {
|
|
1354
1957
|
"sourceFileName": "src/Wallet.ts",
|
|
1355
1958
|
"qualifiedName": "seed"
|
|
1356
1959
|
},
|
|
1357
|
-
"
|
|
1960
|
+
"51": {
|
|
1961
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1962
|
+
"qualifiedName": "previousHashStore"
|
|
1963
|
+
},
|
|
1964
|
+
"52": {
|
|
1965
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1966
|
+
"qualifiedName": "create"
|
|
1967
|
+
},
|
|
1968
|
+
"53": {
|
|
1969
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1970
|
+
"qualifiedName": "create"
|
|
1971
|
+
},
|
|
1972
|
+
"54": {
|
|
1973
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1974
|
+
"qualifiedName": "opts"
|
|
1975
|
+
},
|
|
1976
|
+
"55": {
|
|
1977
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1978
|
+
"qualifiedName": "fromPhrase"
|
|
1979
|
+
},
|
|
1980
|
+
"56": {
|
|
1981
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1982
|
+
"qualifiedName": "fromPhrase"
|
|
1983
|
+
},
|
|
1984
|
+
"57": {
|
|
1985
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1986
|
+
"qualifiedName": "phrase"
|
|
1987
|
+
},
|
|
1988
|
+
"58": {
|
|
1989
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1990
|
+
"qualifiedName": "fromPrivateKey"
|
|
1991
|
+
},
|
|
1992
|
+
"59": {
|
|
1993
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1994
|
+
"qualifiedName": "fromPrivateKey"
|
|
1995
|
+
},
|
|
1996
|
+
"60": {
|
|
1997
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
1998
|
+
"qualifiedName": "key"
|
|
1999
|
+
},
|
|
2000
|
+
"61": {
|
|
2001
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
2002
|
+
"qualifiedName": "is"
|
|
2003
|
+
},
|
|
2004
|
+
"62": {
|
|
2005
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
2006
|
+
"qualifiedName": "is"
|
|
2007
|
+
},
|
|
2008
|
+
"63": {
|
|
2009
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
2010
|
+
"qualifiedName": "value"
|
|
2011
|
+
},
|
|
2012
|
+
"64": {
|
|
2013
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
2014
|
+
"qualifiedName": "random"
|
|
2015
|
+
},
|
|
2016
|
+
"65": {
|
|
2017
|
+
"sourceFileName": "../account-model/src/Account.ts",
|
|
2018
|
+
"qualifiedName": "random"
|
|
2019
|
+
},
|
|
2020
|
+
"66": {
|
|
1358
2021
|
"sourceFileName": "src/Wallet.ts",
|
|
1359
2022
|
"qualifiedName": "WalletStatic.T"
|
|
2023
|
+
},
|
|
2024
|
+
"67": {
|
|
2025
|
+
"sourceFileName": "src/Wallet.ts",
|
|
2026
|
+
"qualifiedName": "WalletStatic"
|
|
2027
|
+
},
|
|
2028
|
+
"68": {
|
|
2029
|
+
"sourceFileName": "src/Wallet.ts",
|
|
2030
|
+
"qualifiedName": "WalletStatic"
|
|
2031
|
+
},
|
|
2032
|
+
"69": {
|
|
2033
|
+
"sourceFileName": "src/Wallet.ts",
|
|
2034
|
+
"qualifiedName": "key"
|
|
2035
|
+
},
|
|
2036
|
+
"70": {
|
|
2037
|
+
"sourceFileName": "src/Wallet.ts",
|
|
2038
|
+
"qualifiedName": "node"
|
|
1360
2039
|
}
|
|
1361
2040
|
}
|
|
1362
2041
|
}
|