@xyo-network/location-plugin 2.42.0

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