@xyo-network/witness 2.22.20

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 (40) hide show
  1. package/LICENSE +165 -0
  2. package/README.md +81 -0
  3. package/dist/cjs/Witness/QueryWitness.d.ts +9 -0
  4. package/dist/cjs/Witness/QueryWitness.js +16 -0
  5. package/dist/cjs/Witness/QueryWitness.js.map +1 -0
  6. package/dist/cjs/Witness/SimpleWitness.d.ts +17 -0
  7. package/dist/cjs/Witness/SimpleWitness.js +28 -0
  8. package/dist/cjs/Witness/SimpleWitness.js.map +1 -0
  9. package/dist/cjs/Witness/Witness.d.ts +17 -0
  10. package/dist/cjs/Witness/Witness.js +17 -0
  11. package/dist/cjs/Witness/Witness.js.map +1 -0
  12. package/dist/cjs/Witness/index.d.ts +3 -0
  13. package/dist/cjs/Witness/index.js +7 -0
  14. package/dist/cjs/Witness/index.js.map +1 -0
  15. package/dist/cjs/index.d.ts +1 -0
  16. package/dist/cjs/index.js +5 -0
  17. package/dist/cjs/index.js.map +1 -0
  18. package/dist/docs.json +4029 -0
  19. package/dist/esm/Witness/QueryWitness.d.ts +9 -0
  20. package/dist/esm/Witness/QueryWitness.js +11 -0
  21. package/dist/esm/Witness/QueryWitness.js.map +1 -0
  22. package/dist/esm/Witness/SimpleWitness.d.ts +17 -0
  23. package/dist/esm/Witness/SimpleWitness.js +18 -0
  24. package/dist/esm/Witness/SimpleWitness.js.map +1 -0
  25. package/dist/esm/Witness/Witness.d.ts +17 -0
  26. package/dist/esm/Witness/Witness.js +11 -0
  27. package/dist/esm/Witness/Witness.js.map +1 -0
  28. package/dist/esm/Witness/index.d.ts +3 -0
  29. package/dist/esm/Witness/index.js +4 -0
  30. package/dist/esm/Witness/index.js.map +1 -0
  31. package/dist/esm/index.d.ts +1 -0
  32. package/dist/esm/index.js +2 -0
  33. package/dist/esm/index.js.map +1 -0
  34. package/package.json +55 -0
  35. package/src/Witness/QueryWitness.ts +21 -0
  36. package/src/Witness/SimpleWitness.ts +37 -0
  37. package/src/Witness/Witness.spec.ts +13 -0
  38. package/src/Witness/Witness.ts +24 -0
  39. package/src/Witness/index.ts +3 -0
  40. package/src/index.ts +1 -0
package/dist/docs.json ADDED
@@ -0,0 +1,4029 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/witness",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 119,
11
+ "name": "XyoAbstractTimestampWitness",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {
15
+ "isAbstract": true
16
+ },
17
+ "children": [
18
+ {
19
+ "id": 120,
20
+ "name": "constructor",
21
+ "kind": 512,
22
+ "kindString": "Constructor",
23
+ "flags": {},
24
+ "sources": [
25
+ {
26
+ "fileName": "witness/src/Witness/Witness.ts",
27
+ "line": 11,
28
+ "character": 2,
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
30
+ }
31
+ ],
32
+ "signatures": [
33
+ {
34
+ "id": 121,
35
+ "name": "new XyoAbstractTimestampWitness",
36
+ "kind": 16384,
37
+ "kindString": "Constructor signature",
38
+ "flags": {},
39
+ "typeParameter": [
40
+ {
41
+ "id": 132,
42
+ "name": "TTargetPayload",
43
+ "kind": 131072,
44
+ "kindString": "Type parameter",
45
+ "flags": {},
46
+ "type": {
47
+ "type": "reference",
48
+ "typeArguments": [
49
+ {
50
+ "type": "reflection",
51
+ "declaration": {
52
+ "id": 122,
53
+ "name": "__type",
54
+ "kind": 65536,
55
+ "kindString": "Type literal",
56
+ "flags": {},
57
+ "children": [
58
+ {
59
+ "id": 124,
60
+ "name": "previousHash",
61
+ "kind": 1024,
62
+ "kindString": "Property",
63
+ "flags": {
64
+ "isOptional": true
65
+ },
66
+ "sources": [
67
+ {
68
+ "fileName": "payload/dist/esm/models/Base.d.ts",
69
+ "line": 7,
70
+ "character": 4
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "intrinsic",
75
+ "name": "string"
76
+ }
77
+ },
78
+ {
79
+ "id": 123,
80
+ "name": "schema",
81
+ "kind": 1024,
82
+ "kindString": "Property",
83
+ "flags": {},
84
+ "sources": [
85
+ {
86
+ "fileName": "payload/dist/esm/models/Base.d.ts",
87
+ "line": 6,
88
+ "character": 4
89
+ }
90
+ ],
91
+ "type": {
92
+ "type": "intrinsic",
93
+ "name": "string"
94
+ }
95
+ },
96
+ {
97
+ "id": 125,
98
+ "name": "sources",
99
+ "kind": 1024,
100
+ "kindString": "Property",
101
+ "flags": {
102
+ "isOptional": true
103
+ },
104
+ "sources": [
105
+ {
106
+ "fileName": "payload/dist/esm/models/Base.d.ts",
107
+ "line": 8,
108
+ "character": 4
109
+ }
110
+ ],
111
+ "type": {
112
+ "type": "array",
113
+ "elementType": {
114
+ "type": "intrinsic",
115
+ "name": "string"
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "id": 126,
121
+ "name": "timestamp",
122
+ "kind": 1024,
123
+ "kindString": "Property",
124
+ "flags": {
125
+ "isOptional": true
126
+ },
127
+ "sources": [
128
+ {
129
+ "fileName": "payload/dist/esm/models/Base.d.ts",
130
+ "line": 9,
131
+ "character": 4
132
+ }
133
+ ],
134
+ "type": {
135
+ "type": "intrinsic",
136
+ "name": "number"
137
+ }
138
+ }
139
+ ],
140
+ "groups": [
141
+ {
142
+ "title": "Properties",
143
+ "children": [
144
+ 124,
145
+ 123,
146
+ 125,
147
+ 126
148
+ ]
149
+ }
150
+ ],
151
+ "sources": [
152
+ {
153
+ "fileName": "payload/dist/esm/models/Base.d.ts",
154
+ "line": 5,
155
+ "character": 70
156
+ }
157
+ ]
158
+ }
159
+ }
160
+ ],
161
+ "name": "WithTimestamp"
162
+ },
163
+ "default": {
164
+ "type": "reference",
165
+ "typeArguments": [
166
+ {
167
+ "type": "reflection",
168
+ "declaration": {
169
+ "id": 127,
170
+ "name": "__type",
171
+ "kind": 65536,
172
+ "kindString": "Type literal",
173
+ "flags": {},
174
+ "children": [
175
+ {
176
+ "id": 129,
177
+ "name": "previousHash",
178
+ "kind": 1024,
179
+ "kindString": "Property",
180
+ "flags": {
181
+ "isOptional": true
182
+ },
183
+ "sources": [
184
+ {
185
+ "fileName": "payload/dist/esm/models/Base.d.ts",
186
+ "line": 7,
187
+ "character": 4
188
+ }
189
+ ],
190
+ "type": {
191
+ "type": "intrinsic",
192
+ "name": "string"
193
+ }
194
+ },
195
+ {
196
+ "id": 128,
197
+ "name": "schema",
198
+ "kind": 1024,
199
+ "kindString": "Property",
200
+ "flags": {},
201
+ "sources": [
202
+ {
203
+ "fileName": "payload/dist/esm/models/Base.d.ts",
204
+ "line": 6,
205
+ "character": 4
206
+ }
207
+ ],
208
+ "type": {
209
+ "type": "intrinsic",
210
+ "name": "string"
211
+ }
212
+ },
213
+ {
214
+ "id": 130,
215
+ "name": "sources",
216
+ "kind": 1024,
217
+ "kindString": "Property",
218
+ "flags": {
219
+ "isOptional": true
220
+ },
221
+ "sources": [
222
+ {
223
+ "fileName": "payload/dist/esm/models/Base.d.ts",
224
+ "line": 8,
225
+ "character": 4
226
+ }
227
+ ],
228
+ "type": {
229
+ "type": "array",
230
+ "elementType": {
231
+ "type": "intrinsic",
232
+ "name": "string"
233
+ }
234
+ }
235
+ },
236
+ {
237
+ "id": 131,
238
+ "name": "timestamp",
239
+ "kind": 1024,
240
+ "kindString": "Property",
241
+ "flags": {
242
+ "isOptional": true
243
+ },
244
+ "sources": [
245
+ {
246
+ "fileName": "payload/dist/esm/models/Base.d.ts",
247
+ "line": 9,
248
+ "character": 4
249
+ }
250
+ ],
251
+ "type": {
252
+ "type": "intrinsic",
253
+ "name": "number"
254
+ }
255
+ }
256
+ ],
257
+ "groups": [
258
+ {
259
+ "title": "Properties",
260
+ "children": [
261
+ 129,
262
+ 128,
263
+ 130,
264
+ 131
265
+ ]
266
+ }
267
+ ],
268
+ "sources": [
269
+ {
270
+ "fileName": "payload/dist/esm/models/Base.d.ts",
271
+ "line": 5,
272
+ "character": 70
273
+ }
274
+ ]
275
+ }
276
+ }
277
+ ],
278
+ "name": "WithTimestamp"
279
+ }
280
+ },
281
+ {
282
+ "id": 133,
283
+ "name": "TConfig",
284
+ "kind": 131072,
285
+ "kindString": "Type parameter",
286
+ "flags": {},
287
+ "type": {
288
+ "type": "reference",
289
+ "name": "EmptyObject"
290
+ },
291
+ "default": {
292
+ "type": "reference",
293
+ "name": "EmptyObject"
294
+ }
295
+ }
296
+ ],
297
+ "parameters": [
298
+ {
299
+ "id": 134,
300
+ "name": "config",
301
+ "kind": 32768,
302
+ "kindString": "Parameter",
303
+ "flags": {
304
+ "isOptional": true
305
+ },
306
+ "type": {
307
+ "type": "reference",
308
+ "id": 133,
309
+ "name": "TConfig"
310
+ }
311
+ }
312
+ ],
313
+ "type": {
314
+ "type": "reference",
315
+ "id": 119,
316
+ "typeArguments": [
317
+ {
318
+ "type": "reference",
319
+ "id": 132,
320
+ "name": "TTargetPayload"
321
+ },
322
+ {
323
+ "type": "reference",
324
+ "id": 133,
325
+ "name": "TConfig"
326
+ }
327
+ ],
328
+ "name": "XyoAbstractTimestampWitness"
329
+ },
330
+ "inheritedFrom": {
331
+ "type": "reference",
332
+ "id": 97,
333
+ "name": "XyoAbstractWitness.constructor"
334
+ }
335
+ }
336
+ ],
337
+ "inheritedFrom": {
338
+ "type": "reference",
339
+ "id": 96,
340
+ "name": "XyoAbstractWitness.constructor"
341
+ }
342
+ },
343
+ {
344
+ "id": 135,
345
+ "name": "config",
346
+ "kind": 1024,
347
+ "kindString": "Property",
348
+ "flags": {
349
+ "isPublic": true,
350
+ "isOptional": true,
351
+ "isReadonly": true
352
+ },
353
+ "sources": [
354
+ {
355
+ "fileName": "witness/src/Witness/Witness.ts",
356
+ "line": 10,
357
+ "character": 18,
358
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
359
+ }
360
+ ],
361
+ "type": {
362
+ "type": "reference",
363
+ "id": 133,
364
+ "name": "TConfig"
365
+ },
366
+ "inheritedFrom": {
367
+ "type": "reference",
368
+ "id": 111,
369
+ "name": "XyoAbstractWitness.config"
370
+ }
371
+ },
372
+ {
373
+ "id": 139,
374
+ "name": "targetSchema",
375
+ "kind": 262144,
376
+ "kindString": "Accessor",
377
+ "flags": {
378
+ "isAbstract": true
379
+ },
380
+ "sources": [
381
+ {
382
+ "fileName": "witness/src/Witness/Witness.ts",
383
+ "line": 15,
384
+ "character": 15,
385
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L15"
386
+ }
387
+ ],
388
+ "getSignature": {
389
+ "id": 140,
390
+ "name": "targetSchema",
391
+ "kind": 524288,
392
+ "kindString": "Get signature",
393
+ "flags": {},
394
+ "type": {
395
+ "type": "intrinsic",
396
+ "name": "string"
397
+ },
398
+ "inheritedFrom": {
399
+ "type": "reference",
400
+ "name": "XyoAbstractWitness.targetSchema"
401
+ }
402
+ },
403
+ "inheritedFrom": {
404
+ "type": "reference",
405
+ "id": 115,
406
+ "name": "XyoAbstractWitness.targetSchema"
407
+ }
408
+ },
409
+ {
410
+ "id": 136,
411
+ "name": "observe",
412
+ "kind": 2048,
413
+ "kindString": "Method",
414
+ "flags": {
415
+ "isAbstract": true
416
+ },
417
+ "sources": [
418
+ {
419
+ "fileName": "witness/src/Witness/Witness.ts",
420
+ "line": 14,
421
+ "character": 11,
422
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L14"
423
+ }
424
+ ],
425
+ "signatures": [
426
+ {
427
+ "id": 137,
428
+ "name": "observe",
429
+ "kind": 4096,
430
+ "kindString": "Call signature",
431
+ "flags": {},
432
+ "parameters": [
433
+ {
434
+ "id": 138,
435
+ "name": "fields",
436
+ "kind": 32768,
437
+ "kindString": "Parameter",
438
+ "flags": {
439
+ "isOptional": true
440
+ },
441
+ "type": {
442
+ "type": "reference",
443
+ "typeArguments": [
444
+ {
445
+ "type": "reference",
446
+ "id": 132,
447
+ "name": "TTargetPayload"
448
+ }
449
+ ],
450
+ "name": "Partial",
451
+ "qualifiedName": "Partial",
452
+ "package": "typescript"
453
+ }
454
+ }
455
+ ],
456
+ "type": {
457
+ "type": "reference",
458
+ "typeArguments": [
459
+ {
460
+ "type": "reference",
461
+ "id": 132,
462
+ "name": "TTargetPayload"
463
+ }
464
+ ],
465
+ "name": "Promise",
466
+ "qualifiedName": "Promise",
467
+ "package": "typescript"
468
+ },
469
+ "inheritedFrom": {
470
+ "type": "reference",
471
+ "id": 113,
472
+ "name": "XyoAbstractWitness.observe"
473
+ }
474
+ }
475
+ ],
476
+ "inheritedFrom": {
477
+ "type": "reference",
478
+ "id": 112,
479
+ "name": "XyoAbstractWitness.observe"
480
+ }
481
+ }
482
+ ],
483
+ "groups": [
484
+ {
485
+ "title": "Constructors",
486
+ "children": [
487
+ 120
488
+ ]
489
+ },
490
+ {
491
+ "title": "Properties",
492
+ "children": [
493
+ 135
494
+ ]
495
+ },
496
+ {
497
+ "title": "Accessors",
498
+ "children": [
499
+ 139
500
+ ]
501
+ },
502
+ {
503
+ "title": "Methods",
504
+ "children": [
505
+ 136
506
+ ]
507
+ }
508
+ ],
509
+ "sources": [
510
+ {
511
+ "fileName": "witness/src/Witness/Witness.ts",
512
+ "line": 18,
513
+ "character": 22,
514
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L18"
515
+ }
516
+ ],
517
+ "typeParameters": [
518
+ {
519
+ "id": 141,
520
+ "name": "TTargetPayload",
521
+ "kind": 131072,
522
+ "kindString": "Type parameter",
523
+ "flags": {},
524
+ "type": {
525
+ "type": "reference",
526
+ "typeArguments": [
527
+ {
528
+ "type": "reference",
529
+ "name": "XyoPayload"
530
+ }
531
+ ],
532
+ "name": "WithTimestamp"
533
+ },
534
+ "default": {
535
+ "type": "reference",
536
+ "typeArguments": [
537
+ {
538
+ "type": "reference",
539
+ "name": "XyoPayload"
540
+ }
541
+ ],
542
+ "name": "WithTimestamp"
543
+ }
544
+ },
545
+ {
546
+ "id": 142,
547
+ "name": "TConfig",
548
+ "kind": 131072,
549
+ "kindString": "Type parameter",
550
+ "flags": {},
551
+ "type": {
552
+ "type": "reference",
553
+ "name": "EmptyObject"
554
+ },
555
+ "default": {
556
+ "type": "reference",
557
+ "name": "EmptyObject"
558
+ }
559
+ }
560
+ ],
561
+ "extendedTypes": [
562
+ {
563
+ "type": "reference",
564
+ "id": 95,
565
+ "typeArguments": [
566
+ {
567
+ "type": "reference",
568
+ "id": 132,
569
+ "name": "TTargetPayload"
570
+ },
571
+ {
572
+ "type": "reference",
573
+ "id": 133,
574
+ "name": "TConfig"
575
+ }
576
+ ],
577
+ "name": "XyoAbstractWitness"
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "id": 95,
583
+ "name": "XyoAbstractWitness",
584
+ "kind": 128,
585
+ "kindString": "Class",
586
+ "flags": {
587
+ "isAbstract": true
588
+ },
589
+ "children": [
590
+ {
591
+ "id": 96,
592
+ "name": "constructor",
593
+ "kind": 512,
594
+ "kindString": "Constructor",
595
+ "flags": {},
596
+ "sources": [
597
+ {
598
+ "fileName": "witness/src/Witness/Witness.ts",
599
+ "line": 11,
600
+ "character": 2,
601
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
602
+ }
603
+ ],
604
+ "signatures": [
605
+ {
606
+ "id": 97,
607
+ "name": "new XyoAbstractWitness",
608
+ "kind": 16384,
609
+ "kindString": "Constructor signature",
610
+ "flags": {},
611
+ "typeParameter": [
612
+ {
613
+ "id": 108,
614
+ "name": "T",
615
+ "kind": 131072,
616
+ "kindString": "Type parameter",
617
+ "flags": {},
618
+ "type": {
619
+ "type": "reflection",
620
+ "declaration": {
621
+ "id": 98,
622
+ "name": "__type",
623
+ "kind": 65536,
624
+ "kindString": "Type literal",
625
+ "flags": {},
626
+ "children": [
627
+ {
628
+ "id": 100,
629
+ "name": "previousHash",
630
+ "kind": 1024,
631
+ "kindString": "Property",
632
+ "flags": {
633
+ "isOptional": true
634
+ },
635
+ "sources": [
636
+ {
637
+ "fileName": "payload/dist/esm/models/Base.d.ts",
638
+ "line": 7,
639
+ "character": 4
640
+ }
641
+ ],
642
+ "type": {
643
+ "type": "intrinsic",
644
+ "name": "string"
645
+ }
646
+ },
647
+ {
648
+ "id": 99,
649
+ "name": "schema",
650
+ "kind": 1024,
651
+ "kindString": "Property",
652
+ "flags": {},
653
+ "sources": [
654
+ {
655
+ "fileName": "payload/dist/esm/models/Base.d.ts",
656
+ "line": 6,
657
+ "character": 4
658
+ }
659
+ ],
660
+ "type": {
661
+ "type": "intrinsic",
662
+ "name": "string"
663
+ }
664
+ },
665
+ {
666
+ "id": 101,
667
+ "name": "sources",
668
+ "kind": 1024,
669
+ "kindString": "Property",
670
+ "flags": {
671
+ "isOptional": true
672
+ },
673
+ "sources": [
674
+ {
675
+ "fileName": "payload/dist/esm/models/Base.d.ts",
676
+ "line": 8,
677
+ "character": 4
678
+ }
679
+ ],
680
+ "type": {
681
+ "type": "array",
682
+ "elementType": {
683
+ "type": "intrinsic",
684
+ "name": "string"
685
+ }
686
+ }
687
+ },
688
+ {
689
+ "id": 102,
690
+ "name": "timestamp",
691
+ "kind": 1024,
692
+ "kindString": "Property",
693
+ "flags": {
694
+ "isOptional": true
695
+ },
696
+ "sources": [
697
+ {
698
+ "fileName": "payload/dist/esm/models/Base.d.ts",
699
+ "line": 9,
700
+ "character": 4
701
+ }
702
+ ],
703
+ "type": {
704
+ "type": "intrinsic",
705
+ "name": "number"
706
+ }
707
+ }
708
+ ],
709
+ "groups": [
710
+ {
711
+ "title": "Properties",
712
+ "children": [
713
+ 100,
714
+ 99,
715
+ 101,
716
+ 102
717
+ ]
718
+ }
719
+ ],
720
+ "sources": [
721
+ {
722
+ "fileName": "payload/dist/esm/models/Base.d.ts",
723
+ "line": 5,
724
+ "character": 70
725
+ }
726
+ ]
727
+ }
728
+ },
729
+ "default": {
730
+ "type": "reflection",
731
+ "declaration": {
732
+ "id": 103,
733
+ "name": "__type",
734
+ "kind": 65536,
735
+ "kindString": "Type literal",
736
+ "flags": {},
737
+ "children": [
738
+ {
739
+ "id": 105,
740
+ "name": "previousHash",
741
+ "kind": 1024,
742
+ "kindString": "Property",
743
+ "flags": {
744
+ "isOptional": true
745
+ },
746
+ "sources": [
747
+ {
748
+ "fileName": "payload/dist/esm/models/Base.d.ts",
749
+ "line": 7,
750
+ "character": 4
751
+ }
752
+ ],
753
+ "type": {
754
+ "type": "intrinsic",
755
+ "name": "string"
756
+ }
757
+ },
758
+ {
759
+ "id": 104,
760
+ "name": "schema",
761
+ "kind": 1024,
762
+ "kindString": "Property",
763
+ "flags": {},
764
+ "sources": [
765
+ {
766
+ "fileName": "payload/dist/esm/models/Base.d.ts",
767
+ "line": 6,
768
+ "character": 4
769
+ }
770
+ ],
771
+ "type": {
772
+ "type": "intrinsic",
773
+ "name": "string"
774
+ }
775
+ },
776
+ {
777
+ "id": 106,
778
+ "name": "sources",
779
+ "kind": 1024,
780
+ "kindString": "Property",
781
+ "flags": {
782
+ "isOptional": true
783
+ },
784
+ "sources": [
785
+ {
786
+ "fileName": "payload/dist/esm/models/Base.d.ts",
787
+ "line": 8,
788
+ "character": 4
789
+ }
790
+ ],
791
+ "type": {
792
+ "type": "array",
793
+ "elementType": {
794
+ "type": "intrinsic",
795
+ "name": "string"
796
+ }
797
+ }
798
+ },
799
+ {
800
+ "id": 107,
801
+ "name": "timestamp",
802
+ "kind": 1024,
803
+ "kindString": "Property",
804
+ "flags": {
805
+ "isOptional": true
806
+ },
807
+ "sources": [
808
+ {
809
+ "fileName": "payload/dist/esm/models/Base.d.ts",
810
+ "line": 9,
811
+ "character": 4
812
+ }
813
+ ],
814
+ "type": {
815
+ "type": "intrinsic",
816
+ "name": "number"
817
+ }
818
+ }
819
+ ],
820
+ "groups": [
821
+ {
822
+ "title": "Properties",
823
+ "children": [
824
+ 105,
825
+ 104,
826
+ 106,
827
+ 107
828
+ ]
829
+ }
830
+ ],
831
+ "sources": [
832
+ {
833
+ "fileName": "payload/dist/esm/models/Base.d.ts",
834
+ "line": 5,
835
+ "character": 70
836
+ }
837
+ ]
838
+ }
839
+ }
840
+ },
841
+ {
842
+ "id": 109,
843
+ "name": "C",
844
+ "kind": 131072,
845
+ "kindString": "Type parameter",
846
+ "flags": {},
847
+ "type": {
848
+ "type": "reference",
849
+ "name": "EmptyObject"
850
+ },
851
+ "default": {
852
+ "type": "reference",
853
+ "name": "EmptyObject"
854
+ }
855
+ }
856
+ ],
857
+ "parameters": [
858
+ {
859
+ "id": 110,
860
+ "name": "config",
861
+ "kind": 32768,
862
+ "kindString": "Parameter",
863
+ "flags": {
864
+ "isOptional": true
865
+ },
866
+ "type": {
867
+ "type": "reference",
868
+ "id": 109,
869
+ "name": "C"
870
+ }
871
+ }
872
+ ],
873
+ "type": {
874
+ "type": "reference",
875
+ "id": 95,
876
+ "typeArguments": [
877
+ {
878
+ "type": "reference",
879
+ "id": 108,
880
+ "name": "T"
881
+ },
882
+ {
883
+ "type": "reference",
884
+ "id": 109,
885
+ "name": "C"
886
+ }
887
+ ],
888
+ "name": "XyoAbstractWitness"
889
+ }
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "id": 111,
895
+ "name": "config",
896
+ "kind": 1024,
897
+ "kindString": "Property",
898
+ "flags": {
899
+ "isPublic": true,
900
+ "isOptional": true,
901
+ "isReadonly": true
902
+ },
903
+ "sources": [
904
+ {
905
+ "fileName": "witness/src/Witness/Witness.ts",
906
+ "line": 10,
907
+ "character": 18,
908
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
909
+ }
910
+ ],
911
+ "type": {
912
+ "type": "reference",
913
+ "id": 109,
914
+ "name": "C"
915
+ }
916
+ },
917
+ {
918
+ "id": 115,
919
+ "name": "targetSchema",
920
+ "kind": 262144,
921
+ "kindString": "Accessor",
922
+ "flags": {
923
+ "isAbstract": true
924
+ },
925
+ "sources": [
926
+ {
927
+ "fileName": "witness/src/Witness/Witness.ts",
928
+ "line": 15,
929
+ "character": 15,
930
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L15"
931
+ }
932
+ ],
933
+ "getSignature": {
934
+ "id": 116,
935
+ "name": "targetSchema",
936
+ "kind": 524288,
937
+ "kindString": "Get signature",
938
+ "flags": {},
939
+ "type": {
940
+ "type": "intrinsic",
941
+ "name": "string"
942
+ },
943
+ "implementationOf": {
944
+ "type": "reference",
945
+ "id": 90,
946
+ "name": "XyoWitness.targetSchema"
947
+ }
948
+ },
949
+ "implementationOf": {
950
+ "type": "reference",
951
+ "id": 90,
952
+ "name": "XyoWitness.targetSchema"
953
+ }
954
+ },
955
+ {
956
+ "id": 112,
957
+ "name": "observe",
958
+ "kind": 2048,
959
+ "kindString": "Method",
960
+ "flags": {
961
+ "isAbstract": true
962
+ },
963
+ "sources": [
964
+ {
965
+ "fileName": "witness/src/Witness/Witness.ts",
966
+ "line": 14,
967
+ "character": 11,
968
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L14"
969
+ }
970
+ ],
971
+ "signatures": [
972
+ {
973
+ "id": 113,
974
+ "name": "observe",
975
+ "kind": 4096,
976
+ "kindString": "Call signature",
977
+ "flags": {},
978
+ "parameters": [
979
+ {
980
+ "id": 114,
981
+ "name": "fields",
982
+ "kind": 32768,
983
+ "kindString": "Parameter",
984
+ "flags": {
985
+ "isOptional": true
986
+ },
987
+ "type": {
988
+ "type": "reference",
989
+ "typeArguments": [
990
+ {
991
+ "type": "reference",
992
+ "id": 108,
993
+ "name": "T"
994
+ }
995
+ ],
996
+ "name": "Partial",
997
+ "qualifiedName": "Partial",
998
+ "package": "typescript"
999
+ }
1000
+ }
1001
+ ],
1002
+ "type": {
1003
+ "type": "reference",
1004
+ "typeArguments": [
1005
+ {
1006
+ "type": "reference",
1007
+ "id": 108,
1008
+ "name": "T"
1009
+ }
1010
+ ],
1011
+ "name": "Promise",
1012
+ "qualifiedName": "Promise",
1013
+ "package": "typescript"
1014
+ },
1015
+ "implementationOf": {
1016
+ "type": "reference",
1017
+ "id": 92,
1018
+ "name": "XyoWitness.observe"
1019
+ }
1020
+ }
1021
+ ],
1022
+ "implementationOf": {
1023
+ "type": "reference",
1024
+ "id": 91,
1025
+ "name": "XyoWitness.observe"
1026
+ }
1027
+ }
1028
+ ],
1029
+ "groups": [
1030
+ {
1031
+ "title": "Constructors",
1032
+ "children": [
1033
+ 96
1034
+ ]
1035
+ },
1036
+ {
1037
+ "title": "Properties",
1038
+ "children": [
1039
+ 111
1040
+ ]
1041
+ },
1042
+ {
1043
+ "title": "Accessors",
1044
+ "children": [
1045
+ 115
1046
+ ]
1047
+ },
1048
+ {
1049
+ "title": "Methods",
1050
+ "children": [
1051
+ 112
1052
+ ]
1053
+ }
1054
+ ],
1055
+ "sources": [
1056
+ {
1057
+ "fileName": "witness/src/Witness/Witness.ts",
1058
+ "line": 9,
1059
+ "character": 22,
1060
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L9"
1061
+ }
1062
+ ],
1063
+ "typeParameters": [
1064
+ {
1065
+ "id": 117,
1066
+ "name": "T",
1067
+ "kind": 131072,
1068
+ "kindString": "Type parameter",
1069
+ "flags": {},
1070
+ "type": {
1071
+ "type": "reference",
1072
+ "name": "XyoPayload"
1073
+ },
1074
+ "default": {
1075
+ "type": "reference",
1076
+ "name": "XyoPayload"
1077
+ }
1078
+ },
1079
+ {
1080
+ "id": 118,
1081
+ "name": "C",
1082
+ "kind": 131072,
1083
+ "kindString": "Type parameter",
1084
+ "flags": {},
1085
+ "type": {
1086
+ "type": "reference",
1087
+ "name": "EmptyObject"
1088
+ },
1089
+ "default": {
1090
+ "type": "reference",
1091
+ "name": "EmptyObject"
1092
+ }
1093
+ }
1094
+ ],
1095
+ "extendedBy": [
1096
+ {
1097
+ "type": "reference",
1098
+ "id": 4,
1099
+ "name": "XyoQueryWitness"
1100
+ },
1101
+ {
1102
+ "type": "reference",
1103
+ "id": 37,
1104
+ "name": "XyoSimpleWitness"
1105
+ },
1106
+ {
1107
+ "type": "reference",
1108
+ "id": 119,
1109
+ "name": "XyoAbstractTimestampWitness"
1110
+ },
1111
+ {
1112
+ "type": "reference",
1113
+ "id": 143,
1114
+ "name": "XyoWitnessBase"
1115
+ }
1116
+ ],
1117
+ "implementedTypes": [
1118
+ {
1119
+ "type": "reference",
1120
+ "id": 89,
1121
+ "typeArguments": [
1122
+ {
1123
+ "type": "reference",
1124
+ "id": 108,
1125
+ "name": "T"
1126
+ }
1127
+ ],
1128
+ "name": "XyoWitness"
1129
+ }
1130
+ ]
1131
+ },
1132
+ {
1133
+ "id": 62,
1134
+ "name": "XyoLegacyWitness",
1135
+ "kind": 128,
1136
+ "kindString": "Class",
1137
+ "flags": {},
1138
+ "comment": {
1139
+ "summary": [],
1140
+ "blockTags": [
1141
+ {
1142
+ "tag": "@deprecated",
1143
+ "content": [
1144
+ {
1145
+ "kind": "text",
1146
+ "text": "Use XyoSimpleWitness"
1147
+ }
1148
+ ]
1149
+ }
1150
+ ]
1151
+ },
1152
+ "children": [
1153
+ {
1154
+ "id": 63,
1155
+ "name": "constructor",
1156
+ "kind": 512,
1157
+ "kindString": "Constructor",
1158
+ "flags": {},
1159
+ "sources": [
1160
+ {
1161
+ "fileName": "witness/src/Witness/Witness.ts",
1162
+ "line": 11,
1163
+ "character": 2,
1164
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
1165
+ }
1166
+ ],
1167
+ "signatures": [
1168
+ {
1169
+ "id": 64,
1170
+ "name": "new XyoLegacyWitness",
1171
+ "kind": 16384,
1172
+ "kindString": "Constructor signature",
1173
+ "flags": {},
1174
+ "typeParameter": [
1175
+ {
1176
+ "id": 75,
1177
+ "name": "T",
1178
+ "kind": 131072,
1179
+ "kindString": "Type parameter",
1180
+ "flags": {},
1181
+ "type": {
1182
+ "type": "reflection",
1183
+ "declaration": {
1184
+ "id": 65,
1185
+ "name": "__type",
1186
+ "kind": 65536,
1187
+ "kindString": "Type literal",
1188
+ "flags": {},
1189
+ "children": [
1190
+ {
1191
+ "id": 67,
1192
+ "name": "previousHash",
1193
+ "kind": 1024,
1194
+ "kindString": "Property",
1195
+ "flags": {
1196
+ "isOptional": true
1197
+ },
1198
+ "sources": [
1199
+ {
1200
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1201
+ "line": 7,
1202
+ "character": 4
1203
+ }
1204
+ ],
1205
+ "type": {
1206
+ "type": "intrinsic",
1207
+ "name": "string"
1208
+ }
1209
+ },
1210
+ {
1211
+ "id": 66,
1212
+ "name": "schema",
1213
+ "kind": 1024,
1214
+ "kindString": "Property",
1215
+ "flags": {},
1216
+ "sources": [
1217
+ {
1218
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1219
+ "line": 6,
1220
+ "character": 4
1221
+ }
1222
+ ],
1223
+ "type": {
1224
+ "type": "intrinsic",
1225
+ "name": "string"
1226
+ }
1227
+ },
1228
+ {
1229
+ "id": 68,
1230
+ "name": "sources",
1231
+ "kind": 1024,
1232
+ "kindString": "Property",
1233
+ "flags": {
1234
+ "isOptional": true
1235
+ },
1236
+ "sources": [
1237
+ {
1238
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1239
+ "line": 8,
1240
+ "character": 4
1241
+ }
1242
+ ],
1243
+ "type": {
1244
+ "type": "array",
1245
+ "elementType": {
1246
+ "type": "intrinsic",
1247
+ "name": "string"
1248
+ }
1249
+ }
1250
+ },
1251
+ {
1252
+ "id": 69,
1253
+ "name": "timestamp",
1254
+ "kind": 1024,
1255
+ "kindString": "Property",
1256
+ "flags": {
1257
+ "isOptional": true
1258
+ },
1259
+ "sources": [
1260
+ {
1261
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1262
+ "line": 9,
1263
+ "character": 4
1264
+ }
1265
+ ],
1266
+ "type": {
1267
+ "type": "intrinsic",
1268
+ "name": "number"
1269
+ }
1270
+ }
1271
+ ],
1272
+ "groups": [
1273
+ {
1274
+ "title": "Properties",
1275
+ "children": [
1276
+ 67,
1277
+ 66,
1278
+ 68,
1279
+ 69
1280
+ ]
1281
+ }
1282
+ ],
1283
+ "sources": [
1284
+ {
1285
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1286
+ "line": 5,
1287
+ "character": 70
1288
+ }
1289
+ ]
1290
+ }
1291
+ },
1292
+ "default": {
1293
+ "type": "reflection",
1294
+ "declaration": {
1295
+ "id": 70,
1296
+ "name": "__type",
1297
+ "kind": 65536,
1298
+ "kindString": "Type literal",
1299
+ "flags": {},
1300
+ "children": [
1301
+ {
1302
+ "id": 72,
1303
+ "name": "previousHash",
1304
+ "kind": 1024,
1305
+ "kindString": "Property",
1306
+ "flags": {
1307
+ "isOptional": true
1308
+ },
1309
+ "sources": [
1310
+ {
1311
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1312
+ "line": 7,
1313
+ "character": 4
1314
+ }
1315
+ ],
1316
+ "type": {
1317
+ "type": "intrinsic",
1318
+ "name": "string"
1319
+ }
1320
+ },
1321
+ {
1322
+ "id": 71,
1323
+ "name": "schema",
1324
+ "kind": 1024,
1325
+ "kindString": "Property",
1326
+ "flags": {},
1327
+ "sources": [
1328
+ {
1329
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1330
+ "line": 6,
1331
+ "character": 4
1332
+ }
1333
+ ],
1334
+ "type": {
1335
+ "type": "intrinsic",
1336
+ "name": "string"
1337
+ }
1338
+ },
1339
+ {
1340
+ "id": 73,
1341
+ "name": "sources",
1342
+ "kind": 1024,
1343
+ "kindString": "Property",
1344
+ "flags": {
1345
+ "isOptional": true
1346
+ },
1347
+ "sources": [
1348
+ {
1349
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1350
+ "line": 8,
1351
+ "character": 4
1352
+ }
1353
+ ],
1354
+ "type": {
1355
+ "type": "array",
1356
+ "elementType": {
1357
+ "type": "intrinsic",
1358
+ "name": "string"
1359
+ }
1360
+ }
1361
+ },
1362
+ {
1363
+ "id": 74,
1364
+ "name": "timestamp",
1365
+ "kind": 1024,
1366
+ "kindString": "Property",
1367
+ "flags": {
1368
+ "isOptional": true
1369
+ },
1370
+ "sources": [
1371
+ {
1372
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1373
+ "line": 9,
1374
+ "character": 4
1375
+ }
1376
+ ],
1377
+ "type": {
1378
+ "type": "intrinsic",
1379
+ "name": "number"
1380
+ }
1381
+ }
1382
+ ],
1383
+ "groups": [
1384
+ {
1385
+ "title": "Properties",
1386
+ "children": [
1387
+ 72,
1388
+ 71,
1389
+ 73,
1390
+ 74
1391
+ ]
1392
+ }
1393
+ ],
1394
+ "sources": [
1395
+ {
1396
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1397
+ "line": 5,
1398
+ "character": 70
1399
+ }
1400
+ ]
1401
+ }
1402
+ }
1403
+ },
1404
+ {
1405
+ "id": 76,
1406
+ "name": "C",
1407
+ "kind": 131072,
1408
+ "kindString": "Type parameter",
1409
+ "flags": {},
1410
+ "type": {
1411
+ "type": "reference",
1412
+ "id": 25,
1413
+ "typeArguments": [
1414
+ {
1415
+ "type": "reference",
1416
+ "id": 75,
1417
+ "name": "T"
1418
+ },
1419
+ {
1420
+ "type": "reference",
1421
+ "id": 76,
1422
+ "name": "C"
1423
+ }
1424
+ ],
1425
+ "name": "XyoSimpleWitnessConfig"
1426
+ },
1427
+ "default": {
1428
+ "type": "reference",
1429
+ "id": 25,
1430
+ "typeArguments": [
1431
+ {
1432
+ "type": "reference",
1433
+ "id": 75,
1434
+ "name": "T"
1435
+ }
1436
+ ],
1437
+ "name": "XyoSimpleWitnessConfig"
1438
+ }
1439
+ }
1440
+ ],
1441
+ "parameters": [
1442
+ {
1443
+ "id": 77,
1444
+ "name": "config",
1445
+ "kind": 32768,
1446
+ "kindString": "Parameter",
1447
+ "flags": {
1448
+ "isOptional": true
1449
+ },
1450
+ "type": {
1451
+ "type": "reference",
1452
+ "id": 76,
1453
+ "name": "C"
1454
+ }
1455
+ }
1456
+ ],
1457
+ "type": {
1458
+ "type": "reference",
1459
+ "id": 62,
1460
+ "typeArguments": [
1461
+ {
1462
+ "type": "reference",
1463
+ "id": 75,
1464
+ "name": "T"
1465
+ },
1466
+ {
1467
+ "type": "reference",
1468
+ "id": 76,
1469
+ "name": "C"
1470
+ }
1471
+ ],
1472
+ "name": "XyoLegacyWitness"
1473
+ },
1474
+ "inheritedFrom": {
1475
+ "type": "reference",
1476
+ "id": 39,
1477
+ "name": "XyoSimpleWitness.constructor"
1478
+ }
1479
+ }
1480
+ ],
1481
+ "inheritedFrom": {
1482
+ "type": "reference",
1483
+ "id": 38,
1484
+ "name": "XyoSimpleWitness.constructor"
1485
+ }
1486
+ },
1487
+ {
1488
+ "id": 84,
1489
+ "name": "config",
1490
+ "kind": 1024,
1491
+ "kindString": "Property",
1492
+ "flags": {
1493
+ "isPublic": true,
1494
+ "isOptional": true,
1495
+ "isReadonly": true
1496
+ },
1497
+ "sources": [
1498
+ {
1499
+ "fileName": "witness/src/Witness/Witness.ts",
1500
+ "line": 10,
1501
+ "character": 18,
1502
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
1503
+ }
1504
+ ],
1505
+ "type": {
1506
+ "type": "reference",
1507
+ "id": 76,
1508
+ "name": "C"
1509
+ },
1510
+ "inheritedFrom": {
1511
+ "type": "reference",
1512
+ "id": 59,
1513
+ "name": "XyoSimpleWitness.config"
1514
+ }
1515
+ },
1516
+ {
1517
+ "id": 78,
1518
+ "name": "previousHash",
1519
+ "kind": 1024,
1520
+ "kindString": "Property",
1521
+ "flags": {
1522
+ "isPublic": true,
1523
+ "isOptional": true
1524
+ },
1525
+ "sources": [
1526
+ {
1527
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
1528
+ "line": 15,
1529
+ "character": 9,
1530
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L15"
1531
+ }
1532
+ ],
1533
+ "type": {
1534
+ "type": "intrinsic",
1535
+ "name": "string"
1536
+ },
1537
+ "inheritedFrom": {
1538
+ "type": "reference",
1539
+ "id": 53,
1540
+ "name": "XyoSimpleWitness.previousHash"
1541
+ }
1542
+ },
1543
+ {
1544
+ "id": 79,
1545
+ "name": "targetSchema",
1546
+ "kind": 262144,
1547
+ "kindString": "Accessor",
1548
+ "flags": {},
1549
+ "sources": [
1550
+ {
1551
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
1552
+ "line": 17,
1553
+ "character": 15,
1554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L17"
1555
+ }
1556
+ ],
1557
+ "getSignature": {
1558
+ "id": 80,
1559
+ "name": "targetSchema",
1560
+ "kind": 524288,
1561
+ "kindString": "Get signature",
1562
+ "flags": {},
1563
+ "type": {
1564
+ "type": "intrinsic",
1565
+ "name": "string"
1566
+ },
1567
+ "inheritedFrom": {
1568
+ "type": "reference",
1569
+ "name": "XyoSimpleWitness.targetSchema"
1570
+ }
1571
+ },
1572
+ "inheritedFrom": {
1573
+ "type": "reference",
1574
+ "id": 54,
1575
+ "name": "XyoSimpleWitness.targetSchema"
1576
+ }
1577
+ },
1578
+ {
1579
+ "id": 81,
1580
+ "name": "observe",
1581
+ "kind": 2048,
1582
+ "kindString": "Method",
1583
+ "flags": {
1584
+ "isPublic": true
1585
+ },
1586
+ "sources": [
1587
+ {
1588
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
1589
+ "line": 21,
1590
+ "character": 15,
1591
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L21"
1592
+ }
1593
+ ],
1594
+ "signatures": [
1595
+ {
1596
+ "id": 82,
1597
+ "name": "observe",
1598
+ "kind": 4096,
1599
+ "kindString": "Call signature",
1600
+ "flags": {},
1601
+ "parameters": [
1602
+ {
1603
+ "id": 83,
1604
+ "name": "fields",
1605
+ "kind": 32768,
1606
+ "kindString": "Parameter",
1607
+ "flags": {
1608
+ "isOptional": true
1609
+ },
1610
+ "type": {
1611
+ "type": "reference",
1612
+ "typeArguments": [
1613
+ {
1614
+ "type": "reference",
1615
+ "id": 75,
1616
+ "name": "T"
1617
+ }
1618
+ ],
1619
+ "name": "Partial",
1620
+ "qualifiedName": "Partial",
1621
+ "package": "typescript"
1622
+ }
1623
+ }
1624
+ ],
1625
+ "type": {
1626
+ "type": "reference",
1627
+ "typeArguments": [
1628
+ {
1629
+ "type": "reference",
1630
+ "id": 75,
1631
+ "name": "T"
1632
+ }
1633
+ ],
1634
+ "name": "Promise",
1635
+ "qualifiedName": "Promise",
1636
+ "package": "typescript"
1637
+ },
1638
+ "inheritedFrom": {
1639
+ "type": "reference",
1640
+ "id": 57,
1641
+ "name": "XyoSimpleWitness.observe"
1642
+ }
1643
+ }
1644
+ ],
1645
+ "inheritedFrom": {
1646
+ "type": "reference",
1647
+ "id": 56,
1648
+ "name": "XyoSimpleWitness.observe"
1649
+ }
1650
+ }
1651
+ ],
1652
+ "groups": [
1653
+ {
1654
+ "title": "Constructors",
1655
+ "children": [
1656
+ 63
1657
+ ]
1658
+ },
1659
+ {
1660
+ "title": "Properties",
1661
+ "children": [
1662
+ 84,
1663
+ 78
1664
+ ]
1665
+ },
1666
+ {
1667
+ "title": "Accessors",
1668
+ "children": [
1669
+ 79
1670
+ ]
1671
+ },
1672
+ {
1673
+ "title": "Methods",
1674
+ "children": [
1675
+ 81
1676
+ ]
1677
+ }
1678
+ ],
1679
+ "sources": [
1680
+ {
1681
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
1682
+ "line": 31,
1683
+ "character": 13,
1684
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L31"
1685
+ }
1686
+ ],
1687
+ "typeParameters": [
1688
+ {
1689
+ "id": 85,
1690
+ "name": "T",
1691
+ "kind": 131072,
1692
+ "kindString": "Type parameter",
1693
+ "flags": {},
1694
+ "type": {
1695
+ "type": "reference",
1696
+ "name": "XyoPayload"
1697
+ },
1698
+ "default": {
1699
+ "type": "reference",
1700
+ "name": "XyoPayload"
1701
+ }
1702
+ },
1703
+ {
1704
+ "id": 86,
1705
+ "name": "C",
1706
+ "kind": 131072,
1707
+ "kindString": "Type parameter",
1708
+ "flags": {},
1709
+ "type": {
1710
+ "type": "reference",
1711
+ "id": 25,
1712
+ "typeArguments": [
1713
+ {
1714
+ "type": "reference",
1715
+ "id": 75,
1716
+ "name": "T"
1717
+ }
1718
+ ],
1719
+ "name": "XyoSimpleWitnessConfig"
1720
+ },
1721
+ "default": {
1722
+ "type": "reference",
1723
+ "id": 25,
1724
+ "typeArguments": [
1725
+ {
1726
+ "type": "reference",
1727
+ "id": 75,
1728
+ "name": "T"
1729
+ }
1730
+ ],
1731
+ "name": "XyoSimpleWitnessConfig"
1732
+ }
1733
+ }
1734
+ ],
1735
+ "extendedTypes": [
1736
+ {
1737
+ "type": "reference",
1738
+ "id": 37,
1739
+ "typeArguments": [
1740
+ {
1741
+ "type": "reference",
1742
+ "id": 75,
1743
+ "name": "T"
1744
+ },
1745
+ {
1746
+ "type": "reference",
1747
+ "id": 76,
1748
+ "name": "C"
1749
+ }
1750
+ ],
1751
+ "name": "XyoSimpleWitness"
1752
+ }
1753
+ ]
1754
+ },
1755
+ {
1756
+ "id": 4,
1757
+ "name": "XyoQueryWitness",
1758
+ "kind": 128,
1759
+ "kindString": "Class",
1760
+ "flags": {},
1761
+ "children": [
1762
+ {
1763
+ "id": 5,
1764
+ "name": "constructor",
1765
+ "kind": 512,
1766
+ "kindString": "Constructor",
1767
+ "flags": {},
1768
+ "sources": [
1769
+ {
1770
+ "fileName": "witness/src/Witness/Witness.ts",
1771
+ "line": 11,
1772
+ "character": 2,
1773
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
1774
+ }
1775
+ ],
1776
+ "signatures": [
1777
+ {
1778
+ "id": 6,
1779
+ "name": "new XyoQueryWitness",
1780
+ "kind": 16384,
1781
+ "kindString": "Constructor signature",
1782
+ "flags": {},
1783
+ "typeParameter": [
1784
+ {
1785
+ "id": 12,
1786
+ "name": "T",
1787
+ "kind": 131072,
1788
+ "kindString": "Type parameter",
1789
+ "flags": {},
1790
+ "type": {
1791
+ "type": "reflection",
1792
+ "declaration": {
1793
+ "id": 7,
1794
+ "name": "__type",
1795
+ "kind": 65536,
1796
+ "kindString": "Type literal",
1797
+ "flags": {},
1798
+ "children": [
1799
+ {
1800
+ "id": 9,
1801
+ "name": "previousHash",
1802
+ "kind": 1024,
1803
+ "kindString": "Property",
1804
+ "flags": {
1805
+ "isOptional": true
1806
+ },
1807
+ "sources": [
1808
+ {
1809
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1810
+ "line": 7,
1811
+ "character": 4
1812
+ }
1813
+ ],
1814
+ "type": {
1815
+ "type": "intrinsic",
1816
+ "name": "string"
1817
+ }
1818
+ },
1819
+ {
1820
+ "id": 8,
1821
+ "name": "schema",
1822
+ "kind": 1024,
1823
+ "kindString": "Property",
1824
+ "flags": {},
1825
+ "sources": [
1826
+ {
1827
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1828
+ "line": 6,
1829
+ "character": 4
1830
+ }
1831
+ ],
1832
+ "type": {
1833
+ "type": "intrinsic",
1834
+ "name": "string"
1835
+ }
1836
+ },
1837
+ {
1838
+ "id": 10,
1839
+ "name": "sources",
1840
+ "kind": 1024,
1841
+ "kindString": "Property",
1842
+ "flags": {
1843
+ "isOptional": true
1844
+ },
1845
+ "sources": [
1846
+ {
1847
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1848
+ "line": 8,
1849
+ "character": 4
1850
+ }
1851
+ ],
1852
+ "type": {
1853
+ "type": "array",
1854
+ "elementType": {
1855
+ "type": "intrinsic",
1856
+ "name": "string"
1857
+ }
1858
+ }
1859
+ },
1860
+ {
1861
+ "id": 11,
1862
+ "name": "timestamp",
1863
+ "kind": 1024,
1864
+ "kindString": "Property",
1865
+ "flags": {
1866
+ "isOptional": true
1867
+ },
1868
+ "sources": [
1869
+ {
1870
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1871
+ "line": 9,
1872
+ "character": 4
1873
+ }
1874
+ ],
1875
+ "type": {
1876
+ "type": "intrinsic",
1877
+ "name": "number"
1878
+ }
1879
+ }
1880
+ ],
1881
+ "groups": [
1882
+ {
1883
+ "title": "Properties",
1884
+ "children": [
1885
+ 9,
1886
+ 8,
1887
+ 10,
1888
+ 11
1889
+ ]
1890
+ }
1891
+ ],
1892
+ "sources": [
1893
+ {
1894
+ "fileName": "payload/dist/esm/models/Base.d.ts",
1895
+ "line": 5,
1896
+ "character": 70
1897
+ }
1898
+ ]
1899
+ }
1900
+ }
1901
+ },
1902
+ {
1903
+ "id": 13,
1904
+ "name": "Q",
1905
+ "kind": 131072,
1906
+ "kindString": "Type parameter",
1907
+ "flags": {},
1908
+ "type": {
1909
+ "type": "reference",
1910
+ "typeArguments": [
1911
+ {
1912
+ "type": "reference",
1913
+ "name": "EmptyObject"
1914
+ }
1915
+ ],
1916
+ "name": "XyoQueryPayload"
1917
+ },
1918
+ "default": {
1919
+ "type": "reference",
1920
+ "typeArguments": [
1921
+ {
1922
+ "type": "reference",
1923
+ "name": "EmptyObject"
1924
+ }
1925
+ ],
1926
+ "name": "XyoQueryPayload"
1927
+ }
1928
+ },
1929
+ {
1930
+ "id": 14,
1931
+ "name": "C",
1932
+ "kind": 131072,
1933
+ "kindString": "Type parameter",
1934
+ "flags": {},
1935
+ "type": {
1936
+ "type": "reference",
1937
+ "id": 1,
1938
+ "typeArguments": [
1939
+ {
1940
+ "type": "reference",
1941
+ "id": 13,
1942
+ "name": "Q"
1943
+ },
1944
+ {
1945
+ "type": "reference",
1946
+ "id": 14,
1947
+ "name": "C"
1948
+ }
1949
+ ],
1950
+ "name": "XyoQueryWitnessConfig"
1951
+ },
1952
+ "default": {
1953
+ "type": "reference",
1954
+ "id": 1,
1955
+ "typeArguments": [
1956
+ {
1957
+ "type": "reference",
1958
+ "id": 13,
1959
+ "name": "Q"
1960
+ }
1961
+ ],
1962
+ "name": "XyoQueryWitnessConfig"
1963
+ }
1964
+ }
1965
+ ],
1966
+ "parameters": [
1967
+ {
1968
+ "id": 15,
1969
+ "name": "config",
1970
+ "kind": 32768,
1971
+ "kindString": "Parameter",
1972
+ "flags": {
1973
+ "isOptional": true
1974
+ },
1975
+ "type": {
1976
+ "type": "reference",
1977
+ "id": 14,
1978
+ "name": "C"
1979
+ }
1980
+ }
1981
+ ],
1982
+ "type": {
1983
+ "type": "reference",
1984
+ "id": 4,
1985
+ "typeArguments": [
1986
+ {
1987
+ "type": "reference",
1988
+ "id": 12,
1989
+ "name": "T"
1990
+ },
1991
+ {
1992
+ "type": "reference",
1993
+ "id": 13,
1994
+ "name": "Q"
1995
+ },
1996
+ {
1997
+ "type": "reference",
1998
+ "id": 14,
1999
+ "name": "C"
2000
+ }
2001
+ ],
2002
+ "name": "XyoQueryWitness"
2003
+ },
2004
+ "inheritedFrom": {
2005
+ "type": "reference",
2006
+ "id": 97,
2007
+ "name": "XyoAbstractWitness.constructor"
2008
+ }
2009
+ }
2010
+ ],
2011
+ "inheritedFrom": {
2012
+ "type": "reference",
2013
+ "id": 96,
2014
+ "name": "XyoAbstractWitness.constructor"
2015
+ }
2016
+ },
2017
+ {
2018
+ "id": 21,
2019
+ "name": "config",
2020
+ "kind": 1024,
2021
+ "kindString": "Property",
2022
+ "flags": {
2023
+ "isPublic": true,
2024
+ "isOptional": true,
2025
+ "isReadonly": true
2026
+ },
2027
+ "sources": [
2028
+ {
2029
+ "fileName": "witness/src/Witness/Witness.ts",
2030
+ "line": 10,
2031
+ "character": 18,
2032
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
2033
+ }
2034
+ ],
2035
+ "type": {
2036
+ "type": "reference",
2037
+ "id": 14,
2038
+ "name": "C"
2039
+ },
2040
+ "inheritedFrom": {
2041
+ "type": "reference",
2042
+ "id": 111,
2043
+ "name": "XyoAbstractWitness.config"
2044
+ }
2045
+ },
2046
+ {
2047
+ "id": 16,
2048
+ "name": "targetSchema",
2049
+ "kind": 262144,
2050
+ "kindString": "Accessor",
2051
+ "flags": {},
2052
+ "sources": [
2053
+ {
2054
+ "fileName": "witness/src/Witness/QueryWitness.ts",
2055
+ "line": 14,
2056
+ "character": 15,
2057
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/QueryWitness.ts#L14"
2058
+ }
2059
+ ],
2060
+ "getSignature": {
2061
+ "id": 17,
2062
+ "name": "targetSchema",
2063
+ "kind": 524288,
2064
+ "kindString": "Get signature",
2065
+ "flags": {},
2066
+ "type": {
2067
+ "type": "intrinsic",
2068
+ "name": "string"
2069
+ },
2070
+ "overwrites": {
2071
+ "type": "reference",
2072
+ "name": "XyoAbstractWitness.targetSchema"
2073
+ }
2074
+ },
2075
+ "overwrites": {
2076
+ "type": "reference",
2077
+ "id": 115,
2078
+ "name": "XyoAbstractWitness.targetSchema"
2079
+ }
2080
+ },
2081
+ {
2082
+ "id": 18,
2083
+ "name": "observe",
2084
+ "kind": 2048,
2085
+ "kindString": "Method",
2086
+ "flags": {
2087
+ "isPublic": true
2088
+ },
2089
+ "sources": [
2090
+ {
2091
+ "fileName": "witness/src/Witness/QueryWitness.ts",
2092
+ "line": 18,
2093
+ "character": 9,
2094
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/QueryWitness.ts#L18"
2095
+ }
2096
+ ],
2097
+ "signatures": [
2098
+ {
2099
+ "id": 19,
2100
+ "name": "observe",
2101
+ "kind": 4096,
2102
+ "kindString": "Call signature",
2103
+ "flags": {},
2104
+ "parameters": [
2105
+ {
2106
+ "id": 20,
2107
+ "name": "fields",
2108
+ "kind": 32768,
2109
+ "kindString": "Parameter",
2110
+ "flags": {
2111
+ "isOptional": true
2112
+ },
2113
+ "type": {
2114
+ "type": "reference",
2115
+ "typeArguments": [
2116
+ {
2117
+ "type": "reference",
2118
+ "id": 12,
2119
+ "name": "T"
2120
+ }
2121
+ ],
2122
+ "name": "Partial",
2123
+ "qualifiedName": "Partial",
2124
+ "package": "typescript"
2125
+ }
2126
+ }
2127
+ ],
2128
+ "type": {
2129
+ "type": "reference",
2130
+ "typeArguments": [
2131
+ {
2132
+ "type": "reference",
2133
+ "id": 12,
2134
+ "name": "T"
2135
+ }
2136
+ ],
2137
+ "name": "Promise",
2138
+ "qualifiedName": "Promise",
2139
+ "package": "typescript"
2140
+ },
2141
+ "overwrites": {
2142
+ "type": "reference",
2143
+ "id": 113,
2144
+ "name": "XyoAbstractWitness.observe"
2145
+ }
2146
+ }
2147
+ ],
2148
+ "overwrites": {
2149
+ "type": "reference",
2150
+ "id": 112,
2151
+ "name": "XyoAbstractWitness.observe"
2152
+ }
2153
+ }
2154
+ ],
2155
+ "groups": [
2156
+ {
2157
+ "title": "Constructors",
2158
+ "children": [
2159
+ 5
2160
+ ]
2161
+ },
2162
+ {
2163
+ "title": "Properties",
2164
+ "children": [
2165
+ 21
2166
+ ]
2167
+ },
2168
+ {
2169
+ "title": "Accessors",
2170
+ "children": [
2171
+ 16
2172
+ ]
2173
+ },
2174
+ {
2175
+ "title": "Methods",
2176
+ "children": [
2177
+ 18
2178
+ ]
2179
+ }
2180
+ ],
2181
+ "sources": [
2182
+ {
2183
+ "fileName": "witness/src/Witness/QueryWitness.ts",
2184
+ "line": 9,
2185
+ "character": 13,
2186
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/QueryWitness.ts#L9"
2187
+ }
2188
+ ],
2189
+ "typeParameters": [
2190
+ {
2191
+ "id": 22,
2192
+ "name": "T",
2193
+ "kind": 131072,
2194
+ "kindString": "Type parameter",
2195
+ "flags": {},
2196
+ "type": {
2197
+ "type": "reference",
2198
+ "name": "XyoPayload"
2199
+ }
2200
+ },
2201
+ {
2202
+ "id": 23,
2203
+ "name": "Q",
2204
+ "kind": 131072,
2205
+ "kindString": "Type parameter",
2206
+ "flags": {},
2207
+ "type": {
2208
+ "type": "reference",
2209
+ "name": "XyoQueryPayload"
2210
+ },
2211
+ "default": {
2212
+ "type": "reference",
2213
+ "name": "XyoQueryPayload"
2214
+ }
2215
+ },
2216
+ {
2217
+ "id": 24,
2218
+ "name": "C",
2219
+ "kind": 131072,
2220
+ "kindString": "Type parameter",
2221
+ "flags": {},
2222
+ "type": {
2223
+ "type": "reference",
2224
+ "id": 1,
2225
+ "typeArguments": [
2226
+ {
2227
+ "type": "reference",
2228
+ "id": 13,
2229
+ "name": "Q"
2230
+ }
2231
+ ],
2232
+ "name": "XyoQueryWitnessConfig"
2233
+ },
2234
+ "default": {
2235
+ "type": "reference",
2236
+ "id": 1,
2237
+ "typeArguments": [
2238
+ {
2239
+ "type": "reference",
2240
+ "id": 13,
2241
+ "name": "Q"
2242
+ }
2243
+ ],
2244
+ "name": "XyoQueryWitnessConfig"
2245
+ }
2246
+ }
2247
+ ],
2248
+ "extendedTypes": [
2249
+ {
2250
+ "type": "reference",
2251
+ "id": 95,
2252
+ "typeArguments": [
2253
+ {
2254
+ "type": "reference",
2255
+ "id": 12,
2256
+ "name": "T"
2257
+ },
2258
+ {
2259
+ "type": "reference",
2260
+ "id": 14,
2261
+ "name": "C"
2262
+ }
2263
+ ],
2264
+ "name": "XyoAbstractWitness"
2265
+ }
2266
+ ]
2267
+ },
2268
+ {
2269
+ "id": 37,
2270
+ "name": "XyoSimpleWitness",
2271
+ "kind": 128,
2272
+ "kindString": "Class",
2273
+ "flags": {},
2274
+ "children": [
2275
+ {
2276
+ "id": 38,
2277
+ "name": "constructor",
2278
+ "kind": 512,
2279
+ "kindString": "Constructor",
2280
+ "flags": {},
2281
+ "sources": [
2282
+ {
2283
+ "fileName": "witness/src/Witness/Witness.ts",
2284
+ "line": 11,
2285
+ "character": 2,
2286
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
2287
+ }
2288
+ ],
2289
+ "signatures": [
2290
+ {
2291
+ "id": 39,
2292
+ "name": "new XyoSimpleWitness",
2293
+ "kind": 16384,
2294
+ "kindString": "Constructor signature",
2295
+ "flags": {},
2296
+ "typeParameter": [
2297
+ {
2298
+ "id": 50,
2299
+ "name": "T",
2300
+ "kind": 131072,
2301
+ "kindString": "Type parameter",
2302
+ "flags": {},
2303
+ "type": {
2304
+ "type": "reflection",
2305
+ "declaration": {
2306
+ "id": 40,
2307
+ "name": "__type",
2308
+ "kind": 65536,
2309
+ "kindString": "Type literal",
2310
+ "flags": {},
2311
+ "children": [
2312
+ {
2313
+ "id": 42,
2314
+ "name": "previousHash",
2315
+ "kind": 1024,
2316
+ "kindString": "Property",
2317
+ "flags": {
2318
+ "isOptional": true
2319
+ },
2320
+ "sources": [
2321
+ {
2322
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2323
+ "line": 7,
2324
+ "character": 4
2325
+ }
2326
+ ],
2327
+ "type": {
2328
+ "type": "intrinsic",
2329
+ "name": "string"
2330
+ }
2331
+ },
2332
+ {
2333
+ "id": 41,
2334
+ "name": "schema",
2335
+ "kind": 1024,
2336
+ "kindString": "Property",
2337
+ "flags": {},
2338
+ "sources": [
2339
+ {
2340
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2341
+ "line": 6,
2342
+ "character": 4
2343
+ }
2344
+ ],
2345
+ "type": {
2346
+ "type": "intrinsic",
2347
+ "name": "string"
2348
+ }
2349
+ },
2350
+ {
2351
+ "id": 43,
2352
+ "name": "sources",
2353
+ "kind": 1024,
2354
+ "kindString": "Property",
2355
+ "flags": {
2356
+ "isOptional": true
2357
+ },
2358
+ "sources": [
2359
+ {
2360
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2361
+ "line": 8,
2362
+ "character": 4
2363
+ }
2364
+ ],
2365
+ "type": {
2366
+ "type": "array",
2367
+ "elementType": {
2368
+ "type": "intrinsic",
2369
+ "name": "string"
2370
+ }
2371
+ }
2372
+ },
2373
+ {
2374
+ "id": 44,
2375
+ "name": "timestamp",
2376
+ "kind": 1024,
2377
+ "kindString": "Property",
2378
+ "flags": {
2379
+ "isOptional": true
2380
+ },
2381
+ "sources": [
2382
+ {
2383
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2384
+ "line": 9,
2385
+ "character": 4
2386
+ }
2387
+ ],
2388
+ "type": {
2389
+ "type": "intrinsic",
2390
+ "name": "number"
2391
+ }
2392
+ }
2393
+ ],
2394
+ "groups": [
2395
+ {
2396
+ "title": "Properties",
2397
+ "children": [
2398
+ 42,
2399
+ 41,
2400
+ 43,
2401
+ 44
2402
+ ]
2403
+ }
2404
+ ],
2405
+ "sources": [
2406
+ {
2407
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2408
+ "line": 5,
2409
+ "character": 70
2410
+ }
2411
+ ]
2412
+ }
2413
+ },
2414
+ "default": {
2415
+ "type": "reflection",
2416
+ "declaration": {
2417
+ "id": 45,
2418
+ "name": "__type",
2419
+ "kind": 65536,
2420
+ "kindString": "Type literal",
2421
+ "flags": {},
2422
+ "children": [
2423
+ {
2424
+ "id": 47,
2425
+ "name": "previousHash",
2426
+ "kind": 1024,
2427
+ "kindString": "Property",
2428
+ "flags": {
2429
+ "isOptional": true
2430
+ },
2431
+ "sources": [
2432
+ {
2433
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2434
+ "line": 7,
2435
+ "character": 4
2436
+ }
2437
+ ],
2438
+ "type": {
2439
+ "type": "intrinsic",
2440
+ "name": "string"
2441
+ }
2442
+ },
2443
+ {
2444
+ "id": 46,
2445
+ "name": "schema",
2446
+ "kind": 1024,
2447
+ "kindString": "Property",
2448
+ "flags": {},
2449
+ "sources": [
2450
+ {
2451
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2452
+ "line": 6,
2453
+ "character": 4
2454
+ }
2455
+ ],
2456
+ "type": {
2457
+ "type": "intrinsic",
2458
+ "name": "string"
2459
+ }
2460
+ },
2461
+ {
2462
+ "id": 48,
2463
+ "name": "sources",
2464
+ "kind": 1024,
2465
+ "kindString": "Property",
2466
+ "flags": {
2467
+ "isOptional": true
2468
+ },
2469
+ "sources": [
2470
+ {
2471
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2472
+ "line": 8,
2473
+ "character": 4
2474
+ }
2475
+ ],
2476
+ "type": {
2477
+ "type": "array",
2478
+ "elementType": {
2479
+ "type": "intrinsic",
2480
+ "name": "string"
2481
+ }
2482
+ }
2483
+ },
2484
+ {
2485
+ "id": 49,
2486
+ "name": "timestamp",
2487
+ "kind": 1024,
2488
+ "kindString": "Property",
2489
+ "flags": {
2490
+ "isOptional": true
2491
+ },
2492
+ "sources": [
2493
+ {
2494
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2495
+ "line": 9,
2496
+ "character": 4
2497
+ }
2498
+ ],
2499
+ "type": {
2500
+ "type": "intrinsic",
2501
+ "name": "number"
2502
+ }
2503
+ }
2504
+ ],
2505
+ "groups": [
2506
+ {
2507
+ "title": "Properties",
2508
+ "children": [
2509
+ 47,
2510
+ 46,
2511
+ 48,
2512
+ 49
2513
+ ]
2514
+ }
2515
+ ],
2516
+ "sources": [
2517
+ {
2518
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2519
+ "line": 5,
2520
+ "character": 70
2521
+ }
2522
+ ]
2523
+ }
2524
+ }
2525
+ },
2526
+ {
2527
+ "id": 51,
2528
+ "name": "C",
2529
+ "kind": 131072,
2530
+ "kindString": "Type parameter",
2531
+ "flags": {},
2532
+ "type": {
2533
+ "type": "reference",
2534
+ "id": 25,
2535
+ "typeArguments": [
2536
+ {
2537
+ "type": "reference",
2538
+ "id": 50,
2539
+ "name": "T"
2540
+ },
2541
+ {
2542
+ "type": "reference",
2543
+ "id": 51,
2544
+ "name": "C"
2545
+ }
2546
+ ],
2547
+ "name": "XyoSimpleWitnessConfig"
2548
+ },
2549
+ "default": {
2550
+ "type": "reference",
2551
+ "id": 25,
2552
+ "typeArguments": [
2553
+ {
2554
+ "type": "reference",
2555
+ "id": 50,
2556
+ "name": "T"
2557
+ }
2558
+ ],
2559
+ "name": "XyoSimpleWitnessConfig"
2560
+ }
2561
+ }
2562
+ ],
2563
+ "parameters": [
2564
+ {
2565
+ "id": 52,
2566
+ "name": "config",
2567
+ "kind": 32768,
2568
+ "kindString": "Parameter",
2569
+ "flags": {
2570
+ "isOptional": true
2571
+ },
2572
+ "type": {
2573
+ "type": "reference",
2574
+ "id": 51,
2575
+ "name": "C"
2576
+ }
2577
+ }
2578
+ ],
2579
+ "type": {
2580
+ "type": "reference",
2581
+ "id": 37,
2582
+ "typeArguments": [
2583
+ {
2584
+ "type": "reference",
2585
+ "id": 50,
2586
+ "name": "T"
2587
+ },
2588
+ {
2589
+ "type": "reference",
2590
+ "id": 51,
2591
+ "name": "C"
2592
+ }
2593
+ ],
2594
+ "name": "XyoSimpleWitness"
2595
+ },
2596
+ "inheritedFrom": {
2597
+ "type": "reference",
2598
+ "id": 97,
2599
+ "name": "XyoAbstractWitness.constructor"
2600
+ }
2601
+ }
2602
+ ],
2603
+ "inheritedFrom": {
2604
+ "type": "reference",
2605
+ "id": 96,
2606
+ "name": "XyoAbstractWitness.constructor"
2607
+ }
2608
+ },
2609
+ {
2610
+ "id": 59,
2611
+ "name": "config",
2612
+ "kind": 1024,
2613
+ "kindString": "Property",
2614
+ "flags": {
2615
+ "isPublic": true,
2616
+ "isOptional": true,
2617
+ "isReadonly": true
2618
+ },
2619
+ "sources": [
2620
+ {
2621
+ "fileName": "witness/src/Witness/Witness.ts",
2622
+ "line": 10,
2623
+ "character": 18,
2624
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
2625
+ }
2626
+ ],
2627
+ "type": {
2628
+ "type": "reference",
2629
+ "id": 51,
2630
+ "name": "C"
2631
+ },
2632
+ "inheritedFrom": {
2633
+ "type": "reference",
2634
+ "id": 111,
2635
+ "name": "XyoAbstractWitness.config"
2636
+ }
2637
+ },
2638
+ {
2639
+ "id": 53,
2640
+ "name": "previousHash",
2641
+ "kind": 1024,
2642
+ "kindString": "Property",
2643
+ "flags": {
2644
+ "isPublic": true,
2645
+ "isOptional": true
2646
+ },
2647
+ "sources": [
2648
+ {
2649
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
2650
+ "line": 15,
2651
+ "character": 9,
2652
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L15"
2653
+ }
2654
+ ],
2655
+ "type": {
2656
+ "type": "intrinsic",
2657
+ "name": "string"
2658
+ }
2659
+ },
2660
+ {
2661
+ "id": 54,
2662
+ "name": "targetSchema",
2663
+ "kind": 262144,
2664
+ "kindString": "Accessor",
2665
+ "flags": {},
2666
+ "sources": [
2667
+ {
2668
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
2669
+ "line": 17,
2670
+ "character": 15,
2671
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L17"
2672
+ }
2673
+ ],
2674
+ "getSignature": {
2675
+ "id": 55,
2676
+ "name": "targetSchema",
2677
+ "kind": 524288,
2678
+ "kindString": "Get signature",
2679
+ "flags": {},
2680
+ "type": {
2681
+ "type": "intrinsic",
2682
+ "name": "string"
2683
+ },
2684
+ "overwrites": {
2685
+ "type": "reference",
2686
+ "name": "XyoAbstractWitness.targetSchema"
2687
+ },
2688
+ "implementationOf": {
2689
+ "type": "reference",
2690
+ "id": 90,
2691
+ "name": "XyoWitness.targetSchema"
2692
+ }
2693
+ },
2694
+ "overwrites": {
2695
+ "type": "reference",
2696
+ "id": 115,
2697
+ "name": "XyoAbstractWitness.targetSchema"
2698
+ },
2699
+ "implementationOf": {
2700
+ "type": "reference",
2701
+ "id": 90,
2702
+ "name": "XyoWitness.targetSchema"
2703
+ }
2704
+ },
2705
+ {
2706
+ "id": 56,
2707
+ "name": "observe",
2708
+ "kind": 2048,
2709
+ "kindString": "Method",
2710
+ "flags": {
2711
+ "isPublic": true
2712
+ },
2713
+ "sources": [
2714
+ {
2715
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
2716
+ "line": 21,
2717
+ "character": 15,
2718
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L21"
2719
+ }
2720
+ ],
2721
+ "signatures": [
2722
+ {
2723
+ "id": 57,
2724
+ "name": "observe",
2725
+ "kind": 4096,
2726
+ "kindString": "Call signature",
2727
+ "flags": {},
2728
+ "parameters": [
2729
+ {
2730
+ "id": 58,
2731
+ "name": "fields",
2732
+ "kind": 32768,
2733
+ "kindString": "Parameter",
2734
+ "flags": {
2735
+ "isOptional": true
2736
+ },
2737
+ "type": {
2738
+ "type": "reference",
2739
+ "typeArguments": [
2740
+ {
2741
+ "type": "reference",
2742
+ "id": 50,
2743
+ "name": "T"
2744
+ }
2745
+ ],
2746
+ "name": "Partial",
2747
+ "qualifiedName": "Partial",
2748
+ "package": "typescript"
2749
+ }
2750
+ }
2751
+ ],
2752
+ "type": {
2753
+ "type": "reference",
2754
+ "typeArguments": [
2755
+ {
2756
+ "type": "reference",
2757
+ "id": 50,
2758
+ "name": "T"
2759
+ }
2760
+ ],
2761
+ "name": "Promise",
2762
+ "qualifiedName": "Promise",
2763
+ "package": "typescript"
2764
+ },
2765
+ "overwrites": {
2766
+ "type": "reference",
2767
+ "id": 113,
2768
+ "name": "XyoAbstractWitness.observe"
2769
+ },
2770
+ "implementationOf": {
2771
+ "type": "reference",
2772
+ "id": 92,
2773
+ "name": "XyoWitness.observe"
2774
+ }
2775
+ }
2776
+ ],
2777
+ "overwrites": {
2778
+ "type": "reference",
2779
+ "id": 112,
2780
+ "name": "XyoAbstractWitness.observe"
2781
+ },
2782
+ "implementationOf": {
2783
+ "type": "reference",
2784
+ "id": 91,
2785
+ "name": "XyoWitness.observe"
2786
+ }
2787
+ }
2788
+ ],
2789
+ "groups": [
2790
+ {
2791
+ "title": "Constructors",
2792
+ "children": [
2793
+ 38
2794
+ ]
2795
+ },
2796
+ {
2797
+ "title": "Properties",
2798
+ "children": [
2799
+ 59,
2800
+ 53
2801
+ ]
2802
+ },
2803
+ {
2804
+ "title": "Accessors",
2805
+ "children": [
2806
+ 54
2807
+ ]
2808
+ },
2809
+ {
2810
+ "title": "Methods",
2811
+ "children": [
2812
+ 56
2813
+ ]
2814
+ }
2815
+ ],
2816
+ "sources": [
2817
+ {
2818
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
2819
+ "line": 11,
2820
+ "character": 13,
2821
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L11"
2822
+ }
2823
+ ],
2824
+ "typeParameters": [
2825
+ {
2826
+ "id": 60,
2827
+ "name": "T",
2828
+ "kind": 131072,
2829
+ "kindString": "Type parameter",
2830
+ "flags": {},
2831
+ "type": {
2832
+ "type": "reference",
2833
+ "name": "XyoPayload"
2834
+ },
2835
+ "default": {
2836
+ "type": "reference",
2837
+ "name": "XyoPayload"
2838
+ }
2839
+ },
2840
+ {
2841
+ "id": 61,
2842
+ "name": "C",
2843
+ "kind": 131072,
2844
+ "kindString": "Type parameter",
2845
+ "flags": {},
2846
+ "type": {
2847
+ "type": "reference",
2848
+ "id": 25,
2849
+ "typeArguments": [
2850
+ {
2851
+ "type": "reference",
2852
+ "id": 50,
2853
+ "name": "T"
2854
+ }
2855
+ ],
2856
+ "name": "XyoSimpleWitnessConfig"
2857
+ },
2858
+ "default": {
2859
+ "type": "reference",
2860
+ "id": 25,
2861
+ "typeArguments": [
2862
+ {
2863
+ "type": "reference",
2864
+ "id": 50,
2865
+ "name": "T"
2866
+ }
2867
+ ],
2868
+ "name": "XyoSimpleWitnessConfig"
2869
+ }
2870
+ }
2871
+ ],
2872
+ "extendedTypes": [
2873
+ {
2874
+ "type": "reference",
2875
+ "id": 95,
2876
+ "typeArguments": [
2877
+ {
2878
+ "type": "reference",
2879
+ "id": 50,
2880
+ "name": "T"
2881
+ },
2882
+ {
2883
+ "type": "reference",
2884
+ "id": 51,
2885
+ "name": "C"
2886
+ }
2887
+ ],
2888
+ "name": "XyoAbstractWitness"
2889
+ }
2890
+ ],
2891
+ "extendedBy": [
2892
+ {
2893
+ "type": "reference",
2894
+ "id": 62,
2895
+ "name": "XyoLegacyWitness"
2896
+ }
2897
+ ],
2898
+ "implementedTypes": [
2899
+ {
2900
+ "type": "reference",
2901
+ "id": 89,
2902
+ "typeArguments": [
2903
+ {
2904
+ "type": "reference",
2905
+ "id": 50,
2906
+ "name": "T"
2907
+ }
2908
+ ],
2909
+ "name": "XyoWitness"
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "id": 143,
2915
+ "name": "XyoWitnessBase",
2916
+ "kind": 128,
2917
+ "kindString": "Class",
2918
+ "flags": {
2919
+ "isAbstract": true
2920
+ },
2921
+ "comment": {
2922
+ "summary": [],
2923
+ "blockTags": [
2924
+ {
2925
+ "tag": "@deprecated",
2926
+ "content": [
2927
+ {
2928
+ "kind": "text",
2929
+ "text": "use XyoAbstractWitness instead"
2930
+ }
2931
+ ]
2932
+ }
2933
+ ]
2934
+ },
2935
+ "children": [
2936
+ {
2937
+ "id": 144,
2938
+ "name": "constructor",
2939
+ "kind": 512,
2940
+ "kindString": "Constructor",
2941
+ "flags": {},
2942
+ "sources": [
2943
+ {
2944
+ "fileName": "witness/src/Witness/Witness.ts",
2945
+ "line": 11,
2946
+ "character": 2,
2947
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L11"
2948
+ }
2949
+ ],
2950
+ "signatures": [
2951
+ {
2952
+ "id": 145,
2953
+ "name": "new XyoWitnessBase",
2954
+ "kind": 16384,
2955
+ "kindString": "Constructor signature",
2956
+ "flags": {},
2957
+ "typeParameter": [
2958
+ {
2959
+ "id": 156,
2960
+ "name": "T",
2961
+ "kind": 131072,
2962
+ "kindString": "Type parameter",
2963
+ "flags": {},
2964
+ "type": {
2965
+ "type": "reflection",
2966
+ "declaration": {
2967
+ "id": 146,
2968
+ "name": "__type",
2969
+ "kind": 65536,
2970
+ "kindString": "Type literal",
2971
+ "flags": {},
2972
+ "children": [
2973
+ {
2974
+ "id": 148,
2975
+ "name": "previousHash",
2976
+ "kind": 1024,
2977
+ "kindString": "Property",
2978
+ "flags": {
2979
+ "isOptional": true
2980
+ },
2981
+ "sources": [
2982
+ {
2983
+ "fileName": "payload/dist/esm/models/Base.d.ts",
2984
+ "line": 7,
2985
+ "character": 4
2986
+ }
2987
+ ],
2988
+ "type": {
2989
+ "type": "intrinsic",
2990
+ "name": "string"
2991
+ }
2992
+ },
2993
+ {
2994
+ "id": 147,
2995
+ "name": "schema",
2996
+ "kind": 1024,
2997
+ "kindString": "Property",
2998
+ "flags": {},
2999
+ "sources": [
3000
+ {
3001
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3002
+ "line": 6,
3003
+ "character": 4
3004
+ }
3005
+ ],
3006
+ "type": {
3007
+ "type": "intrinsic",
3008
+ "name": "string"
3009
+ }
3010
+ },
3011
+ {
3012
+ "id": 149,
3013
+ "name": "sources",
3014
+ "kind": 1024,
3015
+ "kindString": "Property",
3016
+ "flags": {
3017
+ "isOptional": true
3018
+ },
3019
+ "sources": [
3020
+ {
3021
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3022
+ "line": 8,
3023
+ "character": 4
3024
+ }
3025
+ ],
3026
+ "type": {
3027
+ "type": "array",
3028
+ "elementType": {
3029
+ "type": "intrinsic",
3030
+ "name": "string"
3031
+ }
3032
+ }
3033
+ },
3034
+ {
3035
+ "id": 150,
3036
+ "name": "timestamp",
3037
+ "kind": 1024,
3038
+ "kindString": "Property",
3039
+ "flags": {
3040
+ "isOptional": true
3041
+ },
3042
+ "sources": [
3043
+ {
3044
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3045
+ "line": 9,
3046
+ "character": 4
3047
+ }
3048
+ ],
3049
+ "type": {
3050
+ "type": "intrinsic",
3051
+ "name": "number"
3052
+ }
3053
+ }
3054
+ ],
3055
+ "groups": [
3056
+ {
3057
+ "title": "Properties",
3058
+ "children": [
3059
+ 148,
3060
+ 147,
3061
+ 149,
3062
+ 150
3063
+ ]
3064
+ }
3065
+ ],
3066
+ "sources": [
3067
+ {
3068
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3069
+ "line": 5,
3070
+ "character": 70
3071
+ }
3072
+ ]
3073
+ }
3074
+ },
3075
+ "default": {
3076
+ "type": "reflection",
3077
+ "declaration": {
3078
+ "id": 151,
3079
+ "name": "__type",
3080
+ "kind": 65536,
3081
+ "kindString": "Type literal",
3082
+ "flags": {},
3083
+ "children": [
3084
+ {
3085
+ "id": 153,
3086
+ "name": "previousHash",
3087
+ "kind": 1024,
3088
+ "kindString": "Property",
3089
+ "flags": {
3090
+ "isOptional": true
3091
+ },
3092
+ "sources": [
3093
+ {
3094
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3095
+ "line": 7,
3096
+ "character": 4
3097
+ }
3098
+ ],
3099
+ "type": {
3100
+ "type": "intrinsic",
3101
+ "name": "string"
3102
+ }
3103
+ },
3104
+ {
3105
+ "id": 152,
3106
+ "name": "schema",
3107
+ "kind": 1024,
3108
+ "kindString": "Property",
3109
+ "flags": {},
3110
+ "sources": [
3111
+ {
3112
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3113
+ "line": 6,
3114
+ "character": 4
3115
+ }
3116
+ ],
3117
+ "type": {
3118
+ "type": "intrinsic",
3119
+ "name": "string"
3120
+ }
3121
+ },
3122
+ {
3123
+ "id": 154,
3124
+ "name": "sources",
3125
+ "kind": 1024,
3126
+ "kindString": "Property",
3127
+ "flags": {
3128
+ "isOptional": true
3129
+ },
3130
+ "sources": [
3131
+ {
3132
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3133
+ "line": 8,
3134
+ "character": 4
3135
+ }
3136
+ ],
3137
+ "type": {
3138
+ "type": "array",
3139
+ "elementType": {
3140
+ "type": "intrinsic",
3141
+ "name": "string"
3142
+ }
3143
+ }
3144
+ },
3145
+ {
3146
+ "id": 155,
3147
+ "name": "timestamp",
3148
+ "kind": 1024,
3149
+ "kindString": "Property",
3150
+ "flags": {
3151
+ "isOptional": true
3152
+ },
3153
+ "sources": [
3154
+ {
3155
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3156
+ "line": 9,
3157
+ "character": 4
3158
+ }
3159
+ ],
3160
+ "type": {
3161
+ "type": "intrinsic",
3162
+ "name": "number"
3163
+ }
3164
+ }
3165
+ ],
3166
+ "groups": [
3167
+ {
3168
+ "title": "Properties",
3169
+ "children": [
3170
+ 153,
3171
+ 152,
3172
+ 154,
3173
+ 155
3174
+ ]
3175
+ }
3176
+ ],
3177
+ "sources": [
3178
+ {
3179
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3180
+ "line": 5,
3181
+ "character": 70
3182
+ }
3183
+ ]
3184
+ }
3185
+ }
3186
+ },
3187
+ {
3188
+ "id": 157,
3189
+ "name": "C",
3190
+ "kind": 131072,
3191
+ "kindString": "Type parameter",
3192
+ "flags": {},
3193
+ "type": {
3194
+ "type": "reference",
3195
+ "name": "EmptyObject"
3196
+ },
3197
+ "default": {
3198
+ "type": "reference",
3199
+ "name": "EmptyObject"
3200
+ }
3201
+ }
3202
+ ],
3203
+ "parameters": [
3204
+ {
3205
+ "id": 158,
3206
+ "name": "config",
3207
+ "kind": 32768,
3208
+ "kindString": "Parameter",
3209
+ "flags": {
3210
+ "isOptional": true
3211
+ },
3212
+ "type": {
3213
+ "type": "reference",
3214
+ "id": 157,
3215
+ "name": "C"
3216
+ }
3217
+ }
3218
+ ],
3219
+ "type": {
3220
+ "type": "reference",
3221
+ "id": 143,
3222
+ "typeArguments": [
3223
+ {
3224
+ "type": "reference",
3225
+ "id": 156,
3226
+ "name": "T"
3227
+ },
3228
+ {
3229
+ "type": "reference",
3230
+ "id": 157,
3231
+ "name": "C"
3232
+ }
3233
+ ],
3234
+ "name": "XyoWitnessBase"
3235
+ },
3236
+ "inheritedFrom": {
3237
+ "type": "reference",
3238
+ "id": 97,
3239
+ "name": "XyoAbstractWitness.constructor"
3240
+ }
3241
+ }
3242
+ ],
3243
+ "inheritedFrom": {
3244
+ "type": "reference",
3245
+ "id": 96,
3246
+ "name": "XyoAbstractWitness.constructor"
3247
+ }
3248
+ },
3249
+ {
3250
+ "id": 159,
3251
+ "name": "config",
3252
+ "kind": 1024,
3253
+ "kindString": "Property",
3254
+ "flags": {
3255
+ "isPublic": true,
3256
+ "isOptional": true,
3257
+ "isReadonly": true
3258
+ },
3259
+ "sources": [
3260
+ {
3261
+ "fileName": "witness/src/Witness/Witness.ts",
3262
+ "line": 10,
3263
+ "character": 18,
3264
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L10"
3265
+ }
3266
+ ],
3267
+ "type": {
3268
+ "type": "reference",
3269
+ "id": 157,
3270
+ "name": "C"
3271
+ },
3272
+ "inheritedFrom": {
3273
+ "type": "reference",
3274
+ "id": 111,
3275
+ "name": "XyoAbstractWitness.config"
3276
+ }
3277
+ },
3278
+ {
3279
+ "id": 163,
3280
+ "name": "targetSchema",
3281
+ "kind": 262144,
3282
+ "kindString": "Accessor",
3283
+ "flags": {
3284
+ "isAbstract": true
3285
+ },
3286
+ "sources": [
3287
+ {
3288
+ "fileName": "witness/src/Witness/Witness.ts",
3289
+ "line": 15,
3290
+ "character": 15,
3291
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L15"
3292
+ }
3293
+ ],
3294
+ "getSignature": {
3295
+ "id": 164,
3296
+ "name": "targetSchema",
3297
+ "kind": 524288,
3298
+ "kindString": "Get signature",
3299
+ "flags": {},
3300
+ "type": {
3301
+ "type": "intrinsic",
3302
+ "name": "string"
3303
+ },
3304
+ "inheritedFrom": {
3305
+ "type": "reference",
3306
+ "name": "XyoAbstractWitness.targetSchema"
3307
+ }
3308
+ },
3309
+ "inheritedFrom": {
3310
+ "type": "reference",
3311
+ "id": 115,
3312
+ "name": "XyoAbstractWitness.targetSchema"
3313
+ }
3314
+ },
3315
+ {
3316
+ "id": 160,
3317
+ "name": "observe",
3318
+ "kind": 2048,
3319
+ "kindString": "Method",
3320
+ "flags": {
3321
+ "isAbstract": true
3322
+ },
3323
+ "sources": [
3324
+ {
3325
+ "fileName": "witness/src/Witness/Witness.ts",
3326
+ "line": 14,
3327
+ "character": 11,
3328
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L14"
3329
+ }
3330
+ ],
3331
+ "signatures": [
3332
+ {
3333
+ "id": 161,
3334
+ "name": "observe",
3335
+ "kind": 4096,
3336
+ "kindString": "Call signature",
3337
+ "flags": {},
3338
+ "parameters": [
3339
+ {
3340
+ "id": 162,
3341
+ "name": "fields",
3342
+ "kind": 32768,
3343
+ "kindString": "Parameter",
3344
+ "flags": {
3345
+ "isOptional": true
3346
+ },
3347
+ "type": {
3348
+ "type": "reference",
3349
+ "typeArguments": [
3350
+ {
3351
+ "type": "reference",
3352
+ "id": 156,
3353
+ "name": "T"
3354
+ }
3355
+ ],
3356
+ "name": "Partial",
3357
+ "qualifiedName": "Partial",
3358
+ "package": "typescript"
3359
+ }
3360
+ }
3361
+ ],
3362
+ "type": {
3363
+ "type": "reference",
3364
+ "typeArguments": [
3365
+ {
3366
+ "type": "reference",
3367
+ "id": 156,
3368
+ "name": "T"
3369
+ }
3370
+ ],
3371
+ "name": "Promise",
3372
+ "qualifiedName": "Promise",
3373
+ "package": "typescript"
3374
+ },
3375
+ "inheritedFrom": {
3376
+ "type": "reference",
3377
+ "id": 113,
3378
+ "name": "XyoAbstractWitness.observe"
3379
+ }
3380
+ }
3381
+ ],
3382
+ "inheritedFrom": {
3383
+ "type": "reference",
3384
+ "id": 112,
3385
+ "name": "XyoAbstractWitness.observe"
3386
+ }
3387
+ }
3388
+ ],
3389
+ "groups": [
3390
+ {
3391
+ "title": "Constructors",
3392
+ "children": [
3393
+ 144
3394
+ ]
3395
+ },
3396
+ {
3397
+ "title": "Properties",
3398
+ "children": [
3399
+ 159
3400
+ ]
3401
+ },
3402
+ {
3403
+ "title": "Accessors",
3404
+ "children": [
3405
+ 163
3406
+ ]
3407
+ },
3408
+ {
3409
+ "title": "Methods",
3410
+ "children": [
3411
+ 160
3412
+ ]
3413
+ }
3414
+ ],
3415
+ "sources": [
3416
+ {
3417
+ "fileName": "witness/src/Witness/Witness.ts",
3418
+ "line": 24,
3419
+ "character": 22,
3420
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L24"
3421
+ }
3422
+ ],
3423
+ "typeParameters": [
3424
+ {
3425
+ "id": 165,
3426
+ "name": "T",
3427
+ "kind": 131072,
3428
+ "kindString": "Type parameter",
3429
+ "flags": {},
3430
+ "type": {
3431
+ "type": "reference",
3432
+ "name": "XyoPayload"
3433
+ },
3434
+ "default": {
3435
+ "type": "reference",
3436
+ "name": "XyoPayload"
3437
+ }
3438
+ },
3439
+ {
3440
+ "id": 166,
3441
+ "name": "C",
3442
+ "kind": 131072,
3443
+ "kindString": "Type parameter",
3444
+ "flags": {},
3445
+ "type": {
3446
+ "type": "reference",
3447
+ "name": "EmptyObject"
3448
+ },
3449
+ "default": {
3450
+ "type": "reference",
3451
+ "name": "EmptyObject"
3452
+ }
3453
+ }
3454
+ ],
3455
+ "extendedTypes": [
3456
+ {
3457
+ "type": "reference",
3458
+ "id": 95,
3459
+ "typeArguments": [
3460
+ {
3461
+ "type": "reference",
3462
+ "id": 156,
3463
+ "name": "T"
3464
+ },
3465
+ {
3466
+ "type": "reference",
3467
+ "id": 157,
3468
+ "name": "C"
3469
+ }
3470
+ ],
3471
+ "name": "XyoAbstractWitness"
3472
+ }
3473
+ ]
3474
+ },
3475
+ {
3476
+ "id": 1,
3477
+ "name": "XyoQueryWitnessConfig",
3478
+ "kind": 256,
3479
+ "kindString": "Interface",
3480
+ "flags": {},
3481
+ "children": [
3482
+ {
3483
+ "id": 2,
3484
+ "name": "query",
3485
+ "kind": 1024,
3486
+ "kindString": "Property",
3487
+ "flags": {},
3488
+ "sources": [
3489
+ {
3490
+ "fileName": "witness/src/Witness/QueryWitness.ts",
3491
+ "line": 6,
3492
+ "character": 2,
3493
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/QueryWitness.ts#L6"
3494
+ }
3495
+ ],
3496
+ "type": {
3497
+ "type": "reference",
3498
+ "id": 3,
3499
+ "name": "Q"
3500
+ }
3501
+ }
3502
+ ],
3503
+ "groups": [
3504
+ {
3505
+ "title": "Properties",
3506
+ "children": [
3507
+ 2
3508
+ ]
3509
+ }
3510
+ ],
3511
+ "sources": [
3512
+ {
3513
+ "fileName": "witness/src/Witness/QueryWitness.ts",
3514
+ "line": 5,
3515
+ "character": 17,
3516
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/QueryWitness.ts#L5"
3517
+ }
3518
+ ],
3519
+ "typeParameters": [
3520
+ {
3521
+ "id": 3,
3522
+ "name": "Q",
3523
+ "kind": 131072,
3524
+ "kindString": "Type parameter",
3525
+ "flags": {},
3526
+ "type": {
3527
+ "type": "reference",
3528
+ "name": "XyoQueryPayload"
3529
+ },
3530
+ "default": {
3531
+ "type": "reference",
3532
+ "name": "XyoQueryPayload"
3533
+ }
3534
+ }
3535
+ ]
3536
+ },
3537
+ {
3538
+ "id": 25,
3539
+ "name": "XyoSimpleWitnessConfig",
3540
+ "kind": 256,
3541
+ "kindString": "Interface",
3542
+ "flags": {},
3543
+ "children": [
3544
+ {
3545
+ "id": 33,
3546
+ "name": "observer",
3547
+ "kind": 1024,
3548
+ "kindString": "Property",
3549
+ "flags": {
3550
+ "isOptional": true
3551
+ },
3552
+ "sources": [
3553
+ {
3554
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3555
+ "line": 8,
3556
+ "character": 2,
3557
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L8"
3558
+ }
3559
+ ],
3560
+ "type": {
3561
+ "type": "reflection",
3562
+ "declaration": {
3563
+ "id": 34,
3564
+ "name": "__type",
3565
+ "kind": 65536,
3566
+ "kindString": "Type literal",
3567
+ "flags": {},
3568
+ "sources": [
3569
+ {
3570
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3571
+ "line": 8,
3572
+ "character": 13,
3573
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L8"
3574
+ }
3575
+ ],
3576
+ "signatures": [
3577
+ {
3578
+ "id": 35,
3579
+ "name": "__type",
3580
+ "kind": 4096,
3581
+ "kindString": "Call signature",
3582
+ "flags": {},
3583
+ "type": {
3584
+ "type": "union",
3585
+ "types": [
3586
+ {
3587
+ "type": "reference",
3588
+ "id": 36,
3589
+ "name": "T"
3590
+ },
3591
+ {
3592
+ "type": "reference",
3593
+ "typeArguments": [
3594
+ {
3595
+ "type": "reference",
3596
+ "id": 36,
3597
+ "name": "T"
3598
+ }
3599
+ ],
3600
+ "name": "Promise",
3601
+ "qualifiedName": "Promise",
3602
+ "package": "typescript"
3603
+ }
3604
+ ]
3605
+ }
3606
+ }
3607
+ ]
3608
+ }
3609
+ }
3610
+ },
3611
+ {
3612
+ "id": 26,
3613
+ "name": "schema",
3614
+ "kind": 1024,
3615
+ "kindString": "Property",
3616
+ "flags": {},
3617
+ "sources": [
3618
+ {
3619
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3620
+ "line": 6,
3621
+ "character": 2,
3622
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L6"
3623
+ }
3624
+ ],
3625
+ "type": {
3626
+ "type": "intrinsic",
3627
+ "name": "string"
3628
+ }
3629
+ },
3630
+ {
3631
+ "id": 27,
3632
+ "name": "template",
3633
+ "kind": 1024,
3634
+ "kindString": "Property",
3635
+ "flags": {
3636
+ "isOptional": true
3637
+ },
3638
+ "sources": [
3639
+ {
3640
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3641
+ "line": 7,
3642
+ "character": 2,
3643
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L7"
3644
+ }
3645
+ ],
3646
+ "type": {
3647
+ "type": "reflection",
3648
+ "declaration": {
3649
+ "id": 28,
3650
+ "name": "__type",
3651
+ "kind": 65536,
3652
+ "kindString": "Type literal",
3653
+ "flags": {},
3654
+ "children": [
3655
+ {
3656
+ "id": 30,
3657
+ "name": "previousHash",
3658
+ "kind": 1024,
3659
+ "kindString": "Property",
3660
+ "flags": {
3661
+ "isOptional": true
3662
+ },
3663
+ "sources": [
3664
+ {
3665
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3666
+ "line": 7,
3667
+ "character": 4
3668
+ }
3669
+ ],
3670
+ "type": {
3671
+ "type": "intrinsic",
3672
+ "name": "string"
3673
+ }
3674
+ },
3675
+ {
3676
+ "id": 29,
3677
+ "name": "schema",
3678
+ "kind": 1024,
3679
+ "kindString": "Property",
3680
+ "flags": {},
3681
+ "sources": [
3682
+ {
3683
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3684
+ "line": 6,
3685
+ "character": 4
3686
+ }
3687
+ ],
3688
+ "type": {
3689
+ "type": "intrinsic",
3690
+ "name": "string"
3691
+ }
3692
+ },
3693
+ {
3694
+ "id": 31,
3695
+ "name": "sources",
3696
+ "kind": 1024,
3697
+ "kindString": "Property",
3698
+ "flags": {
3699
+ "isOptional": true
3700
+ },
3701
+ "sources": [
3702
+ {
3703
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3704
+ "line": 8,
3705
+ "character": 4
3706
+ }
3707
+ ],
3708
+ "type": {
3709
+ "type": "array",
3710
+ "elementType": {
3711
+ "type": "intrinsic",
3712
+ "name": "string"
3713
+ }
3714
+ }
3715
+ },
3716
+ {
3717
+ "id": 32,
3718
+ "name": "timestamp",
3719
+ "kind": 1024,
3720
+ "kindString": "Property",
3721
+ "flags": {
3722
+ "isOptional": true
3723
+ },
3724
+ "sources": [
3725
+ {
3726
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3727
+ "line": 9,
3728
+ "character": 4
3729
+ }
3730
+ ],
3731
+ "type": {
3732
+ "type": "intrinsic",
3733
+ "name": "number"
3734
+ }
3735
+ }
3736
+ ],
3737
+ "groups": [
3738
+ {
3739
+ "title": "Properties",
3740
+ "children": [
3741
+ 30,
3742
+ 29,
3743
+ 31,
3744
+ 32
3745
+ ]
3746
+ }
3747
+ ],
3748
+ "sources": [
3749
+ {
3750
+ "fileName": "payload/dist/esm/models/Base.d.ts",
3751
+ "line": 5,
3752
+ "character": 70
3753
+ }
3754
+ ]
3755
+ }
3756
+ }
3757
+ }
3758
+ ],
3759
+ "groups": [
3760
+ {
3761
+ "title": "Properties",
3762
+ "children": [
3763
+ 33,
3764
+ 26,
3765
+ 27
3766
+ ]
3767
+ }
3768
+ ],
3769
+ "sources": [
3770
+ {
3771
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3772
+ "line": 5,
3773
+ "character": 17,
3774
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L5"
3775
+ }
3776
+ ],
3777
+ "typeParameters": [
3778
+ {
3779
+ "id": 36,
3780
+ "name": "T",
3781
+ "kind": 131072,
3782
+ "kindString": "Type parameter",
3783
+ "flags": {},
3784
+ "type": {
3785
+ "type": "reference",
3786
+ "name": "XyoPayload"
3787
+ },
3788
+ "default": {
3789
+ "type": "reference",
3790
+ "name": "XyoPayload"
3791
+ }
3792
+ }
3793
+ ]
3794
+ },
3795
+ {
3796
+ "id": 89,
3797
+ "name": "XyoWitness",
3798
+ "kind": 256,
3799
+ "kindString": "Interface",
3800
+ "flags": {},
3801
+ "children": [
3802
+ {
3803
+ "id": 90,
3804
+ "name": "targetSchema",
3805
+ "kind": 1024,
3806
+ "kindString": "Property",
3807
+ "flags": {},
3808
+ "sources": [
3809
+ {
3810
+ "fileName": "witness/src/Witness/Witness.ts",
3811
+ "line": 5,
3812
+ "character": 2,
3813
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L5"
3814
+ }
3815
+ ],
3816
+ "type": {
3817
+ "type": "intrinsic",
3818
+ "name": "string"
3819
+ }
3820
+ },
3821
+ {
3822
+ "id": 91,
3823
+ "name": "observe",
3824
+ "kind": 2048,
3825
+ "kindString": "Method",
3826
+ "flags": {},
3827
+ "sources": [
3828
+ {
3829
+ "fileName": "witness/src/Witness/Witness.ts",
3830
+ "line": 6,
3831
+ "character": 2,
3832
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L6"
3833
+ }
3834
+ ],
3835
+ "signatures": [
3836
+ {
3837
+ "id": 92,
3838
+ "name": "observe",
3839
+ "kind": 4096,
3840
+ "kindString": "Call signature",
3841
+ "flags": {},
3842
+ "parameters": [
3843
+ {
3844
+ "id": 93,
3845
+ "name": "fields",
3846
+ "kind": 32768,
3847
+ "kindString": "Parameter",
3848
+ "flags": {
3849
+ "isOptional": true
3850
+ },
3851
+ "type": {
3852
+ "type": "reference",
3853
+ "typeArguments": [
3854
+ {
3855
+ "type": "reference",
3856
+ "id": 94,
3857
+ "name": "T"
3858
+ }
3859
+ ],
3860
+ "name": "Partial",
3861
+ "qualifiedName": "Partial",
3862
+ "package": "typescript"
3863
+ }
3864
+ }
3865
+ ],
3866
+ "type": {
3867
+ "type": "reference",
3868
+ "typeArguments": [
3869
+ {
3870
+ "type": "reference",
3871
+ "id": 94,
3872
+ "name": "T"
3873
+ }
3874
+ ],
3875
+ "name": "Promise",
3876
+ "qualifiedName": "Promise",
3877
+ "package": "typescript"
3878
+ }
3879
+ }
3880
+ ]
3881
+ }
3882
+ ],
3883
+ "groups": [
3884
+ {
3885
+ "title": "Properties",
3886
+ "children": [
3887
+ 90
3888
+ ]
3889
+ },
3890
+ {
3891
+ "title": "Methods",
3892
+ "children": [
3893
+ 91
3894
+ ]
3895
+ }
3896
+ ],
3897
+ "sources": [
3898
+ {
3899
+ "fileName": "witness/src/Witness/Witness.ts",
3900
+ "line": 4,
3901
+ "character": 17,
3902
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/Witness.ts#L4"
3903
+ }
3904
+ ],
3905
+ "typeParameters": [
3906
+ {
3907
+ "id": 94,
3908
+ "name": "T",
3909
+ "kind": 131072,
3910
+ "kindString": "Type parameter",
3911
+ "flags": {},
3912
+ "type": {
3913
+ "type": "reference",
3914
+ "name": "XyoPayload"
3915
+ },
3916
+ "default": {
3917
+ "type": "reference",
3918
+ "name": "XyoPayload"
3919
+ }
3920
+ }
3921
+ ],
3922
+ "implementedBy": [
3923
+ {
3924
+ "type": "reference",
3925
+ "id": 95,
3926
+ "name": "XyoAbstractWitness"
3927
+ },
3928
+ {
3929
+ "type": "reference",
3930
+ "id": 37,
3931
+ "name": "XyoSimpleWitness"
3932
+ }
3933
+ ]
3934
+ },
3935
+ {
3936
+ "id": 87,
3937
+ "name": "XyoWitnessConfig",
3938
+ "kind": 4194304,
3939
+ "kindString": "Type alias",
3940
+ "flags": {},
3941
+ "comment": {
3942
+ "summary": [],
3943
+ "blockTags": [
3944
+ {
3945
+ "tag": "@deprecated",
3946
+ "content": [
3947
+ {
3948
+ "kind": "text",
3949
+ "text": "Use XyoSimpleWitnessConfig"
3950
+ }
3951
+ ]
3952
+ }
3953
+ ]
3954
+ },
3955
+ "sources": [
3956
+ {
3957
+ "fileName": "witness/src/Witness/SimpleWitness.ts",
3958
+ "line": 37,
3959
+ "character": 12,
3960
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/Witness/SimpleWitness.ts#L37"
3961
+ }
3962
+ ],
3963
+ "typeParameters": [
3964
+ {
3965
+ "id": 88,
3966
+ "name": "T",
3967
+ "kind": 131072,
3968
+ "kindString": "Type parameter",
3969
+ "flags": {},
3970
+ "type": {
3971
+ "type": "reference",
3972
+ "name": "XyoPayload"
3973
+ },
3974
+ "default": {
3975
+ "type": "reference",
3976
+ "name": "XyoPayload"
3977
+ }
3978
+ }
3979
+ ],
3980
+ "type": {
3981
+ "type": "reference",
3982
+ "id": 25,
3983
+ "typeArguments": [
3984
+ {
3985
+ "type": "reference",
3986
+ "id": 88,
3987
+ "name": "T"
3988
+ }
3989
+ ],
3990
+ "name": "XyoSimpleWitnessConfig"
3991
+ }
3992
+ }
3993
+ ],
3994
+ "groups": [
3995
+ {
3996
+ "title": "Classes",
3997
+ "children": [
3998
+ 119,
3999
+ 95,
4000
+ 62,
4001
+ 4,
4002
+ 37,
4003
+ 143
4004
+ ]
4005
+ },
4006
+ {
4007
+ "title": "Interfaces",
4008
+ "children": [
4009
+ 1,
4010
+ 25,
4011
+ 89
4012
+ ]
4013
+ },
4014
+ {
4015
+ "title": "Type Aliases",
4016
+ "children": [
4017
+ 87
4018
+ ]
4019
+ }
4020
+ ],
4021
+ "sources": [
4022
+ {
4023
+ "fileName": "witness/src/index.ts",
4024
+ "line": 1,
4025
+ "character": 0,
4026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0fdc649/packages/sdk/witness/src/index.ts#L1"
4027
+ }
4028
+ ]
4029
+ }