@xyo-network/account-model 2.73.0 → 2.73.2

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 ADDED
@@ -0,0 +1,1623 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/account-model",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 13,
10
+ "name": "AccountInstance",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 14,
17
+ "name": "address",
18
+ "variant": "declaration",
19
+ "kind": 1024,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "account-model/src/Account.ts",
24
+ "line": 26,
25
+ "character": 2,
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L26"
27
+ }
28
+ ],
29
+ "type": {
30
+ "type": "intrinsic",
31
+ "name": "string"
32
+ }
33
+ },
34
+ {
35
+ "id": 15,
36
+ "name": "addressBytes",
37
+ "variant": "declaration",
38
+ "kind": 1024,
39
+ "flags": {},
40
+ "sources": [
41
+ {
42
+ "fileName": "account-model/src/Account.ts",
43
+ "line": 27,
44
+ "character": 2,
45
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L27"
46
+ }
47
+ ],
48
+ "type": {
49
+ "type": "union",
50
+ "types": [
51
+ {
52
+ "type": "intrinsic",
53
+ "name": "undefined"
54
+ },
55
+ {
56
+ "type": "reference",
57
+ "target": {
58
+ "sourceFileName": "../../../core/dist/index.d.ts",
59
+ "qualifiedName": "Data"
60
+ },
61
+ "name": "Data",
62
+ "package": "@xyo-network/core"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "id": 16,
69
+ "name": "previousHash",
70
+ "variant": "declaration",
71
+ "kind": 1024,
72
+ "flags": {},
73
+ "sources": [
74
+ {
75
+ "fileName": "account-model/src/Account.ts",
76
+ "line": 28,
77
+ "character": 2,
78
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L28"
79
+ }
80
+ ],
81
+ "type": {
82
+ "type": "union",
83
+ "types": [
84
+ {
85
+ "type": "intrinsic",
86
+ "name": "undefined"
87
+ },
88
+ {
89
+ "type": "intrinsic",
90
+ "name": "string"
91
+ }
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "id": 17,
97
+ "name": "previousHashBytes",
98
+ "variant": "declaration",
99
+ "kind": 1024,
100
+ "flags": {},
101
+ "sources": [
102
+ {
103
+ "fileName": "account-model/src/Account.ts",
104
+ "line": 29,
105
+ "character": 2,
106
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L29"
107
+ }
108
+ ],
109
+ "type": {
110
+ "type": "union",
111
+ "types": [
112
+ {
113
+ "type": "intrinsic",
114
+ "name": "undefined"
115
+ },
116
+ {
117
+ "type": "reference",
118
+ "target": {
119
+ "sourceFileName": "../../../core/dist/index.d.ts",
120
+ "qualifiedName": "Data"
121
+ },
122
+ "name": "Data",
123
+ "package": "@xyo-network/core"
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "id": 18,
130
+ "name": "sign",
131
+ "variant": "declaration",
132
+ "kind": 1024,
133
+ "flags": {},
134
+ "sources": [
135
+ {
136
+ "fileName": "account-model/src/Account.ts",
137
+ "line": 30,
138
+ "character": 2,
139
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L30"
140
+ }
141
+ ],
142
+ "type": {
143
+ "type": "reflection",
144
+ "declaration": {
145
+ "id": 19,
146
+ "name": "__type",
147
+ "variant": "declaration",
148
+ "kind": 65536,
149
+ "flags": {},
150
+ "sources": [
151
+ {
152
+ "fileName": "account-model/src/Account.ts",
153
+ "line": 30,
154
+ "character": 8,
155
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L30"
156
+ }
157
+ ],
158
+ "signatures": [
159
+ {
160
+ "id": 20,
161
+ "name": "__type",
162
+ "variant": "signature",
163
+ "kind": 4096,
164
+ "flags": {},
165
+ "sources": [
166
+ {
167
+ "fileName": "account-model/src/Account.ts",
168
+ "line": 30,
169
+ "character": 8,
170
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L30"
171
+ }
172
+ ],
173
+ "parameters": [
174
+ {
175
+ "id": 21,
176
+ "name": "hash",
177
+ "variant": "param",
178
+ "kind": 32768,
179
+ "flags": {},
180
+ "type": {
181
+ "type": "reference",
182
+ "target": {
183
+ "sourceFileName": "../../../core/dist/index.d.ts",
184
+ "qualifiedName": "DataLike"
185
+ },
186
+ "name": "DataLike",
187
+ "package": "@xyo-network/core"
188
+ }
189
+ },
190
+ {
191
+ "id": 22,
192
+ "name": "previousHash",
193
+ "variant": "param",
194
+ "kind": 32768,
195
+ "flags": {},
196
+ "type": {
197
+ "type": "union",
198
+ "types": [
199
+ {
200
+ "type": "intrinsic",
201
+ "name": "undefined"
202
+ },
203
+ {
204
+ "type": "reference",
205
+ "target": {
206
+ "sourceFileName": "../../../core/dist/index.d.ts",
207
+ "qualifiedName": "DataLike"
208
+ },
209
+ "name": "DataLike",
210
+ "package": "@xyo-network/core"
211
+ }
212
+ ]
213
+ }
214
+ }
215
+ ],
216
+ "type": {
217
+ "type": "union",
218
+ "types": [
219
+ {
220
+ "type": "reference",
221
+ "target": {
222
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
223
+ "qualifiedName": "Uint8Array"
224
+ },
225
+ "name": "Uint8Array",
226
+ "package": "typescript"
227
+ },
228
+ {
229
+ "type": "reference",
230
+ "target": {
231
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
232
+ "qualifiedName": "Promise"
233
+ },
234
+ "typeArguments": [
235
+ {
236
+ "type": "reference",
237
+ "target": {
238
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
239
+ "qualifiedName": "Uint8Array"
240
+ },
241
+ "name": "Uint8Array",
242
+ "package": "typescript"
243
+ }
244
+ ],
245
+ "name": "Promise",
246
+ "package": "typescript"
247
+ }
248
+ ]
249
+ }
250
+ }
251
+ ]
252
+ }
253
+ }
254
+ },
255
+ {
256
+ "id": 23,
257
+ "name": "verify",
258
+ "variant": "declaration",
259
+ "kind": 1024,
260
+ "flags": {},
261
+ "sources": [
262
+ {
263
+ "fileName": "account-model/src/Account.ts",
264
+ "line": 31,
265
+ "character": 2,
266
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L31"
267
+ }
268
+ ],
269
+ "type": {
270
+ "type": "reflection",
271
+ "declaration": {
272
+ "id": 24,
273
+ "name": "__type",
274
+ "variant": "declaration",
275
+ "kind": 65536,
276
+ "flags": {},
277
+ "sources": [
278
+ {
279
+ "fileName": "account-model/src/Account.ts",
280
+ "line": 31,
281
+ "character": 10,
282
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L31"
283
+ }
284
+ ],
285
+ "signatures": [
286
+ {
287
+ "id": 25,
288
+ "name": "__type",
289
+ "variant": "signature",
290
+ "kind": 4096,
291
+ "flags": {},
292
+ "sources": [
293
+ {
294
+ "fileName": "account-model/src/Account.ts",
295
+ "line": 31,
296
+ "character": 10,
297
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L31"
298
+ }
299
+ ],
300
+ "parameters": [
301
+ {
302
+ "id": 26,
303
+ "name": "msg",
304
+ "variant": "param",
305
+ "kind": 32768,
306
+ "flags": {},
307
+ "type": {
308
+ "type": "reference",
309
+ "target": {
310
+ "sourceFileName": "../../../core/dist/index.d.ts",
311
+ "qualifiedName": "DataLike"
312
+ },
313
+ "name": "DataLike",
314
+ "package": "@xyo-network/core"
315
+ }
316
+ },
317
+ {
318
+ "id": 27,
319
+ "name": "signature",
320
+ "variant": "param",
321
+ "kind": 32768,
322
+ "flags": {},
323
+ "type": {
324
+ "type": "reference",
325
+ "target": {
326
+ "sourceFileName": "../../../core/dist/index.d.ts",
327
+ "qualifiedName": "DataLike"
328
+ },
329
+ "name": "DataLike",
330
+ "package": "@xyo-network/core"
331
+ }
332
+ }
333
+ ],
334
+ "type": {
335
+ "type": "union",
336
+ "types": [
337
+ {
338
+ "type": "intrinsic",
339
+ "name": "boolean"
340
+ },
341
+ {
342
+ "type": "reference",
343
+ "target": {
344
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
345
+ "qualifiedName": "Promise"
346
+ },
347
+ "typeArguments": [
348
+ {
349
+ "type": "intrinsic",
350
+ "name": "boolean"
351
+ }
352
+ ],
353
+ "name": "Promise",
354
+ "package": "typescript"
355
+ }
356
+ ]
357
+ }
358
+ }
359
+ ]
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "id": 28,
365
+ "name": "private",
366
+ "variant": "declaration",
367
+ "kind": 262144,
368
+ "flags": {},
369
+ "sources": [
370
+ {
371
+ "fileName": "keypair-model/dist/index.d.ts",
372
+ "line": 37,
373
+ "character": 8
374
+ }
375
+ ],
376
+ "getSignature": {
377
+ "id": 29,
378
+ "name": "private",
379
+ "variant": "signature",
380
+ "kind": 524288,
381
+ "flags": {},
382
+ "sources": [
383
+ {
384
+ "fileName": "keypair-model/dist/index.d.ts",
385
+ "line": 37,
386
+ "character": 4
387
+ }
388
+ ],
389
+ "type": {
390
+ "type": "reference",
391
+ "target": {
392
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
393
+ "qualifiedName": "PrivateKeyInstance"
394
+ },
395
+ "name": "PrivateKeyInstance",
396
+ "package": "@xyo-network/key-model"
397
+ },
398
+ "inheritedFrom": {
399
+ "type": "reference",
400
+ "target": -1,
401
+ "name": "KeyPairInstance.private"
402
+ }
403
+ },
404
+ "inheritedFrom": {
405
+ "type": "reference",
406
+ "target": -1,
407
+ "name": "KeyPairInstance.private"
408
+ }
409
+ },
410
+ {
411
+ "id": 30,
412
+ "name": "public",
413
+ "variant": "declaration",
414
+ "kind": 262144,
415
+ "flags": {},
416
+ "sources": [
417
+ {
418
+ "fileName": "keypair-model/dist/index.d.ts",
419
+ "line": 38,
420
+ "character": 8
421
+ }
422
+ ],
423
+ "getSignature": {
424
+ "id": 31,
425
+ "name": "public",
426
+ "variant": "signature",
427
+ "kind": 524288,
428
+ "flags": {},
429
+ "sources": [
430
+ {
431
+ "fileName": "keypair-model/dist/index.d.ts",
432
+ "line": 38,
433
+ "character": 4
434
+ }
435
+ ],
436
+ "type": {
437
+ "type": "reference",
438
+ "target": {
439
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
440
+ "qualifiedName": "PublicKeyInstance"
441
+ },
442
+ "name": "PublicKeyInstance",
443
+ "package": "@xyo-network/key-model"
444
+ },
445
+ "inheritedFrom": {
446
+ "type": "reference",
447
+ "target": -1,
448
+ "name": "KeyPairInstance.public"
449
+ }
450
+ },
451
+ "inheritedFrom": {
452
+ "type": "reference",
453
+ "target": -1,
454
+ "name": "KeyPairInstance.public"
455
+ }
456
+ }
457
+ ],
458
+ "groups": [
459
+ {
460
+ "title": "Properties",
461
+ "children": [
462
+ 14,
463
+ 15,
464
+ 16,
465
+ 17,
466
+ 18,
467
+ 23
468
+ ]
469
+ },
470
+ {
471
+ "title": "Accessors",
472
+ "children": [
473
+ 28,
474
+ 30
475
+ ]
476
+ }
477
+ ],
478
+ "sources": [
479
+ {
480
+ "fileName": "account-model/src/Account.ts",
481
+ "line": 25,
482
+ "character": 17,
483
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L25"
484
+ }
485
+ ],
486
+ "extendedTypes": [
487
+ {
488
+ "type": "reference",
489
+ "target": {
490
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
491
+ "qualifiedName": "KeyPairInstance"
492
+ },
493
+ "name": "KeyPairInstance",
494
+ "package": "@xyo-network/key-model"
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "id": 9,
500
+ "name": "AccountOptions",
501
+ "variant": "declaration",
502
+ "kind": 256,
503
+ "flags": {},
504
+ "children": [
505
+ {
506
+ "id": 10,
507
+ "name": "previousHash",
508
+ "variant": "declaration",
509
+ "kind": 1024,
510
+ "flags": {
511
+ "isOptional": true
512
+ },
513
+ "sources": [
514
+ {
515
+ "fileName": "account-model/src/Account.ts",
516
+ "line": 18,
517
+ "character": 2,
518
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L18"
519
+ }
520
+ ],
521
+ "type": {
522
+ "type": "union",
523
+ "types": [
524
+ {
525
+ "type": "intrinsic",
526
+ "name": "string"
527
+ },
528
+ {
529
+ "type": "reference",
530
+ "target": {
531
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
532
+ "qualifiedName": "Uint8Array"
533
+ },
534
+ "name": "Uint8Array",
535
+ "package": "typescript"
536
+ }
537
+ ]
538
+ }
539
+ }
540
+ ],
541
+ "groups": [
542
+ {
543
+ "title": "Properties",
544
+ "children": [
545
+ 10
546
+ ]
547
+ }
548
+ ],
549
+ "sources": [
550
+ {
551
+ "fileName": "account-model/src/Account.ts",
552
+ "line": 17,
553
+ "character": 17,
554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L17"
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "id": 35,
560
+ "name": "AccountStatic",
561
+ "variant": "declaration",
562
+ "kind": 256,
563
+ "flags": {},
564
+ "children": [
565
+ {
566
+ "id": 54,
567
+ "name": "constructor",
568
+ "variant": "declaration",
569
+ "kind": 512,
570
+ "flags": {},
571
+ "sources": [
572
+ {
573
+ "fileName": "account-model/src/Account.ts",
574
+ "line": 39,
575
+ "character": 17,
576
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L39"
577
+ }
578
+ ],
579
+ "signatures": [
580
+ {
581
+ "id": 55,
582
+ "name": "new AccountStatic",
583
+ "variant": "signature",
584
+ "kind": 16384,
585
+ "flags": {},
586
+ "sources": [
587
+ {
588
+ "fileName": "account-model/src/Account.ts",
589
+ "line": 41,
590
+ "character": 2,
591
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L41"
592
+ }
593
+ ],
594
+ "parameters": [
595
+ {
596
+ "id": 56,
597
+ "name": "key",
598
+ "variant": "param",
599
+ "kind": 32768,
600
+ "flags": {},
601
+ "type": {
602
+ "type": "intrinsic",
603
+ "name": "unknown"
604
+ }
605
+ },
606
+ {
607
+ "id": 57,
608
+ "name": "params",
609
+ "variant": "param",
610
+ "kind": 32768,
611
+ "flags": {
612
+ "isOptional": true
613
+ },
614
+ "type": {
615
+ "type": "reference",
616
+ "target": 12,
617
+ "name": "AccountConfig",
618
+ "package": "@xyo-network/account-model"
619
+ }
620
+ }
621
+ ],
622
+ "type": {
623
+ "type": "reference",
624
+ "target": -1,
625
+ "name": "T",
626
+ "refersToTypeParameter": true
627
+ }
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "id": 36,
633
+ "name": "previousHashStore",
634
+ "variant": "declaration",
635
+ "kind": 1024,
636
+ "flags": {
637
+ "isOptional": true
638
+ },
639
+ "sources": [
640
+ {
641
+ "fileName": "account-model/src/Account.ts",
642
+ "line": 40,
643
+ "character": 2,
644
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L40"
645
+ }
646
+ ],
647
+ "type": {
648
+ "type": "reference",
649
+ "target": {
650
+ "sourceFileName": "../previous-hash-store/packages/model/dist/index.d.ts",
651
+ "qualifiedName": "PreviousHashStore"
652
+ },
653
+ "name": "PreviousHashStore",
654
+ "package": "@xyo-network/previous-hash-store-model"
655
+ }
656
+ },
657
+ {
658
+ "id": 37,
659
+ "name": "create",
660
+ "variant": "declaration",
661
+ "kind": 2048,
662
+ "flags": {},
663
+ "sources": [
664
+ {
665
+ "fileName": "account-model/src/Account.ts",
666
+ "line": 42,
667
+ "character": 2,
668
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L42"
669
+ }
670
+ ],
671
+ "signatures": [
672
+ {
673
+ "id": 38,
674
+ "name": "create",
675
+ "variant": "signature",
676
+ "kind": 4096,
677
+ "flags": {},
678
+ "sources": [
679
+ {
680
+ "fileName": "account-model/src/Account.ts",
681
+ "line": 42,
682
+ "character": 2,
683
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L42"
684
+ }
685
+ ],
686
+ "parameters": [
687
+ {
688
+ "id": 39,
689
+ "name": "opts",
690
+ "variant": "param",
691
+ "kind": 32768,
692
+ "flags": {
693
+ "isOptional": true
694
+ },
695
+ "type": {
696
+ "type": "reference",
697
+ "target": 12,
698
+ "name": "AccountConfig",
699
+ "package": "@xyo-network/account-model"
700
+ }
701
+ }
702
+ ],
703
+ "type": {
704
+ "type": "reference",
705
+ "target": {
706
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
707
+ "qualifiedName": "Promise"
708
+ },
709
+ "typeArguments": [
710
+ {
711
+ "type": "reference",
712
+ "target": -1,
713
+ "name": "T",
714
+ "refersToTypeParameter": true
715
+ }
716
+ ],
717
+ "name": "Promise",
718
+ "package": "typescript"
719
+ }
720
+ }
721
+ ]
722
+ },
723
+ {
724
+ "id": 40,
725
+ "name": "fromMnemonic",
726
+ "variant": "declaration",
727
+ "kind": 2048,
728
+ "flags": {},
729
+ "sources": [
730
+ {
731
+ "fileName": "account-model/src/Account.ts",
732
+ "line": 43,
733
+ "character": 2,
734
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L43"
735
+ }
736
+ ],
737
+ "signatures": [
738
+ {
739
+ "id": 41,
740
+ "name": "fromMnemonic",
741
+ "variant": "signature",
742
+ "kind": 4096,
743
+ "flags": {},
744
+ "sources": [
745
+ {
746
+ "fileName": "account-model/src/Account.ts",
747
+ "line": 43,
748
+ "character": 2,
749
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L43"
750
+ }
751
+ ],
752
+ "parameters": [
753
+ {
754
+ "id": 42,
755
+ "name": "mnemonic",
756
+ "variant": "param",
757
+ "kind": 32768,
758
+ "flags": {},
759
+ "type": {
760
+ "type": "intrinsic",
761
+ "name": "string"
762
+ }
763
+ },
764
+ {
765
+ "id": 43,
766
+ "name": "path",
767
+ "variant": "param",
768
+ "kind": 32768,
769
+ "flags": {
770
+ "isOptional": true
771
+ },
772
+ "type": {
773
+ "type": "intrinsic",
774
+ "name": "string"
775
+ }
776
+ }
777
+ ],
778
+ "type": {
779
+ "type": "reference",
780
+ "target": {
781
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
782
+ "qualifiedName": "Promise"
783
+ },
784
+ "typeArguments": [
785
+ {
786
+ "type": "reference",
787
+ "target": -1,
788
+ "name": "T",
789
+ "refersToTypeParameter": true
790
+ }
791
+ ],
792
+ "name": "Promise",
793
+ "package": "typescript"
794
+ }
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "id": 44,
800
+ "name": "fromPhrase",
801
+ "variant": "declaration",
802
+ "kind": 2048,
803
+ "flags": {},
804
+ "sources": [
805
+ {
806
+ "fileName": "account-model/src/Account.ts",
807
+ "line": 44,
808
+ "character": 2,
809
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L44"
810
+ }
811
+ ],
812
+ "signatures": [
813
+ {
814
+ "id": 45,
815
+ "name": "fromPhrase",
816
+ "variant": "signature",
817
+ "kind": 4096,
818
+ "flags": {},
819
+ "sources": [
820
+ {
821
+ "fileName": "account-model/src/Account.ts",
822
+ "line": 44,
823
+ "character": 2,
824
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L44"
825
+ }
826
+ ],
827
+ "parameters": [
828
+ {
829
+ "id": 46,
830
+ "name": "phrase",
831
+ "variant": "param",
832
+ "kind": 32768,
833
+ "flags": {},
834
+ "type": {
835
+ "type": "intrinsic",
836
+ "name": "string"
837
+ }
838
+ }
839
+ ],
840
+ "type": {
841
+ "type": "reference",
842
+ "target": {
843
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
844
+ "qualifiedName": "Promise"
845
+ },
846
+ "typeArguments": [
847
+ {
848
+ "type": "reference",
849
+ "target": 13,
850
+ "name": "AccountInstance",
851
+ "package": "@xyo-network/account-model"
852
+ }
853
+ ],
854
+ "name": "Promise",
855
+ "package": "typescript"
856
+ }
857
+ }
858
+ ]
859
+ },
860
+ {
861
+ "id": 47,
862
+ "name": "fromPrivateKey",
863
+ "variant": "declaration",
864
+ "kind": 2048,
865
+ "flags": {},
866
+ "sources": [
867
+ {
868
+ "fileName": "account-model/src/Account.ts",
869
+ "line": 45,
870
+ "character": 2,
871
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L45"
872
+ }
873
+ ],
874
+ "signatures": [
875
+ {
876
+ "id": 48,
877
+ "name": "fromPrivateKey",
878
+ "variant": "signature",
879
+ "kind": 4096,
880
+ "flags": {},
881
+ "sources": [
882
+ {
883
+ "fileName": "account-model/src/Account.ts",
884
+ "line": 45,
885
+ "character": 2,
886
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L45"
887
+ }
888
+ ],
889
+ "parameters": [
890
+ {
891
+ "id": 49,
892
+ "name": "key",
893
+ "variant": "param",
894
+ "kind": 32768,
895
+ "flags": {},
896
+ "type": {
897
+ "type": "reference",
898
+ "target": {
899
+ "sourceFileName": "../../../core/dist/index.d.ts",
900
+ "qualifiedName": "DataLike"
901
+ },
902
+ "name": "DataLike",
903
+ "package": "@xyo-network/core"
904
+ }
905
+ }
906
+ ],
907
+ "type": {
908
+ "type": "reference",
909
+ "target": {
910
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
911
+ "qualifiedName": "Promise"
912
+ },
913
+ "typeArguments": [
914
+ {
915
+ "type": "reference",
916
+ "target": 13,
917
+ "name": "AccountInstance",
918
+ "package": "@xyo-network/account-model"
919
+ }
920
+ ],
921
+ "name": "Promise",
922
+ "package": "typescript"
923
+ }
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "id": 50,
929
+ "name": "is",
930
+ "variant": "declaration",
931
+ "kind": 2048,
932
+ "flags": {},
933
+ "sources": [
934
+ {
935
+ "fileName": "account-model/src/Account.ts",
936
+ "line": 46,
937
+ "character": 2,
938
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L46"
939
+ }
940
+ ],
941
+ "signatures": [
942
+ {
943
+ "id": 51,
944
+ "name": "is",
945
+ "variant": "signature",
946
+ "kind": 4096,
947
+ "flags": {},
948
+ "sources": [
949
+ {
950
+ "fileName": "account-model/src/Account.ts",
951
+ "line": 46,
952
+ "character": 2,
953
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L46"
954
+ }
955
+ ],
956
+ "parameters": [
957
+ {
958
+ "id": 52,
959
+ "name": "value",
960
+ "variant": "param",
961
+ "kind": 32768,
962
+ "flags": {},
963
+ "type": {
964
+ "type": "intrinsic",
965
+ "name": "unknown"
966
+ }
967
+ }
968
+ ],
969
+ "type": {
970
+ "type": "union",
971
+ "types": [
972
+ {
973
+ "type": "intrinsic",
974
+ "name": "undefined"
975
+ },
976
+ {
977
+ "type": "reference",
978
+ "target": -1,
979
+ "name": "T",
980
+ "refersToTypeParameter": true
981
+ }
982
+ ]
983
+ }
984
+ }
985
+ ]
986
+ }
987
+ ],
988
+ "groups": [
989
+ {
990
+ "title": "Constructors",
991
+ "children": [
992
+ 54
993
+ ]
994
+ },
995
+ {
996
+ "title": "Properties",
997
+ "children": [
998
+ 36
999
+ ]
1000
+ },
1001
+ {
1002
+ "title": "Methods",
1003
+ "children": [
1004
+ 37,
1005
+ 40,
1006
+ 44,
1007
+ 47,
1008
+ 50
1009
+ ]
1010
+ }
1011
+ ],
1012
+ "sources": [
1013
+ {
1014
+ "fileName": "account-model/src/Account.ts",
1015
+ "line": 39,
1016
+ "character": 17,
1017
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L39"
1018
+ }
1019
+ ],
1020
+ "typeParameters": [
1021
+ {
1022
+ "id": 53,
1023
+ "name": "T",
1024
+ "variant": "typeParam",
1025
+ "kind": 131072,
1026
+ "flags": {},
1027
+ "type": {
1028
+ "type": "reference",
1029
+ "target": 13,
1030
+ "name": "AccountInstance",
1031
+ "package": "@xyo-network/account-model"
1032
+ },
1033
+ "default": {
1034
+ "type": "reference",
1035
+ "target": 13,
1036
+ "name": "AccountInstance",
1037
+ "package": "@xyo-network/account-model"
1038
+ }
1039
+ }
1040
+ ]
1041
+ },
1042
+ {
1043
+ "id": 6,
1044
+ "name": "MnemonicInitializationConfig",
1045
+ "variant": "declaration",
1046
+ "kind": 256,
1047
+ "flags": {},
1048
+ "children": [
1049
+ {
1050
+ "id": 7,
1051
+ "name": "mnemonic",
1052
+ "variant": "declaration",
1053
+ "kind": 1024,
1054
+ "flags": {},
1055
+ "sources": [
1056
+ {
1057
+ "fileName": "account-model/src/Account.ts",
1058
+ "line": 14,
1059
+ "character": 2,
1060
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L14"
1061
+ }
1062
+ ],
1063
+ "type": {
1064
+ "type": "intrinsic",
1065
+ "name": "string"
1066
+ }
1067
+ },
1068
+ {
1069
+ "id": 8,
1070
+ "name": "path",
1071
+ "variant": "declaration",
1072
+ "kind": 1024,
1073
+ "flags": {
1074
+ "isOptional": true
1075
+ },
1076
+ "sources": [
1077
+ {
1078
+ "fileName": "account-model/src/Account.ts",
1079
+ "line": 15,
1080
+ "character": 2,
1081
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L15"
1082
+ }
1083
+ ],
1084
+ "type": {
1085
+ "type": "intrinsic",
1086
+ "name": "string"
1087
+ }
1088
+ }
1089
+ ],
1090
+ "groups": [
1091
+ {
1092
+ "title": "Properties",
1093
+ "children": [
1094
+ 7,
1095
+ 8
1096
+ ]
1097
+ }
1098
+ ],
1099
+ "sources": [
1100
+ {
1101
+ "fileName": "account-model/src/Account.ts",
1102
+ "line": 13,
1103
+ "character": 17,
1104
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L13"
1105
+ }
1106
+ ]
1107
+ },
1108
+ {
1109
+ "id": 2,
1110
+ "name": "PhraseInitializationConfig",
1111
+ "variant": "declaration",
1112
+ "kind": 256,
1113
+ "flags": {},
1114
+ "children": [
1115
+ {
1116
+ "id": 3,
1117
+ "name": "phrase",
1118
+ "variant": "declaration",
1119
+ "kind": 1024,
1120
+ "flags": {},
1121
+ "sources": [
1122
+ {
1123
+ "fileName": "account-model/src/Account.ts",
1124
+ "line": 8,
1125
+ "character": 2,
1126
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L8"
1127
+ }
1128
+ ],
1129
+ "type": {
1130
+ "type": "intrinsic",
1131
+ "name": "string"
1132
+ }
1133
+ }
1134
+ ],
1135
+ "groups": [
1136
+ {
1137
+ "title": "Properties",
1138
+ "children": [
1139
+ 3
1140
+ ]
1141
+ }
1142
+ ],
1143
+ "sources": [
1144
+ {
1145
+ "fileName": "account-model/src/Account.ts",
1146
+ "line": 7,
1147
+ "character": 17,
1148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L7"
1149
+ }
1150
+ ]
1151
+ },
1152
+ {
1153
+ "id": 4,
1154
+ "name": "PrivateKeyInitializationConfig",
1155
+ "variant": "declaration",
1156
+ "kind": 256,
1157
+ "flags": {},
1158
+ "children": [
1159
+ {
1160
+ "id": 5,
1161
+ "name": "privateKey",
1162
+ "variant": "declaration",
1163
+ "kind": 1024,
1164
+ "flags": {},
1165
+ "sources": [
1166
+ {
1167
+ "fileName": "account-model/src/Account.ts",
1168
+ "line": 11,
1169
+ "character": 2,
1170
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L11"
1171
+ }
1172
+ ],
1173
+ "type": {
1174
+ "type": "reference",
1175
+ "target": {
1176
+ "sourceFileName": "../../../core/dist/index.d.ts",
1177
+ "qualifiedName": "DataLike"
1178
+ },
1179
+ "name": "DataLike",
1180
+ "package": "@xyo-network/core"
1181
+ }
1182
+ }
1183
+ ],
1184
+ "groups": [
1185
+ {
1186
+ "title": "Properties",
1187
+ "children": [
1188
+ 5
1189
+ ]
1190
+ }
1191
+ ],
1192
+ "sources": [
1193
+ {
1194
+ "fileName": "account-model/src/Account.ts",
1195
+ "line": 10,
1196
+ "character": 17,
1197
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L10"
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "id": 12,
1203
+ "name": "AccountConfig",
1204
+ "variant": "declaration",
1205
+ "kind": 4194304,
1206
+ "flags": {},
1207
+ "sources": [
1208
+ {
1209
+ "fileName": "account-model/src/Account.ts",
1210
+ "line": 23,
1211
+ "character": 12,
1212
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L23"
1213
+ }
1214
+ ],
1215
+ "type": {
1216
+ "type": "intersection",
1217
+ "types": [
1218
+ {
1219
+ "type": "reference",
1220
+ "target": 11,
1221
+ "name": "InitializationConfig",
1222
+ "package": "@xyo-network/account-model"
1223
+ },
1224
+ {
1225
+ "type": "reference",
1226
+ "target": 9,
1227
+ "name": "AccountOptions",
1228
+ "package": "@xyo-network/account-model"
1229
+ }
1230
+ ]
1231
+ }
1232
+ },
1233
+ {
1234
+ "id": 11,
1235
+ "name": "InitializationConfig",
1236
+ "variant": "declaration",
1237
+ "kind": 4194304,
1238
+ "flags": {},
1239
+ "sources": [
1240
+ {
1241
+ "fileName": "account-model/src/Account.ts",
1242
+ "line": 21,
1243
+ "character": 12,
1244
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L21"
1245
+ }
1246
+ ],
1247
+ "type": {
1248
+ "type": "union",
1249
+ "types": [
1250
+ {
1251
+ "type": "reference",
1252
+ "target": 2,
1253
+ "name": "PhraseInitializationConfig",
1254
+ "package": "@xyo-network/account-model"
1255
+ },
1256
+ {
1257
+ "type": "reference",
1258
+ "target": 4,
1259
+ "name": "PrivateKeyInitializationConfig",
1260
+ "package": "@xyo-network/account-model"
1261
+ },
1262
+ {
1263
+ "type": "reference",
1264
+ "target": 6,
1265
+ "name": "MnemonicInitializationConfig",
1266
+ "package": "@xyo-network/account-model"
1267
+ }
1268
+ ]
1269
+ }
1270
+ },
1271
+ {
1272
+ "id": 1,
1273
+ "name": "ethMessagePrefix",
1274
+ "variant": "declaration",
1275
+ "kind": 32,
1276
+ "flags": {
1277
+ "isConst": true
1278
+ },
1279
+ "sources": [
1280
+ {
1281
+ "fileName": "account-model/src/Account.ts",
1282
+ "line": 5,
1283
+ "character": 13,
1284
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L5"
1285
+ }
1286
+ ],
1287
+ "type": {
1288
+ "type": "literal",
1289
+ "value": "\u0019Ethereum Signed Message:\n"
1290
+ },
1291
+ "defaultValue": "'\\x19Ethereum Signed Message:\\n'"
1292
+ },
1293
+ {
1294
+ "id": 32,
1295
+ "name": "isAccountInstance",
1296
+ "variant": "declaration",
1297
+ "kind": 64,
1298
+ "flags": {},
1299
+ "sources": [
1300
+ {
1301
+ "fileName": "account-model/src/Account.ts",
1302
+ "line": 35,
1303
+ "character": 13,
1304
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L35"
1305
+ }
1306
+ ],
1307
+ "signatures": [
1308
+ {
1309
+ "id": 33,
1310
+ "name": "isAccountInstance",
1311
+ "variant": "signature",
1312
+ "kind": 4096,
1313
+ "flags": {},
1314
+ "sources": [
1315
+ {
1316
+ "fileName": "account-model/src/Account.ts",
1317
+ "line": 35,
1318
+ "character": 33,
1319
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9b3b4efe52027/packages/protocol/packages/account/packages/account-model/src/Account.ts#L35"
1320
+ }
1321
+ ],
1322
+ "parameters": [
1323
+ {
1324
+ "id": 34,
1325
+ "name": "account",
1326
+ "variant": "param",
1327
+ "kind": 32768,
1328
+ "flags": {},
1329
+ "type": {
1330
+ "type": "intrinsic",
1331
+ "name": "any"
1332
+ }
1333
+ }
1334
+ ],
1335
+ "type": {
1336
+ "type": "predicate",
1337
+ "name": "account",
1338
+ "asserts": false,
1339
+ "targetType": {
1340
+ "type": "reference",
1341
+ "target": 13,
1342
+ "name": "AccountInstance",
1343
+ "package": "@xyo-network/account-model"
1344
+ }
1345
+ }
1346
+ }
1347
+ ]
1348
+ }
1349
+ ],
1350
+ "groups": [
1351
+ {
1352
+ "title": "Interfaces",
1353
+ "children": [
1354
+ 13,
1355
+ 9,
1356
+ 35,
1357
+ 6,
1358
+ 2,
1359
+ 4
1360
+ ]
1361
+ },
1362
+ {
1363
+ "title": "Type Aliases",
1364
+ "children": [
1365
+ 12,
1366
+ 11
1367
+ ]
1368
+ },
1369
+ {
1370
+ "title": "Variables",
1371
+ "children": [
1372
+ 1
1373
+ ]
1374
+ },
1375
+ {
1376
+ "title": "Functions",
1377
+ "children": [
1378
+ 32
1379
+ ]
1380
+ }
1381
+ ],
1382
+ "packageName": "@xyo-network/account-model",
1383
+ "readme": [
1384
+ {
1385
+ "kind": "text",
1386
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1387
+ }
1388
+ ],
1389
+ "symbolIdMap": {
1390
+ "0": {
1391
+ "sourceFileName": "src/index.ts",
1392
+ "qualifiedName": ""
1393
+ },
1394
+ "1": {
1395
+ "sourceFileName": "src/Account.ts",
1396
+ "qualifiedName": "ethMessagePrefix"
1397
+ },
1398
+ "2": {
1399
+ "sourceFileName": "src/Account.ts",
1400
+ "qualifiedName": "PhraseInitializationConfig"
1401
+ },
1402
+ "3": {
1403
+ "sourceFileName": "src/Account.ts",
1404
+ "qualifiedName": "PhraseInitializationConfig.phrase"
1405
+ },
1406
+ "4": {
1407
+ "sourceFileName": "src/Account.ts",
1408
+ "qualifiedName": "PrivateKeyInitializationConfig"
1409
+ },
1410
+ "5": {
1411
+ "sourceFileName": "src/Account.ts",
1412
+ "qualifiedName": "PrivateKeyInitializationConfig.privateKey"
1413
+ },
1414
+ "6": {
1415
+ "sourceFileName": "src/Account.ts",
1416
+ "qualifiedName": "MnemonicInitializationConfig"
1417
+ },
1418
+ "7": {
1419
+ "sourceFileName": "src/Account.ts",
1420
+ "qualifiedName": "MnemonicInitializationConfig.mnemonic"
1421
+ },
1422
+ "8": {
1423
+ "sourceFileName": "src/Account.ts",
1424
+ "qualifiedName": "MnemonicInitializationConfig.path"
1425
+ },
1426
+ "9": {
1427
+ "sourceFileName": "src/Account.ts",
1428
+ "qualifiedName": "AccountOptions"
1429
+ },
1430
+ "10": {
1431
+ "sourceFileName": "src/Account.ts",
1432
+ "qualifiedName": "AccountOptions.previousHash"
1433
+ },
1434
+ "11": {
1435
+ "sourceFileName": "src/Account.ts",
1436
+ "qualifiedName": "InitializationConfig"
1437
+ },
1438
+ "12": {
1439
+ "sourceFileName": "src/Account.ts",
1440
+ "qualifiedName": "AccountConfig"
1441
+ },
1442
+ "13": {
1443
+ "sourceFileName": "src/Account.ts",
1444
+ "qualifiedName": "AccountInstance"
1445
+ },
1446
+ "14": {
1447
+ "sourceFileName": "src/Account.ts",
1448
+ "qualifiedName": "AccountInstance.address"
1449
+ },
1450
+ "15": {
1451
+ "sourceFileName": "src/Account.ts",
1452
+ "qualifiedName": "AccountInstance.addressBytes"
1453
+ },
1454
+ "16": {
1455
+ "sourceFileName": "src/Account.ts",
1456
+ "qualifiedName": "AccountInstance.previousHash"
1457
+ },
1458
+ "17": {
1459
+ "sourceFileName": "src/Account.ts",
1460
+ "qualifiedName": "AccountInstance.previousHashBytes"
1461
+ },
1462
+ "18": {
1463
+ "sourceFileName": "src/Account.ts",
1464
+ "qualifiedName": "AccountInstance.sign"
1465
+ },
1466
+ "19": {
1467
+ "sourceFileName": "src/Account.ts",
1468
+ "qualifiedName": "__type"
1469
+ },
1470
+ "20": {
1471
+ "sourceFileName": "src/Account.ts",
1472
+ "qualifiedName": "__type"
1473
+ },
1474
+ "21": {
1475
+ "sourceFileName": "src/Account.ts",
1476
+ "qualifiedName": "hash"
1477
+ },
1478
+ "22": {
1479
+ "sourceFileName": "src/Account.ts",
1480
+ "qualifiedName": "previousHash"
1481
+ },
1482
+ "23": {
1483
+ "sourceFileName": "src/Account.ts",
1484
+ "qualifiedName": "AccountInstance.verify"
1485
+ },
1486
+ "24": {
1487
+ "sourceFileName": "src/Account.ts",
1488
+ "qualifiedName": "__type"
1489
+ },
1490
+ "25": {
1491
+ "sourceFileName": "src/Account.ts",
1492
+ "qualifiedName": "__type"
1493
+ },
1494
+ "26": {
1495
+ "sourceFileName": "src/Account.ts",
1496
+ "qualifiedName": "msg"
1497
+ },
1498
+ "27": {
1499
+ "sourceFileName": "src/Account.ts",
1500
+ "qualifiedName": "signature"
1501
+ },
1502
+ "28": {
1503
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
1504
+ "qualifiedName": "KeyPairInstance.private"
1505
+ },
1506
+ "29": {
1507
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
1508
+ "qualifiedName": "KeyPairInstance.private"
1509
+ },
1510
+ "30": {
1511
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
1512
+ "qualifiedName": "KeyPairInstance.public"
1513
+ },
1514
+ "31": {
1515
+ "sourceFileName": "../keypair-model/dist/index.d.ts",
1516
+ "qualifiedName": "KeyPairInstance.public"
1517
+ },
1518
+ "32": {
1519
+ "sourceFileName": "src/Account.ts",
1520
+ "qualifiedName": "isAccountInstance"
1521
+ },
1522
+ "33": {
1523
+ "sourceFileName": "src/Account.ts",
1524
+ "qualifiedName": "isAccountInstance"
1525
+ },
1526
+ "34": {
1527
+ "sourceFileName": "src/Account.ts",
1528
+ "qualifiedName": "account"
1529
+ },
1530
+ "35": {
1531
+ "sourceFileName": "src/Account.ts",
1532
+ "qualifiedName": "AccountStatic"
1533
+ },
1534
+ "36": {
1535
+ "sourceFileName": "src/Account.ts",
1536
+ "qualifiedName": "AccountStatic.previousHashStore"
1537
+ },
1538
+ "37": {
1539
+ "sourceFileName": "src/Account.ts",
1540
+ "qualifiedName": "AccountStatic.create"
1541
+ },
1542
+ "38": {
1543
+ "sourceFileName": "src/Account.ts",
1544
+ "qualifiedName": "AccountStatic.create"
1545
+ },
1546
+ "39": {
1547
+ "sourceFileName": "src/Account.ts",
1548
+ "qualifiedName": "opts"
1549
+ },
1550
+ "40": {
1551
+ "sourceFileName": "src/Account.ts",
1552
+ "qualifiedName": "AccountStatic.fromMnemonic"
1553
+ },
1554
+ "41": {
1555
+ "sourceFileName": "src/Account.ts",
1556
+ "qualifiedName": "AccountStatic.fromMnemonic"
1557
+ },
1558
+ "42": {
1559
+ "sourceFileName": "src/Account.ts",
1560
+ "qualifiedName": "mnemonic"
1561
+ },
1562
+ "43": {
1563
+ "sourceFileName": "src/Account.ts",
1564
+ "qualifiedName": "path"
1565
+ },
1566
+ "44": {
1567
+ "sourceFileName": "src/Account.ts",
1568
+ "qualifiedName": "AccountStatic.fromPhrase"
1569
+ },
1570
+ "45": {
1571
+ "sourceFileName": "src/Account.ts",
1572
+ "qualifiedName": "AccountStatic.fromPhrase"
1573
+ },
1574
+ "46": {
1575
+ "sourceFileName": "src/Account.ts",
1576
+ "qualifiedName": "phrase"
1577
+ },
1578
+ "47": {
1579
+ "sourceFileName": "src/Account.ts",
1580
+ "qualifiedName": "AccountStatic.fromPrivateKey"
1581
+ },
1582
+ "48": {
1583
+ "sourceFileName": "src/Account.ts",
1584
+ "qualifiedName": "AccountStatic.fromPrivateKey"
1585
+ },
1586
+ "49": {
1587
+ "sourceFileName": "src/Account.ts",
1588
+ "qualifiedName": "key"
1589
+ },
1590
+ "50": {
1591
+ "sourceFileName": "src/Account.ts",
1592
+ "qualifiedName": "AccountStatic.is"
1593
+ },
1594
+ "51": {
1595
+ "sourceFileName": "src/Account.ts",
1596
+ "qualifiedName": "AccountStatic.is"
1597
+ },
1598
+ "52": {
1599
+ "sourceFileName": "src/Account.ts",
1600
+ "qualifiedName": "value"
1601
+ },
1602
+ "53": {
1603
+ "sourceFileName": "src/Account.ts",
1604
+ "qualifiedName": "AccountStatic.T"
1605
+ },
1606
+ "54": {
1607
+ "sourceFileName": "src/Account.ts",
1608
+ "qualifiedName": "AccountStatic"
1609
+ },
1610
+ "55": {
1611
+ "sourceFileName": "src/Account.ts",
1612
+ "qualifiedName": "AccountStatic"
1613
+ },
1614
+ "56": {
1615
+ "sourceFileName": "src/Account.ts",
1616
+ "qualifiedName": "key"
1617
+ },
1618
+ "57": {
1619
+ "sourceFileName": "src/Account.ts",
1620
+ "qualifiedName": "params"
1621
+ }
1622
+ }
1623
+ }