@xyo-network/location-plugin 2.42.14 → 2.42.15

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