@xyo-network/core 2.22.18 → 2.22.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +4953 -2
  2. package/package.json +4 -3
package/dist/docs.json CHANGED
@@ -5,12 +5,4963 @@
5
5
  "kindString": "Project",
6
6
  "flags": {},
7
7
  "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 132,
11
+ "name": "DnsRecordType",
12
+ "kind": 8,
13
+ "kindString": "Enumeration",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 133,
18
+ "name": "A",
19
+ "kind": 16,
20
+ "kindString": "Enumeration Member",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
25
+ "line": 2,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L2"
28
+ }
29
+ ],
30
+ "type": {
31
+ "type": "literal",
32
+ "value": 1
33
+ }
34
+ },
35
+ {
36
+ "id": 134,
37
+ "name": "AAAA",
38
+ "kind": 16,
39
+ "kindString": "Enumeration Member",
40
+ "flags": {},
41
+ "sources": [
42
+ {
43
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
44
+ "line": 3,
45
+ "character": 2,
46
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L3"
47
+ }
48
+ ],
49
+ "type": {
50
+ "type": "literal",
51
+ "value": 28
52
+ }
53
+ },
54
+ {
55
+ "id": 135,
56
+ "name": "CAA",
57
+ "kind": 16,
58
+ "kindString": "Enumeration Member",
59
+ "flags": {},
60
+ "sources": [
61
+ {
62
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
63
+ "line": 4,
64
+ "character": 2,
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L4"
66
+ }
67
+ ],
68
+ "type": {
69
+ "type": "literal",
70
+ "value": 257
71
+ }
72
+ },
73
+ {
74
+ "id": 136,
75
+ "name": "CNAME",
76
+ "kind": 16,
77
+ "kindString": "Enumeration Member",
78
+ "flags": {},
79
+ "sources": [
80
+ {
81
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
82
+ "line": 5,
83
+ "character": 2,
84
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L5"
85
+ }
86
+ ],
87
+ "type": {
88
+ "type": "literal",
89
+ "value": 5
90
+ }
91
+ },
92
+ {
93
+ "id": 137,
94
+ "name": "DNAME",
95
+ "kind": 16,
96
+ "kindString": "Enumeration Member",
97
+ "flags": {},
98
+ "sources": [
99
+ {
100
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
101
+ "line": 6,
102
+ "character": 2,
103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L6"
104
+ }
105
+ ],
106
+ "type": {
107
+ "type": "literal",
108
+ "value": 39
109
+ }
110
+ },
111
+ {
112
+ "id": 138,
113
+ "name": "MX",
114
+ "kind": 16,
115
+ "kindString": "Enumeration Member",
116
+ "flags": {},
117
+ "sources": [
118
+ {
119
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
120
+ "line": 7,
121
+ "character": 2,
122
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L7"
123
+ }
124
+ ],
125
+ "type": {
126
+ "type": "literal",
127
+ "value": 15
128
+ }
129
+ },
130
+ {
131
+ "id": 139,
132
+ "name": "NS",
133
+ "kind": 16,
134
+ "kindString": "Enumeration Member",
135
+ "flags": {},
136
+ "sources": [
137
+ {
138
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
139
+ "line": 8,
140
+ "character": 2,
141
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L8"
142
+ }
143
+ ],
144
+ "type": {
145
+ "type": "literal",
146
+ "value": 2
147
+ }
148
+ },
149
+ {
150
+ "id": 140,
151
+ "name": "PTR",
152
+ "kind": 16,
153
+ "kindString": "Enumeration Member",
154
+ "flags": {},
155
+ "sources": [
156
+ {
157
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
158
+ "line": 9,
159
+ "character": 2,
160
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L9"
161
+ }
162
+ ],
163
+ "type": {
164
+ "type": "literal",
165
+ "value": 12
166
+ }
167
+ },
168
+ {
169
+ "id": 141,
170
+ "name": "SOA",
171
+ "kind": 16,
172
+ "kindString": "Enumeration Member",
173
+ "flags": {},
174
+ "sources": [
175
+ {
176
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
177
+ "line": 10,
178
+ "character": 2,
179
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L10"
180
+ }
181
+ ],
182
+ "type": {
183
+ "type": "literal",
184
+ "value": 6
185
+ }
186
+ },
187
+ {
188
+ "id": 142,
189
+ "name": "SPF",
190
+ "kind": 16,
191
+ "kindString": "Enumeration Member",
192
+ "flags": {},
193
+ "sources": [
194
+ {
195
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
196
+ "line": 11,
197
+ "character": 2,
198
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L11"
199
+ }
200
+ ],
201
+ "type": {
202
+ "type": "literal",
203
+ "value": 99
204
+ }
205
+ },
206
+ {
207
+ "id": 143,
208
+ "name": "SRV",
209
+ "kind": 16,
210
+ "kindString": "Enumeration Member",
211
+ "flags": {},
212
+ "sources": [
213
+ {
214
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
215
+ "line": 12,
216
+ "character": 2,
217
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L12"
218
+ }
219
+ ],
220
+ "type": {
221
+ "type": "literal",
222
+ "value": 33
223
+ }
224
+ },
225
+ {
226
+ "id": 144,
227
+ "name": "TXT",
228
+ "kind": 16,
229
+ "kindString": "Enumeration Member",
230
+ "flags": {},
231
+ "sources": [
232
+ {
233
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
234
+ "line": 13,
235
+ "character": 2,
236
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L13"
237
+ }
238
+ ],
239
+ "type": {
240
+ "type": "literal",
241
+ "value": 16
242
+ }
243
+ }
244
+ ],
245
+ "groups": [
246
+ {
247
+ "title": "Enumeration Members",
248
+ "children": [
249
+ 133,
250
+ 134,
251
+ 135,
252
+ 136,
253
+ 137,
254
+ 138,
255
+ 139,
256
+ 140,
257
+ 141,
258
+ 142,
259
+ 143,
260
+ 144
261
+ ]
262
+ }
263
+ ],
264
+ "sources": [
265
+ {
266
+ "fileName": "packages/sdk/core/src/lib/dns/DnsRecordType.ts",
267
+ "line": 1,
268
+ "character": 12,
269
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsRecordType.ts#L1"
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "id": 145,
275
+ "name": "DnsReturnCode",
276
+ "kind": 8,
277
+ "kindString": "Enumeration",
278
+ "flags": {},
279
+ "children": [
280
+ {
281
+ "id": 149,
282
+ "name": "DomainDoesNotExist",
283
+ "kind": 16,
284
+ "kindString": "Enumeration Member",
285
+ "flags": {},
286
+ "sources": [
287
+ {
288
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
289
+ "line": 5,
290
+ "character": 2,
291
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L5"
292
+ }
293
+ ],
294
+ "type": {
295
+ "type": "literal",
296
+ "value": 3
297
+ }
298
+ },
299
+ {
300
+ "id": 152,
301
+ "name": "NameShouldNotExist",
302
+ "kind": 16,
303
+ "kindString": "Enumeration Member",
304
+ "flags": {},
305
+ "sources": [
306
+ {
307
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
308
+ "line": 8,
309
+ "character": 2,
310
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L8"
311
+ }
312
+ ],
313
+ "type": {
314
+ "type": "literal",
315
+ "value": 6
316
+ }
317
+ },
318
+ {
319
+ "id": 146,
320
+ "name": "NoError",
321
+ "kind": 16,
322
+ "kindString": "Enumeration Member",
323
+ "flags": {},
324
+ "sources": [
325
+ {
326
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
327
+ "line": 2,
328
+ "character": 2,
329
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L2"
330
+ }
331
+ ],
332
+ "type": {
333
+ "type": "literal",
334
+ "value": 0
335
+ }
336
+ },
337
+ {
338
+ "id": 154,
339
+ "name": "NotAuthoratative",
340
+ "kind": 16,
341
+ "kindString": "Enumeration Member",
342
+ "flags": {},
343
+ "sources": [
344
+ {
345
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
346
+ "line": 10,
347
+ "character": 2,
348
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L10"
349
+ }
350
+ ],
351
+ "type": {
352
+ "type": "literal",
353
+ "value": 8
354
+ }
355
+ },
356
+ {
357
+ "id": 150,
358
+ "name": "NotImplemented",
359
+ "kind": 16,
360
+ "kindString": "Enumeration Member",
361
+ "flags": {},
362
+ "sources": [
363
+ {
364
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
365
+ "line": 6,
366
+ "character": 2,
367
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L6"
368
+ }
369
+ ],
370
+ "type": {
371
+ "type": "literal",
372
+ "value": 4
373
+ }
374
+ },
375
+ {
376
+ "id": 155,
377
+ "name": "NotInZone",
378
+ "kind": 16,
379
+ "kindString": "Enumeration Member",
380
+ "flags": {},
381
+ "sources": [
382
+ {
383
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
384
+ "line": 11,
385
+ "character": 2,
386
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L11"
387
+ }
388
+ ],
389
+ "type": {
390
+ "type": "literal",
391
+ "value": 9
392
+ }
393
+ },
394
+ {
395
+ "id": 147,
396
+ "name": "QueryFormatError",
397
+ "kind": 16,
398
+ "kindString": "Enumeration Member",
399
+ "flags": {},
400
+ "sources": [
401
+ {
402
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
403
+ "line": 3,
404
+ "character": 2,
405
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L3"
406
+ }
407
+ ],
408
+ "type": {
409
+ "type": "literal",
410
+ "value": 1
411
+ }
412
+ },
413
+ {
414
+ "id": 153,
415
+ "name": "RRSetShouldNotExist",
416
+ "kind": 16,
417
+ "kindString": "Enumeration Member",
418
+ "flags": {},
419
+ "sources": [
420
+ {
421
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
422
+ "line": 9,
423
+ "character": 2,
424
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L9"
425
+ }
426
+ ],
427
+ "type": {
428
+ "type": "literal",
429
+ "value": 7
430
+ }
431
+ },
432
+ {
433
+ "id": 151,
434
+ "name": "Refused",
435
+ "kind": 16,
436
+ "kindString": "Enumeration Member",
437
+ "flags": {},
438
+ "sources": [
439
+ {
440
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
441
+ "line": 7,
442
+ "character": 2,
443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L7"
444
+ }
445
+ ],
446
+ "type": {
447
+ "type": "literal",
448
+ "value": 5
449
+ }
450
+ },
451
+ {
452
+ "id": 148,
453
+ "name": "ServerFailed",
454
+ "kind": 16,
455
+ "kindString": "Enumeration Member",
456
+ "flags": {},
457
+ "sources": [
458
+ {
459
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
460
+ "line": 4,
461
+ "character": 2,
462
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L4"
463
+ }
464
+ ],
465
+ "type": {
466
+ "type": "literal",
467
+ "value": 2
468
+ }
469
+ }
470
+ ],
471
+ "groups": [
472
+ {
473
+ "title": "Enumeration Members",
474
+ "children": [
475
+ 149,
476
+ 152,
477
+ 146,
478
+ 154,
479
+ 150,
480
+ 155,
481
+ 147,
482
+ 153,
483
+ 151,
484
+ 148
485
+ ]
486
+ }
487
+ ],
488
+ "sources": [
489
+ {
490
+ "fileName": "packages/sdk/core/src/lib/dns/DnsReturnCode.ts",
491
+ "line": 1,
492
+ "character": 5,
493
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/DnsReturnCode.ts#L1"
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "id": 1,
499
+ "name": "XyoAbstractData",
500
+ "kind": 128,
501
+ "kindString": "Class",
502
+ "flags": {
503
+ "isAbstract": true
504
+ },
505
+ "children": [
506
+ {
507
+ "id": 5,
508
+ "name": "constructor",
509
+ "kind": 512,
510
+ "kindString": "Constructor",
511
+ "flags": {},
512
+ "signatures": [
513
+ {
514
+ "id": 6,
515
+ "name": "new XyoAbstractData",
516
+ "kind": 16384,
517
+ "kindString": "Constructor signature",
518
+ "flags": {},
519
+ "type": {
520
+ "type": "reference",
521
+ "id": 1,
522
+ "name": "XyoAbstractData"
523
+ }
524
+ }
525
+ ]
526
+ },
527
+ {
528
+ "id": 7,
529
+ "name": "_isXyoData",
530
+ "kind": 1024,
531
+ "kindString": "Property",
532
+ "flags": {
533
+ "isPrivate": true
534
+ },
535
+ "sources": [
536
+ {
537
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
538
+ "line": 5,
539
+ "character": 10,
540
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L5"
541
+ }
542
+ ],
543
+ "type": {
544
+ "type": "intrinsic",
545
+ "name": "boolean"
546
+ },
547
+ "defaultValue": "true"
548
+ },
549
+ {
550
+ "id": 12,
551
+ "name": "bn",
552
+ "kind": 262144,
553
+ "kindString": "Accessor",
554
+ "flags": {
555
+ "isPublic": true,
556
+ "isAbstract": true
557
+ },
558
+ "sources": [
559
+ {
560
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
561
+ "line": 10,
562
+ "character": 22,
563
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L10"
564
+ }
565
+ ],
566
+ "getSignature": {
567
+ "id": 13,
568
+ "name": "bn",
569
+ "kind": 524288,
570
+ "kindString": "Get signature",
571
+ "flags": {},
572
+ "type": {
573
+ "type": "reference",
574
+ "name": "BN",
575
+ "qualifiedName": "BN",
576
+ "package": "@types/bn.js"
577
+ }
578
+ }
579
+ },
580
+ {
581
+ "id": 10,
582
+ "name": "buffer",
583
+ "kind": 262144,
584
+ "kindString": "Accessor",
585
+ "flags": {
586
+ "isPublic": true,
587
+ "isAbstract": true
588
+ },
589
+ "sources": [
590
+ {
591
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
592
+ "line": 8,
593
+ "character": 22,
594
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L8"
595
+ }
596
+ ],
597
+ "getSignature": {
598
+ "id": 11,
599
+ "name": "buffer",
600
+ "kind": 524288,
601
+ "kindString": "Get signature",
602
+ "flags": {},
603
+ "type": {
604
+ "type": "reference",
605
+ "name": "Buffer",
606
+ "qualifiedName": "Buffer",
607
+ "package": "buffer"
608
+ }
609
+ }
610
+ },
611
+ {
612
+ "id": 14,
613
+ "name": "bytes",
614
+ "kind": 262144,
615
+ "kindString": "Accessor",
616
+ "flags": {
617
+ "isPublic": true,
618
+ "isAbstract": true
619
+ },
620
+ "sources": [
621
+ {
622
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
623
+ "line": 12,
624
+ "character": 22,
625
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L12"
626
+ }
627
+ ],
628
+ "getSignature": {
629
+ "id": 15,
630
+ "name": "bytes",
631
+ "kind": 524288,
632
+ "kindString": "Get signature",
633
+ "flags": {},
634
+ "type": {
635
+ "type": "reference",
636
+ "name": "Uint8Array",
637
+ "qualifiedName": "Uint8Array",
638
+ "package": "typescript"
639
+ }
640
+ }
641
+ },
642
+ {
643
+ "id": 8,
644
+ "name": "hex",
645
+ "kind": 262144,
646
+ "kindString": "Accessor",
647
+ "flags": {
648
+ "isPublic": true,
649
+ "isAbstract": true
650
+ },
651
+ "sources": [
652
+ {
653
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
654
+ "line": 6,
655
+ "character": 22,
656
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L6"
657
+ }
658
+ ],
659
+ "getSignature": {
660
+ "id": 9,
661
+ "name": "hex",
662
+ "kind": 524288,
663
+ "kindString": "Get signature",
664
+ "flags": {},
665
+ "type": {
666
+ "type": "intrinsic",
667
+ "name": "string"
668
+ }
669
+ }
670
+ },
671
+ {
672
+ "id": 16,
673
+ "name": "keccak256",
674
+ "kind": 262144,
675
+ "kindString": "Accessor",
676
+ "flags": {
677
+ "isPublic": true,
678
+ "isAbstract": true
679
+ },
680
+ "sources": [
681
+ {
682
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
683
+ "line": 14,
684
+ "character": 22,
685
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L14"
686
+ }
687
+ ],
688
+ "getSignature": {
689
+ "id": 17,
690
+ "name": "keccak256",
691
+ "kind": 524288,
692
+ "kindString": "Get signature",
693
+ "flags": {},
694
+ "type": {
695
+ "type": "reference",
696
+ "name": "Buffer",
697
+ "qualifiedName": "Buffer",
698
+ "package": "buffer"
699
+ }
700
+ }
701
+ },
702
+ {
703
+ "id": 18,
704
+ "name": "length",
705
+ "kind": 262144,
706
+ "kindString": "Accessor",
707
+ "flags": {
708
+ "isPublic": true
709
+ },
710
+ "sources": [
711
+ {
712
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
713
+ "line": 16,
714
+ "character": 13,
715
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L16"
716
+ }
717
+ ],
718
+ "getSignature": {
719
+ "id": 19,
720
+ "name": "length",
721
+ "kind": 524288,
722
+ "kindString": "Get signature",
723
+ "flags": {},
724
+ "type": {
725
+ "type": "intrinsic",
726
+ "name": "number"
727
+ }
728
+ }
729
+ },
730
+ {
731
+ "id": 2,
732
+ "name": "isXyoData",
733
+ "kind": 2048,
734
+ "kindString": "Method",
735
+ "flags": {
736
+ "isPublic": true,
737
+ "isStatic": true
738
+ },
739
+ "sources": [
740
+ {
741
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
742
+ "line": 20,
743
+ "character": 16,
744
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L20"
745
+ }
746
+ ],
747
+ "signatures": [
748
+ {
749
+ "id": 3,
750
+ "name": "isXyoData",
751
+ "kind": 4096,
752
+ "kindString": "Call signature",
753
+ "flags": {},
754
+ "parameters": [
755
+ {
756
+ "id": 4,
757
+ "name": "value",
758
+ "kind": 32768,
759
+ "kindString": "Parameter",
760
+ "flags": {},
761
+ "type": {
762
+ "type": "intrinsic",
763
+ "name": "unknown"
764
+ }
765
+ }
766
+ ],
767
+ "type": {
768
+ "type": "intrinsic",
769
+ "name": "boolean"
770
+ }
771
+ }
772
+ ]
773
+ }
774
+ ],
775
+ "groups": [
776
+ {
777
+ "title": "Constructors",
778
+ "children": [
779
+ 5
780
+ ]
781
+ },
782
+ {
783
+ "title": "Properties",
784
+ "children": [
785
+ 7
786
+ ]
787
+ },
788
+ {
789
+ "title": "Accessors",
790
+ "children": [
791
+ 12,
792
+ 10,
793
+ 14,
794
+ 8,
795
+ 16,
796
+ 18
797
+ ]
798
+ },
799
+ {
800
+ "title": "Methods",
801
+ "children": [
802
+ 2
803
+ ]
804
+ }
805
+ ],
806
+ "sources": [
807
+ {
808
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
809
+ "line": 4,
810
+ "character": 22,
811
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L4"
812
+ }
813
+ ],
814
+ "extendedBy": [
815
+ {
816
+ "type": "reference",
817
+ "id": 20,
818
+ "name": "XyoData"
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "id": 20,
824
+ "name": "XyoData",
825
+ "kind": 128,
826
+ "kindString": "Class",
827
+ "flags": {},
828
+ "children": [
829
+ {
830
+ "id": 24,
831
+ "name": "constructor",
832
+ "kind": 512,
833
+ "kindString": "Constructor",
834
+ "flags": {},
835
+ "sources": [
836
+ {
837
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
838
+ "line": 12,
839
+ "character": 2,
840
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L12"
841
+ }
842
+ ],
843
+ "signatures": [
844
+ {
845
+ "id": 25,
846
+ "name": "new XyoData",
847
+ "kind": 16384,
848
+ "kindString": "Constructor signature",
849
+ "flags": {},
850
+ "parameters": [
851
+ {
852
+ "id": 26,
853
+ "name": "length",
854
+ "kind": 32768,
855
+ "kindString": "Parameter",
856
+ "flags": {},
857
+ "type": {
858
+ "type": "intrinsic",
859
+ "name": "number"
860
+ }
861
+ },
862
+ {
863
+ "id": 27,
864
+ "name": "bytes",
865
+ "kind": 32768,
866
+ "kindString": "Parameter",
867
+ "flags": {
868
+ "isOptional": true
869
+ },
870
+ "type": {
871
+ "type": "reference",
872
+ "id": 52,
873
+ "name": "XyoDataLike"
874
+ }
875
+ }
876
+ ],
877
+ "type": {
878
+ "type": "reference",
879
+ "id": 20,
880
+ "name": "XyoData"
881
+ },
882
+ "overwrites": {
883
+ "type": "reference",
884
+ "id": 6,
885
+ "name": "XyoAbstractData.constructor"
886
+ }
887
+ }
888
+ ],
889
+ "overwrites": {
890
+ "type": "reference",
891
+ "id": 5,
892
+ "name": "XyoAbstractData.constructor"
893
+ }
894
+ },
895
+ {
896
+ "id": 28,
897
+ "name": "_bytes",
898
+ "kind": 1024,
899
+ "kindString": "Property",
900
+ "flags": {
901
+ "isPrivate": true,
902
+ "isOptional": true
903
+ },
904
+ "sources": [
905
+ {
906
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
907
+ "line": 10,
908
+ "character": 10,
909
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L10"
910
+ }
911
+ ],
912
+ "type": {
913
+ "type": "reference",
914
+ "name": "Uint8Array",
915
+ "qualifiedName": "Uint8Array",
916
+ "package": "typescript"
917
+ }
918
+ },
919
+ {
920
+ "id": 29,
921
+ "name": "_length",
922
+ "kind": 1024,
923
+ "kindString": "Property",
924
+ "flags": {
925
+ "isPrivate": true
926
+ },
927
+ "sources": [
928
+ {
929
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
930
+ "line": 11,
931
+ "character": 10,
932
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L11"
933
+ }
934
+ ],
935
+ "type": {
936
+ "type": "intrinsic",
937
+ "name": "number"
938
+ }
939
+ },
940
+ {
941
+ "id": 36,
942
+ "name": "bn",
943
+ "kind": 262144,
944
+ "kindString": "Accessor",
945
+ "flags": {
946
+ "isPublic": true
947
+ },
948
+ "sources": [
949
+ {
950
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
951
+ "line": 32,
952
+ "character": 13,
953
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L32"
954
+ }
955
+ ],
956
+ "getSignature": {
957
+ "id": 37,
958
+ "name": "bn",
959
+ "kind": 524288,
960
+ "kindString": "Get signature",
961
+ "flags": {},
962
+ "type": {
963
+ "type": "reference",
964
+ "name": "BN",
965
+ "qualifiedName": "BN",
966
+ "package": "@types/bn.js"
967
+ },
968
+ "overwrites": {
969
+ "type": "reference",
970
+ "name": "XyoAbstractData.bn"
971
+ }
972
+ },
973
+ "overwrites": {
974
+ "type": "reference",
975
+ "id": 12,
976
+ "name": "XyoAbstractData.bn"
977
+ }
978
+ },
979
+ {
980
+ "id": 34,
981
+ "name": "buffer",
982
+ "kind": 262144,
983
+ "kindString": "Accessor",
984
+ "flags": {
985
+ "isPublic": true
986
+ },
987
+ "sources": [
988
+ {
989
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
990
+ "line": 27,
991
+ "character": 13,
992
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L27"
993
+ }
994
+ ],
995
+ "getSignature": {
996
+ "id": 35,
997
+ "name": "buffer",
998
+ "kind": 524288,
999
+ "kindString": "Get signature",
1000
+ "flags": {},
1001
+ "type": {
1002
+ "type": "reference",
1003
+ "name": "Buffer",
1004
+ "qualifiedName": "Buffer",
1005
+ "package": "buffer"
1006
+ },
1007
+ "overwrites": {
1008
+ "type": "reference",
1009
+ "name": "XyoAbstractData.buffer"
1010
+ }
1011
+ },
1012
+ "overwrites": {
1013
+ "type": "reference",
1014
+ "id": 10,
1015
+ "name": "XyoAbstractData.buffer"
1016
+ }
1017
+ },
1018
+ {
1019
+ "id": 38,
1020
+ "name": "bytes",
1021
+ "kind": 262144,
1022
+ "kindString": "Accessor",
1023
+ "flags": {
1024
+ "isPublic": true
1025
+ },
1026
+ "sources": [
1027
+ {
1028
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
1029
+ "line": 37,
1030
+ "character": 13,
1031
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L37"
1032
+ }
1033
+ ],
1034
+ "getSignature": {
1035
+ "id": 39,
1036
+ "name": "bytes",
1037
+ "kind": 524288,
1038
+ "kindString": "Get signature",
1039
+ "flags": {},
1040
+ "type": {
1041
+ "type": "reference",
1042
+ "name": "Uint8Array",
1043
+ "qualifiedName": "Uint8Array",
1044
+ "package": "typescript"
1045
+ },
1046
+ "overwrites": {
1047
+ "type": "reference",
1048
+ "name": "XyoAbstractData.bytes"
1049
+ }
1050
+ },
1051
+ "overwrites": {
1052
+ "type": "reference",
1053
+ "id": 14,
1054
+ "name": "XyoAbstractData.bytes"
1055
+ }
1056
+ },
1057
+ {
1058
+ "id": 32,
1059
+ "name": "hex",
1060
+ "kind": 262144,
1061
+ "kindString": "Accessor",
1062
+ "flags": {
1063
+ "isPublic": true
1064
+ },
1065
+ "sources": [
1066
+ {
1067
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
1068
+ "line": 22,
1069
+ "character": 13,
1070
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L22"
1071
+ }
1072
+ ],
1073
+ "getSignature": {
1074
+ "id": 33,
1075
+ "name": "hex",
1076
+ "kind": 524288,
1077
+ "kindString": "Get signature",
1078
+ "flags": {},
1079
+ "type": {
1080
+ "type": "intrinsic",
1081
+ "name": "string"
1082
+ },
1083
+ "overwrites": {
1084
+ "type": "reference",
1085
+ "name": "XyoAbstractData.hex"
1086
+ }
1087
+ },
1088
+ "overwrites": {
1089
+ "type": "reference",
1090
+ "id": 8,
1091
+ "name": "XyoAbstractData.hex"
1092
+ }
1093
+ },
1094
+ {
1095
+ "id": 40,
1096
+ "name": "keccak256",
1097
+ "kind": 262144,
1098
+ "kindString": "Accessor",
1099
+ "flags": {
1100
+ "isPublic": true
1101
+ },
1102
+ "sources": [
1103
+ {
1104
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
1105
+ "line": 41,
1106
+ "character": 13,
1107
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L41"
1108
+ }
1109
+ ],
1110
+ "getSignature": {
1111
+ "id": 41,
1112
+ "name": "keccak256",
1113
+ "kind": 524288,
1114
+ "kindString": "Get signature",
1115
+ "flags": {},
1116
+ "type": {
1117
+ "type": "reference",
1118
+ "name": "Buffer",
1119
+ "qualifiedName": "Buffer",
1120
+ "package": "buffer"
1121
+ },
1122
+ "overwrites": {
1123
+ "type": "reference",
1124
+ "name": "XyoAbstractData.keccak256"
1125
+ }
1126
+ },
1127
+ "overwrites": {
1128
+ "type": "reference",
1129
+ "id": 16,
1130
+ "name": "XyoAbstractData.keccak256"
1131
+ }
1132
+ },
1133
+ {
1134
+ "id": 42,
1135
+ "name": "length",
1136
+ "kind": 262144,
1137
+ "kindString": "Accessor",
1138
+ "flags": {
1139
+ "isPublic": true
1140
+ },
1141
+ "sources": [
1142
+ {
1143
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
1144
+ "line": 16,
1145
+ "character": 13,
1146
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L16"
1147
+ }
1148
+ ],
1149
+ "getSignature": {
1150
+ "id": 43,
1151
+ "name": "length",
1152
+ "kind": 524288,
1153
+ "kindString": "Get signature",
1154
+ "flags": {},
1155
+ "type": {
1156
+ "type": "intrinsic",
1157
+ "name": "number"
1158
+ },
1159
+ "inheritedFrom": {
1160
+ "type": "reference",
1161
+ "name": "XyoAbstractData.length"
1162
+ }
1163
+ },
1164
+ "inheritedFrom": {
1165
+ "type": "reference",
1166
+ "id": 18,
1167
+ "name": "XyoAbstractData.length"
1168
+ }
1169
+ },
1170
+ {
1171
+ "id": 30,
1172
+ "name": "checkLength",
1173
+ "kind": 2048,
1174
+ "kindString": "Method",
1175
+ "flags": {
1176
+ "isPrivate": true
1177
+ },
1178
+ "sources": [
1179
+ {
1180
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
1181
+ "line": 18,
1182
+ "character": 10,
1183
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L18"
1184
+ }
1185
+ ],
1186
+ "signatures": [
1187
+ {
1188
+ "id": 31,
1189
+ "name": "checkLength",
1190
+ "kind": 4096,
1191
+ "kindString": "Call signature",
1192
+ "flags": {},
1193
+ "type": {
1194
+ "type": "intrinsic",
1195
+ "name": "void"
1196
+ }
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "id": 21,
1202
+ "name": "isXyoData",
1203
+ "kind": 2048,
1204
+ "kindString": "Method",
1205
+ "flags": {
1206
+ "isPublic": true,
1207
+ "isStatic": true
1208
+ },
1209
+ "sources": [
1210
+ {
1211
+ "fileName": "packages/sdk/core/src/Data/AbstractData.ts",
1212
+ "line": 20,
1213
+ "character": 16,
1214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/AbstractData.ts#L20"
1215
+ }
1216
+ ],
1217
+ "signatures": [
1218
+ {
1219
+ "id": 22,
1220
+ "name": "isXyoData",
1221
+ "kind": 4096,
1222
+ "kindString": "Call signature",
1223
+ "flags": {},
1224
+ "parameters": [
1225
+ {
1226
+ "id": 23,
1227
+ "name": "value",
1228
+ "kind": 32768,
1229
+ "kindString": "Parameter",
1230
+ "flags": {},
1231
+ "type": {
1232
+ "type": "intrinsic",
1233
+ "name": "unknown"
1234
+ }
1235
+ }
1236
+ ],
1237
+ "type": {
1238
+ "type": "intrinsic",
1239
+ "name": "boolean"
1240
+ },
1241
+ "inheritedFrom": {
1242
+ "type": "reference",
1243
+ "id": 3,
1244
+ "name": "XyoAbstractData.isXyoData"
1245
+ }
1246
+ }
1247
+ ],
1248
+ "inheritedFrom": {
1249
+ "type": "reference",
1250
+ "id": 2,
1251
+ "name": "XyoAbstractData.isXyoData"
1252
+ }
1253
+ }
1254
+ ],
1255
+ "groups": [
1256
+ {
1257
+ "title": "Constructors",
1258
+ "children": [
1259
+ 24
1260
+ ]
1261
+ },
1262
+ {
1263
+ "title": "Properties",
1264
+ "children": [
1265
+ 28,
1266
+ 29
1267
+ ]
1268
+ },
1269
+ {
1270
+ "title": "Accessors",
1271
+ "children": [
1272
+ 36,
1273
+ 34,
1274
+ 38,
1275
+ 32,
1276
+ 40,
1277
+ 42
1278
+ ]
1279
+ },
1280
+ {
1281
+ "title": "Methods",
1282
+ "children": [
1283
+ 30,
1284
+ 21
1285
+ ]
1286
+ }
1287
+ ],
1288
+ "sources": [
1289
+ {
1290
+ "fileName": "packages/sdk/core/src/Data/Data.ts",
1291
+ "line": 9,
1292
+ "character": 13,
1293
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/Data.ts#L9"
1294
+ }
1295
+ ],
1296
+ "extendedTypes": [
1297
+ {
1298
+ "type": "reference",
1299
+ "id": 1,
1300
+ "name": "XyoAbstractData"
1301
+ }
1302
+ ]
1303
+ },
1304
+ {
1305
+ "id": 111,
1306
+ "name": "XyoHasher",
1307
+ "kind": 128,
1308
+ "kindString": "Class",
1309
+ "flags": {},
1310
+ "children": [
1311
+ {
1312
+ "id": 112,
1313
+ "name": "constructor",
1314
+ "kind": 512,
1315
+ "kindString": "Constructor",
1316
+ "flags": {},
1317
+ "sources": [
1318
+ {
1319
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1320
+ "line": 6,
1321
+ "character": 2,
1322
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L6"
1323
+ }
1324
+ ],
1325
+ "signatures": [
1326
+ {
1327
+ "id": 113,
1328
+ "name": "new XyoHasher",
1329
+ "kind": 16384,
1330
+ "kindString": "Constructor signature",
1331
+ "flags": {},
1332
+ "typeParameter": [
1333
+ {
1334
+ "id": 114,
1335
+ "name": "T",
1336
+ "kind": 131072,
1337
+ "kindString": "Type parameter",
1338
+ "flags": {},
1339
+ "type": {
1340
+ "type": "reference",
1341
+ "id": 195,
1342
+ "name": "EmptyObject"
1343
+ },
1344
+ "default": {
1345
+ "type": "reference",
1346
+ "id": 195,
1347
+ "name": "EmptyObject"
1348
+ }
1349
+ }
1350
+ ],
1351
+ "parameters": [
1352
+ {
1353
+ "id": 115,
1354
+ "name": "obj",
1355
+ "kind": 32768,
1356
+ "kindString": "Parameter",
1357
+ "flags": {},
1358
+ "type": {
1359
+ "type": "reference",
1360
+ "id": 114,
1361
+ "name": "T"
1362
+ }
1363
+ }
1364
+ ],
1365
+ "type": {
1366
+ "type": "reference",
1367
+ "id": 111,
1368
+ "typeArguments": [
1369
+ {
1370
+ "type": "reference",
1371
+ "id": 114,
1372
+ "name": "T"
1373
+ }
1374
+ ],
1375
+ "name": "XyoHasher"
1376
+ },
1377
+ "inheritedFrom": {
1378
+ "type": "reference",
1379
+ "id": 207,
1380
+ "name": "XyoObjectWrapper.constructor"
1381
+ }
1382
+ }
1383
+ ],
1384
+ "inheritedFrom": {
1385
+ "type": "reference",
1386
+ "id": 206,
1387
+ "name": "XyoObjectWrapper.constructor"
1388
+ }
1389
+ },
1390
+ {
1391
+ "id": 128,
1392
+ "name": "obj",
1393
+ "kind": 1024,
1394
+ "kindString": "Property",
1395
+ "flags": {
1396
+ "isPublic": true,
1397
+ "isReadonly": true
1398
+ },
1399
+ "sources": [
1400
+ {
1401
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1402
+ "line": 5,
1403
+ "character": 18,
1404
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L5"
1405
+ }
1406
+ ],
1407
+ "type": {
1408
+ "type": "reference",
1409
+ "id": 114,
1410
+ "name": "T"
1411
+ },
1412
+ "inheritedFrom": {
1413
+ "type": "reference",
1414
+ "id": 210,
1415
+ "name": "XyoObjectWrapper.obj"
1416
+ }
1417
+ },
1418
+ {
1419
+ "id": 124,
1420
+ "name": "hash",
1421
+ "kind": 262144,
1422
+ "kindString": "Accessor",
1423
+ "flags": {
1424
+ "isPublic": true
1425
+ },
1426
+ "sources": [
1427
+ {
1428
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1429
+ "line": 28,
1430
+ "character": 13,
1431
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L28"
1432
+ }
1433
+ ],
1434
+ "getSignature": {
1435
+ "id": 125,
1436
+ "name": "hash",
1437
+ "kind": 524288,
1438
+ "kindString": "Get signature",
1439
+ "flags": {},
1440
+ "type": {
1441
+ "type": "intrinsic",
1442
+ "name": "string"
1443
+ }
1444
+ }
1445
+ },
1446
+ {
1447
+ "id": 116,
1448
+ "name": "hashFields",
1449
+ "kind": 262144,
1450
+ "kindString": "Accessor",
1451
+ "flags": {},
1452
+ "sources": [
1453
+ {
1454
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1455
+ "line": 9,
1456
+ "character": 6,
1457
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L9"
1458
+ }
1459
+ ],
1460
+ "getSignature": {
1461
+ "id": 117,
1462
+ "name": "hashFields",
1463
+ "kind": 524288,
1464
+ "kindString": "Get signature",
1465
+ "flags": {},
1466
+ "type": {
1467
+ "type": "reference",
1468
+ "id": 114,
1469
+ "name": "T"
1470
+ }
1471
+ }
1472
+ },
1473
+ {
1474
+ "id": 129,
1475
+ "name": "stringKeyObj",
1476
+ "kind": 262144,
1477
+ "kindString": "Accessor",
1478
+ "flags": {
1479
+ "isProtected": true
1480
+ },
1481
+ "sources": [
1482
+ {
1483
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1484
+ "line": 9,
1485
+ "character": 16,
1486
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L9"
1487
+ }
1488
+ ],
1489
+ "getSignature": {
1490
+ "id": 130,
1491
+ "name": "stringKeyObj",
1492
+ "kind": 524288,
1493
+ "kindString": "Get signature",
1494
+ "flags": {},
1495
+ "type": {
1496
+ "type": "reference",
1497
+ "id": 199,
1498
+ "name": "StringKeyObject"
1499
+ },
1500
+ "inheritedFrom": {
1501
+ "type": "reference",
1502
+ "name": "XyoObjectWrapper.stringKeyObj"
1503
+ }
1504
+ },
1505
+ "inheritedFrom": {
1506
+ "type": "reference",
1507
+ "id": 211,
1508
+ "name": "XyoObjectWrapper.stringKeyObj"
1509
+ }
1510
+ },
1511
+ {
1512
+ "id": 120,
1513
+ "name": "stringified",
1514
+ "kind": 262144,
1515
+ "kindString": "Accessor",
1516
+ "flags": {
1517
+ "isPublic": true
1518
+ },
1519
+ "sources": [
1520
+ {
1521
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1522
+ "line": 18,
1523
+ "character": 13,
1524
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L18"
1525
+ }
1526
+ ],
1527
+ "getSignature": {
1528
+ "id": 121,
1529
+ "name": "stringified",
1530
+ "kind": 524288,
1531
+ "kindString": "Get signature",
1532
+ "flags": {},
1533
+ "type": {
1534
+ "type": "intrinsic",
1535
+ "name": "string"
1536
+ }
1537
+ }
1538
+ },
1539
+ {
1540
+ "id": 122,
1541
+ "name": "sortedHash",
1542
+ "kind": 2048,
1543
+ "kindString": "Method",
1544
+ "flags": {
1545
+ "isPublic": true
1546
+ },
1547
+ "sources": [
1548
+ {
1549
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1550
+ "line": 24,
1551
+ "character": 9,
1552
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L24"
1553
+ }
1554
+ ],
1555
+ "signatures": [
1556
+ {
1557
+ "id": 123,
1558
+ "name": "sortedHash",
1559
+ "kind": 4096,
1560
+ "kindString": "Call signature",
1561
+ "flags": {},
1562
+ "comment": {
1563
+ "summary": [],
1564
+ "blockTags": [
1565
+ {
1566
+ "tag": "@deprecated",
1567
+ "content": [
1568
+ {
1569
+ "kind": "text",
1570
+ "text": "use hash instead"
1571
+ }
1572
+ ]
1573
+ }
1574
+ ]
1575
+ },
1576
+ "type": {
1577
+ "type": "intrinsic",
1578
+ "name": "string"
1579
+ }
1580
+ }
1581
+ ]
1582
+ },
1583
+ {
1584
+ "id": 126,
1585
+ "name": "sortedHashData",
1586
+ "kind": 2048,
1587
+ "kindString": "Method",
1588
+ "flags": {
1589
+ "isPrivate": true
1590
+ },
1591
+ "sources": [
1592
+ {
1593
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1594
+ "line": 32,
1595
+ "character": 10,
1596
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L32"
1597
+ }
1598
+ ],
1599
+ "signatures": [
1600
+ {
1601
+ "id": 127,
1602
+ "name": "sortedHashData",
1603
+ "kind": 4096,
1604
+ "kindString": "Call signature",
1605
+ "flags": {},
1606
+ "type": {
1607
+ "type": "reference",
1608
+ "name": "Buffer",
1609
+ "qualifiedName": "global.Buffer",
1610
+ "package": "@types/node"
1611
+ }
1612
+ }
1613
+ ]
1614
+ },
1615
+ {
1616
+ "id": 118,
1617
+ "name": "sortedStringify",
1618
+ "kind": 2048,
1619
+ "kindString": "Method",
1620
+ "flags": {
1621
+ "isPublic": true
1622
+ },
1623
+ "sources": [
1624
+ {
1625
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1626
+ "line": 14,
1627
+ "character": 9,
1628
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L14"
1629
+ }
1630
+ ],
1631
+ "signatures": [
1632
+ {
1633
+ "id": 119,
1634
+ "name": "sortedStringify",
1635
+ "kind": 4096,
1636
+ "kindString": "Call signature",
1637
+ "flags": {},
1638
+ "comment": {
1639
+ "summary": [],
1640
+ "blockTags": [
1641
+ {
1642
+ "tag": "@deprecated",
1643
+ "content": [
1644
+ {
1645
+ "kind": "text",
1646
+ "text": "use stringified instead"
1647
+ }
1648
+ ]
1649
+ }
1650
+ ]
1651
+ },
1652
+ "type": {
1653
+ "type": "intrinsic",
1654
+ "name": "string"
1655
+ }
1656
+ }
1657
+ ]
1658
+ }
1659
+ ],
1660
+ "groups": [
1661
+ {
1662
+ "title": "Constructors",
1663
+ "children": [
1664
+ 112
1665
+ ]
1666
+ },
1667
+ {
1668
+ "title": "Properties",
1669
+ "children": [
1670
+ 128
1671
+ ]
1672
+ },
1673
+ {
1674
+ "title": "Accessors",
1675
+ "children": [
1676
+ 124,
1677
+ 116,
1678
+ 129,
1679
+ 120
1680
+ ]
1681
+ },
1682
+ {
1683
+ "title": "Methods",
1684
+ "children": [
1685
+ 122,
1686
+ 126,
1687
+ 118
1688
+ ]
1689
+ }
1690
+ ],
1691
+ "sources": [
1692
+ {
1693
+ "fileName": "packages/sdk/core/src/Hasher/XyoHasher.ts",
1694
+ "line": 8,
1695
+ "character": 13,
1696
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/XyoHasher.ts#L8"
1697
+ }
1698
+ ],
1699
+ "typeParameters": [
1700
+ {
1701
+ "id": 131,
1702
+ "name": "T",
1703
+ "kind": 131072,
1704
+ "kindString": "Type parameter",
1705
+ "flags": {},
1706
+ "type": {
1707
+ "type": "reference",
1708
+ "id": 195,
1709
+ "name": "EmptyObject"
1710
+ },
1711
+ "default": {
1712
+ "type": "reference",
1713
+ "id": 195,
1714
+ "name": "EmptyObject"
1715
+ }
1716
+ }
1717
+ ],
1718
+ "extendedTypes": [
1719
+ {
1720
+ "type": "reference",
1721
+ "id": 205,
1722
+ "typeArguments": [
1723
+ {
1724
+ "type": "reference",
1725
+ "id": 114,
1726
+ "name": "T"
1727
+ }
1728
+ ],
1729
+ "name": "XyoObjectWrapper"
1730
+ }
1731
+ ]
1732
+ },
1733
+ {
1734
+ "id": 205,
1735
+ "name": "XyoObjectWrapper",
1736
+ "kind": 128,
1737
+ "kindString": "Class",
1738
+ "flags": {
1739
+ "isAbstract": true
1740
+ },
1741
+ "children": [
1742
+ {
1743
+ "id": 206,
1744
+ "name": "constructor",
1745
+ "kind": 512,
1746
+ "kindString": "Constructor",
1747
+ "flags": {},
1748
+ "sources": [
1749
+ {
1750
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1751
+ "line": 6,
1752
+ "character": 2,
1753
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L6"
1754
+ }
1755
+ ],
1756
+ "signatures": [
1757
+ {
1758
+ "id": 207,
1759
+ "name": "new XyoObjectWrapper",
1760
+ "kind": 16384,
1761
+ "kindString": "Constructor signature",
1762
+ "flags": {},
1763
+ "typeParameter": [
1764
+ {
1765
+ "id": 208,
1766
+ "name": "T",
1767
+ "kind": 131072,
1768
+ "kindString": "Type parameter",
1769
+ "flags": {},
1770
+ "type": {
1771
+ "type": "reference",
1772
+ "id": 195,
1773
+ "name": "EmptyObject"
1774
+ },
1775
+ "default": {
1776
+ "type": "reference",
1777
+ "id": 195,
1778
+ "name": "EmptyObject"
1779
+ }
1780
+ }
1781
+ ],
1782
+ "parameters": [
1783
+ {
1784
+ "id": 209,
1785
+ "name": "obj",
1786
+ "kind": 32768,
1787
+ "kindString": "Parameter",
1788
+ "flags": {},
1789
+ "type": {
1790
+ "type": "reference",
1791
+ "id": 208,
1792
+ "name": "T"
1793
+ }
1794
+ }
1795
+ ],
1796
+ "type": {
1797
+ "type": "reference",
1798
+ "id": 205,
1799
+ "typeArguments": [
1800
+ {
1801
+ "type": "reference",
1802
+ "id": 208,
1803
+ "name": "T"
1804
+ }
1805
+ ],
1806
+ "name": "XyoObjectWrapper"
1807
+ }
1808
+ }
1809
+ ]
1810
+ },
1811
+ {
1812
+ "id": 210,
1813
+ "name": "obj",
1814
+ "kind": 1024,
1815
+ "kindString": "Property",
1816
+ "flags": {
1817
+ "isPublic": true,
1818
+ "isReadonly": true
1819
+ },
1820
+ "sources": [
1821
+ {
1822
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1823
+ "line": 5,
1824
+ "character": 18,
1825
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L5"
1826
+ }
1827
+ ],
1828
+ "type": {
1829
+ "type": "reference",
1830
+ "id": 208,
1831
+ "name": "T"
1832
+ }
1833
+ },
1834
+ {
1835
+ "id": 211,
1836
+ "name": "stringKeyObj",
1837
+ "kind": 262144,
1838
+ "kindString": "Accessor",
1839
+ "flags": {
1840
+ "isProtected": true
1841
+ },
1842
+ "sources": [
1843
+ {
1844
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1845
+ "line": 9,
1846
+ "character": 16,
1847
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L9"
1848
+ }
1849
+ ],
1850
+ "getSignature": {
1851
+ "id": 212,
1852
+ "name": "stringKeyObj",
1853
+ "kind": 524288,
1854
+ "kindString": "Get signature",
1855
+ "flags": {},
1856
+ "type": {
1857
+ "type": "reference",
1858
+ "id": 199,
1859
+ "name": "StringKeyObject"
1860
+ }
1861
+ }
1862
+ }
1863
+ ],
1864
+ "groups": [
1865
+ {
1866
+ "title": "Constructors",
1867
+ "children": [
1868
+ 206
1869
+ ]
1870
+ },
1871
+ {
1872
+ "title": "Properties",
1873
+ "children": [
1874
+ 210
1875
+ ]
1876
+ },
1877
+ {
1878
+ "title": "Accessors",
1879
+ "children": [
1880
+ 211
1881
+ ]
1882
+ }
1883
+ ],
1884
+ "sources": [
1885
+ {
1886
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1887
+ "line": 4,
1888
+ "character": 22,
1889
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L4"
1890
+ }
1891
+ ],
1892
+ "typeParameters": [
1893
+ {
1894
+ "id": 213,
1895
+ "name": "T",
1896
+ "kind": 131072,
1897
+ "kindString": "Type parameter",
1898
+ "flags": {},
1899
+ "type": {
1900
+ "type": "reference",
1901
+ "id": 195,
1902
+ "name": "EmptyObject"
1903
+ },
1904
+ "default": {
1905
+ "type": "reference",
1906
+ "id": 195,
1907
+ "name": "EmptyObject"
1908
+ }
1909
+ }
1910
+ ],
1911
+ "extendedBy": [
1912
+ {
1913
+ "type": "reference",
1914
+ "id": 111,
1915
+ "name": "XyoHasher"
1916
+ },
1917
+ {
1918
+ "type": "reference",
1919
+ "id": 219,
1920
+ "name": "XyoValidatorBase"
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "id": 219,
1926
+ "name": "XyoValidatorBase",
1927
+ "kind": 128,
1928
+ "kindString": "Class",
1929
+ "flags": {
1930
+ "isAbstract": true
1931
+ },
1932
+ "children": [
1933
+ {
1934
+ "id": 220,
1935
+ "name": "constructor",
1936
+ "kind": 512,
1937
+ "kindString": "Constructor",
1938
+ "flags": {},
1939
+ "sources": [
1940
+ {
1941
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
1942
+ "line": 6,
1943
+ "character": 2,
1944
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L6"
1945
+ }
1946
+ ],
1947
+ "signatures": [
1948
+ {
1949
+ "id": 221,
1950
+ "name": "new XyoValidatorBase",
1951
+ "kind": 16384,
1952
+ "kindString": "Constructor signature",
1953
+ "flags": {},
1954
+ "typeParameter": [
1955
+ {
1956
+ "id": 222,
1957
+ "name": "T",
1958
+ "kind": 131072,
1959
+ "kindString": "Type parameter",
1960
+ "flags": {},
1961
+ "type": {
1962
+ "type": "reference",
1963
+ "id": 195,
1964
+ "name": "EmptyObject"
1965
+ },
1966
+ "default": {
1967
+ "type": "reference",
1968
+ "id": 195,
1969
+ "name": "EmptyObject"
1970
+ }
1971
+ }
1972
+ ],
1973
+ "parameters": [
1974
+ {
1975
+ "id": 223,
1976
+ "name": "obj",
1977
+ "kind": 32768,
1978
+ "kindString": "Parameter",
1979
+ "flags": {},
1980
+ "type": {
1981
+ "type": "reference",
1982
+ "id": 222,
1983
+ "name": "T"
1984
+ }
1985
+ }
1986
+ ],
1987
+ "type": {
1988
+ "type": "reference",
1989
+ "id": 219,
1990
+ "typeArguments": [
1991
+ {
1992
+ "type": "reference",
1993
+ "id": 222,
1994
+ "name": "T"
1995
+ }
1996
+ ],
1997
+ "name": "XyoValidatorBase"
1998
+ },
1999
+ "inheritedFrom": {
2000
+ "type": "reference",
2001
+ "id": 207,
2002
+ "name": "XyoObjectWrapper.constructor"
2003
+ }
2004
+ }
2005
+ ],
2006
+ "inheritedFrom": {
2007
+ "type": "reference",
2008
+ "id": 206,
2009
+ "name": "XyoObjectWrapper.constructor"
2010
+ }
2011
+ },
2012
+ {
2013
+ "id": 227,
2014
+ "name": "obj",
2015
+ "kind": 1024,
2016
+ "kindString": "Property",
2017
+ "flags": {
2018
+ "isPublic": true,
2019
+ "isReadonly": true
2020
+ },
2021
+ "sources": [
2022
+ {
2023
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
2024
+ "line": 5,
2025
+ "character": 18,
2026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L5"
2027
+ }
2028
+ ],
2029
+ "type": {
2030
+ "type": "reference",
2031
+ "id": 222,
2032
+ "name": "T"
2033
+ },
2034
+ "inheritedFrom": {
2035
+ "type": "reference",
2036
+ "id": 210,
2037
+ "name": "XyoObjectWrapper.obj"
2038
+ }
2039
+ },
2040
+ {
2041
+ "id": 228,
2042
+ "name": "stringKeyObj",
2043
+ "kind": 262144,
2044
+ "kindString": "Accessor",
2045
+ "flags": {
2046
+ "isProtected": true
2047
+ },
2048
+ "sources": [
2049
+ {
2050
+ "fileName": "packages/sdk/core/src/lib/XyoObjectWrapper.ts",
2051
+ "line": 9,
2052
+ "character": 16,
2053
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoObjectWrapper.ts#L9"
2054
+ }
2055
+ ],
2056
+ "getSignature": {
2057
+ "id": 229,
2058
+ "name": "stringKeyObj",
2059
+ "kind": 524288,
2060
+ "kindString": "Get signature",
2061
+ "flags": {},
2062
+ "type": {
2063
+ "type": "reference",
2064
+ "id": 199,
2065
+ "name": "StringKeyObject"
2066
+ },
2067
+ "inheritedFrom": {
2068
+ "type": "reference",
2069
+ "name": "XyoObjectWrapper.stringKeyObj"
2070
+ }
2071
+ },
2072
+ "inheritedFrom": {
2073
+ "type": "reference",
2074
+ "id": 211,
2075
+ "name": "XyoObjectWrapper.stringKeyObj"
2076
+ }
2077
+ },
2078
+ {
2079
+ "id": 224,
2080
+ "name": "validate",
2081
+ "kind": 2048,
2082
+ "kindString": "Method",
2083
+ "flags": {
2084
+ "isPublic": true,
2085
+ "isAbstract": true
2086
+ },
2087
+ "sources": [
2088
+ {
2089
+ "fileName": "packages/sdk/core/src/lib/XyoValidator.ts",
2090
+ "line": 9,
2091
+ "character": 18,
2092
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoValidator.ts#L9"
2093
+ }
2094
+ ],
2095
+ "signatures": [
2096
+ {
2097
+ "id": 225,
2098
+ "name": "validate",
2099
+ "kind": 4096,
2100
+ "kindString": "Call signature",
2101
+ "flags": {},
2102
+ "parameters": [
2103
+ {
2104
+ "id": 226,
2105
+ "name": "payload",
2106
+ "kind": 32768,
2107
+ "kindString": "Parameter",
2108
+ "flags": {},
2109
+ "type": {
2110
+ "type": "reference",
2111
+ "id": 222,
2112
+ "name": "T"
2113
+ }
2114
+ }
2115
+ ],
2116
+ "type": {
2117
+ "type": "array",
2118
+ "elementType": {
2119
+ "type": "reference",
2120
+ "name": "Error",
2121
+ "qualifiedName": "Error",
2122
+ "package": "typescript"
2123
+ }
2124
+ },
2125
+ "implementationOf": {
2126
+ "type": "reference",
2127
+ "id": 216,
2128
+ "name": "XyoValidator.validate"
2129
+ }
2130
+ }
2131
+ ],
2132
+ "implementationOf": {
2133
+ "type": "reference",
2134
+ "id": 215,
2135
+ "name": "XyoValidator.validate"
2136
+ }
2137
+ }
2138
+ ],
2139
+ "groups": [
2140
+ {
2141
+ "title": "Constructors",
2142
+ "children": [
2143
+ 220
2144
+ ]
2145
+ },
2146
+ {
2147
+ "title": "Properties",
2148
+ "children": [
2149
+ 227
2150
+ ]
2151
+ },
2152
+ {
2153
+ "title": "Accessors",
2154
+ "children": [
2155
+ 228
2156
+ ]
2157
+ },
2158
+ {
2159
+ "title": "Methods",
2160
+ "children": [
2161
+ 224
2162
+ ]
2163
+ }
2164
+ ],
2165
+ "sources": [
2166
+ {
2167
+ "fileName": "packages/sdk/core/src/lib/XyoValidator.ts",
2168
+ "line": 8,
2169
+ "character": 22,
2170
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoValidator.ts#L8"
2171
+ }
2172
+ ],
2173
+ "typeParameters": [
2174
+ {
2175
+ "id": 230,
2176
+ "name": "T",
2177
+ "kind": 131072,
2178
+ "kindString": "Type parameter",
2179
+ "flags": {},
2180
+ "type": {
2181
+ "type": "reference",
2182
+ "id": 195,
2183
+ "name": "EmptyObject"
2184
+ },
2185
+ "default": {
2186
+ "type": "reference",
2187
+ "id": 195,
2188
+ "name": "EmptyObject"
2189
+ }
2190
+ }
2191
+ ],
2192
+ "extendedTypes": [
2193
+ {
2194
+ "type": "reference",
2195
+ "id": 205,
2196
+ "typeArguments": [
2197
+ {
2198
+ "type": "reference",
2199
+ "id": 222,
2200
+ "name": "T"
2201
+ }
2202
+ ],
2203
+ "name": "XyoObjectWrapper"
2204
+ }
2205
+ ],
2206
+ "implementedTypes": [
2207
+ {
2208
+ "type": "reference",
2209
+ "id": 214,
2210
+ "typeArguments": [
2211
+ {
2212
+ "type": "reference",
2213
+ "id": 222,
2214
+ "name": "T"
2215
+ }
2216
+ ],
2217
+ "name": "XyoValidator"
2218
+ }
2219
+ ]
2220
+ },
2221
+ {
2222
+ "id": 167,
2223
+ "name": "GoogleDnsResult",
2224
+ "kind": 256,
2225
+ "kindString": "Interface",
2226
+ "flags": {},
2227
+ "children": [
2228
+ {
2229
+ "id": 172,
2230
+ "name": "AD",
2231
+ "kind": 1024,
2232
+ "kindString": "Property",
2233
+ "flags": {
2234
+ "isOptional": true
2235
+ },
2236
+ "sources": [
2237
+ {
2238
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2239
+ "line": 10,
2240
+ "character": 2,
2241
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L10"
2242
+ }
2243
+ ],
2244
+ "type": {
2245
+ "type": "intrinsic",
2246
+ "name": "boolean"
2247
+ }
2248
+ },
2249
+ {
2250
+ "id": 175,
2251
+ "name": "Answer",
2252
+ "kind": 1024,
2253
+ "kindString": "Property",
2254
+ "flags": {
2255
+ "isOptional": true
2256
+ },
2257
+ "sources": [
2258
+ {
2259
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2260
+ "line": 13,
2261
+ "character": 2,
2262
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L13"
2263
+ }
2264
+ ],
2265
+ "type": {
2266
+ "type": "array",
2267
+ "elementType": {
2268
+ "type": "reference",
2269
+ "id": 179,
2270
+ "name": "GoogleDnsResultAnswer"
2271
+ }
2272
+ }
2273
+ },
2274
+ {
2275
+ "id": 176,
2276
+ "name": "Authority",
2277
+ "kind": 1024,
2278
+ "kindString": "Property",
2279
+ "flags": {
2280
+ "isOptional": true
2281
+ },
2282
+ "sources": [
2283
+ {
2284
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2285
+ "line": 14,
2286
+ "character": 2,
2287
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L14"
2288
+ }
2289
+ ],
2290
+ "type": {
2291
+ "type": "array",
2292
+ "elementType": {
2293
+ "type": "reference",
2294
+ "id": 179,
2295
+ "name": "GoogleDnsResultAnswer"
2296
+ }
2297
+ }
2298
+ },
2299
+ {
2300
+ "id": 173,
2301
+ "name": "CD",
2302
+ "kind": 1024,
2303
+ "kindString": "Property",
2304
+ "flags": {
2305
+ "isOptional": true
2306
+ },
2307
+ "sources": [
2308
+ {
2309
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2310
+ "line": 11,
2311
+ "character": 2,
2312
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L11"
2313
+ }
2314
+ ],
2315
+ "type": {
2316
+ "type": "intrinsic",
2317
+ "name": "boolean"
2318
+ }
2319
+ },
2320
+ {
2321
+ "id": 177,
2322
+ "name": "Comment",
2323
+ "kind": 1024,
2324
+ "kindString": "Property",
2325
+ "flags": {
2326
+ "isOptional": true
2327
+ },
2328
+ "sources": [
2329
+ {
2330
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2331
+ "line": 15,
2332
+ "character": 2,
2333
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L15"
2334
+ }
2335
+ ],
2336
+ "type": {
2337
+ "type": "intrinsic",
2338
+ "name": "string"
2339
+ }
2340
+ },
2341
+ {
2342
+ "id": 174,
2343
+ "name": "Question",
2344
+ "kind": 1024,
2345
+ "kindString": "Property",
2346
+ "flags": {
2347
+ "isOptional": true
2348
+ },
2349
+ "sources": [
2350
+ {
2351
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2352
+ "line": 12,
2353
+ "character": 2,
2354
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L12"
2355
+ }
2356
+ ],
2357
+ "type": {
2358
+ "type": "array",
2359
+ "elementType": {
2360
+ "type": "reference",
2361
+ "id": 184,
2362
+ "name": "GoogleDnsResultQuestion"
2363
+ }
2364
+ }
2365
+ },
2366
+ {
2367
+ "id": 171,
2368
+ "name": "RA",
2369
+ "kind": 1024,
2370
+ "kindString": "Property",
2371
+ "flags": {
2372
+ "isOptional": true
2373
+ },
2374
+ "sources": [
2375
+ {
2376
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2377
+ "line": 9,
2378
+ "character": 2,
2379
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L9"
2380
+ }
2381
+ ],
2382
+ "type": {
2383
+ "type": "intrinsic",
2384
+ "name": "boolean"
2385
+ }
2386
+ },
2387
+ {
2388
+ "id": 170,
2389
+ "name": "RD",
2390
+ "kind": 1024,
2391
+ "kindString": "Property",
2392
+ "flags": {
2393
+ "isOptional": true
2394
+ },
2395
+ "sources": [
2396
+ {
2397
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2398
+ "line": 8,
2399
+ "character": 2,
2400
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L8"
2401
+ }
2402
+ ],
2403
+ "type": {
2404
+ "type": "intrinsic",
2405
+ "name": "boolean"
2406
+ }
2407
+ },
2408
+ {
2409
+ "id": 168,
2410
+ "name": "Status",
2411
+ "kind": 1024,
2412
+ "kindString": "Property",
2413
+ "flags": {
2414
+ "isOptional": true
2415
+ },
2416
+ "sources": [
2417
+ {
2418
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2419
+ "line": 6,
2420
+ "character": 2,
2421
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L6"
2422
+ }
2423
+ ],
2424
+ "type": {
2425
+ "type": "reference",
2426
+ "id": 145,
2427
+ "name": "DnsReturnCode"
2428
+ }
2429
+ },
2430
+ {
2431
+ "id": 169,
2432
+ "name": "TC",
2433
+ "kind": 1024,
2434
+ "kindString": "Property",
2435
+ "flags": {
2436
+ "isOptional": true
2437
+ },
2438
+ "sources": [
2439
+ {
2440
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2441
+ "line": 7,
2442
+ "character": 2,
2443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L7"
2444
+ }
2445
+ ],
2446
+ "type": {
2447
+ "type": "intrinsic",
2448
+ "name": "boolean"
2449
+ }
2450
+ },
2451
+ {
2452
+ "id": 178,
2453
+ "name": "edns_client_subnet",
2454
+ "kind": 1024,
2455
+ "kindString": "Property",
2456
+ "flags": {
2457
+ "isOptional": true
2458
+ },
2459
+ "sources": [
2460
+ {
2461
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2462
+ "line": 16,
2463
+ "character": 2,
2464
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L16"
2465
+ }
2466
+ ],
2467
+ "type": {
2468
+ "type": "intrinsic",
2469
+ "name": "string"
2470
+ }
2471
+ }
2472
+ ],
2473
+ "groups": [
2474
+ {
2475
+ "title": "Properties",
2476
+ "children": [
2477
+ 172,
2478
+ 175,
2479
+ 176,
2480
+ 173,
2481
+ 177,
2482
+ 174,
2483
+ 171,
2484
+ 170,
2485
+ 168,
2486
+ 169,
2487
+ 178
2488
+ ]
2489
+ }
2490
+ ],
2491
+ "sources": [
2492
+ {
2493
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResult.ts",
2494
+ "line": 5,
2495
+ "character": 17,
2496
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResult.ts#L5"
2497
+ }
2498
+ ]
2499
+ },
2500
+ {
2501
+ "id": 179,
2502
+ "name": "GoogleDnsResultAnswer",
2503
+ "kind": 256,
2504
+ "kindString": "Interface",
2505
+ "flags": {},
2506
+ "children": [
2507
+ {
2508
+ "id": 182,
2509
+ "name": "TTL",
2510
+ "kind": 1024,
2511
+ "kindString": "Property",
2512
+ "flags": {
2513
+ "isOptional": true
2514
+ },
2515
+ "sources": [
2516
+ {
2517
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts",
2518
+ "line": 6,
2519
+ "character": 2,
2520
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts#L6"
2521
+ }
2522
+ ],
2523
+ "type": {
2524
+ "type": "intrinsic",
2525
+ "name": "number"
2526
+ }
2527
+ },
2528
+ {
2529
+ "id": 183,
2530
+ "name": "data",
2531
+ "kind": 1024,
2532
+ "kindString": "Property",
2533
+ "flags": {
2534
+ "isOptional": true
2535
+ },
2536
+ "sources": [
2537
+ {
2538
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts",
2539
+ "line": 7,
2540
+ "character": 2,
2541
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts#L7"
2542
+ }
2543
+ ],
2544
+ "type": {
2545
+ "type": "intrinsic",
2546
+ "name": "string"
2547
+ }
2548
+ },
2549
+ {
2550
+ "id": 180,
2551
+ "name": "name",
2552
+ "kind": 1024,
2553
+ "kindString": "Property",
2554
+ "flags": {
2555
+ "isOptional": true
2556
+ },
2557
+ "sources": [
2558
+ {
2559
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts",
2560
+ "line": 4,
2561
+ "character": 2,
2562
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts#L4"
2563
+ }
2564
+ ],
2565
+ "type": {
2566
+ "type": "intrinsic",
2567
+ "name": "string"
2568
+ }
2569
+ },
2570
+ {
2571
+ "id": 181,
2572
+ "name": "type",
2573
+ "kind": 1024,
2574
+ "kindString": "Property",
2575
+ "flags": {
2576
+ "isOptional": true
2577
+ },
2578
+ "sources": [
2579
+ {
2580
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts",
2581
+ "line": 5,
2582
+ "character": 2,
2583
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts#L5"
2584
+ }
2585
+ ],
2586
+ "type": {
2587
+ "type": "reference",
2588
+ "id": 132,
2589
+ "name": "DnsRecordType"
2590
+ }
2591
+ }
2592
+ ],
2593
+ "groups": [
2594
+ {
2595
+ "title": "Properties",
2596
+ "children": [
2597
+ 182,
2598
+ 183,
2599
+ 180,
2600
+ 181
2601
+ ]
2602
+ }
2603
+ ],
2604
+ "sources": [
2605
+ {
2606
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts",
2607
+ "line": 3,
2608
+ "character": 17,
2609
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultAnswer.ts#L3"
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "id": 184,
2615
+ "name": "GoogleDnsResultQuestion",
2616
+ "kind": 256,
2617
+ "kindString": "Interface",
2618
+ "flags": {},
2619
+ "children": [
2620
+ {
2621
+ "id": 187,
2622
+ "name": "cd",
2623
+ "kind": 1024,
2624
+ "kindString": "Property",
2625
+ "flags": {
2626
+ "isOptional": true
2627
+ },
2628
+ "sources": [
2629
+ {
2630
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2631
+ "line": 6,
2632
+ "character": 2,
2633
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L6"
2634
+ }
2635
+ ],
2636
+ "type": {
2637
+ "type": "intrinsic",
2638
+ "name": "boolean"
2639
+ }
2640
+ },
2641
+ {
2642
+ "id": 188,
2643
+ "name": "ct",
2644
+ "kind": 1024,
2645
+ "kindString": "Property",
2646
+ "flags": {
2647
+ "isOptional": true
2648
+ },
2649
+ "sources": [
2650
+ {
2651
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2652
+ "line": 7,
2653
+ "character": 2,
2654
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L7"
2655
+ }
2656
+ ],
2657
+ "type": {
2658
+ "type": "intrinsic",
2659
+ "name": "string"
2660
+ }
2661
+ },
2662
+ {
2663
+ "id": 189,
2664
+ "name": "do",
2665
+ "kind": 1024,
2666
+ "kindString": "Property",
2667
+ "flags": {
2668
+ "isOptional": true
2669
+ },
2670
+ "sources": [
2671
+ {
2672
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2673
+ "line": 8,
2674
+ "character": 2,
2675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L8"
2676
+ }
2677
+ ],
2678
+ "type": {
2679
+ "type": "intrinsic",
2680
+ "name": "boolean"
2681
+ }
2682
+ },
2683
+ {
2684
+ "id": 190,
2685
+ "name": "edns_client_subnet",
2686
+ "kind": 1024,
2687
+ "kindString": "Property",
2688
+ "flags": {
2689
+ "isOptional": true
2690
+ },
2691
+ "sources": [
2692
+ {
2693
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2694
+ "line": 9,
2695
+ "character": 2,
2696
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L9"
2697
+ }
2698
+ ],
2699
+ "type": {
2700
+ "type": "intrinsic",
2701
+ "name": "string"
2702
+ }
2703
+ },
2704
+ {
2705
+ "id": 185,
2706
+ "name": "name",
2707
+ "kind": 1024,
2708
+ "kindString": "Property",
2709
+ "flags": {
2710
+ "isOptional": true
2711
+ },
2712
+ "sources": [
2713
+ {
2714
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2715
+ "line": 4,
2716
+ "character": 2,
2717
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L4"
2718
+ }
2719
+ ],
2720
+ "type": {
2721
+ "type": "intrinsic",
2722
+ "name": "string"
2723
+ }
2724
+ },
2725
+ {
2726
+ "id": 191,
2727
+ "name": "random_padding",
2728
+ "kind": 1024,
2729
+ "kindString": "Property",
2730
+ "flags": {
2731
+ "isOptional": true
2732
+ },
2733
+ "sources": [
2734
+ {
2735
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2736
+ "line": 10,
2737
+ "character": 2,
2738
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L10"
2739
+ }
2740
+ ],
2741
+ "type": {
2742
+ "type": "intrinsic",
2743
+ "name": "string"
2744
+ }
2745
+ },
2746
+ {
2747
+ "id": 186,
2748
+ "name": "type",
2749
+ "kind": 1024,
2750
+ "kindString": "Property",
2751
+ "flags": {
2752
+ "isOptional": true
2753
+ },
2754
+ "sources": [
2755
+ {
2756
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2757
+ "line": 5,
2758
+ "character": 2,
2759
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L5"
2760
+ }
2761
+ ],
2762
+ "type": {
2763
+ "type": "reference",
2764
+ "id": 132,
2765
+ "name": "DnsRecordType"
2766
+ }
2767
+ }
2768
+ ],
2769
+ "groups": [
2770
+ {
2771
+ "title": "Properties",
2772
+ "children": [
2773
+ 187,
2774
+ 188,
2775
+ 189,
2776
+ 190,
2777
+ 185,
2778
+ 191,
2779
+ 186
2780
+ ]
2781
+ }
2782
+ ],
2783
+ "sources": [
2784
+ {
2785
+ "fileName": "packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts",
2786
+ "line": 3,
2787
+ "character": 17,
2788
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/GoogleDnsResultQuestion.ts#L3"
2789
+ }
2790
+ ]
2791
+ },
2792
+ {
2793
+ "id": 214,
2794
+ "name": "XyoValidator",
2795
+ "kind": 256,
2796
+ "kindString": "Interface",
2797
+ "flags": {},
2798
+ "children": [
2799
+ {
2800
+ "id": 215,
2801
+ "name": "validate",
2802
+ "kind": 2048,
2803
+ "kindString": "Method",
2804
+ "flags": {},
2805
+ "sources": [
2806
+ {
2807
+ "fileName": "packages/sdk/core/src/lib/XyoValidator.ts",
2808
+ "line": 5,
2809
+ "character": 2,
2810
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoValidator.ts#L5"
2811
+ }
2812
+ ],
2813
+ "signatures": [
2814
+ {
2815
+ "id": 216,
2816
+ "name": "validate",
2817
+ "kind": 4096,
2818
+ "kindString": "Call signature",
2819
+ "flags": {},
2820
+ "parameters": [
2821
+ {
2822
+ "id": 217,
2823
+ "name": "payload",
2824
+ "kind": 32768,
2825
+ "kindString": "Parameter",
2826
+ "flags": {},
2827
+ "type": {
2828
+ "type": "reference",
2829
+ "id": 218,
2830
+ "name": "T"
2831
+ }
2832
+ }
2833
+ ],
2834
+ "type": {
2835
+ "type": "array",
2836
+ "elementType": {
2837
+ "type": "reference",
2838
+ "name": "Error",
2839
+ "qualifiedName": "Error",
2840
+ "package": "typescript"
2841
+ }
2842
+ }
2843
+ }
2844
+ ]
2845
+ }
2846
+ ],
2847
+ "groups": [
2848
+ {
2849
+ "title": "Methods",
2850
+ "children": [
2851
+ 215
2852
+ ]
2853
+ }
2854
+ ],
2855
+ "sources": [
2856
+ {
2857
+ "fileName": "packages/sdk/core/src/lib/XyoValidator.ts",
2858
+ "line": 4,
2859
+ "character": 17,
2860
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/XyoValidator.ts#L4"
2861
+ }
2862
+ ],
2863
+ "typeParameters": [
2864
+ {
2865
+ "id": 218,
2866
+ "name": "T",
2867
+ "kind": 131072,
2868
+ "kindString": "Type parameter",
2869
+ "flags": {},
2870
+ "type": {
2871
+ "type": "reference",
2872
+ "id": 195,
2873
+ "name": "EmptyObject"
2874
+ },
2875
+ "default": {
2876
+ "type": "reference",
2877
+ "id": 195,
2878
+ "name": "EmptyObject"
2879
+ }
2880
+ }
2881
+ ],
2882
+ "implementedBy": [
2883
+ {
2884
+ "type": "reference",
2885
+ "id": 219,
2886
+ "name": "XyoValidatorBase"
2887
+ }
2888
+ ]
2889
+ },
2890
+ {
2891
+ "id": 195,
2892
+ "name": "EmptyObject",
2893
+ "kind": 4194304,
2894
+ "kindString": "Type alias",
2895
+ "flags": {},
2896
+ "sources": [
2897
+ {
2898
+ "fileName": "packages/sdk/core/src/lib/EmptyObject.ts",
2899
+ "line": 2,
2900
+ "character": 12,
2901
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/EmptyObject.ts#L2"
2902
+ }
2903
+ ],
2904
+ "type": {
2905
+ "type": "reflection",
2906
+ "declaration": {
2907
+ "id": 196,
2908
+ "name": "__type",
2909
+ "kind": 65536,
2910
+ "kindString": "Type literal",
2911
+ "flags": {},
2912
+ "sources": [
2913
+ {
2914
+ "fileName": "packages/sdk/core/src/lib/EmptyObject.ts",
2915
+ "line": 2,
2916
+ "character": 26,
2917
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/EmptyObject.ts#L2"
2918
+ }
2919
+ ]
2920
+ }
2921
+ }
2922
+ },
2923
+ {
2924
+ "id": 199,
2925
+ "name": "StringKeyObject",
2926
+ "kind": 4194304,
2927
+ "kindString": "Type alias",
2928
+ "flags": {},
2929
+ "sources": [
2930
+ {
2931
+ "fileName": "packages/sdk/core/src/lib/StringKeyObject.ts",
2932
+ "line": 1,
2933
+ "character": 12,
2934
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/StringKeyObject.ts#L1"
2935
+ }
2936
+ ],
2937
+ "type": {
2938
+ "type": "reflection",
2939
+ "declaration": {
2940
+ "id": 200,
2941
+ "name": "__type",
2942
+ "kind": 65536,
2943
+ "kindString": "Type literal",
2944
+ "flags": {},
2945
+ "sources": [
2946
+ {
2947
+ "fileName": "packages/sdk/core/src/lib/StringKeyObject.ts",
2948
+ "line": 1,
2949
+ "character": 30,
2950
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/StringKeyObject.ts#L1"
2951
+ }
2952
+ ],
2953
+ "indexSignature": {
2954
+ "id": 201,
2955
+ "name": "__index",
2956
+ "kind": 8192,
2957
+ "kindString": "Index signature",
2958
+ "flags": {},
2959
+ "parameters": [
2960
+ {
2961
+ "id": 202,
2962
+ "name": "key",
2963
+ "kind": 32768,
2964
+ "flags": {},
2965
+ "type": {
2966
+ "type": "intrinsic",
2967
+ "name": "string"
2968
+ }
2969
+ }
2970
+ ],
2971
+ "type": {
2972
+ "type": "intrinsic",
2973
+ "name": "unknown"
2974
+ }
2975
+ }
2976
+ }
2977
+ }
2978
+ },
2979
+ {
2980
+ "id": 203,
2981
+ "name": "WithAdditional",
2982
+ "kind": 4194304,
2983
+ "kindString": "Type alias",
2984
+ "flags": {},
2985
+ "sources": [
2986
+ {
2987
+ "fileName": "packages/sdk/core/src/lib/StringKeyObject.ts",
2988
+ "line": 2,
2989
+ "character": 12,
2990
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/StringKeyObject.ts#L2"
2991
+ }
2992
+ ],
2993
+ "typeParameters": [
2994
+ {
2995
+ "id": 204,
2996
+ "name": "T",
2997
+ "kind": 131072,
2998
+ "kindString": "Type parameter",
2999
+ "flags": {}
3000
+ }
3001
+ ],
3002
+ "type": {
3003
+ "type": "intersection",
3004
+ "types": [
3005
+ {
3006
+ "type": "reference",
3007
+ "id": 204,
3008
+ "name": "T"
3009
+ },
3010
+ {
3011
+ "type": "reference",
3012
+ "id": 199,
3013
+ "name": "StringKeyObject"
3014
+ }
3015
+ ]
3016
+ }
3017
+ },
3018
+ {
3019
+ "id": 52,
3020
+ "name": "XyoDataLike",
3021
+ "kind": 4194304,
3022
+ "kindString": "Type alias",
3023
+ "flags": {},
3024
+ "sources": [
3025
+ {
3026
+ "fileName": "packages/sdk/core/src/Data/XyoDataLike.ts",
3027
+ "line": 5,
3028
+ "character": 12,
3029
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/XyoDataLike.ts#L5"
3030
+ }
3031
+ ],
3032
+ "type": {
3033
+ "type": "union",
3034
+ "types": [
3035
+ {
3036
+ "type": "intrinsic",
3037
+ "name": "string"
3038
+ },
3039
+ {
3040
+ "type": "reference",
3041
+ "name": "BigNumber",
3042
+ "qualifiedName": "BN",
3043
+ "package": "@types/bn.js"
3044
+ },
3045
+ {
3046
+ "type": "reference",
3047
+ "name": "Uint8Array",
3048
+ "qualifiedName": "Uint8Array",
3049
+ "package": "typescript"
3050
+ },
3051
+ {
3052
+ "type": "reference",
3053
+ "id": 1,
3054
+ "name": "XyoAbstractData"
3055
+ }
3056
+ ]
3057
+ }
3058
+ },
3059
+ {
3060
+ "id": 57,
3061
+ "name": "deepBy",
3062
+ "kind": 64,
3063
+ "kindString": "Function",
3064
+ "flags": {},
3065
+ "sources": [
3066
+ {
3067
+ "fileName": "packages/sdk/core/src/Hasher/removeFields.ts",
3068
+ "line": 11,
3069
+ "character": 13,
3070
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/removeFields.ts#L11"
3071
+ }
3072
+ ],
3073
+ "signatures": [
3074
+ {
3075
+ "id": 58,
3076
+ "name": "deepBy",
3077
+ "kind": 4096,
3078
+ "kindString": "Call signature",
3079
+ "flags": {},
3080
+ "typeParameter": [
3081
+ {
3082
+ "id": 59,
3083
+ "name": "T",
3084
+ "kind": 131072,
3085
+ "kindString": "Type parameter",
3086
+ "flags": {},
3087
+ "type": {
3088
+ "type": "reference",
3089
+ "id": 195,
3090
+ "name": "EmptyObject"
3091
+ }
3092
+ }
3093
+ ],
3094
+ "parameters": [
3095
+ {
3096
+ "id": 60,
3097
+ "name": "obj",
3098
+ "kind": 32768,
3099
+ "kindString": "Parameter",
3100
+ "flags": {},
3101
+ "type": {
3102
+ "type": "reference",
3103
+ "id": 59,
3104
+ "name": "T"
3105
+ }
3106
+ },
3107
+ {
3108
+ "id": 61,
3109
+ "name": "predicate",
3110
+ "kind": 32768,
3111
+ "kindString": "Parameter",
3112
+ "flags": {},
3113
+ "type": {
3114
+ "type": "reference",
3115
+ "typeArguments": [
3116
+ {
3117
+ "type": "reference",
3118
+ "id": 59,
3119
+ "name": "T"
3120
+ }
3121
+ ],
3122
+ "name": "ValueKeyIteratee",
3123
+ "qualifiedName": "ValueKeyIteratee",
3124
+ "package": "@types/lodash"
3125
+ }
3126
+ },
3127
+ {
3128
+ "id": 62,
3129
+ "name": "func",
3130
+ "kind": 32768,
3131
+ "kindString": "Parameter",
3132
+ "flags": {},
3133
+ "type": {
3134
+ "type": "union",
3135
+ "types": [
3136
+ {
3137
+ "type": "reflection",
3138
+ "declaration": {
3139
+ "id": 63,
3140
+ "name": "__type",
3141
+ "kind": 65536,
3142
+ "kindString": "Type literal",
3143
+ "flags": {},
3144
+ "sources": [
3145
+ {
3146
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3147
+ "line": 1954,
3148
+ "character": 8
3149
+ },
3150
+ {
3151
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3152
+ "line": 1958,
3153
+ "character": 8
3154
+ },
3155
+ {
3156
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3157
+ "line": 1962,
3158
+ "character": 8
3159
+ }
3160
+ ],
3161
+ "signatures": [
3162
+ {
3163
+ "id": 64,
3164
+ "name": "__type",
3165
+ "kind": 4096,
3166
+ "kindString": "Call signature",
3167
+ "flags": {},
3168
+ "comment": {
3169
+ "summary": [
3170
+ {
3171
+ "kind": "text",
3172
+ "text": "The opposite of "
3173
+ },
3174
+ {
3175
+ "kind": "code",
3176
+ "text": "`_.pickBy`"
3177
+ },
3178
+ {
3179
+ "kind": "text",
3180
+ "text": "; this method creates an object composed of the\nown and inherited enumerable properties of "
3181
+ },
3182
+ {
3183
+ "kind": "code",
3184
+ "text": "`object`"
3185
+ },
3186
+ {
3187
+ "kind": "text",
3188
+ "text": " that "
3189
+ },
3190
+ {
3191
+ "kind": "code",
3192
+ "text": "`predicate`"
3193
+ },
3194
+ {
3195
+ "kind": "text",
3196
+ "text": "\ndoesn't return truthy for."
3197
+ }
3198
+ ],
3199
+ "blockTags": [
3200
+ {
3201
+ "tag": "@category",
3202
+ "content": [
3203
+ {
3204
+ "kind": "text",
3205
+ "text": "Object"
3206
+ }
3207
+ ]
3208
+ },
3209
+ {
3210
+ "tag": "@returns",
3211
+ "content": [
3212
+ {
3213
+ "kind": "text",
3214
+ "text": "Returns the new object."
3215
+ }
3216
+ ]
3217
+ },
3218
+ {
3219
+ "tag": "@example",
3220
+ "content": [
3221
+ {
3222
+ "kind": "code",
3223
+ "text": "```ts\nvar object = { 'a': 1, 'b': '2', 'c': 3 };\n\n_.omitBy(object, _.isNumber);\n// => { 'b': '2' }\n```"
3224
+ }
3225
+ ]
3226
+ }
3227
+ ]
3228
+ },
3229
+ "typeParameter": [
3230
+ {
3231
+ "id": 65,
3232
+ "name": "T",
3233
+ "kind": 131072,
3234
+ "kindString": "Type parameter",
3235
+ "flags": {}
3236
+ }
3237
+ ],
3238
+ "parameters": [
3239
+ {
3240
+ "id": 66,
3241
+ "name": "object",
3242
+ "kind": 32768,
3243
+ "kindString": "Parameter",
3244
+ "flags": {},
3245
+ "comment": {
3246
+ "summary": [
3247
+ {
3248
+ "kind": "text",
3249
+ "text": "The source object."
3250
+ }
3251
+ ]
3252
+ },
3253
+ "type": {
3254
+ "type": "union",
3255
+ "types": [
3256
+ {
3257
+ "type": "intrinsic",
3258
+ "name": "undefined"
3259
+ },
3260
+ {
3261
+ "type": "literal",
3262
+ "value": null
3263
+ },
3264
+ {
3265
+ "type": "reference",
3266
+ "typeArguments": [
3267
+ {
3268
+ "type": "reference",
3269
+ "id": 65,
3270
+ "name": "T",
3271
+ "qualifiedName": "T",
3272
+ "package": "@types/lodash"
3273
+ }
3274
+ ],
3275
+ "name": "Dictionary",
3276
+ "qualifiedName": "Dictionary",
3277
+ "package": "@types/lodash"
3278
+ }
3279
+ ]
3280
+ }
3281
+ },
3282
+ {
3283
+ "id": 67,
3284
+ "name": "predicate",
3285
+ "kind": 32768,
3286
+ "kindString": "Parameter",
3287
+ "flags": {
3288
+ "isOptional": true
3289
+ },
3290
+ "comment": {
3291
+ "summary": [
3292
+ {
3293
+ "kind": "text",
3294
+ "text": "The function invoked per property."
3295
+ }
3296
+ ]
3297
+ },
3298
+ "type": {
3299
+ "type": "reference",
3300
+ "typeArguments": [
3301
+ {
3302
+ "type": "reference",
3303
+ "id": 65,
3304
+ "name": "T",
3305
+ "qualifiedName": "T",
3306
+ "package": "@types/lodash"
3307
+ }
3308
+ ],
3309
+ "name": "ValueKeyIteratee",
3310
+ "qualifiedName": "ValueKeyIteratee",
3311
+ "package": "@types/lodash"
3312
+ }
3313
+ }
3314
+ ],
3315
+ "type": {
3316
+ "type": "reference",
3317
+ "typeArguments": [
3318
+ {
3319
+ "type": "reference",
3320
+ "id": 65,
3321
+ "name": "T",
3322
+ "qualifiedName": "T",
3323
+ "package": "@types/lodash"
3324
+ }
3325
+ ],
3326
+ "name": "Dictionary",
3327
+ "qualifiedName": "Dictionary",
3328
+ "package": "@types/lodash"
3329
+ }
3330
+ },
3331
+ {
3332
+ "id": 68,
3333
+ "name": "__type",
3334
+ "kind": 4096,
3335
+ "kindString": "Call signature",
3336
+ "flags": {},
3337
+ "comment": {
3338
+ "summary": [],
3339
+ "blockTags": [
3340
+ {
3341
+ "tag": "@see",
3342
+ "content": [
3343
+ {
3344
+ "kind": "text",
3345
+ "text": "_.omitBy"
3346
+ }
3347
+ ]
3348
+ }
3349
+ ]
3350
+ },
3351
+ "typeParameter": [
3352
+ {
3353
+ "id": 69,
3354
+ "name": "T",
3355
+ "kind": 131072,
3356
+ "kindString": "Type parameter",
3357
+ "flags": {}
3358
+ }
3359
+ ],
3360
+ "parameters": [
3361
+ {
3362
+ "id": 70,
3363
+ "name": "object",
3364
+ "kind": 32768,
3365
+ "kindString": "Parameter",
3366
+ "flags": {},
3367
+ "type": {
3368
+ "type": "union",
3369
+ "types": [
3370
+ {
3371
+ "type": "intrinsic",
3372
+ "name": "undefined"
3373
+ },
3374
+ {
3375
+ "type": "literal",
3376
+ "value": null
3377
+ },
3378
+ {
3379
+ "type": "reference",
3380
+ "typeArguments": [
3381
+ {
3382
+ "type": "reference",
3383
+ "id": 69,
3384
+ "name": "T",
3385
+ "qualifiedName": "T",
3386
+ "package": "@types/lodash"
3387
+ }
3388
+ ],
3389
+ "name": "NumericDictionary",
3390
+ "qualifiedName": "NumericDictionary",
3391
+ "package": "@types/lodash"
3392
+ }
3393
+ ]
3394
+ }
3395
+ },
3396
+ {
3397
+ "id": 71,
3398
+ "name": "predicate",
3399
+ "kind": 32768,
3400
+ "kindString": "Parameter",
3401
+ "flags": {
3402
+ "isOptional": true
3403
+ },
3404
+ "type": {
3405
+ "type": "reference",
3406
+ "typeArguments": [
3407
+ {
3408
+ "type": "reference",
3409
+ "id": 69,
3410
+ "name": "T",
3411
+ "qualifiedName": "T",
3412
+ "package": "@types/lodash"
3413
+ }
3414
+ ],
3415
+ "name": "ValueKeyIteratee",
3416
+ "qualifiedName": "ValueKeyIteratee",
3417
+ "package": "@types/lodash"
3418
+ }
3419
+ }
3420
+ ],
3421
+ "type": {
3422
+ "type": "reference",
3423
+ "typeArguments": [
3424
+ {
3425
+ "type": "reference",
3426
+ "id": 69,
3427
+ "name": "T",
3428
+ "qualifiedName": "T",
3429
+ "package": "@types/lodash"
3430
+ }
3431
+ ],
3432
+ "name": "NumericDictionary",
3433
+ "qualifiedName": "NumericDictionary",
3434
+ "package": "@types/lodash"
3435
+ }
3436
+ },
3437
+ {
3438
+ "id": 72,
3439
+ "name": "__type",
3440
+ "kind": 4096,
3441
+ "kindString": "Call signature",
3442
+ "flags": {},
3443
+ "comment": {
3444
+ "summary": [],
3445
+ "blockTags": [
3446
+ {
3447
+ "tag": "@see",
3448
+ "content": [
3449
+ {
3450
+ "kind": "text",
3451
+ "text": "_.omitBy"
3452
+ }
3453
+ ]
3454
+ }
3455
+ ]
3456
+ },
3457
+ "typeParameter": [
3458
+ {
3459
+ "id": 73,
3460
+ "name": "T",
3461
+ "kind": 131072,
3462
+ "kindString": "Type parameter",
3463
+ "flags": {},
3464
+ "type": {
3465
+ "type": "intrinsic",
3466
+ "name": "object"
3467
+ }
3468
+ }
3469
+ ],
3470
+ "parameters": [
3471
+ {
3472
+ "id": 74,
3473
+ "name": "object",
3474
+ "kind": 32768,
3475
+ "kindString": "Parameter",
3476
+ "flags": {},
3477
+ "type": {
3478
+ "type": "union",
3479
+ "types": [
3480
+ {
3481
+ "type": "intrinsic",
3482
+ "name": "undefined"
3483
+ },
3484
+ {
3485
+ "type": "literal",
3486
+ "value": null
3487
+ },
3488
+ {
3489
+ "type": "reference",
3490
+ "id": 73,
3491
+ "name": "T",
3492
+ "qualifiedName": "T",
3493
+ "package": "@types/lodash"
3494
+ }
3495
+ ]
3496
+ }
3497
+ },
3498
+ {
3499
+ "id": 75,
3500
+ "name": "predicate",
3501
+ "kind": 32768,
3502
+ "kindString": "Parameter",
3503
+ "flags": {},
3504
+ "type": {
3505
+ "type": "reference",
3506
+ "typeArguments": [
3507
+ {
3508
+ "type": "indexedAccess",
3509
+ "indexType": {
3510
+ "type": "typeOperator",
3511
+ "operator": "keyof",
3512
+ "target": {
3513
+ "type": "reference",
3514
+ "id": 73,
3515
+ "name": "T",
3516
+ "qualifiedName": "T",
3517
+ "package": "@types/lodash"
3518
+ }
3519
+ },
3520
+ "objectType": {
3521
+ "type": "reference",
3522
+ "id": 73,
3523
+ "name": "T",
3524
+ "qualifiedName": "T",
3525
+ "package": "@types/lodash"
3526
+ }
3527
+ }
3528
+ ],
3529
+ "name": "ValueKeyIteratee",
3530
+ "qualifiedName": "ValueKeyIteratee",
3531
+ "package": "@types/lodash"
3532
+ }
3533
+ }
3534
+ ],
3535
+ "type": {
3536
+ "type": "reference",
3537
+ "typeArguments": [
3538
+ {
3539
+ "type": "reference",
3540
+ "id": 73,
3541
+ "name": "T",
3542
+ "qualifiedName": "T",
3543
+ "package": "@types/lodash"
3544
+ }
3545
+ ],
3546
+ "name": "Partial",
3547
+ "qualifiedName": "Partial",
3548
+ "package": "typescript"
3549
+ }
3550
+ }
3551
+ ]
3552
+ }
3553
+ },
3554
+ {
3555
+ "type": "reflection",
3556
+ "declaration": {
3557
+ "id": 76,
3558
+ "name": "__type",
3559
+ "kind": 65536,
3560
+ "kindString": "Type literal",
3561
+ "flags": {},
3562
+ "sources": [
3563
+ {
3564
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3565
+ "line": 2046,
3566
+ "character": 8
3567
+ },
3568
+ {
3569
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3570
+ "line": 2050,
3571
+ "character": 8
3572
+ },
3573
+ {
3574
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3575
+ "line": 2054,
3576
+ "character": 8
3577
+ },
3578
+ {
3579
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3580
+ "line": 2058,
3581
+ "character": 8
3582
+ },
3583
+ {
3584
+ "fileName": "node_modules/@types/lodash/common/object.d.ts",
3585
+ "line": 2062,
3586
+ "character": 8
3587
+ }
3588
+ ],
3589
+ "signatures": [
3590
+ {
3591
+ "id": 77,
3592
+ "name": "__type",
3593
+ "kind": 4096,
3594
+ "kindString": "Call signature",
3595
+ "flags": {},
3596
+ "comment": {
3597
+ "summary": [
3598
+ {
3599
+ "kind": "text",
3600
+ "text": "Creates an object composed of the "
3601
+ },
3602
+ {
3603
+ "kind": "code",
3604
+ "text": "`object`"
3605
+ },
3606
+ {
3607
+ "kind": "text",
3608
+ "text": " properties "
3609
+ },
3610
+ {
3611
+ "kind": "code",
3612
+ "text": "`predicate`"
3613
+ },
3614
+ {
3615
+ "kind": "text",
3616
+ "text": " returns\ntruthy for. The predicate is invoked with two arguments: (value, key)."
3617
+ }
3618
+ ],
3619
+ "blockTags": [
3620
+ {
3621
+ "tag": "@category",
3622
+ "content": [
3623
+ {
3624
+ "kind": "text",
3625
+ "text": "Object"
3626
+ }
3627
+ ]
3628
+ },
3629
+ {
3630
+ "tag": "@returns",
3631
+ "content": [
3632
+ {
3633
+ "kind": "text",
3634
+ "text": "Returns the new object."
3635
+ }
3636
+ ]
3637
+ },
3638
+ {
3639
+ "tag": "@example",
3640
+ "content": [
3641
+ {
3642
+ "kind": "code",
3643
+ "text": "```ts\nvar object = { 'a': 1, 'b': '2', 'c': 3 };\n\n_.pickBy(object, _.isNumber);\n// => { 'a': 1, 'c': 3 }\n```"
3644
+ }
3645
+ ]
3646
+ }
3647
+ ]
3648
+ },
3649
+ "typeParameter": [
3650
+ {
3651
+ "id": 78,
3652
+ "name": "T",
3653
+ "kind": 131072,
3654
+ "kindString": "Type parameter",
3655
+ "flags": {}
3656
+ },
3657
+ {
3658
+ "id": 79,
3659
+ "name": "S",
3660
+ "kind": 131072,
3661
+ "kindString": "Type parameter",
3662
+ "flags": {}
3663
+ }
3664
+ ],
3665
+ "parameters": [
3666
+ {
3667
+ "id": 80,
3668
+ "name": "object",
3669
+ "kind": 32768,
3670
+ "kindString": "Parameter",
3671
+ "flags": {},
3672
+ "comment": {
3673
+ "summary": [
3674
+ {
3675
+ "kind": "text",
3676
+ "text": "The source object."
3677
+ }
3678
+ ]
3679
+ },
3680
+ "type": {
3681
+ "type": "union",
3682
+ "types": [
3683
+ {
3684
+ "type": "intrinsic",
3685
+ "name": "undefined"
3686
+ },
3687
+ {
3688
+ "type": "literal",
3689
+ "value": null
3690
+ },
3691
+ {
3692
+ "type": "reference",
3693
+ "typeArguments": [
3694
+ {
3695
+ "type": "reference",
3696
+ "id": 78,
3697
+ "name": "T",
3698
+ "qualifiedName": "T",
3699
+ "package": "@types/lodash"
3700
+ }
3701
+ ],
3702
+ "name": "Dictionary",
3703
+ "qualifiedName": "Dictionary",
3704
+ "package": "@types/lodash"
3705
+ }
3706
+ ]
3707
+ }
3708
+ },
3709
+ {
3710
+ "id": 81,
3711
+ "name": "predicate",
3712
+ "kind": 32768,
3713
+ "kindString": "Parameter",
3714
+ "flags": {
3715
+ "isOptional": true
3716
+ },
3717
+ "comment": {
3718
+ "summary": [
3719
+ {
3720
+ "kind": "text",
3721
+ "text": "The function invoked per property."
3722
+ }
3723
+ ]
3724
+ },
3725
+ "type": {
3726
+ "type": "reference",
3727
+ "typeArguments": [
3728
+ {
3729
+ "type": "reference",
3730
+ "id": 78,
3731
+ "name": "T",
3732
+ "qualifiedName": "T",
3733
+ "package": "@types/lodash"
3734
+ },
3735
+ {
3736
+ "type": "reference",
3737
+ "id": 79,
3738
+ "name": "S",
3739
+ "qualifiedName": "S",
3740
+ "package": "@types/lodash"
3741
+ }
3742
+ ],
3743
+ "name": "ValueKeyIterateeTypeGuard",
3744
+ "qualifiedName": "ValueKeyIterateeTypeGuard",
3745
+ "package": "@types/lodash"
3746
+ }
3747
+ }
3748
+ ],
3749
+ "type": {
3750
+ "type": "reference",
3751
+ "typeArguments": [
3752
+ {
3753
+ "type": "reference",
3754
+ "id": 79,
3755
+ "name": "S",
3756
+ "qualifiedName": "S",
3757
+ "package": "@types/lodash"
3758
+ }
3759
+ ],
3760
+ "name": "Dictionary",
3761
+ "qualifiedName": "Dictionary",
3762
+ "package": "@types/lodash"
3763
+ }
3764
+ },
3765
+ {
3766
+ "id": 82,
3767
+ "name": "__type",
3768
+ "kind": 4096,
3769
+ "kindString": "Call signature",
3770
+ "flags": {},
3771
+ "comment": {
3772
+ "summary": [],
3773
+ "blockTags": [
3774
+ {
3775
+ "tag": "@see",
3776
+ "content": [
3777
+ {
3778
+ "kind": "text",
3779
+ "text": "_.pickBy"
3780
+ }
3781
+ ]
3782
+ }
3783
+ ]
3784
+ },
3785
+ "typeParameter": [
3786
+ {
3787
+ "id": 83,
3788
+ "name": "T",
3789
+ "kind": 131072,
3790
+ "kindString": "Type parameter",
3791
+ "flags": {}
3792
+ },
3793
+ {
3794
+ "id": 84,
3795
+ "name": "S",
3796
+ "kind": 131072,
3797
+ "kindString": "Type parameter",
3798
+ "flags": {}
3799
+ }
3800
+ ],
3801
+ "parameters": [
3802
+ {
3803
+ "id": 85,
3804
+ "name": "object",
3805
+ "kind": 32768,
3806
+ "kindString": "Parameter",
3807
+ "flags": {},
3808
+ "type": {
3809
+ "type": "union",
3810
+ "types": [
3811
+ {
3812
+ "type": "intrinsic",
3813
+ "name": "undefined"
3814
+ },
3815
+ {
3816
+ "type": "literal",
3817
+ "value": null
3818
+ },
3819
+ {
3820
+ "type": "reference",
3821
+ "typeArguments": [
3822
+ {
3823
+ "type": "reference",
3824
+ "id": 83,
3825
+ "name": "T",
3826
+ "qualifiedName": "T",
3827
+ "package": "@types/lodash"
3828
+ }
3829
+ ],
3830
+ "name": "NumericDictionary",
3831
+ "qualifiedName": "NumericDictionary",
3832
+ "package": "@types/lodash"
3833
+ }
3834
+ ]
3835
+ }
3836
+ },
3837
+ {
3838
+ "id": 86,
3839
+ "name": "predicate",
3840
+ "kind": 32768,
3841
+ "kindString": "Parameter",
3842
+ "flags": {},
3843
+ "type": {
3844
+ "type": "reference",
3845
+ "typeArguments": [
3846
+ {
3847
+ "type": "reference",
3848
+ "id": 83,
3849
+ "name": "T",
3850
+ "qualifiedName": "T",
3851
+ "package": "@types/lodash"
3852
+ },
3853
+ {
3854
+ "type": "reference",
3855
+ "id": 84,
3856
+ "name": "S",
3857
+ "qualifiedName": "S",
3858
+ "package": "@types/lodash"
3859
+ }
3860
+ ],
3861
+ "name": "ValueKeyIterateeTypeGuard",
3862
+ "qualifiedName": "ValueKeyIterateeTypeGuard",
3863
+ "package": "@types/lodash"
3864
+ }
3865
+ }
3866
+ ],
3867
+ "type": {
3868
+ "type": "reference",
3869
+ "typeArguments": [
3870
+ {
3871
+ "type": "reference",
3872
+ "id": 84,
3873
+ "name": "S",
3874
+ "qualifiedName": "S",
3875
+ "package": "@types/lodash"
3876
+ }
3877
+ ],
3878
+ "name": "NumericDictionary",
3879
+ "qualifiedName": "NumericDictionary",
3880
+ "package": "@types/lodash"
3881
+ }
3882
+ },
3883
+ {
3884
+ "id": 87,
3885
+ "name": "__type",
3886
+ "kind": 4096,
3887
+ "kindString": "Call signature",
3888
+ "flags": {},
3889
+ "comment": {
3890
+ "summary": [],
3891
+ "blockTags": [
3892
+ {
3893
+ "tag": "@see",
3894
+ "content": [
3895
+ {
3896
+ "kind": "text",
3897
+ "text": "_.pickBy"
3898
+ }
3899
+ ]
3900
+ }
3901
+ ]
3902
+ },
3903
+ "typeParameter": [
3904
+ {
3905
+ "id": 88,
3906
+ "name": "T",
3907
+ "kind": 131072,
3908
+ "kindString": "Type parameter",
3909
+ "flags": {}
3910
+ }
3911
+ ],
3912
+ "parameters": [
3913
+ {
3914
+ "id": 89,
3915
+ "name": "object",
3916
+ "kind": 32768,
3917
+ "kindString": "Parameter",
3918
+ "flags": {},
3919
+ "type": {
3920
+ "type": "union",
3921
+ "types": [
3922
+ {
3923
+ "type": "intrinsic",
3924
+ "name": "undefined"
3925
+ },
3926
+ {
3927
+ "type": "literal",
3928
+ "value": null
3929
+ },
3930
+ {
3931
+ "type": "reference",
3932
+ "typeArguments": [
3933
+ {
3934
+ "type": "reference",
3935
+ "id": 88,
3936
+ "name": "T",
3937
+ "qualifiedName": "T",
3938
+ "package": "@types/lodash"
3939
+ }
3940
+ ],
3941
+ "name": "Dictionary",
3942
+ "qualifiedName": "Dictionary",
3943
+ "package": "@types/lodash"
3944
+ }
3945
+ ]
3946
+ }
3947
+ },
3948
+ {
3949
+ "id": 90,
3950
+ "name": "predicate",
3951
+ "kind": 32768,
3952
+ "kindString": "Parameter",
3953
+ "flags": {
3954
+ "isOptional": true
3955
+ },
3956
+ "type": {
3957
+ "type": "reference",
3958
+ "typeArguments": [
3959
+ {
3960
+ "type": "reference",
3961
+ "id": 88,
3962
+ "name": "T",
3963
+ "qualifiedName": "T",
3964
+ "package": "@types/lodash"
3965
+ }
3966
+ ],
3967
+ "name": "ValueKeyIteratee",
3968
+ "qualifiedName": "ValueKeyIteratee",
3969
+ "package": "@types/lodash"
3970
+ }
3971
+ }
3972
+ ],
3973
+ "type": {
3974
+ "type": "reference",
3975
+ "typeArguments": [
3976
+ {
3977
+ "type": "reference",
3978
+ "id": 88,
3979
+ "name": "T",
3980
+ "qualifiedName": "T",
3981
+ "package": "@types/lodash"
3982
+ }
3983
+ ],
3984
+ "name": "Dictionary",
3985
+ "qualifiedName": "Dictionary",
3986
+ "package": "@types/lodash"
3987
+ }
3988
+ },
3989
+ {
3990
+ "id": 91,
3991
+ "name": "__type",
3992
+ "kind": 4096,
3993
+ "kindString": "Call signature",
3994
+ "flags": {},
3995
+ "comment": {
3996
+ "summary": [],
3997
+ "blockTags": [
3998
+ {
3999
+ "tag": "@see",
4000
+ "content": [
4001
+ {
4002
+ "kind": "text",
4003
+ "text": "_.pickBy"
4004
+ }
4005
+ ]
4006
+ }
4007
+ ]
4008
+ },
4009
+ "typeParameter": [
4010
+ {
4011
+ "id": 92,
4012
+ "name": "T",
4013
+ "kind": 131072,
4014
+ "kindString": "Type parameter",
4015
+ "flags": {}
4016
+ }
4017
+ ],
4018
+ "parameters": [
4019
+ {
4020
+ "id": 93,
4021
+ "name": "object",
4022
+ "kind": 32768,
4023
+ "kindString": "Parameter",
4024
+ "flags": {},
4025
+ "type": {
4026
+ "type": "union",
4027
+ "types": [
4028
+ {
4029
+ "type": "intrinsic",
4030
+ "name": "undefined"
4031
+ },
4032
+ {
4033
+ "type": "literal",
4034
+ "value": null
4035
+ },
4036
+ {
4037
+ "type": "reference",
4038
+ "typeArguments": [
4039
+ {
4040
+ "type": "reference",
4041
+ "id": 92,
4042
+ "name": "T",
4043
+ "qualifiedName": "T",
4044
+ "package": "@types/lodash"
4045
+ }
4046
+ ],
4047
+ "name": "NumericDictionary",
4048
+ "qualifiedName": "NumericDictionary",
4049
+ "package": "@types/lodash"
4050
+ }
4051
+ ]
4052
+ }
4053
+ },
4054
+ {
4055
+ "id": 94,
4056
+ "name": "predicate",
4057
+ "kind": 32768,
4058
+ "kindString": "Parameter",
4059
+ "flags": {
4060
+ "isOptional": true
4061
+ },
4062
+ "type": {
4063
+ "type": "reference",
4064
+ "typeArguments": [
4065
+ {
4066
+ "type": "reference",
4067
+ "id": 92,
4068
+ "name": "T",
4069
+ "qualifiedName": "T",
4070
+ "package": "@types/lodash"
4071
+ }
4072
+ ],
4073
+ "name": "ValueKeyIteratee",
4074
+ "qualifiedName": "ValueKeyIteratee",
4075
+ "package": "@types/lodash"
4076
+ }
4077
+ }
4078
+ ],
4079
+ "type": {
4080
+ "type": "reference",
4081
+ "typeArguments": [
4082
+ {
4083
+ "type": "reference",
4084
+ "id": 92,
4085
+ "name": "T",
4086
+ "qualifiedName": "T",
4087
+ "package": "@types/lodash"
4088
+ }
4089
+ ],
4090
+ "name": "NumericDictionary",
4091
+ "qualifiedName": "NumericDictionary",
4092
+ "package": "@types/lodash"
4093
+ }
4094
+ },
4095
+ {
4096
+ "id": 95,
4097
+ "name": "__type",
4098
+ "kind": 4096,
4099
+ "kindString": "Call signature",
4100
+ "flags": {},
4101
+ "comment": {
4102
+ "summary": [],
4103
+ "blockTags": [
4104
+ {
4105
+ "tag": "@see",
4106
+ "content": [
4107
+ {
4108
+ "kind": "text",
4109
+ "text": "_.pickBy"
4110
+ }
4111
+ ]
4112
+ }
4113
+ ]
4114
+ },
4115
+ "typeParameter": [
4116
+ {
4117
+ "id": 96,
4118
+ "name": "T",
4119
+ "kind": 131072,
4120
+ "kindString": "Type parameter",
4121
+ "flags": {},
4122
+ "type": {
4123
+ "type": "intrinsic",
4124
+ "name": "object"
4125
+ }
4126
+ }
4127
+ ],
4128
+ "parameters": [
4129
+ {
4130
+ "id": 97,
4131
+ "name": "object",
4132
+ "kind": 32768,
4133
+ "kindString": "Parameter",
4134
+ "flags": {},
4135
+ "type": {
4136
+ "type": "union",
4137
+ "types": [
4138
+ {
4139
+ "type": "intrinsic",
4140
+ "name": "undefined"
4141
+ },
4142
+ {
4143
+ "type": "literal",
4144
+ "value": null
4145
+ },
4146
+ {
4147
+ "type": "reference",
4148
+ "id": 96,
4149
+ "name": "T",
4150
+ "qualifiedName": "T",
4151
+ "package": "@types/lodash"
4152
+ }
4153
+ ]
4154
+ }
4155
+ },
4156
+ {
4157
+ "id": 98,
4158
+ "name": "predicate",
4159
+ "kind": 32768,
4160
+ "kindString": "Parameter",
4161
+ "flags": {
4162
+ "isOptional": true
4163
+ },
4164
+ "type": {
4165
+ "type": "reference",
4166
+ "typeArguments": [
4167
+ {
4168
+ "type": "indexedAccess",
4169
+ "indexType": {
4170
+ "type": "typeOperator",
4171
+ "operator": "keyof",
4172
+ "target": {
4173
+ "type": "reference",
4174
+ "id": 96,
4175
+ "name": "T",
4176
+ "qualifiedName": "T",
4177
+ "package": "@types/lodash"
4178
+ }
4179
+ },
4180
+ "objectType": {
4181
+ "type": "reference",
4182
+ "id": 96,
4183
+ "name": "T",
4184
+ "qualifiedName": "T",
4185
+ "package": "@types/lodash"
4186
+ }
4187
+ }
4188
+ ],
4189
+ "name": "ValueKeyIteratee",
4190
+ "qualifiedName": "ValueKeyIteratee",
4191
+ "package": "@types/lodash"
4192
+ }
4193
+ }
4194
+ ],
4195
+ "type": {
4196
+ "type": "reference",
4197
+ "typeArguments": [
4198
+ {
4199
+ "type": "reference",
4200
+ "id": 96,
4201
+ "name": "T",
4202
+ "qualifiedName": "T",
4203
+ "package": "@types/lodash"
4204
+ }
4205
+ ],
4206
+ "name": "Partial",
4207
+ "qualifiedName": "Partial",
4208
+ "package": "typescript"
4209
+ }
4210
+ }
4211
+ ]
4212
+ }
4213
+ }
4214
+ ]
4215
+ }
4216
+ }
4217
+ ],
4218
+ "type": {
4219
+ "type": "reference",
4220
+ "id": 59,
4221
+ "name": "T"
4222
+ }
4223
+ }
4224
+ ]
4225
+ },
4226
+ {
4227
+ "id": 99,
4228
+ "name": "deepOmitUnderscoreFields",
4229
+ "kind": 64,
4230
+ "kindString": "Function",
4231
+ "flags": {},
4232
+ "sources": [
4233
+ {
4234
+ "fileName": "packages/sdk/core/src/Hasher/removeFields.ts",
4235
+ "line": 30,
4236
+ "character": 13,
4237
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/removeFields.ts#L30"
4238
+ }
4239
+ ],
4240
+ "signatures": [
4241
+ {
4242
+ "id": 100,
4243
+ "name": "deepOmitUnderscoreFields",
4244
+ "kind": 4096,
4245
+ "kindString": "Call signature",
4246
+ "flags": {},
4247
+ "typeParameter": [
4248
+ {
4249
+ "id": 101,
4250
+ "name": "T",
4251
+ "kind": 131072,
4252
+ "kindString": "Type parameter",
4253
+ "flags": {},
4254
+ "type": {
4255
+ "type": "reference",
4256
+ "id": 195,
4257
+ "name": "EmptyObject"
4258
+ }
4259
+ }
4260
+ ],
4261
+ "parameters": [
4262
+ {
4263
+ "id": 102,
4264
+ "name": "obj",
4265
+ "kind": 32768,
4266
+ "kindString": "Parameter",
4267
+ "flags": {},
4268
+ "type": {
4269
+ "type": "reference",
4270
+ "id": 101,
4271
+ "name": "T"
4272
+ }
4273
+ }
4274
+ ],
4275
+ "type": {
4276
+ "type": "reference",
4277
+ "id": 101,
4278
+ "name": "T"
4279
+ }
4280
+ }
4281
+ ]
4282
+ },
4283
+ {
4284
+ "id": 103,
4285
+ "name": "deepPickUnderscoreFields",
4286
+ "kind": 64,
4287
+ "kindString": "Function",
4288
+ "flags": {},
4289
+ "sources": [
4290
+ {
4291
+ "fileName": "packages/sdk/core/src/Hasher/removeFields.ts",
4292
+ "line": 34,
4293
+ "character": 13,
4294
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/removeFields.ts#L34"
4295
+ }
4296
+ ],
4297
+ "signatures": [
4298
+ {
4299
+ "id": 104,
4300
+ "name": "deepPickUnderscoreFields",
4301
+ "kind": 4096,
4302
+ "kindString": "Call signature",
4303
+ "flags": {},
4304
+ "typeParameter": [
4305
+ {
4306
+ "id": 105,
4307
+ "name": "T",
4308
+ "kind": 131072,
4309
+ "kindString": "Type parameter",
4310
+ "flags": {},
4311
+ "type": {
4312
+ "type": "reference",
4313
+ "id": 195,
4314
+ "name": "EmptyObject"
4315
+ }
4316
+ }
4317
+ ],
4318
+ "parameters": [
4319
+ {
4320
+ "id": 106,
4321
+ "name": "obj",
4322
+ "kind": 32768,
4323
+ "kindString": "Parameter",
4324
+ "flags": {},
4325
+ "type": {
4326
+ "type": "reference",
4327
+ "id": 105,
4328
+ "name": "T"
4329
+ }
4330
+ }
4331
+ ],
4332
+ "type": {
4333
+ "type": "reference",
4334
+ "id": 105,
4335
+ "name": "T"
4336
+ }
4337
+ }
4338
+ ]
4339
+ },
4340
+ {
4341
+ "id": 156,
4342
+ "name": "domainExists",
4343
+ "kind": 64,
4344
+ "kindString": "Function",
4345
+ "flags": {},
4346
+ "sources": [
4347
+ {
4348
+ "fileName": "packages/sdk/core/src/lib/dns/domainExists.ts",
4349
+ "line": 9,
4350
+ "character": 6,
4351
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/domainExists.ts#L9"
4352
+ }
4353
+ ],
4354
+ "signatures": [
4355
+ {
4356
+ "id": 157,
4357
+ "name": "domainExists",
4358
+ "kind": 4096,
4359
+ "kindString": "Call signature",
4360
+ "flags": {},
4361
+ "comment": {
4362
+ "summary": [
4363
+ {
4364
+ "kind": "text",
4365
+ "text": "Checks if a domain exists (resolves using DNS)"
4366
+ }
4367
+ ],
4368
+ "blockTags": [
4369
+ {
4370
+ "tag": "@returns",
4371
+ "content": [
4372
+ {
4373
+ "kind": "text",
4374
+ "text": "boolean"
4375
+ }
4376
+ ]
4377
+ }
4378
+ ]
4379
+ },
4380
+ "parameters": [
4381
+ {
4382
+ "id": 158,
4383
+ "name": "domain",
4384
+ "kind": 32768,
4385
+ "kindString": "Parameter",
4386
+ "flags": {
4387
+ "isOptional": true
4388
+ },
4389
+ "comment": {
4390
+ "summary": [
4391
+ {
4392
+ "kind": "text",
4393
+ "text": "string"
4394
+ }
4395
+ ]
4396
+ },
4397
+ "type": {
4398
+ "type": "intrinsic",
4399
+ "name": "string"
4400
+ }
4401
+ }
4402
+ ],
4403
+ "type": {
4404
+ "type": "reference",
4405
+ "typeArguments": [
4406
+ {
4407
+ "type": "intrinsic",
4408
+ "name": "boolean"
4409
+ }
4410
+ ],
4411
+ "name": "Promise",
4412
+ "qualifiedName": "Promise",
4413
+ "package": "typescript"
4414
+ }
4415
+ }
4416
+ ]
4417
+ },
4418
+ {
4419
+ "id": 159,
4420
+ "name": "domainResolve",
4421
+ "kind": 64,
4422
+ "kindString": "Function",
4423
+ "flags": {},
4424
+ "sources": [
4425
+ {
4426
+ "fileName": "packages/sdk/core/src/lib/dns/domainResolve.ts",
4427
+ "line": 9,
4428
+ "character": 6,
4429
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/domainResolve.ts#L9"
4430
+ }
4431
+ ],
4432
+ "signatures": [
4433
+ {
4434
+ "id": 160,
4435
+ "name": "domainResolve",
4436
+ "kind": 4096,
4437
+ "kindString": "Call signature",
4438
+ "flags": {},
4439
+ "comment": {
4440
+ "summary": [
4441
+ {
4442
+ "kind": "text",
4443
+ "text": "Resolves DNS information (resolves using DNS)"
4444
+ }
4445
+ ],
4446
+ "blockTags": [
4447
+ {
4448
+ "tag": "@returns",
4449
+ "content": [
4450
+ {
4451
+ "kind": "text",
4452
+ "text": "GoogleDnsResult"
4453
+ }
4454
+ ]
4455
+ }
4456
+ ]
4457
+ },
4458
+ "parameters": [
4459
+ {
4460
+ "id": 161,
4461
+ "name": "domain",
4462
+ "kind": 32768,
4463
+ "kindString": "Parameter",
4464
+ "flags": {
4465
+ "isOptional": true
4466
+ },
4467
+ "comment": {
4468
+ "summary": [
4469
+ {
4470
+ "kind": "text",
4471
+ "text": "string"
4472
+ }
4473
+ ]
4474
+ },
4475
+ "type": {
4476
+ "type": "intrinsic",
4477
+ "name": "string"
4478
+ }
4479
+ },
4480
+ {
4481
+ "id": 162,
4482
+ "name": "type",
4483
+ "kind": 32768,
4484
+ "kindString": "Parameter",
4485
+ "flags": {},
4486
+ "type": {
4487
+ "type": "reference",
4488
+ "id": 132,
4489
+ "name": "DnsRecordType"
4490
+ },
4491
+ "defaultValue": "DnsRecordType.A"
4492
+ }
4493
+ ],
4494
+ "type": {
4495
+ "type": "reference",
4496
+ "typeArguments": [
4497
+ {
4498
+ "type": "union",
4499
+ "types": [
4500
+ {
4501
+ "type": "intrinsic",
4502
+ "name": "undefined"
4503
+ },
4504
+ {
4505
+ "type": "reference",
4506
+ "id": 167,
4507
+ "name": "GoogleDnsResult"
4508
+ }
4509
+ ]
4510
+ }
4511
+ ],
4512
+ "name": "Promise",
4513
+ "qualifiedName": "Promise",
4514
+ "package": "typescript"
4515
+ }
4516
+ }
4517
+ ]
4518
+ },
4519
+ {
4520
+ "id": 192,
4521
+ "name": "dumpErrors",
4522
+ "kind": 64,
4523
+ "kindString": "Function",
4524
+ "flags": {},
4525
+ "sources": [
4526
+ {
4527
+ "fileName": "packages/sdk/core/src/lib/dumpErrors.ts",
4528
+ "line": 1,
4529
+ "character": 6,
4530
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dumpErrors.ts#L1"
4531
+ }
4532
+ ],
4533
+ "signatures": [
4534
+ {
4535
+ "id": 193,
4536
+ "name": "dumpErrors",
4537
+ "kind": 4096,
4538
+ "kindString": "Call signature",
4539
+ "flags": {},
4540
+ "parameters": [
4541
+ {
4542
+ "id": 194,
4543
+ "name": "errors",
4544
+ "kind": 32768,
4545
+ "kindString": "Parameter",
4546
+ "flags": {},
4547
+ "type": {
4548
+ "type": "array",
4549
+ "elementType": {
4550
+ "type": "reference",
4551
+ "name": "Error",
4552
+ "qualifiedName": "Error",
4553
+ "package": "typescript"
4554
+ }
4555
+ }
4556
+ }
4557
+ ],
4558
+ "type": {
4559
+ "type": "intrinsic",
4560
+ "name": "void"
4561
+ }
4562
+ }
4563
+ ]
4564
+ },
4565
+ {
4566
+ "id": 163,
4567
+ "name": "googleDnsOverHttps",
4568
+ "kind": 64,
4569
+ "kindString": "Function",
4570
+ "flags": {},
4571
+ "sources": [
4572
+ {
4573
+ "fileName": "packages/sdk/core/src/lib/dns/googleDnsOverHttps.ts",
4574
+ "line": 6,
4575
+ "character": 6,
4576
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/dns/googleDnsOverHttps.ts#L6"
4577
+ }
4578
+ ],
4579
+ "signatures": [
4580
+ {
4581
+ "id": 164,
4582
+ "name": "googleDnsOverHttps",
4583
+ "kind": 4096,
4584
+ "kindString": "Call signature",
4585
+ "flags": {},
4586
+ "parameters": [
4587
+ {
4588
+ "id": 165,
4589
+ "name": "name",
4590
+ "kind": 32768,
4591
+ "kindString": "Parameter",
4592
+ "flags": {},
4593
+ "type": {
4594
+ "type": "intrinsic",
4595
+ "name": "string"
4596
+ }
4597
+ },
4598
+ {
4599
+ "id": 166,
4600
+ "name": "type",
4601
+ "kind": 32768,
4602
+ "kindString": "Parameter",
4603
+ "flags": {},
4604
+ "type": {
4605
+ "type": "reference",
4606
+ "id": 132,
4607
+ "name": "DnsRecordType"
4608
+ },
4609
+ "defaultValue": "DnsRecordType.A"
4610
+ }
4611
+ ],
4612
+ "type": {
4613
+ "type": "reference",
4614
+ "typeArguments": [
4615
+ {
4616
+ "type": "reference",
4617
+ "id": 167,
4618
+ "name": "GoogleDnsResult"
4619
+ }
4620
+ ],
4621
+ "name": "Promise",
4622
+ "qualifiedName": "Promise",
4623
+ "package": "typescript"
4624
+ }
4625
+ }
4626
+ ]
4627
+ },
4628
+ {
4629
+ "id": 197,
4630
+ "name": "isBrowser",
4631
+ "kind": 64,
4632
+ "kindString": "Function",
4633
+ "flags": {},
4634
+ "sources": [
4635
+ {
4636
+ "fileName": "packages/sdk/core/src/lib/isBrowser.ts",
4637
+ "line": 1,
4638
+ "character": 13,
4639
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/lib/isBrowser.ts#L1"
4640
+ }
4641
+ ],
4642
+ "signatures": [
4643
+ {
4644
+ "id": 198,
4645
+ "name": "isBrowser",
4646
+ "kind": 4096,
4647
+ "kindString": "Call signature",
4648
+ "flags": {},
4649
+ "type": {
4650
+ "type": "intrinsic",
4651
+ "name": "boolean"
4652
+ }
4653
+ }
4654
+ ]
4655
+ },
4656
+ {
4657
+ "id": 53,
4658
+ "name": "removeEmptyFields",
4659
+ "kind": 64,
4660
+ "kindString": "Function",
4661
+ "flags": {},
4662
+ "sources": [
4663
+ {
4664
+ "fileName": "packages/sdk/core/src/Hasher/removeEmptyFields.ts",
4665
+ "line": 3,
4666
+ "character": 13,
4667
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/removeEmptyFields.ts#L3"
4668
+ }
4669
+ ],
4670
+ "signatures": [
4671
+ {
4672
+ "id": 54,
4673
+ "name": "removeEmptyFields",
4674
+ "kind": 4096,
4675
+ "kindString": "Call signature",
4676
+ "flags": {},
4677
+ "typeParameter": [
4678
+ {
4679
+ "id": 55,
4680
+ "name": "T",
4681
+ "kind": 131072,
4682
+ "kindString": "Type parameter",
4683
+ "flags": {}
4684
+ }
4685
+ ],
4686
+ "parameters": [
4687
+ {
4688
+ "id": 56,
4689
+ "name": "obj",
4690
+ "kind": 32768,
4691
+ "kindString": "Parameter",
4692
+ "flags": {},
4693
+ "type": {
4694
+ "type": "reference",
4695
+ "id": 55,
4696
+ "name": "T"
4697
+ }
4698
+ }
4699
+ ],
4700
+ "type": {
4701
+ "type": "reference",
4702
+ "id": 55,
4703
+ "name": "T"
4704
+ }
4705
+ }
4706
+ ]
4707
+ },
4708
+ {
4709
+ "id": 107,
4710
+ "name": "sortFields",
4711
+ "kind": 64,
4712
+ "kindString": "Function",
4713
+ "flags": {},
4714
+ "sources": [
4715
+ {
4716
+ "fileName": "packages/sdk/core/src/Hasher/sortFields.ts",
4717
+ "line": 15,
4718
+ "character": 13,
4719
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Hasher/sortFields.ts#L15"
4720
+ }
4721
+ ],
4722
+ "signatures": [
4723
+ {
4724
+ "id": 108,
4725
+ "name": "sortFields",
4726
+ "kind": 4096,
4727
+ "kindString": "Call signature",
4728
+ "flags": {},
4729
+ "typeParameter": [
4730
+ {
4731
+ "id": 109,
4732
+ "name": "T",
4733
+ "kind": 131072,
4734
+ "kindString": "Type parameter",
4735
+ "flags": {},
4736
+ "type": {
4737
+ "type": "reference",
4738
+ "id": 195,
4739
+ "name": "EmptyObject"
4740
+ },
4741
+ "default": {
4742
+ "type": "reference",
4743
+ "id": 195,
4744
+ "name": "EmptyObject"
4745
+ }
4746
+ }
4747
+ ],
4748
+ "parameters": [
4749
+ {
4750
+ "id": 110,
4751
+ "name": "obj",
4752
+ "kind": 32768,
4753
+ "kindString": "Parameter",
4754
+ "flags": {},
4755
+ "type": {
4756
+ "type": "reference",
4757
+ "id": 109,
4758
+ "name": "T"
4759
+ }
4760
+ }
4761
+ ],
4762
+ "type": {
4763
+ "type": "union",
4764
+ "types": [
4765
+ {
4766
+ "type": "literal",
4767
+ "value": null
4768
+ },
4769
+ {
4770
+ "type": "reference",
4771
+ "id": 109,
4772
+ "name": "T"
4773
+ }
4774
+ ]
4775
+ }
4776
+ }
4777
+ ]
4778
+ },
4779
+ {
4780
+ "id": 48,
4781
+ "name": "toUint8Array",
4782
+ "kind": 64,
4783
+ "kindString": "Function",
4784
+ "flags": {},
4785
+ "sources": [
4786
+ {
4787
+ "fileName": "packages/sdk/core/src/Data/toUint8Array.ts",
4788
+ "line": 28,
4789
+ "character": 13,
4790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/toUint8Array.ts#L28"
4791
+ }
4792
+ ],
4793
+ "signatures": [
4794
+ {
4795
+ "id": 49,
4796
+ "name": "toUint8Array",
4797
+ "kind": 4096,
4798
+ "kindString": "Call signature",
4799
+ "flags": {},
4800
+ "parameters": [
4801
+ {
4802
+ "id": 50,
4803
+ "name": "value",
4804
+ "kind": 32768,
4805
+ "kindString": "Parameter",
4806
+ "flags": {},
4807
+ "type": {
4808
+ "type": "reference",
4809
+ "id": 52,
4810
+ "name": "XyoDataLike"
4811
+ }
4812
+ },
4813
+ {
4814
+ "id": 51,
4815
+ "name": "padLength",
4816
+ "kind": 32768,
4817
+ "kindString": "Parameter",
4818
+ "flags": {
4819
+ "isOptional": true
4820
+ },
4821
+ "type": {
4822
+ "type": "intrinsic",
4823
+ "name": "number"
4824
+ }
4825
+ }
4826
+ ],
4827
+ "type": {
4828
+ "type": "reference",
4829
+ "name": "Uint8Array",
4830
+ "qualifiedName": "Uint8Array",
4831
+ "package": "typescript"
4832
+ }
4833
+ }
4834
+ ]
4835
+ },
4836
+ {
4837
+ "id": 44,
4838
+ "name": "toUint8ArrayOptional",
4839
+ "kind": 64,
4840
+ "kindString": "Function",
4841
+ "flags": {},
4842
+ "sources": [
4843
+ {
4844
+ "fileName": "packages/sdk/core/src/Data/toUint8Array.ts",
4845
+ "line": 24,
4846
+ "character": 13,
4847
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/Data/toUint8Array.ts#L24"
4848
+ }
4849
+ ],
4850
+ "signatures": [
4851
+ {
4852
+ "id": 45,
4853
+ "name": "toUint8ArrayOptional",
4854
+ "kind": 4096,
4855
+ "kindString": "Call signature",
4856
+ "flags": {},
4857
+ "parameters": [
4858
+ {
4859
+ "id": 46,
4860
+ "name": "value",
4861
+ "kind": 32768,
4862
+ "kindString": "Parameter",
4863
+ "flags": {
4864
+ "isOptional": true
4865
+ },
4866
+ "type": {
4867
+ "type": "reference",
4868
+ "id": 52,
4869
+ "name": "XyoDataLike"
4870
+ }
4871
+ },
4872
+ {
4873
+ "id": 47,
4874
+ "name": "padLength",
4875
+ "kind": 32768,
4876
+ "kindString": "Parameter",
4877
+ "flags": {
4878
+ "isOptional": true
4879
+ },
4880
+ "type": {
4881
+ "type": "intrinsic",
4882
+ "name": "number"
4883
+ }
4884
+ }
4885
+ ],
4886
+ "type": {
4887
+ "type": "union",
4888
+ "types": [
4889
+ {
4890
+ "type": "intrinsic",
4891
+ "name": "undefined"
4892
+ },
4893
+ {
4894
+ "type": "reference",
4895
+ "name": "Uint8Array",
4896
+ "qualifiedName": "Uint8Array",
4897
+ "package": "typescript"
4898
+ }
4899
+ ]
4900
+ }
4901
+ }
4902
+ ]
4903
+ }
4904
+ ],
4905
+ "groups": [
4906
+ {
4907
+ "title": "Enumerations",
4908
+ "children": [
4909
+ 132,
4910
+ 145
4911
+ ]
4912
+ },
4913
+ {
4914
+ "title": "Classes",
4915
+ "children": [
4916
+ 1,
4917
+ 20,
4918
+ 111,
4919
+ 205,
4920
+ 219
4921
+ ]
4922
+ },
4923
+ {
4924
+ "title": "Interfaces",
4925
+ "children": [
4926
+ 167,
4927
+ 179,
4928
+ 184,
4929
+ 214
4930
+ ]
4931
+ },
4932
+ {
4933
+ "title": "Type Aliases",
4934
+ "children": [
4935
+ 195,
4936
+ 199,
4937
+ 203,
4938
+ 52
4939
+ ]
4940
+ },
4941
+ {
4942
+ "title": "Functions",
4943
+ "children": [
4944
+ 57,
4945
+ 99,
4946
+ 103,
4947
+ 156,
4948
+ 159,
4949
+ 192,
4950
+ 163,
4951
+ 197,
4952
+ 53,
4953
+ 107,
4954
+ 48,
4955
+ 44
4956
+ ]
4957
+ }
4958
+ ],
8
4959
  "sources": [
9
4960
  {
10
- "fileName": "index.ts",
4961
+ "fileName": "packages/sdk/core/src/index.ts",
11
4962
  "line": 1,
12
4963
  "character": 0,
13
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/13fc73a/packages/core/src/index.ts#L1"
4964
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/043b25f/packages/sdk/core/src/index.ts#L1"
14
4965
  }
15
4966
  ]
16
4967
  }