@xyo-network/ethers-ethereum-gas-plugin 2.43.7 → 2.43.8

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 +2156 -939
  2. package/package.json +8 -8
package/dist/docs.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 213,
10
+ "id": 259,
11
11
  "name": "default",
12
12
  "kind": 8388608,
13
13
  "kindString": "Reference",
@@ -17,20 +17,20 @@
17
17
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts",
18
18
  "line": 10,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts#L10"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts#L10"
21
21
  }
22
22
  ],
23
23
  "target": 1
24
24
  },
25
25
  {
26
- "id": 27,
26
+ "id": 32,
27
27
  "name": "XyoEthereumGasEthersWitness",
28
28
  "kind": 128,
29
29
  "kindString": "Class",
30
30
  "flags": {},
31
31
  "children": [
32
32
  {
33
- "id": 33,
33
+ "id": 38,
34
34
  "name": "constructor",
35
35
  "kind": 512,
36
36
  "kindString": "Constructor",
@@ -42,19 +42,19 @@
42
42
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
43
43
  "line": 22,
44
44
  "character": 2,
45
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L22"
45
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L22"
46
46
  }
47
47
  ],
48
48
  "signatures": [
49
49
  {
50
- "id": 34,
50
+ "id": 39,
51
51
  "name": "new XyoEthereumGasEthersWitness",
52
52
  "kind": 16384,
53
53
  "kindString": "Constructor signature",
54
54
  "flags": {},
55
55
  "parameters": [
56
56
  {
57
- "id": 35,
57
+ "id": 40,
58
58
  "name": "params",
59
59
  "kind": 32768,
60
60
  "kindString": "Parameter",
@@ -68,7 +68,7 @@
68
68
  ],
69
69
  "type": {
70
70
  "type": "reference",
71
- "id": 27,
71
+ "id": 32,
72
72
  "name": "XyoEthereumGasEthersWitness"
73
73
  },
74
74
  "overwrites": {
@@ -83,7 +83,7 @@
83
83
  }
84
84
  },
85
85
  {
86
- "id": 76,
86
+ "id": 97,
87
87
  "name": "_resolver",
88
88
  "kind": 1024,
89
89
  "kindString": "Property",
@@ -118,14 +118,158 @@
118
118
  {
119
119
  "type": "reflection",
120
120
  "declaration": {
121
- "id": 77,
121
+ "id": 98,
122
+ "name": "__type",
123
+ "kind": 65536,
124
+ "kindString": "Type literal",
125
+ "flags": {},
126
+ "children": [
127
+ {
128
+ "id": 99,
129
+ "name": "security",
130
+ "kind": 1024,
131
+ "kindString": "Property",
132
+ "flags": {
133
+ "isOptional": true
134
+ },
135
+ "sources": [
136
+ {
137
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
138
+ "line": 8,
139
+ "character": 4
140
+ }
141
+ ],
142
+ "type": {
143
+ "type": "reflection",
144
+ "declaration": {
145
+ "id": 100,
146
+ "name": "__type",
147
+ "kind": 65536,
148
+ "kindString": "Type literal",
149
+ "flags": {},
150
+ "children": [
151
+ {
152
+ "id": 101,
153
+ "name": "allowed",
154
+ "kind": 1024,
155
+ "kindString": "Property",
156
+ "flags": {
157
+ "isOptional": true
158
+ },
159
+ "sources": [
160
+ {
161
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
162
+ "line": 9,
163
+ "character": 8
164
+ }
165
+ ],
166
+ "type": {
167
+ "type": "reference",
168
+ "typeArguments": [
169
+ {
170
+ "type": "intrinsic",
171
+ "name": "string"
172
+ },
173
+ {
174
+ "type": "array",
175
+ "elementType": {
176
+ "type": "array",
177
+ "elementType": {
178
+ "type": "intrinsic",
179
+ "name": "string"
180
+ }
181
+ }
182
+ }
183
+ ],
184
+ "name": "Record",
185
+ "qualifiedName": "Record",
186
+ "package": "typescript"
187
+ }
188
+ },
189
+ {
190
+ "id": 102,
191
+ "name": "disallowed",
192
+ "kind": 1024,
193
+ "kindString": "Property",
194
+ "flags": {
195
+ "isOptional": true
196
+ },
197
+ "sources": [
198
+ {
199
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
200
+ "line": 10,
201
+ "character": 8
202
+ }
203
+ ],
204
+ "type": {
205
+ "type": "reference",
206
+ "typeArguments": [
207
+ {
208
+ "type": "intrinsic",
209
+ "name": "string"
210
+ },
211
+ {
212
+ "type": "array",
213
+ "elementType": {
214
+ "type": "intrinsic",
215
+ "name": "string"
216
+ }
217
+ }
218
+ ],
219
+ "name": "Record",
220
+ "qualifiedName": "Record",
221
+ "package": "typescript"
222
+ }
223
+ }
224
+ ],
225
+ "groups": [
226
+ {
227
+ "title": "Properties",
228
+ "children": [
229
+ 101,
230
+ 102
231
+ ]
232
+ }
233
+ ],
234
+ "sources": [
235
+ {
236
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
237
+ "line": 8,
238
+ "character": 15
239
+ }
240
+ ]
241
+ }
242
+ }
243
+ }
244
+ ],
245
+ "groups": [
246
+ {
247
+ "title": "Properties",
248
+ "children": [
249
+ 99
250
+ ]
251
+ }
252
+ ],
253
+ "sources": [
254
+ {
255
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
256
+ "line": 7,
257
+ "character": 87
258
+ }
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "type": "reflection",
264
+ "declaration": {
265
+ "id": 103,
122
266
  "name": "__type",
123
267
  "kind": 65536,
124
268
  "kindString": "Type literal",
125
269
  "flags": {},
126
270
  "children": [
127
271
  {
128
- "id": 78,
272
+ "id": 104,
129
273
  "name": "schema",
130
274
  "kind": 1024,
131
275
  "kindString": "Property",
@@ -147,7 +291,7 @@
147
291
  {
148
292
  "title": "Properties",
149
293
  "children": [
150
- 78
294
+ 104
151
295
  ]
152
296
  }
153
297
  ],
@@ -174,7 +318,7 @@
174
318
  }
175
319
  },
176
320
  {
177
- "id": 79,
321
+ "id": 105,
178
322
  "name": "_started",
179
323
  "kind": 1024,
180
324
  "kindString": "Property",
@@ -198,7 +342,7 @@
198
342
  }
199
343
  },
200
344
  {
201
- "id": 80,
345
+ "id": 106,
202
346
  "name": "account",
203
347
  "kind": 1024,
204
348
  "kindString": "Property",
@@ -222,362 +366,93 @@
222
366
  }
223
367
  },
224
368
  {
225
- "id": 81,
226
- "name": "allowedAddressSets",
369
+ "id": 85,
370
+ "name": "config",
227
371
  "kind": 1024,
228
372
  "kindString": "Property",
229
- "flags": {
230
- "isProtected": true,
231
- "isOptional": true
232
- },
373
+ "flags": {},
233
374
  "sources": [
234
375
  {
235
376
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
236
- "line": 18,
237
- "character": 14
377
+ "line": 14,
378
+ "character": 4
238
379
  }
239
380
  ],
240
381
  "type": {
241
- "type": "reference",
242
- "typeArguments": [
382
+ "type": "intersection",
383
+ "types": [
243
384
  {
244
- "type": "intrinsic",
245
- "name": "string"
385
+ "type": "reference",
386
+ "name": "SchemaFields"
246
387
  },
247
388
  {
248
- "type": "array",
249
- "elementType": {
250
- "type": "intrinsic",
251
- "name": "string"
252
- }
253
- }
254
- ],
255
- "name": "Record",
256
- "qualifiedName": "Record",
257
- "package": "typescript"
258
- },
259
- "inheritedFrom": {
260
- "type": "reference",
261
- "name": "TimestampWitness.allowedAddressSets"
262
- }
263
- },
264
- {
265
- "id": 82,
266
- "name": "allowedAddressValidator",
267
- "kind": 1024,
268
- "kindString": "Property",
269
- "flags": {
270
- "isProtected": true,
271
- "isReadonly": true
272
- },
273
- "sources": [
274
- {
275
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
276
- "line": 19,
277
- "character": 23
278
- }
279
- ],
280
- "type": {
281
- "type": "reference",
282
- "typeArguments": [
389
+ "type": "reference",
390
+ "name": "PayloadFields"
391
+ },
283
392
  {
284
- "type": "intersection",
285
- "types": [
286
- {
287
- "type": "reference",
288
- "name": "SchemaFields"
289
- },
290
- {
291
- "type": "reference",
292
- "name": "PayloadFields"
293
- },
294
- {
295
- "type": "reflection",
296
- "declaration": {
297
- "id": 83,
298
- "name": "__type",
299
- "kind": 65536,
300
- "kindString": "Type literal",
301
- "flags": {},
302
- "children": [
393
+ "type": "reflection",
394
+ "declaration": {
395
+ "id": 86,
396
+ "name": "__type",
397
+ "kind": 65536,
398
+ "kindString": "Type literal",
399
+ "flags": {},
400
+ "children": [
401
+ {
402
+ "id": 87,
403
+ "name": "security",
404
+ "kind": 1024,
405
+ "kindString": "Property",
406
+ "flags": {
407
+ "isOptional": true
408
+ },
409
+ "sources": [
303
410
  {
304
- "id": 84,
305
- "name": "security",
306
- "kind": 1024,
307
- "kindString": "Property",
308
- "flags": {
309
- "isOptional": true
310
- },
311
- "sources": [
411
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
412
+ "line": 8,
413
+ "character": 4
414
+ }
415
+ ],
416
+ "type": {
417
+ "type": "reflection",
418
+ "declaration": {
419
+ "id": 88,
420
+ "name": "__type",
421
+ "kind": 65536,
422
+ "kindString": "Type literal",
423
+ "flags": {},
424
+ "children": [
312
425
  {
313
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
314
- "line": 8,
315
- "character": 4
316
- }
317
- ],
318
- "type": {
319
- "type": "reflection",
320
- "declaration": {
321
- "id": 85,
322
- "name": "__type",
323
- "kind": 65536,
324
- "kindString": "Type literal",
325
- "flags": {},
326
- "children": [
426
+ "id": 89,
427
+ "name": "allowed",
428
+ "kind": 1024,
429
+ "kindString": "Property",
430
+ "flags": {
431
+ "isOptional": true
432
+ },
433
+ "sources": [
327
434
  {
328
- "id": 86,
329
- "name": "allowed",
330
- "kind": 1024,
331
- "kindString": "Property",
332
- "flags": {
333
- "isOptional": true
435
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
436
+ "line": 9,
437
+ "character": 8
438
+ }
439
+ ],
440
+ "type": {
441
+ "type": "reference",
442
+ "typeArguments": [
443
+ {
444
+ "type": "intrinsic",
445
+ "name": "string"
334
446
  },
335
- "sources": [
336
- {
337
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
338
- "line": 9,
339
- "character": 8
340
- }
341
- ],
342
- "type": {
343
- "type": "reference",
344
- "typeArguments": [
345
- {
447
+ {
448
+ "type": "array",
449
+ "elementType": {
450
+ "type": "array",
451
+ "elementType": {
346
452
  "type": "intrinsic",
347
453
  "name": "string"
348
- },
349
- {
350
- "type": "array",
351
- "elementType": {
352
- "type": "array",
353
- "elementType": {
354
- "type": "intrinsic",
355
- "name": "string"
356
- }
357
- }
358
454
  }
359
- ],
360
- "name": "Record",
361
- "qualifiedName": "Record",
362
- "package": "typescript"
363
- }
364
- },
365
- {
366
- "id": 87,
367
- "name": "disallowed",
368
- "kind": 1024,
369
- "kindString": "Property",
370
- "flags": {
371
- "isOptional": true
372
- },
373
- "sources": [
374
- {
375
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
376
- "line": 10,
377
- "character": 8
378
- }
379
- ],
380
- "type": {
381
- "type": "reference",
382
- "typeArguments": [
383
- {
384
- "type": "intrinsic",
385
- "name": "string"
386
- },
387
- {
388
- "type": "array",
389
- "elementType": {
390
- "type": "intrinsic",
391
- "name": "string"
392
- }
393
- }
394
- ],
395
- "name": "Record",
396
- "qualifiedName": "Record",
397
- "package": "typescript"
398
- }
399
- }
400
- ],
401
- "groups": [
402
- {
403
- "title": "Properties",
404
- "children": [
405
- 86,
406
- 87
407
- ]
408
- }
409
- ],
410
- "sources": [
411
- {
412
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
413
- "line": 8,
414
- "character": 15
415
- }
416
- ]
417
- }
418
- }
419
- }
420
- ],
421
- "groups": [
422
- {
423
- "title": "Properties",
424
- "children": [
425
- 84
426
- ]
427
- }
428
- ],
429
- "sources": [
430
- {
431
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
432
- "line": 7,
433
- "character": 87
434
- }
435
- ]
436
- }
437
- },
438
- {
439
- "type": "reflection",
440
- "declaration": {
441
- "id": 88,
442
- "name": "__type",
443
- "kind": 65536,
444
- "kindString": "Type literal",
445
- "flags": {},
446
- "children": [
447
- {
448
- "id": 89,
449
- "name": "schema",
450
- "kind": 1024,
451
- "kindString": "Property",
452
- "flags": {},
453
- "sources": [
454
- {
455
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
456
- "line": 19,
457
- "character": 4
458
- }
459
- ],
460
- "type": {
461
- "type": "intrinsic",
462
- "name": "string"
463
- }
464
- }
465
- ],
466
- "groups": [
467
- {
468
- "title": "Properties",
469
- "children": [
470
- 89
471
- ]
472
- }
473
- ],
474
- "sources": [
475
- {
476
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
477
- "line": 18,
478
- "character": 17
479
- }
480
- ]
481
- }
482
- }
483
- ]
484
- }
485
- ],
486
- "name": "AllowedAddressValidator"
487
- },
488
- "inheritedFrom": {
489
- "type": "reference",
490
- "name": "TimestampWitness.allowedAddressValidator"
491
- }
492
- },
493
- {
494
- "id": 64,
495
- "name": "config",
496
- "kind": 1024,
497
- "kindString": "Property",
498
- "flags": {},
499
- "sources": [
500
- {
501
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
502
- "line": 14,
503
- "character": 4
504
- }
505
- ],
506
- "type": {
507
- "type": "intersection",
508
- "types": [
509
- {
510
- "type": "reference",
511
- "name": "SchemaFields"
512
- },
513
- {
514
- "type": "reference",
515
- "name": "PayloadFields"
516
- },
517
- {
518
- "type": "reflection",
519
- "declaration": {
520
- "id": 65,
521
- "name": "__type",
522
- "kind": 65536,
523
- "kindString": "Type literal",
524
- "flags": {},
525
- "children": [
526
- {
527
- "id": 66,
528
- "name": "security",
529
- "kind": 1024,
530
- "kindString": "Property",
531
- "flags": {
532
- "isOptional": true
533
- },
534
- "sources": [
535
- {
536
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
537
- "line": 8,
538
- "character": 4
539
- }
540
- ],
541
- "type": {
542
- "type": "reflection",
543
- "declaration": {
544
- "id": 67,
545
- "name": "__type",
546
- "kind": 65536,
547
- "kindString": "Type literal",
548
- "flags": {},
549
- "children": [
550
- {
551
- "id": 68,
552
- "name": "allowed",
553
- "kind": 1024,
554
- "kindString": "Property",
555
- "flags": {
556
- "isOptional": true
557
- },
558
- "sources": [
559
- {
560
- "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
561
- "line": 9,
562
- "character": 8
563
- }
564
- ],
565
- "type": {
566
- "type": "reference",
567
- "typeArguments": [
568
- {
569
- "type": "intrinsic",
570
- "name": "string"
571
- },
572
- {
573
- "type": "array",
574
- "elementType": {
575
- "type": "array",
576
- "elementType": {
577
- "type": "intrinsic",
578
- "name": "string"
579
- }
580
- }
455
+ }
581
456
  }
582
457
  ],
583
458
  "name": "Record",
@@ -586,7 +461,7 @@
586
461
  }
587
462
  },
588
463
  {
589
- "id": 69,
464
+ "id": 90,
590
465
  "name": "disallowed",
591
466
  "kind": 1024,
592
467
  "kindString": "Property",
@@ -625,8 +500,8 @@
625
500
  {
626
501
  "title": "Properties",
627
502
  "children": [
628
- 68,
629
- 69
503
+ 89,
504
+ 90
630
505
  ]
631
506
  }
632
507
  ],
@@ -645,7 +520,7 @@
645
520
  {
646
521
  "title": "Properties",
647
522
  "children": [
648
- 66
523
+ 87
649
524
  ]
650
525
  }
651
526
  ],
@@ -661,14 +536,14 @@
661
536
  {
662
537
  "type": "reflection",
663
538
  "declaration": {
664
- "id": 70,
539
+ "id": 91,
665
540
  "name": "__type",
666
541
  "kind": 65536,
667
542
  "kindString": "Type literal",
668
543
  "flags": {},
669
544
  "children": [
670
545
  {
671
- "id": 71,
546
+ "id": 92,
672
547
  "name": "schema",
673
548
  "kind": 1024,
674
549
  "kindString": "Property",
@@ -678,7 +553,7 @@
678
553
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
679
554
  "line": 6,
680
555
  "character": 2,
681
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
556
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
682
557
  }
683
558
  ],
684
559
  "type": {
@@ -691,7 +566,7 @@
691
566
  {
692
567
  "title": "Properties",
693
568
  "children": [
694
- 71
569
+ 92
695
570
  ]
696
571
  }
697
572
  ],
@@ -700,7 +575,7 @@
700
575
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
701
576
  "line": 5,
702
577
  "character": 65,
703
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
578
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
704
579
  }
705
580
  ]
706
581
  }
@@ -708,14 +583,14 @@
708
583
  {
709
584
  "type": "reflection",
710
585
  "declaration": {
711
- "id": 72,
586
+ "id": 93,
712
587
  "name": "__type",
713
588
  "kind": 65536,
714
589
  "kindString": "Type literal",
715
590
  "flags": {},
716
591
  "children": [
717
592
  {
718
- "id": 73,
593
+ "id": 94,
719
594
  "name": "targetSet",
720
595
  "kind": 1024,
721
596
  "kindString": "Property",
@@ -747,14 +622,14 @@
747
622
  {
748
623
  "type": "reflection",
749
624
  "declaration": {
750
- "id": 74,
625
+ "id": 95,
751
626
  "name": "__type",
752
627
  "kind": 65536,
753
628
  "kindString": "Type literal",
754
629
  "flags": {},
755
630
  "children": [
756
631
  {
757
- "id": 75,
632
+ "id": 96,
758
633
  "name": "schema",
759
634
  "kind": 1024,
760
635
  "kindString": "Property",
@@ -776,7 +651,7 @@
776
651
  {
777
652
  "title": "Properties",
778
653
  "children": [
779
- 75
654
+ 96
780
655
  ]
781
656
  }
782
657
  ],
@@ -797,7 +672,7 @@
797
672
  {
798
673
  "title": "Properties",
799
674
  "children": [
800
- 73
675
+ 94
801
676
  ]
802
677
  }
803
678
  ],
@@ -818,7 +693,7 @@
818
693
  }
819
694
  },
820
695
  {
821
- "id": 90,
696
+ "id": 107,
822
697
  "name": "logger",
823
698
  "kind": 1024,
824
699
  "kindString": "Property",
@@ -830,7 +705,7 @@
830
705
  "sources": [
831
706
  {
832
707
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
833
- "line": 20,
708
+ "line": 18,
834
709
  "character": 23
835
710
  }
836
711
  ],
@@ -844,162 +719,289 @@
844
719
  }
845
720
  },
846
721
  {
847
- "id": 36,
848
- "name": "provider",
722
+ "id": 108,
723
+ "name": "moduleConfigQueryValidator",
849
724
  "kind": 1024,
850
725
  "kindString": "Property",
851
726
  "flags": {
852
727
  "isProtected": true,
853
- "isOptional": true
854
- },
855
- "sources": [
856
- {
857
- "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
858
- "line": 20,
859
- "character": 12,
860
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L20"
861
- }
862
- ],
863
- "type": {
864
- "type": "reference",
865
- "name": "Provider",
866
- "qualifiedName": "Provider",
867
- "package": "@ethersproject/abstract-provider"
868
- }
869
- },
870
- {
871
- "id": 91,
872
- "name": "queryValidators",
873
- "kind": 1024,
874
- "kindString": "Property",
875
- "flags": {
876
- "isProtected": true
728
+ "isReadonly": true
877
729
  },
878
730
  "sources": [
879
731
  {
880
732
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
881
- "line": 21,
882
- "character": 14
733
+ "line": 19,
734
+ "character": 23
883
735
  }
884
736
  ],
885
737
  "type": {
886
- "type": "array",
887
- "elementType": {
888
- "type": "reference",
889
- "typeArguments": [
890
- {
891
- "type": "intersection",
892
- "types": [
893
- {
894
- "type": "reference",
895
- "name": "SchemaFields"
896
- },
897
- {
898
- "type": "reference",
899
- "name": "PayloadFields"
900
- },
901
- {
902
- "type": "reference",
903
- "name": "XyoBoundWitnessFields"
904
- },
905
- {
906
- "type": "reflection",
907
- "declaration": {
908
- "id": 92,
909
- "name": "__type",
910
- "kind": 65536,
911
- "kindString": "Type literal",
912
- "flags": {},
913
- "children": [
914
- {
915
- "id": 93,
916
- "name": "query",
917
- "kind": 1024,
918
- "kindString": "Property",
919
- "flags": {},
920
- "sources": [
921
- {
922
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
923
- "line": 5,
924
- "character": 4
925
- }
926
- ],
927
- "type": {
928
- "type": "intrinsic",
929
- "name": "string"
930
- }
931
- },
932
- {
933
- "id": 94,
934
- "name": "resultSet",
935
- "kind": 1024,
936
- "kindString": "Property",
937
- "flags": {
938
- "isOptional": true
939
- },
940
- "sources": [
941
- {
942
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
943
- "line": 6,
944
- "character": 4
945
- }
946
- ],
947
- "type": {
948
- "type": "intrinsic",
949
- "name": "string"
738
+ "type": "reference",
739
+ "typeArguments": [
740
+ {
741
+ "type": "intersection",
742
+ "types": [
743
+ {
744
+ "type": "reference",
745
+ "name": "SchemaFields"
746
+ },
747
+ {
748
+ "type": "reference",
749
+ "name": "PayloadFields"
750
+ },
751
+ {
752
+ "type": "reference",
753
+ "name": "XyoBoundWitnessFields"
754
+ },
755
+ {
756
+ "type": "reflection",
757
+ "declaration": {
758
+ "id": 109,
759
+ "name": "__type",
760
+ "kind": 65536,
761
+ "kindString": "Type literal",
762
+ "flags": {},
763
+ "children": [
764
+ {
765
+ "id": 110,
766
+ "name": "query",
767
+ "kind": 1024,
768
+ "kindString": "Property",
769
+ "flags": {},
770
+ "sources": [
771
+ {
772
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
773
+ "line": 5,
774
+ "character": 4
950
775
  }
776
+ ],
777
+ "type": {
778
+ "type": "intrinsic",
779
+ "name": "string"
780
+ }
781
+ },
782
+ {
783
+ "id": 111,
784
+ "name": "resultSet",
785
+ "kind": 1024,
786
+ "kindString": "Property",
787
+ "flags": {
788
+ "isOptional": true
951
789
  },
952
- {
953
- "id": 95,
954
- "name": "schema",
955
- "kind": 1024,
956
- "kindString": "Property",
957
- "flags": {},
958
- "sources": [
959
- {
960
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
961
- "line": 7,
962
- "character": 4
963
- }
964
- ],
965
- "type": {
966
- "type": "literal",
967
- "value": "network.xyo.boundwitness.query"
790
+ "sources": [
791
+ {
792
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
793
+ "line": 6,
794
+ "character": 4
968
795
  }
796
+ ],
797
+ "type": {
798
+ "type": "intrinsic",
799
+ "name": "string"
969
800
  }
970
- ],
971
- "groups": [
972
- {
973
- "title": "Properties",
974
- "children": [
975
- 93,
976
- 94,
977
- 95
978
- ]
979
- }
980
- ],
981
- "sources": [
982
- {
983
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
984
- "line": 4,
985
- "character": 51
801
+ },
802
+ {
803
+ "id": 112,
804
+ "name": "schema",
805
+ "kind": 1024,
806
+ "kindString": "Property",
807
+ "flags": {},
808
+ "sources": [
809
+ {
810
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
811
+ "line": 7,
812
+ "character": 4
813
+ }
814
+ ],
815
+ "type": {
816
+ "type": "literal",
817
+ "value": "network.xyo.boundwitness.query"
986
818
  }
987
- ]
988
- }
819
+ }
820
+ ],
821
+ "groups": [
822
+ {
823
+ "title": "Properties",
824
+ "children": [
825
+ 110,
826
+ 111,
827
+ 112
828
+ ]
829
+ }
830
+ ],
831
+ "sources": [
832
+ {
833
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
834
+ "line": 4,
835
+ "character": 51
836
+ }
837
+ ]
989
838
  }
990
- ]
991
- }
992
- ],
993
- "name": "Queryable"
839
+ }
840
+ ]
841
+ }
842
+ ],
843
+ "name": "Queryable"
844
+ },
845
+ "inheritedFrom": {
846
+ "type": "reference",
847
+ "name": "TimestampWitness.moduleConfigQueryValidator"
848
+ }
849
+ },
850
+ {
851
+ "id": 41,
852
+ "name": "provider",
853
+ "kind": 1024,
854
+ "kindString": "Property",
855
+ "flags": {
856
+ "isProtected": true,
857
+ "isOptional": true
858
+ },
859
+ "sources": [
860
+ {
861
+ "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
862
+ "line": 20,
863
+ "character": 12,
864
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L20"
994
865
  }
866
+ ],
867
+ "type": {
868
+ "type": "reference",
869
+ "name": "Provider",
870
+ "qualifiedName": "Provider",
871
+ "package": "@ethersproject/abstract-provider"
872
+ }
873
+ },
874
+ {
875
+ "id": 113,
876
+ "name": "supportedQueryValidator",
877
+ "kind": 1024,
878
+ "kindString": "Property",
879
+ "flags": {
880
+ "isProtected": true,
881
+ "isReadonly": true
882
+ },
883
+ "sources": [
884
+ {
885
+ "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
886
+ "line": 20,
887
+ "character": 23
888
+ }
889
+ ],
890
+ "type": {
891
+ "type": "reference",
892
+ "typeArguments": [
893
+ {
894
+ "type": "intersection",
895
+ "types": [
896
+ {
897
+ "type": "reference",
898
+ "name": "SchemaFields"
899
+ },
900
+ {
901
+ "type": "reference",
902
+ "name": "PayloadFields"
903
+ },
904
+ {
905
+ "type": "reference",
906
+ "name": "XyoBoundWitnessFields"
907
+ },
908
+ {
909
+ "type": "reflection",
910
+ "declaration": {
911
+ "id": 114,
912
+ "name": "__type",
913
+ "kind": 65536,
914
+ "kindString": "Type literal",
915
+ "flags": {},
916
+ "children": [
917
+ {
918
+ "id": 115,
919
+ "name": "query",
920
+ "kind": 1024,
921
+ "kindString": "Property",
922
+ "flags": {},
923
+ "sources": [
924
+ {
925
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
926
+ "line": 5,
927
+ "character": 4
928
+ }
929
+ ],
930
+ "type": {
931
+ "type": "intrinsic",
932
+ "name": "string"
933
+ }
934
+ },
935
+ {
936
+ "id": 116,
937
+ "name": "resultSet",
938
+ "kind": 1024,
939
+ "kindString": "Property",
940
+ "flags": {
941
+ "isOptional": true
942
+ },
943
+ "sources": [
944
+ {
945
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
946
+ "line": 6,
947
+ "character": 4
948
+ }
949
+ ],
950
+ "type": {
951
+ "type": "intrinsic",
952
+ "name": "string"
953
+ }
954
+ },
955
+ {
956
+ "id": 117,
957
+ "name": "schema",
958
+ "kind": 1024,
959
+ "kindString": "Property",
960
+ "flags": {},
961
+ "sources": [
962
+ {
963
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
964
+ "line": 7,
965
+ "character": 4
966
+ }
967
+ ],
968
+ "type": {
969
+ "type": "literal",
970
+ "value": "network.xyo.boundwitness.query"
971
+ }
972
+ }
973
+ ],
974
+ "groups": [
975
+ {
976
+ "title": "Properties",
977
+ "children": [
978
+ 115,
979
+ 116,
980
+ 117
981
+ ]
982
+ }
983
+ ],
984
+ "sources": [
985
+ {
986
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
987
+ "line": 4,
988
+ "character": 51
989
+ }
990
+ ]
991
+ }
992
+ }
993
+ ]
994
+ }
995
+ ],
996
+ "name": "Queryable"
995
997
  },
996
998
  "inheritedFrom": {
997
999
  "type": "reference",
998
- "name": "TimestampWitness.queryValidators"
1000
+ "name": "TimestampWitness.supportedQueryValidator"
999
1001
  }
1000
1002
  },
1001
1003
  {
1002
- "id": 28,
1004
+ "id": 33,
1003
1005
  "name": "configSchema",
1004
1006
  "kind": 1024,
1005
1007
  "kindString": "Property",
@@ -1011,7 +1013,7 @@
1011
1013
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
1012
1014
  "line": 18,
1013
1015
  "character": 18,
1014
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L18"
1016
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L18"
1015
1017
  }
1016
1018
  ],
1017
1019
  "type": {
@@ -1025,7 +1027,7 @@
1025
1027
  }
1026
1028
  },
1027
1029
  {
1028
- "id": 32,
1030
+ "id": 37,
1029
1031
  "name": "defaultLogger",
1030
1032
  "kind": 1024,
1031
1033
  "kindString": "Property",
@@ -1050,7 +1052,7 @@
1050
1052
  }
1051
1053
  },
1052
1054
  {
1053
- "id": 96,
1055
+ "id": 118,
1054
1056
  "name": "address",
1055
1057
  "kind": 262144,
1056
1058
  "kindString": "Accessor",
@@ -1058,12 +1060,12 @@
1058
1060
  "sources": [
1059
1061
  {
1060
1062
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1061
- "line": 23,
1063
+ "line": 22,
1062
1064
  "character": 8
1063
1065
  }
1064
1066
  ],
1065
1067
  "getSignature": {
1066
- "id": 97,
1068
+ "id": 119,
1067
1069
  "name": "address",
1068
1070
  "kind": 524288,
1069
1071
  "kindString": "Get signature",
@@ -1083,64 +1085,7 @@
1083
1085
  }
1084
1086
  },
1085
1087
  {
1086
- "id": 98,
1087
- "name": "disallowedAddresses",
1088
- "kind": 262144,
1089
- "kindString": "Accessor",
1090
- "flags": {},
1091
- "sources": [
1092
- {
1093
- "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1094
- "line": 24,
1095
- "character": 8
1096
- }
1097
- ],
1098
- "getSignature": {
1099
- "id": 99,
1100
- "name": "disallowedAddresses",
1101
- "kind": 524288,
1102
- "kindString": "Get signature",
1103
- "flags": {},
1104
- "type": {
1105
- "type": "union",
1106
- "types": [
1107
- {
1108
- "type": "intrinsic",
1109
- "name": "undefined"
1110
- },
1111
- {
1112
- "type": "reference",
1113
- "typeArguments": [
1114
- {
1115
- "type": "intrinsic",
1116
- "name": "string"
1117
- },
1118
- {
1119
- "type": "array",
1120
- "elementType": {
1121
- "type": "intrinsic",
1122
- "name": "string"
1123
- }
1124
- }
1125
- ],
1126
- "name": "Record",
1127
- "qualifiedName": "Record",
1128
- "package": "typescript"
1129
- }
1130
- ]
1131
- },
1132
- "inheritedFrom": {
1133
- "type": "reference",
1134
- "name": "TimestampWitness.disallowedAddresses"
1135
- }
1136
- },
1137
- "inheritedFrom": {
1138
- "type": "reference",
1139
- "name": "TimestampWitness.disallowedAddresses"
1140
- }
1141
- },
1142
- {
1143
- "id": 100,
1088
+ "id": 120,
1144
1089
  "name": "resolver",
1145
1090
  "kind": 262144,
1146
1091
  "kindString": "Accessor",
@@ -1148,17 +1093,17 @@
1148
1093
  "sources": [
1149
1094
  {
1150
1095
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1151
- "line": 25,
1096
+ "line": 23,
1152
1097
  "character": 8
1153
1098
  },
1154
1099
  {
1155
1100
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1156
- "line": 26,
1101
+ "line": 24,
1157
1102
  "character": 8
1158
1103
  }
1159
1104
  ],
1160
1105
  "getSignature": {
1161
- "id": 101,
1106
+ "id": 121,
1162
1107
  "name": "resolver",
1163
1108
  "kind": 524288,
1164
1109
  "kindString": "Get signature",
@@ -1190,14 +1135,158 @@
1190
1135
  {
1191
1136
  "type": "reflection",
1192
1137
  "declaration": {
1193
- "id": 102,
1138
+ "id": 122,
1194
1139
  "name": "__type",
1195
1140
  "kind": 65536,
1196
1141
  "kindString": "Type literal",
1197
1142
  "flags": {},
1198
1143
  "children": [
1199
1144
  {
1200
- "id": 103,
1145
+ "id": 123,
1146
+ "name": "security",
1147
+ "kind": 1024,
1148
+ "kindString": "Property",
1149
+ "flags": {
1150
+ "isOptional": true
1151
+ },
1152
+ "sources": [
1153
+ {
1154
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1155
+ "line": 8,
1156
+ "character": 4
1157
+ }
1158
+ ],
1159
+ "type": {
1160
+ "type": "reflection",
1161
+ "declaration": {
1162
+ "id": 124,
1163
+ "name": "__type",
1164
+ "kind": 65536,
1165
+ "kindString": "Type literal",
1166
+ "flags": {},
1167
+ "children": [
1168
+ {
1169
+ "id": 125,
1170
+ "name": "allowed",
1171
+ "kind": 1024,
1172
+ "kindString": "Property",
1173
+ "flags": {
1174
+ "isOptional": true
1175
+ },
1176
+ "sources": [
1177
+ {
1178
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1179
+ "line": 9,
1180
+ "character": 8
1181
+ }
1182
+ ],
1183
+ "type": {
1184
+ "type": "reference",
1185
+ "typeArguments": [
1186
+ {
1187
+ "type": "intrinsic",
1188
+ "name": "string"
1189
+ },
1190
+ {
1191
+ "type": "array",
1192
+ "elementType": {
1193
+ "type": "array",
1194
+ "elementType": {
1195
+ "type": "intrinsic",
1196
+ "name": "string"
1197
+ }
1198
+ }
1199
+ }
1200
+ ],
1201
+ "name": "Record",
1202
+ "qualifiedName": "Record",
1203
+ "package": "typescript"
1204
+ }
1205
+ },
1206
+ {
1207
+ "id": 126,
1208
+ "name": "disallowed",
1209
+ "kind": 1024,
1210
+ "kindString": "Property",
1211
+ "flags": {
1212
+ "isOptional": true
1213
+ },
1214
+ "sources": [
1215
+ {
1216
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1217
+ "line": 10,
1218
+ "character": 8
1219
+ }
1220
+ ],
1221
+ "type": {
1222
+ "type": "reference",
1223
+ "typeArguments": [
1224
+ {
1225
+ "type": "intrinsic",
1226
+ "name": "string"
1227
+ },
1228
+ {
1229
+ "type": "array",
1230
+ "elementType": {
1231
+ "type": "intrinsic",
1232
+ "name": "string"
1233
+ }
1234
+ }
1235
+ ],
1236
+ "name": "Record",
1237
+ "qualifiedName": "Record",
1238
+ "package": "typescript"
1239
+ }
1240
+ }
1241
+ ],
1242
+ "groups": [
1243
+ {
1244
+ "title": "Properties",
1245
+ "children": [
1246
+ 125,
1247
+ 126
1248
+ ]
1249
+ }
1250
+ ],
1251
+ "sources": [
1252
+ {
1253
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1254
+ "line": 8,
1255
+ "character": 15
1256
+ }
1257
+ ]
1258
+ }
1259
+ }
1260
+ }
1261
+ ],
1262
+ "groups": [
1263
+ {
1264
+ "title": "Properties",
1265
+ "children": [
1266
+ 123
1267
+ ]
1268
+ }
1269
+ ],
1270
+ "sources": [
1271
+ {
1272
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1273
+ "line": 7,
1274
+ "character": 87
1275
+ }
1276
+ ]
1277
+ }
1278
+ },
1279
+ {
1280
+ "type": "reflection",
1281
+ "declaration": {
1282
+ "id": 127,
1283
+ "name": "__type",
1284
+ "kind": 65536,
1285
+ "kindString": "Type literal",
1286
+ "flags": {},
1287
+ "children": [
1288
+ {
1289
+ "id": 128,
1201
1290
  "name": "schema",
1202
1291
  "kind": 1024,
1203
1292
  "kindString": "Property",
@@ -1219,7 +1308,7 @@
1219
1308
  {
1220
1309
  "title": "Properties",
1221
1310
  "children": [
1222
- 103
1311
+ 128
1223
1312
  ]
1224
1313
  }
1225
1314
  ],
@@ -1248,14 +1337,14 @@
1248
1337
  }
1249
1338
  },
1250
1339
  "setSignature": {
1251
- "id": 104,
1340
+ "id": 129,
1252
1341
  "name": "resolver",
1253
1342
  "kind": 1048576,
1254
1343
  "kindString": "Set signature",
1255
1344
  "flags": {},
1256
1345
  "parameters": [
1257
1346
  {
1258
- "id": 105,
1347
+ "id": 130,
1259
1348
  "name": "v",
1260
1349
  "kind": 32768,
1261
1350
  "kindString": "Parameter",
@@ -1287,14 +1376,158 @@
1287
1376
  {
1288
1377
  "type": "reflection",
1289
1378
  "declaration": {
1290
- "id": 106,
1379
+ "id": 131,
1380
+ "name": "__type",
1381
+ "kind": 65536,
1382
+ "kindString": "Type literal",
1383
+ "flags": {},
1384
+ "children": [
1385
+ {
1386
+ "id": 132,
1387
+ "name": "security",
1388
+ "kind": 1024,
1389
+ "kindString": "Property",
1390
+ "flags": {
1391
+ "isOptional": true
1392
+ },
1393
+ "sources": [
1394
+ {
1395
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1396
+ "line": 8,
1397
+ "character": 4
1398
+ }
1399
+ ],
1400
+ "type": {
1401
+ "type": "reflection",
1402
+ "declaration": {
1403
+ "id": 133,
1404
+ "name": "__type",
1405
+ "kind": 65536,
1406
+ "kindString": "Type literal",
1407
+ "flags": {},
1408
+ "children": [
1409
+ {
1410
+ "id": 134,
1411
+ "name": "allowed",
1412
+ "kind": 1024,
1413
+ "kindString": "Property",
1414
+ "flags": {
1415
+ "isOptional": true
1416
+ },
1417
+ "sources": [
1418
+ {
1419
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1420
+ "line": 9,
1421
+ "character": 8
1422
+ }
1423
+ ],
1424
+ "type": {
1425
+ "type": "reference",
1426
+ "typeArguments": [
1427
+ {
1428
+ "type": "intrinsic",
1429
+ "name": "string"
1430
+ },
1431
+ {
1432
+ "type": "array",
1433
+ "elementType": {
1434
+ "type": "array",
1435
+ "elementType": {
1436
+ "type": "intrinsic",
1437
+ "name": "string"
1438
+ }
1439
+ }
1440
+ }
1441
+ ],
1442
+ "name": "Record",
1443
+ "qualifiedName": "Record",
1444
+ "package": "typescript"
1445
+ }
1446
+ },
1447
+ {
1448
+ "id": 135,
1449
+ "name": "disallowed",
1450
+ "kind": 1024,
1451
+ "kindString": "Property",
1452
+ "flags": {
1453
+ "isOptional": true
1454
+ },
1455
+ "sources": [
1456
+ {
1457
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1458
+ "line": 10,
1459
+ "character": 8
1460
+ }
1461
+ ],
1462
+ "type": {
1463
+ "type": "reference",
1464
+ "typeArguments": [
1465
+ {
1466
+ "type": "intrinsic",
1467
+ "name": "string"
1468
+ },
1469
+ {
1470
+ "type": "array",
1471
+ "elementType": {
1472
+ "type": "intrinsic",
1473
+ "name": "string"
1474
+ }
1475
+ }
1476
+ ],
1477
+ "name": "Record",
1478
+ "qualifiedName": "Record",
1479
+ "package": "typescript"
1480
+ }
1481
+ }
1482
+ ],
1483
+ "groups": [
1484
+ {
1485
+ "title": "Properties",
1486
+ "children": [
1487
+ 134,
1488
+ 135
1489
+ ]
1490
+ }
1491
+ ],
1492
+ "sources": [
1493
+ {
1494
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1495
+ "line": 8,
1496
+ "character": 15
1497
+ }
1498
+ ]
1499
+ }
1500
+ }
1501
+ }
1502
+ ],
1503
+ "groups": [
1504
+ {
1505
+ "title": "Properties",
1506
+ "children": [
1507
+ 132
1508
+ ]
1509
+ }
1510
+ ],
1511
+ "sources": [
1512
+ {
1513
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1514
+ "line": 7,
1515
+ "character": 87
1516
+ }
1517
+ ]
1518
+ }
1519
+ },
1520
+ {
1521
+ "type": "reflection",
1522
+ "declaration": {
1523
+ "id": 136,
1291
1524
  "name": "__type",
1292
1525
  "kind": 65536,
1293
1526
  "kindString": "Type literal",
1294
1527
  "flags": {},
1295
1528
  "children": [
1296
1529
  {
1297
- "id": 107,
1530
+ "id": 137,
1298
1531
  "name": "schema",
1299
1532
  "kind": 1024,
1300
1533
  "kindString": "Property",
@@ -1316,7 +1549,7 @@
1316
1549
  {
1317
1550
  "title": "Properties",
1318
1551
  "children": [
1319
- 107
1552
+ 137
1320
1553
  ]
1321
1554
  }
1322
1555
  ],
@@ -1356,7 +1589,7 @@
1356
1589
  }
1357
1590
  },
1358
1591
  {
1359
- "id": 41,
1592
+ "id": 46,
1360
1593
  "name": "targetSet",
1361
1594
  "kind": 262144,
1362
1595
  "kindString": "Accessor",
@@ -1369,7 +1602,7 @@
1369
1602
  }
1370
1603
  ],
1371
1604
  "getSignature": {
1372
- "id": 42,
1605
+ "id": 47,
1373
1606
  "name": "targetSet",
1374
1607
  "kind": 524288,
1375
1608
  "kindString": "Get signature",
@@ -1399,14 +1632,14 @@
1399
1632
  {
1400
1633
  "type": "reflection",
1401
1634
  "declaration": {
1402
- "id": 43,
1635
+ "id": 48,
1403
1636
  "name": "__type",
1404
1637
  "kind": 65536,
1405
1638
  "kindString": "Type literal",
1406
1639
  "flags": {},
1407
1640
  "children": [
1408
1641
  {
1409
- "id": 44,
1642
+ "id": 49,
1410
1643
  "name": "schema",
1411
1644
  "kind": 1024,
1412
1645
  "kindString": "Property",
@@ -1428,7 +1661,7 @@
1428
1661
  {
1429
1662
  "title": "Properties",
1430
1663
  "children": [
1431
- 44
1664
+ 49
1432
1665
  ]
1433
1666
  }
1434
1667
  ],
@@ -1456,7 +1689,7 @@
1456
1689
  }
1457
1690
  },
1458
1691
  {
1459
- "id": 136,
1692
+ "id": 182,
1460
1693
  "name": "bindHashes",
1461
1694
  "kind": 2048,
1462
1695
  "kindString": "Method",
@@ -1466,20 +1699,20 @@
1466
1699
  "sources": [
1467
1700
  {
1468
1701
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1469
- "line": 35,
1702
+ "line": 33,
1470
1703
  "character": 14
1471
1704
  }
1472
1705
  ],
1473
1706
  "signatures": [
1474
1707
  {
1475
- "id": 137,
1708
+ "id": 183,
1476
1709
  "name": "bindHashes",
1477
1710
  "kind": 4096,
1478
1711
  "kindString": "Call signature",
1479
1712
  "flags": {},
1480
1713
  "parameters": [
1481
1714
  {
1482
- "id": 138,
1715
+ "id": 184,
1483
1716
  "name": "hashes",
1484
1717
  "kind": 32768,
1485
1718
  "kindString": "Parameter",
@@ -1493,7 +1726,7 @@
1493
1726
  }
1494
1727
  },
1495
1728
  {
1496
- "id": 139,
1729
+ "id": 185,
1497
1730
  "name": "schema",
1498
1731
  "kind": 32768,
1499
1732
  "kindString": "Parameter",
@@ -1507,7 +1740,7 @@
1507
1740
  }
1508
1741
  },
1509
1742
  {
1510
- "id": 140,
1743
+ "id": 186,
1511
1744
  "name": "account",
1512
1745
  "kind": 32768,
1513
1746
  "kindString": "Parameter",
@@ -1546,7 +1779,7 @@
1546
1779
  }
1547
1780
  },
1548
1781
  {
1549
- "id": 141,
1782
+ "id": 187,
1550
1783
  "name": "bindHashesInternal",
1551
1784
  "kind": 2048,
1552
1785
  "kindString": "Method",
@@ -1556,20 +1789,20 @@
1556
1789
  "sources": [
1557
1790
  {
1558
1791
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1559
- "line": 36,
1792
+ "line": 34,
1560
1793
  "character": 14
1561
1794
  }
1562
1795
  ],
1563
1796
  "signatures": [
1564
1797
  {
1565
- "id": 142,
1798
+ "id": 188,
1566
1799
  "name": "bindHashesInternal",
1567
1800
  "kind": 4096,
1568
1801
  "kindString": "Call signature",
1569
1802
  "flags": {},
1570
1803
  "parameters": [
1571
1804
  {
1572
- "id": 143,
1805
+ "id": 189,
1573
1806
  "name": "hashes",
1574
1807
  "kind": 32768,
1575
1808
  "kindString": "Parameter",
@@ -1583,7 +1816,7 @@
1583
1816
  }
1584
1817
  },
1585
1818
  {
1586
- "id": 144,
1819
+ "id": 190,
1587
1820
  "name": "schema",
1588
1821
  "kind": 32768,
1589
1822
  "kindString": "Parameter",
@@ -1597,7 +1830,7 @@
1597
1830
  }
1598
1831
  },
1599
1832
  {
1600
- "id": 145,
1833
+ "id": 191,
1601
1834
  "name": "account",
1602
1835
  "kind": 32768,
1603
1836
  "kindString": "Parameter",
@@ -1628,14 +1861,14 @@
1628
1861
  {
1629
1862
  "type": "reflection",
1630
1863
  "declaration": {
1631
- "id": 146,
1864
+ "id": 192,
1632
1865
  "name": "__type",
1633
1866
  "kind": 65536,
1634
1867
  "kindString": "Type literal",
1635
1868
  "flags": {},
1636
1869
  "children": [
1637
1870
  {
1638
- "id": 147,
1871
+ "id": 193,
1639
1872
  "name": "schema",
1640
1873
  "kind": 1024,
1641
1874
  "kindString": "Property",
@@ -1657,7 +1890,7 @@
1657
1890
  {
1658
1891
  "title": "Properties",
1659
1892
  "children": [
1660
- 147
1893
+ 193
1661
1894
  ]
1662
1895
  }
1663
1896
  ],
@@ -1684,7 +1917,7 @@
1684
1917
  }
1685
1918
  },
1686
1919
  {
1687
- "id": 148,
1920
+ "id": 194,
1688
1921
  "name": "bindQuery",
1689
1922
  "kind": 2048,
1690
1923
  "kindString": "Method",
@@ -1694,20 +1927,20 @@
1694
1927
  "sources": [
1695
1928
  {
1696
1929
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
1697
- "line": 37,
1930
+ "line": 35,
1698
1931
  "character": 14
1699
1932
  }
1700
1933
  ],
1701
1934
  "signatures": [
1702
1935
  {
1703
- "id": 149,
1936
+ "id": 195,
1704
1937
  "name": "bindQuery",
1705
1938
  "kind": 4096,
1706
1939
  "kindString": "Call signature",
1707
1940
  "flags": {},
1708
1941
  "typeParameter": [
1709
1942
  {
1710
- "id": 154,
1943
+ "id": 200,
1711
1944
  "name": "T",
1712
1945
  "kind": 131072,
1713
1946
  "kindString": "Type parameter",
@@ -1733,14 +1966,14 @@
1733
1966
  {
1734
1967
  "type": "reflection",
1735
1968
  "declaration": {
1736
- "id": 150,
1969
+ "id": 196,
1737
1970
  "name": "__type",
1738
1971
  "kind": 65536,
1739
1972
  "kindString": "Type literal",
1740
1973
  "flags": {},
1741
1974
  "children": [
1742
1975
  {
1743
- "id": 151,
1976
+ "id": 197,
1744
1977
  "name": "schema",
1745
1978
  "kind": 1024,
1746
1979
  "kindString": "Property",
@@ -1762,7 +1995,7 @@
1762
1995
  {
1763
1996
  "title": "Properties",
1764
1997
  "children": [
1765
- 151
1998
+ 197
1766
1999
  ]
1767
2000
  }
1768
2001
  ],
@@ -1798,14 +2031,14 @@
1798
2031
  {
1799
2032
  "type": "reflection",
1800
2033
  "declaration": {
1801
- "id": 152,
2034
+ "id": 198,
1802
2035
  "name": "__type",
1803
2036
  "kind": 65536,
1804
2037
  "kindString": "Type literal",
1805
2038
  "flags": {},
1806
2039
  "children": [
1807
2040
  {
1808
- "id": 153,
2041
+ "id": 199,
1809
2042
  "name": "schema",
1810
2043
  "kind": 1024,
1811
2044
  "kindString": "Property",
@@ -1827,7 +2060,7 @@
1827
2060
  {
1828
2061
  "title": "Properties",
1829
2062
  "children": [
1830
- 153
2063
+ 199
1831
2064
  ]
1832
2065
  }
1833
2066
  ],
@@ -1851,19 +2084,19 @@
1851
2084
  ],
1852
2085
  "parameters": [
1853
2086
  {
1854
- "id": 155,
2087
+ "id": 201,
1855
2088
  "name": "query",
1856
2089
  "kind": 32768,
1857
2090
  "kindString": "Parameter",
1858
2091
  "flags": {},
1859
2092
  "type": {
1860
2093
  "type": "reference",
1861
- "id": 154,
2094
+ "id": 200,
1862
2095
  "name": "T"
1863
2096
  }
1864
2097
  },
1865
2098
  {
1866
- "id": 156,
2099
+ "id": 202,
1867
2100
  "name": "payloads",
1868
2101
  "kind": 32768,
1869
2102
  "kindString": "Parameter",
@@ -1886,14 +2119,14 @@
1886
2119
  {
1887
2120
  "type": "reflection",
1888
2121
  "declaration": {
1889
- "id": 157,
2122
+ "id": 203,
1890
2123
  "name": "__type",
1891
2124
  "kind": 65536,
1892
2125
  "kindString": "Type literal",
1893
2126
  "flags": {},
1894
2127
  "children": [
1895
2128
  {
1896
- "id": 158,
2129
+ "id": 204,
1897
2130
  "name": "schema",
1898
2131
  "kind": 1024,
1899
2132
  "kindString": "Property",
@@ -1915,7 +2148,7 @@
1915
2148
  {
1916
2149
  "title": "Properties",
1917
2150
  "children": [
1918
- 158
2151
+ 204
1919
2152
  ]
1920
2153
  }
1921
2154
  ],
@@ -1933,7 +2166,7 @@
1933
2166
  }
1934
2167
  },
1935
2168
  {
1936
- "id": 159,
2169
+ "id": 205,
1937
2170
  "name": "account",
1938
2171
  "kind": 32768,
1939
2172
  "kindString": "Parameter",
@@ -1970,14 +2203,14 @@
1970
2203
  {
1971
2204
  "type": "reflection",
1972
2205
  "declaration": {
1973
- "id": 160,
2206
+ "id": 206,
1974
2207
  "name": "__type",
1975
2208
  "kind": 65536,
1976
2209
  "kindString": "Type literal",
1977
2210
  "flags": {},
1978
2211
  "children": [
1979
2212
  {
1980
- "id": 161,
2213
+ "id": 207,
1981
2214
  "name": "query",
1982
2215
  "kind": 1024,
1983
2216
  "kindString": "Property",
@@ -1995,7 +2228,7 @@
1995
2228
  }
1996
2229
  },
1997
2230
  {
1998
- "id": 162,
2231
+ "id": 208,
1999
2232
  "name": "resultSet",
2000
2233
  "kind": 1024,
2001
2234
  "kindString": "Property",
@@ -2015,7 +2248,7 @@
2015
2248
  }
2016
2249
  },
2017
2250
  {
2018
- "id": 163,
2251
+ "id": 209,
2019
2252
  "name": "schema",
2020
2253
  "kind": 1024,
2021
2254
  "kindString": "Property",
@@ -2037,9 +2270,9 @@
2037
2270
  {
2038
2271
  "title": "Properties",
2039
2272
  "children": [
2040
- 161,
2041
- 162,
2042
- 163
2273
+ 207,
2274
+ 208,
2275
+ 209
2043
2276
  ]
2044
2277
  }
2045
2278
  ],
@@ -2070,14 +2303,14 @@
2070
2303
  {
2071
2304
  "type": "reflection",
2072
2305
  "declaration": {
2073
- "id": 164,
2306
+ "id": 210,
2074
2307
  "name": "__type",
2075
2308
  "kind": 65536,
2076
2309
  "kindString": "Type literal",
2077
2310
  "flags": {},
2078
2311
  "children": [
2079
2312
  {
2080
- "id": 165,
2313
+ "id": 211,
2081
2314
  "name": "schema",
2082
2315
  "kind": 1024,
2083
2316
  "kindString": "Property",
@@ -2099,7 +2332,7 @@
2099
2332
  {
2100
2333
  "title": "Properties",
2101
2334
  "children": [
2102
- 165
2335
+ 211
2103
2336
  ]
2104
2337
  }
2105
2338
  ],
@@ -2136,7 +2369,7 @@
2136
2369
  }
2137
2370
  },
2138
2371
  {
2139
- "id": 166,
2372
+ "id": 212,
2140
2373
  "name": "bindQueryInternal",
2141
2374
  "kind": 2048,
2142
2375
  "kindString": "Method",
@@ -2146,20 +2379,20 @@
2146
2379
  "sources": [
2147
2380
  {
2148
2381
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2149
- "line": 38,
2382
+ "line": 36,
2150
2383
  "character": 14
2151
2384
  }
2152
2385
  ],
2153
2386
  "signatures": [
2154
2387
  {
2155
- "id": 167,
2388
+ "id": 213,
2156
2389
  "name": "bindQueryInternal",
2157
2390
  "kind": 4096,
2158
2391
  "kindString": "Call signature",
2159
2392
  "flags": {},
2160
2393
  "typeParameter": [
2161
2394
  {
2162
- "id": 172,
2395
+ "id": 218,
2163
2396
  "name": "T",
2164
2397
  "kind": 131072,
2165
2398
  "kindString": "Type parameter",
@@ -2185,14 +2418,14 @@
2185
2418
  {
2186
2419
  "type": "reflection",
2187
2420
  "declaration": {
2188
- "id": 168,
2421
+ "id": 214,
2189
2422
  "name": "__type",
2190
2423
  "kind": 65536,
2191
2424
  "kindString": "Type literal",
2192
2425
  "flags": {},
2193
2426
  "children": [
2194
2427
  {
2195
- "id": 169,
2428
+ "id": 215,
2196
2429
  "name": "schema",
2197
2430
  "kind": 1024,
2198
2431
  "kindString": "Property",
@@ -2214,7 +2447,7 @@
2214
2447
  {
2215
2448
  "title": "Properties",
2216
2449
  "children": [
2217
- 169
2450
+ 215
2218
2451
  ]
2219
2452
  }
2220
2453
  ],
@@ -2250,14 +2483,14 @@
2250
2483
  {
2251
2484
  "type": "reflection",
2252
2485
  "declaration": {
2253
- "id": 170,
2486
+ "id": 216,
2254
2487
  "name": "__type",
2255
2488
  "kind": 65536,
2256
2489
  "kindString": "Type literal",
2257
2490
  "flags": {},
2258
2491
  "children": [
2259
2492
  {
2260
- "id": 171,
2493
+ "id": 217,
2261
2494
  "name": "schema",
2262
2495
  "kind": 1024,
2263
2496
  "kindString": "Property",
@@ -2279,7 +2512,7 @@
2279
2512
  {
2280
2513
  "title": "Properties",
2281
2514
  "children": [
2282
- 171
2515
+ 217
2283
2516
  ]
2284
2517
  }
2285
2518
  ],
@@ -2303,19 +2536,19 @@
2303
2536
  ],
2304
2537
  "parameters": [
2305
2538
  {
2306
- "id": 173,
2539
+ "id": 219,
2307
2540
  "name": "query",
2308
2541
  "kind": 32768,
2309
2542
  "kindString": "Parameter",
2310
2543
  "flags": {},
2311
2544
  "type": {
2312
2545
  "type": "reference",
2313
- "id": 172,
2546
+ "id": 218,
2314
2547
  "name": "T"
2315
2548
  }
2316
2549
  },
2317
2550
  {
2318
- "id": 174,
2551
+ "id": 220,
2319
2552
  "name": "payloads",
2320
2553
  "kind": 32768,
2321
2554
  "kindString": "Parameter",
@@ -2338,14 +2571,14 @@
2338
2571
  {
2339
2572
  "type": "reflection",
2340
2573
  "declaration": {
2341
- "id": 175,
2574
+ "id": 221,
2342
2575
  "name": "__type",
2343
2576
  "kind": 65536,
2344
2577
  "kindString": "Type literal",
2345
2578
  "flags": {},
2346
2579
  "children": [
2347
2580
  {
2348
- "id": 176,
2581
+ "id": 222,
2349
2582
  "name": "schema",
2350
2583
  "kind": 1024,
2351
2584
  "kindString": "Property",
@@ -2367,7 +2600,7 @@
2367
2600
  {
2368
2601
  "title": "Properties",
2369
2602
  "children": [
2370
- 176
2603
+ 222
2371
2604
  ]
2372
2605
  }
2373
2606
  ],
@@ -2385,7 +2618,7 @@
2385
2618
  }
2386
2619
  },
2387
2620
  {
2388
- "id": 177,
2621
+ "id": 223,
2389
2622
  "name": "account",
2390
2623
  "kind": 32768,
2391
2624
  "kindString": "Parameter",
@@ -2419,14 +2652,14 @@
2419
2652
  {
2420
2653
  "type": "reflection",
2421
2654
  "declaration": {
2422
- "id": 178,
2655
+ "id": 224,
2423
2656
  "name": "__type",
2424
2657
  "kind": 65536,
2425
2658
  "kindString": "Type literal",
2426
2659
  "flags": {},
2427
2660
  "children": [
2428
2661
  {
2429
- "id": 179,
2662
+ "id": 225,
2430
2663
  "name": "query",
2431
2664
  "kind": 1024,
2432
2665
  "kindString": "Property",
@@ -2444,7 +2677,7 @@
2444
2677
  }
2445
2678
  },
2446
2679
  {
2447
- "id": 180,
2680
+ "id": 226,
2448
2681
  "name": "resultSet",
2449
2682
  "kind": 1024,
2450
2683
  "kindString": "Property",
@@ -2464,7 +2697,7 @@
2464
2697
  }
2465
2698
  },
2466
2699
  {
2467
- "id": 181,
2700
+ "id": 227,
2468
2701
  "name": "schema",
2469
2702
  "kind": 1024,
2470
2703
  "kindString": "Property",
@@ -2486,9 +2719,9 @@
2486
2719
  {
2487
2720
  "title": "Properties",
2488
2721
  "children": [
2489
- 179,
2490
- 180,
2491
- 181
2722
+ 225,
2723
+ 226,
2724
+ 227
2492
2725
  ]
2493
2726
  }
2494
2727
  ],
@@ -2519,14 +2752,14 @@
2519
2752
  {
2520
2753
  "type": "reflection",
2521
2754
  "declaration": {
2522
- "id": 182,
2755
+ "id": 228,
2523
2756
  "name": "__type",
2524
2757
  "kind": 65536,
2525
2758
  "kindString": "Type literal",
2526
2759
  "flags": {},
2527
2760
  "children": [
2528
2761
  {
2529
- "id": 183,
2762
+ "id": 229,
2530
2763
  "name": "schema",
2531
2764
  "kind": 1024,
2532
2765
  "kindString": "Property",
@@ -2548,7 +2781,7 @@
2548
2781
  {
2549
2782
  "title": "Properties",
2550
2783
  "children": [
2551
- 183
2784
+ 229
2552
2785
  ]
2553
2786
  }
2554
2787
  ],
@@ -2578,7 +2811,7 @@
2578
2811
  }
2579
2812
  },
2580
2813
  {
2581
- "id": 184,
2814
+ "id": 230,
2582
2815
  "name": "bindResult",
2583
2816
  "kind": 2048,
2584
2817
  "kindString": "Method",
@@ -2588,20 +2821,20 @@
2588
2821
  "sources": [
2589
2822
  {
2590
2823
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2591
- "line": 39,
2824
+ "line": 37,
2592
2825
  "character": 14
2593
2826
  }
2594
2827
  ],
2595
2828
  "signatures": [
2596
2829
  {
2597
- "id": 185,
2830
+ "id": 231,
2598
2831
  "name": "bindResult",
2599
2832
  "kind": 4096,
2600
2833
  "kindString": "Call signature",
2601
2834
  "flags": {},
2602
2835
  "parameters": [
2603
2836
  {
2604
- "id": 186,
2837
+ "id": 232,
2605
2838
  "name": "payloads",
2606
2839
  "kind": 32768,
2607
2840
  "kindString": "Parameter",
@@ -2622,14 +2855,14 @@
2622
2855
  {
2623
2856
  "type": "reflection",
2624
2857
  "declaration": {
2625
- "id": 187,
2858
+ "id": 233,
2626
2859
  "name": "__type",
2627
2860
  "kind": 65536,
2628
2861
  "kindString": "Type literal",
2629
2862
  "flags": {},
2630
2863
  "children": [
2631
2864
  {
2632
- "id": 188,
2865
+ "id": 234,
2633
2866
  "name": "schema",
2634
2867
  "kind": 1024,
2635
2868
  "kindString": "Property",
@@ -2651,7 +2884,7 @@
2651
2884
  {
2652
2885
  "title": "Properties",
2653
2886
  "children": [
2654
- 188
2887
+ 234
2655
2888
  ]
2656
2889
  }
2657
2890
  ],
@@ -2669,7 +2902,7 @@
2669
2902
  }
2670
2903
  },
2671
2904
  {
2672
- "id": 189,
2905
+ "id": 235,
2673
2906
  "name": "account",
2674
2907
  "kind": 32768,
2675
2908
  "kindString": "Parameter",
@@ -2702,14 +2935,14 @@
2702
2935
  {
2703
2936
  "type": "reflection",
2704
2937
  "declaration": {
2705
- "id": 190,
2938
+ "id": 236,
2706
2939
  "name": "__type",
2707
2940
  "kind": 65536,
2708
2941
  "kindString": "Type literal",
2709
2942
  "flags": {},
2710
2943
  "children": [
2711
2944
  {
2712
- "id": 191,
2945
+ "id": 237,
2713
2946
  "name": "schema",
2714
2947
  "kind": 1024,
2715
2948
  "kindString": "Property",
@@ -2731,7 +2964,7 @@
2731
2964
  {
2732
2965
  "title": "Properties",
2733
2966
  "children": [
2734
- 191
2967
+ 237
2735
2968
  ]
2736
2969
  }
2737
2970
  ],
@@ -2768,7 +3001,7 @@
2768
3001
  }
2769
3002
  },
2770
3003
  {
2771
- "id": 192,
3004
+ "id": 238,
2772
3005
  "name": "bindResultInternal",
2773
3006
  "kind": 2048,
2774
3007
  "kindString": "Method",
@@ -2778,20 +3011,20 @@
2778
3011
  "sources": [
2779
3012
  {
2780
3013
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2781
- "line": 40,
3014
+ "line": 38,
2782
3015
  "character": 14
2783
3016
  }
2784
3017
  ],
2785
3018
  "signatures": [
2786
3019
  {
2787
- "id": 193,
3020
+ "id": 239,
2788
3021
  "name": "bindResultInternal",
2789
3022
  "kind": 4096,
2790
3023
  "kindString": "Call signature",
2791
3024
  "flags": {},
2792
3025
  "parameters": [
2793
3026
  {
2794
- "id": 194,
3027
+ "id": 240,
2795
3028
  "name": "payloads",
2796
3029
  "kind": 32768,
2797
3030
  "kindString": "Parameter",
@@ -2812,14 +3045,14 @@
2812
3045
  {
2813
3046
  "type": "reflection",
2814
3047
  "declaration": {
2815
- "id": 195,
3048
+ "id": 241,
2816
3049
  "name": "__type",
2817
3050
  "kind": 65536,
2818
3051
  "kindString": "Type literal",
2819
3052
  "flags": {},
2820
3053
  "children": [
2821
3054
  {
2822
- "id": 196,
3055
+ "id": 242,
2823
3056
  "name": "schema",
2824
3057
  "kind": 1024,
2825
3058
  "kindString": "Property",
@@ -2841,7 +3074,7 @@
2841
3074
  {
2842
3075
  "title": "Properties",
2843
3076
  "children": [
2844
- 196
3077
+ 242
2845
3078
  ]
2846
3079
  }
2847
3080
  ],
@@ -2859,7 +3092,7 @@
2859
3092
  }
2860
3093
  },
2861
3094
  {
2862
- "id": 197,
3095
+ "id": 243,
2863
3096
  "name": "account",
2864
3097
  "kind": 32768,
2865
3098
  "kindString": "Parameter",
@@ -2889,14 +3122,14 @@
2889
3122
  {
2890
3123
  "type": "reflection",
2891
3124
  "declaration": {
2892
- "id": 198,
3125
+ "id": 244,
2893
3126
  "name": "__type",
2894
3127
  "kind": 65536,
2895
3128
  "kindString": "Type literal",
2896
3129
  "flags": {},
2897
3130
  "children": [
2898
3131
  {
2899
- "id": 199,
3132
+ "id": 245,
2900
3133
  "name": "schema",
2901
3134
  "kind": 1024,
2902
3135
  "kindString": "Property",
@@ -2918,7 +3151,7 @@
2918
3151
  {
2919
3152
  "title": "Properties",
2920
3153
  "children": [
2921
- 199
3154
+ 245
2922
3155
  ]
2923
3156
  }
2924
3157
  ],
@@ -2948,7 +3181,7 @@
2948
3181
  }
2949
3182
  },
2950
3183
  {
2951
- "id": 108,
3184
+ "id": 138,
2952
3185
  "name": "description",
2953
3186
  "kind": 2048,
2954
3187
  "kindString": "Method",
@@ -2956,13 +3189,13 @@
2956
3189
  "sources": [
2957
3190
  {
2958
3191
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
2959
- "line": 28,
3192
+ "line": 26,
2960
3193
  "character": 4
2961
3194
  }
2962
3195
  ],
2963
3196
  "signatures": [
2964
3197
  {
2965
- "id": 109,
3198
+ "id": 139,
2966
3199
  "name": "description",
2967
3200
  "kind": 4096,
2968
3201
  "kindString": "Call signature",
@@ -2993,7 +3226,7 @@
2993
3226
  }
2994
3227
  },
2995
3228
  {
2996
- "id": 110,
3229
+ "id": 140,
2997
3230
  "name": "discover",
2998
3231
  "kind": 2048,
2999
3232
  "kindString": "Method",
@@ -3001,20 +3234,20 @@
3001
3234
  "sources": [
3002
3235
  {
3003
3236
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3004
- "line": 29,
3237
+ "line": 27,
3005
3238
  "character": 4
3006
3239
  }
3007
3240
  ],
3008
3241
  "signatures": [
3009
3242
  {
3010
- "id": 111,
3243
+ "id": 141,
3011
3244
  "name": "discover",
3012
3245
  "kind": 4096,
3013
3246
  "kindString": "Call signature",
3014
3247
  "flags": {},
3015
3248
  "parameters": [
3016
3249
  {
3017
- "id": 112,
3250
+ "id": 142,
3018
3251
  "name": "_queryAccount",
3019
3252
  "kind": 32768,
3020
3253
  "kindString": "Parameter",
@@ -3046,14 +3279,14 @@
3046
3279
  {
3047
3280
  "type": "reflection",
3048
3281
  "declaration": {
3049
- "id": 113,
3282
+ "id": 143,
3050
3283
  "name": "__type",
3051
3284
  "kind": 65536,
3052
3285
  "kindString": "Type literal",
3053
3286
  "flags": {},
3054
3287
  "children": [
3055
3288
  {
3056
- "id": 114,
3289
+ "id": 144,
3057
3290
  "name": "schema",
3058
3291
  "kind": 1024,
3059
3292
  "kindString": "Property",
@@ -3075,7 +3308,7 @@
3075
3308
  {
3076
3309
  "title": "Properties",
3077
3310
  "children": [
3078
- 114
3311
+ 144
3079
3312
  ]
3080
3313
  }
3081
3314
  ],
@@ -3110,7 +3343,7 @@
3110
3343
  }
3111
3344
  },
3112
3345
  {
3113
- "id": 200,
3346
+ "id": 246,
3114
3347
  "name": "loadAccount",
3115
3348
  "kind": 2048,
3116
3349
  "kindString": "Method",
@@ -3120,20 +3353,20 @@
3120
3353
  "sources": [
3121
3354
  {
3122
3355
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3123
- "line": 41,
3356
+ "line": 39,
3124
3357
  "character": 14
3125
3358
  }
3126
3359
  ],
3127
3360
  "signatures": [
3128
3361
  {
3129
- "id": 201,
3362
+ "id": 247,
3130
3363
  "name": "loadAccount",
3131
3364
  "kind": 4096,
3132
3365
  "kindString": "Call signature",
3133
3366
  "flags": {},
3134
3367
  "parameters": [
3135
3368
  {
3136
- "id": 202,
3369
+ "id": 248,
3137
3370
  "name": "account",
3138
3371
  "kind": 32768,
3139
3372
  "kindString": "Parameter",
@@ -3162,7 +3395,7 @@
3162
3395
  }
3163
3396
  },
3164
3397
  {
3165
- "id": 37,
3398
+ "id": 42,
3166
3399
  "name": "observe",
3167
3400
  "kind": 2048,
3168
3401
  "kindString": "Method",
@@ -3172,12 +3405,12 @@
3172
3405
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
3173
3406
  "line": 31,
3174
3407
  "character": 17,
3175
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L31"
3408
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L31"
3176
3409
  }
3177
3410
  ],
3178
3411
  "signatures": [
3179
3412
  {
3180
- "id": 38,
3413
+ "id": 43,
3181
3414
  "name": "observe",
3182
3415
  "kind": 4096,
3183
3416
  "kindString": "Call signature",
@@ -3201,14 +3434,14 @@
3201
3434
  {
3202
3435
  "type": "reflection",
3203
3436
  "declaration": {
3204
- "id": 39,
3437
+ "id": 44,
3205
3438
  "name": "__type",
3206
3439
  "kind": 65536,
3207
3440
  "kindString": "Type literal",
3208
3441
  "flags": {},
3209
3442
  "children": [
3210
3443
  {
3211
- "id": 40,
3444
+ "id": 45,
3212
3445
  "name": "schema",
3213
3446
  "kind": 1024,
3214
3447
  "kindString": "Property",
@@ -3230,7 +3463,7 @@
3230
3463
  {
3231
3464
  "title": "Properties",
3232
3465
  "children": [
3233
- 40
3466
+ 45
3234
3467
  ]
3235
3468
  }
3236
3469
  ],
@@ -3263,7 +3496,7 @@
3263
3496
  }
3264
3497
  },
3265
3498
  {
3266
- "id": 45,
3499
+ "id": 50,
3267
3500
  "name": "queries",
3268
3501
  "kind": 2048,
3269
3502
  "kindString": "Method",
@@ -3277,7 +3510,7 @@
3277
3510
  ],
3278
3511
  "signatures": [
3279
3512
  {
3280
- "id": 46,
3513
+ "id": 51,
3281
3514
  "name": "queries",
3282
3515
  "kind": 4096,
3283
3516
  "kindString": "Call signature",
@@ -3301,7 +3534,7 @@
3301
3534
  }
3302
3535
  },
3303
3536
  {
3304
- "id": 47,
3537
+ "id": 52,
3305
3538
  "name": "query",
3306
3539
  "kind": 2048,
3307
3540
  "kindString": "Method",
@@ -3315,14 +3548,14 @@
3315
3548
  ],
3316
3549
  "signatures": [
3317
3550
  {
3318
- "id": 48,
3551
+ "id": 53,
3319
3552
  "name": "query",
3320
3553
  "kind": 4096,
3321
3554
  "kindString": "Call signature",
3322
3555
  "flags": {},
3323
3556
  "typeParameter": [
3324
3557
  {
3325
- "id": 57,
3558
+ "id": 62,
3326
3559
  "name": "T",
3327
3560
  "kind": 131072,
3328
3561
  "kindString": "Type parameter",
@@ -3345,33 +3578,222 @@
3345
3578
  {
3346
3579
  "type": "reflection",
3347
3580
  "declaration": {
3348
- "id": 49,
3581
+ "id": 54,
3582
+ "name": "__type",
3583
+ "kind": 65536,
3584
+ "kindString": "Type literal",
3585
+ "flags": {},
3586
+ "children": [
3587
+ {
3588
+ "id": 55,
3589
+ "name": "query",
3590
+ "kind": 1024,
3591
+ "kindString": "Property",
3592
+ "flags": {},
3593
+ "sources": [
3594
+ {
3595
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3596
+ "line": 5,
3597
+ "character": 4
3598
+ }
3599
+ ],
3600
+ "type": {
3601
+ "type": "intrinsic",
3602
+ "name": "string"
3603
+ }
3604
+ },
3605
+ {
3606
+ "id": 56,
3607
+ "name": "resultSet",
3608
+ "kind": 1024,
3609
+ "kindString": "Property",
3610
+ "flags": {
3611
+ "isOptional": true
3612
+ },
3613
+ "sources": [
3614
+ {
3615
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3616
+ "line": 6,
3617
+ "character": 4
3618
+ }
3619
+ ],
3620
+ "type": {
3621
+ "type": "intrinsic",
3622
+ "name": "string"
3623
+ }
3624
+ },
3625
+ {
3626
+ "id": 57,
3627
+ "name": "schema",
3628
+ "kind": 1024,
3629
+ "kindString": "Property",
3630
+ "flags": {},
3631
+ "sources": [
3632
+ {
3633
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3634
+ "line": 7,
3635
+ "character": 4
3636
+ }
3637
+ ],
3638
+ "type": {
3639
+ "type": "literal",
3640
+ "value": "network.xyo.boundwitness.query"
3641
+ }
3642
+ }
3643
+ ],
3644
+ "groups": [
3645
+ {
3646
+ "title": "Properties",
3647
+ "children": [
3648
+ 55,
3649
+ 56,
3650
+ 57
3651
+ ]
3652
+ }
3653
+ ],
3654
+ "sources": [
3655
+ {
3656
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3657
+ "line": 4,
3658
+ "character": 51
3659
+ }
3660
+ ]
3661
+ }
3662
+ }
3663
+ ]
3664
+ },
3665
+ "default": {
3666
+ "type": "intersection",
3667
+ "types": [
3668
+ {
3669
+ "type": "reference",
3670
+ "name": "SchemaFields"
3671
+ },
3672
+ {
3673
+ "type": "reference",
3674
+ "name": "PayloadFields"
3675
+ },
3676
+ {
3677
+ "type": "reference",
3678
+ "name": "XyoBoundWitnessFields"
3679
+ },
3680
+ {
3681
+ "type": "reflection",
3682
+ "declaration": {
3683
+ "id": 58,
3684
+ "name": "__type",
3685
+ "kind": 65536,
3686
+ "kindString": "Type literal",
3687
+ "flags": {},
3688
+ "children": [
3689
+ {
3690
+ "id": 59,
3691
+ "name": "query",
3692
+ "kind": 1024,
3693
+ "kindString": "Property",
3694
+ "flags": {},
3695
+ "sources": [
3696
+ {
3697
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3698
+ "line": 5,
3699
+ "character": 4
3700
+ }
3701
+ ],
3702
+ "type": {
3703
+ "type": "intrinsic",
3704
+ "name": "string"
3705
+ }
3706
+ },
3707
+ {
3708
+ "id": 60,
3709
+ "name": "resultSet",
3710
+ "kind": 1024,
3711
+ "kindString": "Property",
3712
+ "flags": {
3713
+ "isOptional": true
3714
+ },
3715
+ "sources": [
3716
+ {
3717
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3718
+ "line": 6,
3719
+ "character": 4
3720
+ }
3721
+ ],
3722
+ "type": {
3723
+ "type": "intrinsic",
3724
+ "name": "string"
3725
+ }
3726
+ },
3727
+ {
3728
+ "id": 61,
3729
+ "name": "schema",
3730
+ "kind": 1024,
3731
+ "kindString": "Property",
3732
+ "flags": {},
3733
+ "sources": [
3734
+ {
3735
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3736
+ "line": 7,
3737
+ "character": 4
3738
+ }
3739
+ ],
3740
+ "type": {
3741
+ "type": "literal",
3742
+ "value": "network.xyo.boundwitness.query"
3743
+ }
3744
+ }
3745
+ ],
3746
+ "groups": [
3747
+ {
3748
+ "title": "Properties",
3749
+ "children": [
3750
+ 59,
3751
+ 60,
3752
+ 61
3753
+ ]
3754
+ }
3755
+ ],
3756
+ "sources": [
3757
+ {
3758
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3759
+ "line": 4,
3760
+ "character": 51
3761
+ }
3762
+ ]
3763
+ }
3764
+ }
3765
+ ]
3766
+ }
3767
+ },
3768
+ {
3769
+ "id": 77,
3770
+ "name": "TConfig",
3771
+ "kind": 131072,
3772
+ "kindString": "Type parameter",
3773
+ "flags": {},
3774
+ "type": {
3775
+ "type": "intersection",
3776
+ "types": [
3777
+ {
3778
+ "type": "reference",
3779
+ "name": "SchemaFields"
3780
+ },
3781
+ {
3782
+ "type": "reference",
3783
+ "name": "PayloadFields"
3784
+ },
3785
+ {
3786
+ "type": "reflection",
3787
+ "declaration": {
3788
+ "id": 63,
3349
3789
  "name": "__type",
3350
3790
  "kind": 65536,
3351
3791
  "kindString": "Type literal",
3352
3792
  "flags": {},
3353
3793
  "children": [
3354
3794
  {
3355
- "id": 50,
3356
- "name": "query",
3357
- "kind": 1024,
3358
- "kindString": "Property",
3359
- "flags": {},
3360
- "sources": [
3361
- {
3362
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3363
- "line": 5,
3364
- "character": 4
3365
- }
3366
- ],
3367
- "type": {
3368
- "type": "intrinsic",
3369
- "name": "string"
3370
- }
3371
- },
3372
- {
3373
- "id": 51,
3374
- "name": "resultSet",
3795
+ "id": 64,
3796
+ "name": "security",
3375
3797
  "kind": 1024,
3376
3798
  "kindString": "Property",
3377
3799
  "flags": {
@@ -3379,32 +3801,156 @@
3379
3801
  },
3380
3802
  "sources": [
3381
3803
  {
3382
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3383
- "line": 6,
3804
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3805
+ "line": 8,
3384
3806
  "character": 4
3385
3807
  }
3386
3808
  ],
3387
3809
  "type": {
3388
- "type": "intrinsic",
3389
- "name": "string"
3810
+ "type": "reflection",
3811
+ "declaration": {
3812
+ "id": 65,
3813
+ "name": "__type",
3814
+ "kind": 65536,
3815
+ "kindString": "Type literal",
3816
+ "flags": {},
3817
+ "children": [
3818
+ {
3819
+ "id": 66,
3820
+ "name": "allowed",
3821
+ "kind": 1024,
3822
+ "kindString": "Property",
3823
+ "flags": {
3824
+ "isOptional": true
3825
+ },
3826
+ "sources": [
3827
+ {
3828
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3829
+ "line": 9,
3830
+ "character": 8
3831
+ }
3832
+ ],
3833
+ "type": {
3834
+ "type": "reference",
3835
+ "typeArguments": [
3836
+ {
3837
+ "type": "intrinsic",
3838
+ "name": "string"
3839
+ },
3840
+ {
3841
+ "type": "array",
3842
+ "elementType": {
3843
+ "type": "array",
3844
+ "elementType": {
3845
+ "type": "intrinsic",
3846
+ "name": "string"
3847
+ }
3848
+ }
3849
+ }
3850
+ ],
3851
+ "name": "Record",
3852
+ "qualifiedName": "Record",
3853
+ "package": "typescript"
3854
+ }
3855
+ },
3856
+ {
3857
+ "id": 67,
3858
+ "name": "disallowed",
3859
+ "kind": 1024,
3860
+ "kindString": "Property",
3861
+ "flags": {
3862
+ "isOptional": true
3863
+ },
3864
+ "sources": [
3865
+ {
3866
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3867
+ "line": 10,
3868
+ "character": 8
3869
+ }
3870
+ ],
3871
+ "type": {
3872
+ "type": "reference",
3873
+ "typeArguments": [
3874
+ {
3875
+ "type": "intrinsic",
3876
+ "name": "string"
3877
+ },
3878
+ {
3879
+ "type": "array",
3880
+ "elementType": {
3881
+ "type": "intrinsic",
3882
+ "name": "string"
3883
+ }
3884
+ }
3885
+ ],
3886
+ "name": "Record",
3887
+ "qualifiedName": "Record",
3888
+ "package": "typescript"
3889
+ }
3890
+ }
3891
+ ],
3892
+ "groups": [
3893
+ {
3894
+ "title": "Properties",
3895
+ "children": [
3896
+ 66,
3897
+ 67
3898
+ ]
3899
+ }
3900
+ ],
3901
+ "sources": [
3902
+ {
3903
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3904
+ "line": 8,
3905
+ "character": 15
3906
+ }
3907
+ ]
3908
+ }
3390
3909
  }
3391
- },
3910
+ }
3911
+ ],
3912
+ "groups": [
3913
+ {
3914
+ "title": "Properties",
3915
+ "children": [
3916
+ 64
3917
+ ]
3918
+ }
3919
+ ],
3920
+ "sources": [
3921
+ {
3922
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
3923
+ "line": 7,
3924
+ "character": 87
3925
+ }
3926
+ ]
3927
+ }
3928
+ },
3929
+ {
3930
+ "type": "reflection",
3931
+ "declaration": {
3932
+ "id": 68,
3933
+ "name": "__type",
3934
+ "kind": 65536,
3935
+ "kindString": "Type literal",
3936
+ "flags": {},
3937
+ "children": [
3392
3938
  {
3393
- "id": 52,
3939
+ "id": 69,
3394
3940
  "name": "schema",
3395
3941
  "kind": 1024,
3396
3942
  "kindString": "Property",
3397
3943
  "flags": {},
3398
3944
  "sources": [
3399
3945
  {
3400
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3401
- "line": 7,
3946
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
3947
+ "line": 19,
3402
3948
  "character": 4
3403
3949
  }
3404
3950
  ],
3405
3951
  "type": {
3406
- "type": "literal",
3407
- "value": "network.xyo.boundwitness.query"
3952
+ "type": "intrinsic",
3953
+ "name": "string"
3408
3954
  }
3409
3955
  }
3410
3956
  ],
@@ -3412,17 +3958,15 @@
3412
3958
  {
3413
3959
  "title": "Properties",
3414
3960
  "children": [
3415
- 50,
3416
- 51,
3417
- 52
3961
+ 69
3418
3962
  ]
3419
3963
  }
3420
3964
  ],
3421
3965
  "sources": [
3422
3966
  {
3423
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3424
- "line": 4,
3425
- "character": 51
3967
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
3968
+ "line": 18,
3969
+ "character": 17
3426
3970
  }
3427
3971
  ]
3428
3972
  }
@@ -3440,40 +3984,18 @@
3440
3984
  "type": "reference",
3441
3985
  "name": "PayloadFields"
3442
3986
  },
3443
- {
3444
- "type": "reference",
3445
- "name": "XyoBoundWitnessFields"
3446
- },
3447
3987
  {
3448
3988
  "type": "reflection",
3449
3989
  "declaration": {
3450
- "id": 53,
3990
+ "id": 70,
3451
3991
  "name": "__type",
3452
3992
  "kind": 65536,
3453
3993
  "kindString": "Type literal",
3454
3994
  "flags": {},
3455
3995
  "children": [
3456
3996
  {
3457
- "id": 54,
3458
- "name": "query",
3459
- "kind": 1024,
3460
- "kindString": "Property",
3461
- "flags": {},
3462
- "sources": [
3463
- {
3464
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3465
- "line": 5,
3466
- "character": 4
3467
- }
3468
- ],
3469
- "type": {
3470
- "type": "intrinsic",
3471
- "name": "string"
3472
- }
3473
- },
3474
- {
3475
- "id": 55,
3476
- "name": "resultSet",
3997
+ "id": 71,
3998
+ "name": "security",
3477
3999
  "kind": 1024,
3478
4000
  "kindString": "Property",
3479
4001
  "flags": {
@@ -3481,32 +4003,156 @@
3481
4003
  },
3482
4004
  "sources": [
3483
4005
  {
3484
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3485
- "line": 6,
4006
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4007
+ "line": 8,
3486
4008
  "character": 4
3487
4009
  }
3488
4010
  ],
3489
4011
  "type": {
3490
- "type": "intrinsic",
3491
- "name": "string"
4012
+ "type": "reflection",
4013
+ "declaration": {
4014
+ "id": 72,
4015
+ "name": "__type",
4016
+ "kind": 65536,
4017
+ "kindString": "Type literal",
4018
+ "flags": {},
4019
+ "children": [
4020
+ {
4021
+ "id": 73,
4022
+ "name": "allowed",
4023
+ "kind": 1024,
4024
+ "kindString": "Property",
4025
+ "flags": {
4026
+ "isOptional": true
4027
+ },
4028
+ "sources": [
4029
+ {
4030
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4031
+ "line": 9,
4032
+ "character": 8
4033
+ }
4034
+ ],
4035
+ "type": {
4036
+ "type": "reference",
4037
+ "typeArguments": [
4038
+ {
4039
+ "type": "intrinsic",
4040
+ "name": "string"
4041
+ },
4042
+ {
4043
+ "type": "array",
4044
+ "elementType": {
4045
+ "type": "array",
4046
+ "elementType": {
4047
+ "type": "intrinsic",
4048
+ "name": "string"
4049
+ }
4050
+ }
4051
+ }
4052
+ ],
4053
+ "name": "Record",
4054
+ "qualifiedName": "Record",
4055
+ "package": "typescript"
4056
+ }
4057
+ },
4058
+ {
4059
+ "id": 74,
4060
+ "name": "disallowed",
4061
+ "kind": 1024,
4062
+ "kindString": "Property",
4063
+ "flags": {
4064
+ "isOptional": true
4065
+ },
4066
+ "sources": [
4067
+ {
4068
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4069
+ "line": 10,
4070
+ "character": 8
4071
+ }
4072
+ ],
4073
+ "type": {
4074
+ "type": "reference",
4075
+ "typeArguments": [
4076
+ {
4077
+ "type": "intrinsic",
4078
+ "name": "string"
4079
+ },
4080
+ {
4081
+ "type": "array",
4082
+ "elementType": {
4083
+ "type": "intrinsic",
4084
+ "name": "string"
4085
+ }
4086
+ }
4087
+ ],
4088
+ "name": "Record",
4089
+ "qualifiedName": "Record",
4090
+ "package": "typescript"
4091
+ }
4092
+ }
4093
+ ],
4094
+ "groups": [
4095
+ {
4096
+ "title": "Properties",
4097
+ "children": [
4098
+ 73,
4099
+ 74
4100
+ ]
4101
+ }
4102
+ ],
4103
+ "sources": [
4104
+ {
4105
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4106
+ "line": 8,
4107
+ "character": 15
4108
+ }
4109
+ ]
4110
+ }
3492
4111
  }
3493
- },
4112
+ }
4113
+ ],
4114
+ "groups": [
3494
4115
  {
3495
- "id": 56,
4116
+ "title": "Properties",
4117
+ "children": [
4118
+ 71
4119
+ ]
4120
+ }
4121
+ ],
4122
+ "sources": [
4123
+ {
4124
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4125
+ "line": 7,
4126
+ "character": 87
4127
+ }
4128
+ ]
4129
+ }
4130
+ },
4131
+ {
4132
+ "type": "reflection",
4133
+ "declaration": {
4134
+ "id": 75,
4135
+ "name": "__type",
4136
+ "kind": 65536,
4137
+ "kindString": "Type literal",
4138
+ "flags": {},
4139
+ "children": [
4140
+ {
4141
+ "id": 76,
3496
4142
  "name": "schema",
3497
4143
  "kind": 1024,
3498
4144
  "kindString": "Property",
3499
4145
  "flags": {},
3500
4146
  "sources": [
3501
4147
  {
3502
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3503
- "line": 7,
4148
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4149
+ "line": 19,
3504
4150
  "character": 4
3505
4151
  }
3506
4152
  ],
3507
4153
  "type": {
3508
- "type": "literal",
3509
- "value": "network.xyo.boundwitness.query"
4154
+ "type": "intrinsic",
4155
+ "name": "string"
3510
4156
  }
3511
4157
  }
3512
4158
  ],
@@ -3514,17 +4160,15 @@
3514
4160
  {
3515
4161
  "title": "Properties",
3516
4162
  "children": [
3517
- 54,
3518
- 55,
3519
- 56
4163
+ 76
3520
4164
  ]
3521
4165
  }
3522
4166
  ],
3523
4167
  "sources": [
3524
4168
  {
3525
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3526
- "line": 4,
3527
- "character": 51
4169
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4170
+ "line": 18,
4171
+ "character": 17
3528
4172
  }
3529
4173
  ]
3530
4174
  }
@@ -3535,19 +4179,19 @@
3535
4179
  ],
3536
4180
  "parameters": [
3537
4181
  {
3538
- "id": 58,
4182
+ "id": 78,
3539
4183
  "name": "query",
3540
4184
  "kind": 32768,
3541
4185
  "kindString": "Parameter",
3542
4186
  "flags": {},
3543
4187
  "type": {
3544
4188
  "type": "reference",
3545
- "id": 57,
4189
+ "id": 62,
3546
4190
  "name": "T"
3547
4191
  }
3548
4192
  },
3549
4193
  {
3550
- "id": 59,
4194
+ "id": 79,
3551
4195
  "name": "payloads",
3552
4196
  "kind": 32768,
3553
4197
  "kindString": "Parameter",
@@ -3570,14 +4214,14 @@
3570
4214
  {
3571
4215
  "type": "reflection",
3572
4216
  "declaration": {
3573
- "id": 60,
4217
+ "id": 80,
3574
4218
  "name": "__type",
3575
4219
  "kind": 65536,
3576
4220
  "kindString": "Type literal",
3577
4221
  "flags": {},
3578
4222
  "children": [
3579
4223
  {
3580
- "id": 61,
4224
+ "id": 81,
3581
4225
  "name": "schema",
3582
4226
  "kind": 1024,
3583
4227
  "kindString": "Property",
@@ -3599,7 +4243,7 @@
3599
4243
  {
3600
4244
  "title": "Properties",
3601
4245
  "children": [
3602
- 61
4246
+ 81
3603
4247
  ]
3604
4248
  }
3605
4249
  ],
@@ -3615,6 +4259,20 @@
3615
4259
  ]
3616
4260
  }
3617
4261
  }
4262
+ },
4263
+ {
4264
+ "id": 82,
4265
+ "name": "queryConfig",
4266
+ "kind": 32768,
4267
+ "kindString": "Parameter",
4268
+ "flags": {
4269
+ "isOptional": true
4270
+ },
4271
+ "type": {
4272
+ "type": "reference",
4273
+ "id": 77,
4274
+ "name": "TConfig"
4275
+ }
3618
4276
  }
3619
4277
  ],
3620
4278
  "type": {
@@ -3637,23 +4295,23 @@
3637
4295
  {
3638
4296
  "type": "reflection",
3639
4297
  "declaration": {
3640
- "id": 62,
4298
+ "id": 83,
3641
4299
  "name": "__type",
3642
4300
  "kind": 65536,
3643
4301
  "kindString": "Type literal",
3644
4302
  "flags": {},
3645
4303
  "children": [
3646
4304
  {
3647
- "id": 63,
4305
+ "id": 84,
3648
4306
  "name": "schema",
3649
4307
  "kind": 1024,
3650
4308
  "kindString": "Property",
3651
4309
  "flags": {},
3652
4310
  "sources": [
3653
4311
  {
3654
- "fileName": "modules/packages/witness/dist/esm/AbstractWitness.d.ts",
3655
- "line": 15,
3656
- "character": 8
4312
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4313
+ "line": 19,
4314
+ "character": 4
3657
4315
  }
3658
4316
  ],
3659
4317
  "type": {
@@ -3666,15 +4324,15 @@
3666
4324
  {
3667
4325
  "title": "Properties",
3668
4326
  "children": [
3669
- 63
4327
+ 84
3670
4328
  ]
3671
4329
  }
3672
4330
  ],
3673
4331
  "sources": [
3674
4332
  {
3675
- "fileName": "modules/packages/witness/dist/esm/AbstractWitness.d.ts",
3676
- "line": 14,
3677
- "character": 262
4333
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4334
+ "line": 18,
4335
+ "character": 17
3678
4336
  }
3679
4337
  ]
3680
4338
  }
@@ -3701,7 +4359,7 @@
3701
4359
  }
3702
4360
  },
3703
4361
  {
3704
- "id": 115,
4362
+ "id": 145,
3705
4363
  "name": "queryable",
3706
4364
  "kind": 2048,
3707
4365
  "kindString": "Method",
@@ -3709,20 +4367,20 @@
3709
4367
  "sources": [
3710
4368
  {
3711
4369
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
3712
- "line": 32,
4370
+ "line": 30,
3713
4371
  "character": 4
3714
4372
  }
3715
4373
  ],
3716
4374
  "signatures": [
3717
4375
  {
3718
- "id": 116,
4376
+ "id": 146,
3719
4377
  "name": "queryable",
3720
4378
  "kind": 4096,
3721
4379
  "kindString": "Call signature",
3722
4380
  "flags": {},
3723
4381
  "typeParameter": [
3724
4382
  {
3725
- "id": 125,
4383
+ "id": 155,
3726
4384
  "name": "T",
3727
4385
  "kind": 131072,
3728
4386
  "kindString": "Type parameter",
@@ -3745,14 +4403,116 @@
3745
4403
  {
3746
4404
  "type": "reflection",
3747
4405
  "declaration": {
3748
- "id": 117,
4406
+ "id": 147,
4407
+ "name": "__type",
4408
+ "kind": 65536,
4409
+ "kindString": "Type literal",
4410
+ "flags": {},
4411
+ "children": [
4412
+ {
4413
+ "id": 148,
4414
+ "name": "query",
4415
+ "kind": 1024,
4416
+ "kindString": "Property",
4417
+ "flags": {},
4418
+ "sources": [
4419
+ {
4420
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4421
+ "line": 5,
4422
+ "character": 4
4423
+ }
4424
+ ],
4425
+ "type": {
4426
+ "type": "intrinsic",
4427
+ "name": "string"
4428
+ }
4429
+ },
4430
+ {
4431
+ "id": 149,
4432
+ "name": "resultSet",
4433
+ "kind": 1024,
4434
+ "kindString": "Property",
4435
+ "flags": {
4436
+ "isOptional": true
4437
+ },
4438
+ "sources": [
4439
+ {
4440
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4441
+ "line": 6,
4442
+ "character": 4
4443
+ }
4444
+ ],
4445
+ "type": {
4446
+ "type": "intrinsic",
4447
+ "name": "string"
4448
+ }
4449
+ },
4450
+ {
4451
+ "id": 150,
4452
+ "name": "schema",
4453
+ "kind": 1024,
4454
+ "kindString": "Property",
4455
+ "flags": {},
4456
+ "sources": [
4457
+ {
4458
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4459
+ "line": 7,
4460
+ "character": 4
4461
+ }
4462
+ ],
4463
+ "type": {
4464
+ "type": "literal",
4465
+ "value": "network.xyo.boundwitness.query"
4466
+ }
4467
+ }
4468
+ ],
4469
+ "groups": [
4470
+ {
4471
+ "title": "Properties",
4472
+ "children": [
4473
+ 148,
4474
+ 149,
4475
+ 150
4476
+ ]
4477
+ }
4478
+ ],
4479
+ "sources": [
4480
+ {
4481
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4482
+ "line": 4,
4483
+ "character": 51
4484
+ }
4485
+ ]
4486
+ }
4487
+ }
4488
+ ]
4489
+ },
4490
+ "default": {
4491
+ "type": "intersection",
4492
+ "types": [
4493
+ {
4494
+ "type": "reference",
4495
+ "name": "SchemaFields"
4496
+ },
4497
+ {
4498
+ "type": "reference",
4499
+ "name": "PayloadFields"
4500
+ },
4501
+ {
4502
+ "type": "reference",
4503
+ "name": "XyoBoundWitnessFields"
4504
+ },
4505
+ {
4506
+ "type": "reflection",
4507
+ "declaration": {
4508
+ "id": 151,
3749
4509
  "name": "__type",
3750
4510
  "kind": 65536,
3751
4511
  "kindString": "Type literal",
3752
4512
  "flags": {},
3753
4513
  "children": [
3754
4514
  {
3755
- "id": 118,
4515
+ "id": 152,
3756
4516
  "name": "query",
3757
4517
  "kind": 1024,
3758
4518
  "kindString": "Property",
@@ -3770,7 +4530,7 @@
3770
4530
  }
3771
4531
  },
3772
4532
  {
3773
- "id": 119,
4533
+ "id": 153,
3774
4534
  "name": "resultSet",
3775
4535
  "kind": 1024,
3776
4536
  "kindString": "Property",
@@ -3790,7 +4550,7 @@
3790
4550
  }
3791
4551
  },
3792
4552
  {
3793
- "id": 120,
4553
+ "id": 154,
3794
4554
  "name": "schema",
3795
4555
  "kind": 1024,
3796
4556
  "kindString": "Property",
@@ -3812,17 +4572,226 @@
3812
4572
  {
3813
4573
  "title": "Properties",
3814
4574
  "children": [
3815
- 118,
3816
- 119,
3817
- 120
4575
+ 152,
4576
+ 153,
4577
+ 154
4578
+ ]
4579
+ }
4580
+ ],
4581
+ "sources": [
4582
+ {
4583
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
4584
+ "line": 4,
4585
+ "character": 51
4586
+ }
4587
+ ]
4588
+ }
4589
+ }
4590
+ ]
4591
+ }
4592
+ },
4593
+ {
4594
+ "id": 170,
4595
+ "name": "TConfig",
4596
+ "kind": 131072,
4597
+ "kindString": "Type parameter",
4598
+ "flags": {},
4599
+ "type": {
4600
+ "type": "intersection",
4601
+ "types": [
4602
+ {
4603
+ "type": "reference",
4604
+ "name": "SchemaFields"
4605
+ },
4606
+ {
4607
+ "type": "reference",
4608
+ "name": "PayloadFields"
4609
+ },
4610
+ {
4611
+ "type": "reflection",
4612
+ "declaration": {
4613
+ "id": 156,
4614
+ "name": "__type",
4615
+ "kind": 65536,
4616
+ "kindString": "Type literal",
4617
+ "flags": {},
4618
+ "children": [
4619
+ {
4620
+ "id": 157,
4621
+ "name": "security",
4622
+ "kind": 1024,
4623
+ "kindString": "Property",
4624
+ "flags": {
4625
+ "isOptional": true
4626
+ },
4627
+ "sources": [
4628
+ {
4629
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4630
+ "line": 8,
4631
+ "character": 4
4632
+ }
4633
+ ],
4634
+ "type": {
4635
+ "type": "reflection",
4636
+ "declaration": {
4637
+ "id": 158,
4638
+ "name": "__type",
4639
+ "kind": 65536,
4640
+ "kindString": "Type literal",
4641
+ "flags": {},
4642
+ "children": [
4643
+ {
4644
+ "id": 159,
4645
+ "name": "allowed",
4646
+ "kind": 1024,
4647
+ "kindString": "Property",
4648
+ "flags": {
4649
+ "isOptional": true
4650
+ },
4651
+ "sources": [
4652
+ {
4653
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4654
+ "line": 9,
4655
+ "character": 8
4656
+ }
4657
+ ],
4658
+ "type": {
4659
+ "type": "reference",
4660
+ "typeArguments": [
4661
+ {
4662
+ "type": "intrinsic",
4663
+ "name": "string"
4664
+ },
4665
+ {
4666
+ "type": "array",
4667
+ "elementType": {
4668
+ "type": "array",
4669
+ "elementType": {
4670
+ "type": "intrinsic",
4671
+ "name": "string"
4672
+ }
4673
+ }
4674
+ }
4675
+ ],
4676
+ "name": "Record",
4677
+ "qualifiedName": "Record",
4678
+ "package": "typescript"
4679
+ }
4680
+ },
4681
+ {
4682
+ "id": 160,
4683
+ "name": "disallowed",
4684
+ "kind": 1024,
4685
+ "kindString": "Property",
4686
+ "flags": {
4687
+ "isOptional": true
4688
+ },
4689
+ "sources": [
4690
+ {
4691
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4692
+ "line": 10,
4693
+ "character": 8
4694
+ }
4695
+ ],
4696
+ "type": {
4697
+ "type": "reference",
4698
+ "typeArguments": [
4699
+ {
4700
+ "type": "intrinsic",
4701
+ "name": "string"
4702
+ },
4703
+ {
4704
+ "type": "array",
4705
+ "elementType": {
4706
+ "type": "intrinsic",
4707
+ "name": "string"
4708
+ }
4709
+ }
4710
+ ],
4711
+ "name": "Record",
4712
+ "qualifiedName": "Record",
4713
+ "package": "typescript"
4714
+ }
4715
+ }
4716
+ ],
4717
+ "groups": [
4718
+ {
4719
+ "title": "Properties",
4720
+ "children": [
4721
+ 159,
4722
+ 160
4723
+ ]
4724
+ }
4725
+ ],
4726
+ "sources": [
4727
+ {
4728
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4729
+ "line": 8,
4730
+ "character": 15
4731
+ }
4732
+ ]
4733
+ }
4734
+ }
4735
+ }
4736
+ ],
4737
+ "groups": [
4738
+ {
4739
+ "title": "Properties",
4740
+ "children": [
4741
+ 157
4742
+ ]
4743
+ }
4744
+ ],
4745
+ "sources": [
4746
+ {
4747
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4748
+ "line": 7,
4749
+ "character": 87
4750
+ }
4751
+ ]
4752
+ }
4753
+ },
4754
+ {
4755
+ "type": "reflection",
4756
+ "declaration": {
4757
+ "id": 161,
4758
+ "name": "__type",
4759
+ "kind": 65536,
4760
+ "kindString": "Type literal",
4761
+ "flags": {},
4762
+ "children": [
4763
+ {
4764
+ "id": 162,
4765
+ "name": "schema",
4766
+ "kind": 1024,
4767
+ "kindString": "Property",
4768
+ "flags": {},
4769
+ "sources": [
4770
+ {
4771
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4772
+ "line": 19,
4773
+ "character": 4
4774
+ }
4775
+ ],
4776
+ "type": {
4777
+ "type": "intrinsic",
4778
+ "name": "string"
4779
+ }
4780
+ }
4781
+ ],
4782
+ "groups": [
4783
+ {
4784
+ "title": "Properties",
4785
+ "children": [
4786
+ 162
3818
4787
  ]
3819
4788
  }
3820
4789
  ],
3821
4790
  "sources": [
3822
4791
  {
3823
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3824
- "line": 4,
3825
- "character": 51
4792
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4793
+ "line": 18,
4794
+ "character": 17
3826
4795
  }
3827
4796
  ]
3828
4797
  }
@@ -3840,40 +4809,18 @@
3840
4809
  "type": "reference",
3841
4810
  "name": "PayloadFields"
3842
4811
  },
3843
- {
3844
- "type": "reference",
3845
- "name": "XyoBoundWitnessFields"
3846
- },
3847
4812
  {
3848
4813
  "type": "reflection",
3849
4814
  "declaration": {
3850
- "id": 121,
4815
+ "id": 163,
3851
4816
  "name": "__type",
3852
4817
  "kind": 65536,
3853
4818
  "kindString": "Type literal",
3854
4819
  "flags": {},
3855
4820
  "children": [
3856
4821
  {
3857
- "id": 122,
3858
- "name": "query",
3859
- "kind": 1024,
3860
- "kindString": "Property",
3861
- "flags": {},
3862
- "sources": [
3863
- {
3864
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3865
- "line": 5,
3866
- "character": 4
3867
- }
3868
- ],
3869
- "type": {
3870
- "type": "intrinsic",
3871
- "name": "string"
3872
- }
3873
- },
3874
- {
3875
- "id": 123,
3876
- "name": "resultSet",
4822
+ "id": 164,
4823
+ "name": "security",
3877
4824
  "kind": 1024,
3878
4825
  "kindString": "Property",
3879
4826
  "flags": {
@@ -3881,32 +4828,156 @@
3881
4828
  },
3882
4829
  "sources": [
3883
4830
  {
3884
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3885
- "line": 6,
4831
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4832
+ "line": 8,
3886
4833
  "character": 4
3887
4834
  }
3888
4835
  ],
3889
4836
  "type": {
3890
- "type": "intrinsic",
3891
- "name": "string"
4837
+ "type": "reflection",
4838
+ "declaration": {
4839
+ "id": 165,
4840
+ "name": "__type",
4841
+ "kind": 65536,
4842
+ "kindString": "Type literal",
4843
+ "flags": {},
4844
+ "children": [
4845
+ {
4846
+ "id": 166,
4847
+ "name": "allowed",
4848
+ "kind": 1024,
4849
+ "kindString": "Property",
4850
+ "flags": {
4851
+ "isOptional": true
4852
+ },
4853
+ "sources": [
4854
+ {
4855
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4856
+ "line": 9,
4857
+ "character": 8
4858
+ }
4859
+ ],
4860
+ "type": {
4861
+ "type": "reference",
4862
+ "typeArguments": [
4863
+ {
4864
+ "type": "intrinsic",
4865
+ "name": "string"
4866
+ },
4867
+ {
4868
+ "type": "array",
4869
+ "elementType": {
4870
+ "type": "array",
4871
+ "elementType": {
4872
+ "type": "intrinsic",
4873
+ "name": "string"
4874
+ }
4875
+ }
4876
+ }
4877
+ ],
4878
+ "name": "Record",
4879
+ "qualifiedName": "Record",
4880
+ "package": "typescript"
4881
+ }
4882
+ },
4883
+ {
4884
+ "id": 167,
4885
+ "name": "disallowed",
4886
+ "kind": 1024,
4887
+ "kindString": "Property",
4888
+ "flags": {
4889
+ "isOptional": true
4890
+ },
4891
+ "sources": [
4892
+ {
4893
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4894
+ "line": 10,
4895
+ "character": 8
4896
+ }
4897
+ ],
4898
+ "type": {
4899
+ "type": "reference",
4900
+ "typeArguments": [
4901
+ {
4902
+ "type": "intrinsic",
4903
+ "name": "string"
4904
+ },
4905
+ {
4906
+ "type": "array",
4907
+ "elementType": {
4908
+ "type": "intrinsic",
4909
+ "name": "string"
4910
+ }
4911
+ }
4912
+ ],
4913
+ "name": "Record",
4914
+ "qualifiedName": "Record",
4915
+ "package": "typescript"
4916
+ }
4917
+ }
4918
+ ],
4919
+ "groups": [
4920
+ {
4921
+ "title": "Properties",
4922
+ "children": [
4923
+ 166,
4924
+ 167
4925
+ ]
4926
+ }
4927
+ ],
4928
+ "sources": [
4929
+ {
4930
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4931
+ "line": 8,
4932
+ "character": 15
4933
+ }
4934
+ ]
4935
+ }
3892
4936
  }
3893
- },
4937
+ }
4938
+ ],
4939
+ "groups": [
4940
+ {
4941
+ "title": "Properties",
4942
+ "children": [
4943
+ 164
4944
+ ]
4945
+ }
4946
+ ],
4947
+ "sources": [
4948
+ {
4949
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
4950
+ "line": 7,
4951
+ "character": 87
4952
+ }
4953
+ ]
4954
+ }
4955
+ },
4956
+ {
4957
+ "type": "reflection",
4958
+ "declaration": {
4959
+ "id": 168,
4960
+ "name": "__type",
4961
+ "kind": 65536,
4962
+ "kindString": "Type literal",
4963
+ "flags": {},
4964
+ "children": [
3894
4965
  {
3895
- "id": 124,
4966
+ "id": 169,
3896
4967
  "name": "schema",
3897
4968
  "kind": 1024,
3898
4969
  "kindString": "Property",
3899
4970
  "flags": {},
3900
4971
  "sources": [
3901
4972
  {
3902
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3903
- "line": 7,
4973
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4974
+ "line": 19,
3904
4975
  "character": 4
3905
4976
  }
3906
4977
  ],
3907
4978
  "type": {
3908
- "type": "literal",
3909
- "value": "network.xyo.boundwitness.query"
4979
+ "type": "intrinsic",
4980
+ "name": "string"
3910
4981
  }
3911
4982
  }
3912
4983
  ],
@@ -3914,17 +4985,15 @@
3914
4985
  {
3915
4986
  "title": "Properties",
3916
4987
  "children": [
3917
- 122,
3918
- 123,
3919
- 124
4988
+ 169
3920
4989
  ]
3921
4990
  }
3922
4991
  ],
3923
4992
  "sources": [
3924
4993
  {
3925
- "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
3926
- "line": 4,
3927
- "character": 51
4994
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
4995
+ "line": 18,
4996
+ "character": 17
3928
4997
  }
3929
4998
  ]
3930
4999
  }
@@ -3935,19 +5004,19 @@
3935
5004
  ],
3936
5005
  "parameters": [
3937
5006
  {
3938
- "id": 126,
5007
+ "id": 171,
3939
5008
  "name": "query",
3940
5009
  "kind": 32768,
3941
5010
  "kindString": "Parameter",
3942
5011
  "flags": {},
3943
5012
  "type": {
3944
5013
  "type": "reference",
3945
- "id": 125,
5014
+ "id": 155,
3946
5015
  "name": "T"
3947
5016
  }
3948
5017
  },
3949
5018
  {
3950
- "id": 127,
5019
+ "id": 172,
3951
5020
  "name": "payloads",
3952
5021
  "kind": 32768,
3953
5022
  "kindString": "Parameter",
@@ -3970,14 +5039,14 @@
3970
5039
  {
3971
5040
  "type": "reflection",
3972
5041
  "declaration": {
3973
- "id": 128,
5042
+ "id": 173,
3974
5043
  "name": "__type",
3975
5044
  "kind": 65536,
3976
5045
  "kindString": "Type literal",
3977
5046
  "flags": {},
3978
5047
  "children": [
3979
5048
  {
3980
- "id": 129,
5049
+ "id": 174,
3981
5050
  "name": "schema",
3982
5051
  "kind": 1024,
3983
5052
  "kindString": "Property",
@@ -3999,7 +5068,7 @@
3999
5068
  {
4000
5069
  "title": "Properties",
4001
5070
  "children": [
4002
- 129
5071
+ 174
4003
5072
  ]
4004
5073
  }
4005
5074
  ],
@@ -4015,19 +5084,25 @@
4015
5084
  ]
4016
5085
  }
4017
5086
  }
5087
+ },
5088
+ {
5089
+ "id": 175,
5090
+ "name": "queryConfig",
5091
+ "kind": 32768,
5092
+ "kindString": "Parameter",
5093
+ "flags": {
5094
+ "isOptional": true
5095
+ },
5096
+ "type": {
5097
+ "type": "reference",
5098
+ "id": 170,
5099
+ "name": "TConfig"
5100
+ }
4018
5101
  }
4019
5102
  ],
4020
5103
  "type": {
4021
- "type": "reference",
4022
- "typeArguments": [
4023
- {
4024
- "type": "intrinsic",
4025
- "name": "boolean"
4026
- }
4027
- ],
4028
- "name": "Promise",
4029
- "qualifiedName": "Promise",
4030
- "package": "typescript"
5104
+ "type": "intrinsic",
5105
+ "name": "boolean"
4031
5106
  },
4032
5107
  "inheritedFrom": {
4033
5108
  "type": "reference",
@@ -4041,7 +5116,7 @@
4041
5116
  }
4042
5117
  },
4043
5118
  {
4044
- "id": 203,
5119
+ "id": 249,
4045
5120
  "name": "start",
4046
5121
  "kind": 2048,
4047
5122
  "kindString": "Method",
@@ -4051,20 +5126,20 @@
4051
5126
  "sources": [
4052
5127
  {
4053
5128
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4054
- "line": 42,
5129
+ "line": 40,
4055
5130
  "character": 14
4056
5131
  }
4057
5132
  ],
4058
5133
  "signatures": [
4059
5134
  {
4060
- "id": 204,
5135
+ "id": 250,
4061
5136
  "name": "start",
4062
5137
  "kind": 4096,
4063
5138
  "kindString": "Call signature",
4064
5139
  "flags": {},
4065
5140
  "parameters": [
4066
5141
  {
4067
- "id": 205,
5142
+ "id": 251,
4068
5143
  "name": "_timeout",
4069
5144
  "kind": 32768,
4070
5145
  "kindString": "Parameter",
@@ -4082,7 +5157,7 @@
4082
5157
  "typeArguments": [
4083
5158
  {
4084
5159
  "type": "reference",
4085
- "id": 27,
5160
+ "id": 32,
4086
5161
  "name": "XyoEthereumGasEthersWitness"
4087
5162
  },
4088
5163
  {
@@ -4104,7 +5179,7 @@
4104
5179
  }
4105
5180
  },
4106
5181
  {
4107
- "id": 130,
5182
+ "id": 176,
4108
5183
  "name": "started",
4109
5184
  "kind": 2048,
4110
5185
  "kindString": "Method",
@@ -4112,20 +5187,20 @@
4112
5187
  "sources": [
4113
5188
  {
4114
5189
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4115
- "line": 33,
5190
+ "line": 31,
4116
5191
  "character": 4
4117
5192
  }
4118
5193
  ],
4119
5194
  "signatures": [
4120
5195
  {
4121
- "id": 131,
5196
+ "id": 177,
4122
5197
  "name": "started",
4123
5198
  "kind": 4096,
4124
5199
  "kindString": "Call signature",
4125
5200
  "flags": {},
4126
5201
  "parameters": [
4127
5202
  {
4128
- "id": 132,
5203
+ "id": 178,
4129
5204
  "name": "notStartedAction",
4130
5205
  "kind": 32768,
4131
5206
  "kindString": "Parameter",
@@ -4175,7 +5250,7 @@
4175
5250
  }
4176
5251
  },
4177
5252
  {
4178
- "id": 206,
5253
+ "id": 252,
4179
5254
  "name": "stop",
4180
5255
  "kind": 2048,
4181
5256
  "kindString": "Method",
@@ -4185,20 +5260,20 @@
4185
5260
  "sources": [
4186
5261
  {
4187
5262
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4188
- "line": 43,
5263
+ "line": 41,
4189
5264
  "character": 14
4190
5265
  }
4191
5266
  ],
4192
5267
  "signatures": [
4193
5268
  {
4194
- "id": 207,
5269
+ "id": 253,
4195
5270
  "name": "stop",
4196
5271
  "kind": 4096,
4197
5272
  "kindString": "Call signature",
4198
5273
  "flags": {},
4199
5274
  "parameters": [
4200
5275
  {
4201
- "id": 208,
5276
+ "id": 254,
4202
5277
  "name": "_timeout",
4203
5278
  "kind": 32768,
4204
5279
  "kindString": "Parameter",
@@ -4216,7 +5291,7 @@
4216
5291
  "typeArguments": [
4217
5292
  {
4218
5293
  "type": "reference",
4219
- "id": 27,
5294
+ "id": 32,
4220
5295
  "name": "XyoEthereumGasEthersWitness"
4221
5296
  },
4222
5297
  {
@@ -4238,7 +5313,7 @@
4238
5313
  }
4239
5314
  },
4240
5315
  {
4241
- "id": 133,
5316
+ "id": 179,
4242
5317
  "name": "subscribe",
4243
5318
  "kind": 2048,
4244
5319
  "kindString": "Method",
@@ -4246,20 +5321,20 @@
4246
5321
  "sources": [
4247
5322
  {
4248
5323
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4249
- "line": 34,
5324
+ "line": 32,
4250
5325
  "character": 4
4251
5326
  }
4252
5327
  ],
4253
5328
  "signatures": [
4254
5329
  {
4255
- "id": 134,
5330
+ "id": 180,
4256
5331
  "name": "subscribe",
4257
5332
  "kind": 4096,
4258
5333
  "kindString": "Call signature",
4259
5334
  "flags": {},
4260
5335
  "parameters": [
4261
5336
  {
4262
- "id": 135,
5337
+ "id": 181,
4263
5338
  "name": "_queryAccount",
4264
5339
  "kind": 32768,
4265
5340
  "kindString": "Parameter",
@@ -4288,7 +5363,7 @@
4288
5363
  }
4289
5364
  },
4290
5365
  {
4291
- "id": 209,
5366
+ "id": 255,
4292
5367
  "name": "validateConfig",
4293
5368
  "kind": 2048,
4294
5369
  "kindString": "Method",
@@ -4298,20 +5373,20 @@
4298
5373
  "sources": [
4299
5374
  {
4300
5375
  "fileName": "modules/packages/module/dist/esm/AbstractModule.d.ts",
4301
- "line": 44,
5376
+ "line": 42,
4302
5377
  "character": 14
4303
5378
  }
4304
5379
  ],
4305
5380
  "signatures": [
4306
5381
  {
4307
- "id": 210,
5382
+ "id": 256,
4308
5383
  "name": "validateConfig",
4309
5384
  "kind": 4096,
4310
5385
  "kindString": "Call signature",
4311
5386
  "flags": {},
4312
5387
  "parameters": [
4313
5388
  {
4314
- "id": 211,
5389
+ "id": 257,
4315
5390
  "name": "config",
4316
5391
  "kind": 32768,
4317
5392
  "kindString": "Parameter",
@@ -4324,7 +5399,7 @@
4324
5399
  }
4325
5400
  },
4326
5401
  {
4327
- "id": 212,
5402
+ "id": 258,
4328
5403
  "name": "parents",
4329
5404
  "kind": 32768,
4330
5405
  "kindString": "Parameter",
@@ -4356,7 +5431,7 @@
4356
5431
  }
4357
5432
  },
4358
5433
  {
4359
- "id": 29,
5434
+ "id": 34,
4360
5435
  "name": "create",
4361
5436
  "kind": 2048,
4362
5437
  "kindString": "Method",
@@ -4368,19 +5443,19 @@
4368
5443
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
4369
5444
  "line": 27,
4370
5445
  "character": 24,
4371
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L27"
5446
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L27"
4372
5447
  }
4373
5448
  ],
4374
5449
  "signatures": [
4375
5450
  {
4376
- "id": 30,
5451
+ "id": 35,
4377
5452
  "name": "create",
4378
5453
  "kind": 4096,
4379
5454
  "kindString": "Call signature",
4380
5455
  "flags": {},
4381
5456
  "parameters": [
4382
5457
  {
4383
- "id": 31,
5458
+ "id": 36,
4384
5459
  "name": "params",
4385
5460
  "kind": 32768,
4386
5461
  "kindString": "Parameter",
@@ -4399,7 +5474,7 @@
4399
5474
  "typeArguments": [
4400
5475
  {
4401
5476
  "type": "reference",
4402
- "id": 27,
5477
+ "id": 32,
4403
5478
  "name": "XyoEthereumGasEthersWitness"
4404
5479
  }
4405
5480
  ],
@@ -4423,56 +5498,54 @@
4423
5498
  {
4424
5499
  "title": "Constructors",
4425
5500
  "children": [
4426
- 33
5501
+ 38
4427
5502
  ]
4428
5503
  },
4429
5504
  {
4430
5505
  "title": "Properties",
4431
5506
  "children": [
4432
- 76,
4433
- 79,
4434
- 80,
4435
- 81,
4436
- 82,
4437
- 64,
4438
- 90,
4439
- 36,
4440
- 91,
4441
- 28,
4442
- 32
5507
+ 97,
5508
+ 105,
5509
+ 106,
5510
+ 85,
5511
+ 107,
5512
+ 108,
5513
+ 41,
5514
+ 113,
5515
+ 33,
5516
+ 37
4443
5517
  ]
4444
5518
  },
4445
5519
  {
4446
5520
  "title": "Accessors",
4447
5521
  "children": [
4448
- 96,
4449
- 98,
4450
- 100,
4451
- 41
5522
+ 118,
5523
+ 120,
5524
+ 46
4452
5525
  ]
4453
5526
  },
4454
5527
  {
4455
5528
  "title": "Methods",
4456
5529
  "children": [
4457
- 136,
4458
- 141,
4459
- 148,
4460
- 166,
4461
- 184,
4462
- 192,
4463
- 108,
4464
- 110,
4465
- 200,
4466
- 37,
4467
- 45,
4468
- 47,
4469
- 115,
4470
- 203,
4471
- 130,
4472
- 206,
4473
- 133,
4474
- 209,
4475
- 29
5530
+ 182,
5531
+ 187,
5532
+ 194,
5533
+ 212,
5534
+ 230,
5535
+ 238,
5536
+ 138,
5537
+ 140,
5538
+ 246,
5539
+ 42,
5540
+ 50,
5541
+ 52,
5542
+ 145,
5543
+ 249,
5544
+ 176,
5545
+ 252,
5546
+ 179,
5547
+ 255,
5548
+ 34
4476
5549
  ]
4477
5550
  }
4478
5551
  ],
@@ -4481,7 +5554,7 @@
4481
5554
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
4482
5555
  "line": 17,
4483
5556
  "character": 13,
4484
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L17"
5557
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L17"
4485
5558
  }
4486
5559
  ],
4487
5560
  "extendedTypes": [
@@ -4717,7 +5790,7 @@
4717
5790
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
4718
5791
  "line": 6,
4719
5792
  "character": 2,
4720
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
5793
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
4721
5794
  }
4722
5795
  ],
4723
5796
  "type": {
@@ -4739,7 +5812,7 @@
4739
5812
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
4740
5813
  "line": 5,
4741
5814
  "character": 65,
4742
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
5815
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
4743
5816
  }
4744
5817
  ]
4745
5818
  }
@@ -4891,7 +5964,7 @@
4891
5964
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
4892
5965
  "line": 14,
4893
5966
  "character": 2,
4894
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L14"
5967
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L14"
4895
5968
  }
4896
5969
  ],
4897
5970
  "type": {
@@ -4944,6 +6017,150 @@
4944
6017
  "children": [
4945
6018
  {
4946
6019
  "id": 26,
6020
+ "name": "security",
6021
+ "kind": 1024,
6022
+ "kindString": "Property",
6023
+ "flags": {
6024
+ "isOptional": true
6025
+ },
6026
+ "sources": [
6027
+ {
6028
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
6029
+ "line": 8,
6030
+ "character": 4
6031
+ }
6032
+ ],
6033
+ "type": {
6034
+ "type": "reflection",
6035
+ "declaration": {
6036
+ "id": 27,
6037
+ "name": "__type",
6038
+ "kind": 65536,
6039
+ "kindString": "Type literal",
6040
+ "flags": {},
6041
+ "children": [
6042
+ {
6043
+ "id": 28,
6044
+ "name": "allowed",
6045
+ "kind": 1024,
6046
+ "kindString": "Property",
6047
+ "flags": {
6048
+ "isOptional": true
6049
+ },
6050
+ "sources": [
6051
+ {
6052
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
6053
+ "line": 9,
6054
+ "character": 8
6055
+ }
6056
+ ],
6057
+ "type": {
6058
+ "type": "reference",
6059
+ "typeArguments": [
6060
+ {
6061
+ "type": "intrinsic",
6062
+ "name": "string"
6063
+ },
6064
+ {
6065
+ "type": "array",
6066
+ "elementType": {
6067
+ "type": "array",
6068
+ "elementType": {
6069
+ "type": "intrinsic",
6070
+ "name": "string"
6071
+ }
6072
+ }
6073
+ }
6074
+ ],
6075
+ "name": "Record",
6076
+ "qualifiedName": "Record",
6077
+ "package": "typescript"
6078
+ }
6079
+ },
6080
+ {
6081
+ "id": 29,
6082
+ "name": "disallowed",
6083
+ "kind": 1024,
6084
+ "kindString": "Property",
6085
+ "flags": {
6086
+ "isOptional": true
6087
+ },
6088
+ "sources": [
6089
+ {
6090
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
6091
+ "line": 10,
6092
+ "character": 8
6093
+ }
6094
+ ],
6095
+ "type": {
6096
+ "type": "reference",
6097
+ "typeArguments": [
6098
+ {
6099
+ "type": "intrinsic",
6100
+ "name": "string"
6101
+ },
6102
+ {
6103
+ "type": "array",
6104
+ "elementType": {
6105
+ "type": "intrinsic",
6106
+ "name": "string"
6107
+ }
6108
+ }
6109
+ ],
6110
+ "name": "Record",
6111
+ "qualifiedName": "Record",
6112
+ "package": "typescript"
6113
+ }
6114
+ }
6115
+ ],
6116
+ "groups": [
6117
+ {
6118
+ "title": "Properties",
6119
+ "children": [
6120
+ 28,
6121
+ 29
6122
+ ]
6123
+ }
6124
+ ],
6125
+ "sources": [
6126
+ {
6127
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
6128
+ "line": 8,
6129
+ "character": 15
6130
+ }
6131
+ ]
6132
+ }
6133
+ }
6134
+ }
6135
+ ],
6136
+ "groups": [
6137
+ {
6138
+ "title": "Properties",
6139
+ "children": [
6140
+ 26
6141
+ ]
6142
+ }
6143
+ ],
6144
+ "sources": [
6145
+ {
6146
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
6147
+ "line": 7,
6148
+ "character": 87
6149
+ }
6150
+ ]
6151
+ }
6152
+ },
6153
+ {
6154
+ "type": "reflection",
6155
+ "declaration": {
6156
+ "id": 30,
6157
+ "name": "__type",
6158
+ "kind": 65536,
6159
+ "kindString": "Type literal",
6160
+ "flags": {},
6161
+ "children": [
6162
+ {
6163
+ "id": 31,
4947
6164
  "name": "schema",
4948
6165
  "kind": 1024,
4949
6166
  "kindString": "Property",
@@ -4965,7 +6182,7 @@
4965
6182
  {
4966
6183
  "title": "Properties",
4967
6184
  "children": [
4968
- 26
6185
+ 31
4969
6186
  ]
4970
6187
  }
4971
6188
  ],
@@ -5009,7 +6226,7 @@
5009
6226
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts",
5010
6227
  "line": 13,
5011
6228
  "character": 17,
5012
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L13"
6229
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Witness.ts#L13"
5013
6230
  }
5014
6231
  ],
5015
6232
  "extendedTypes": [
@@ -5037,7 +6254,7 @@
5037
6254
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
5038
6255
  "line": 5,
5039
6256
  "character": 12,
5040
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
6257
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
5041
6258
  }
5042
6259
  ],
5043
6260
  "type": {
@@ -5063,7 +6280,7 @@
5063
6280
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
5064
6281
  "line": 6,
5065
6282
  "character": 2,
5066
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
6283
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L6"
5067
6284
  }
5068
6285
  ],
5069
6286
  "type": {
@@ -5086,7 +6303,7 @@
5086
6303
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts",
5087
6304
  "line": 5,
5088
6305
  "character": 65,
5089
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
6306
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Config.ts#L5"
5090
6307
  }
5091
6308
  ]
5092
6309
  }
@@ -5106,13 +6323,13 @@
5106
6323
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts",
5107
6324
  "line": 1,
5108
6325
  "character": 12,
5109
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L1"
6326
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L1"
5110
6327
  },
5111
6328
  {
5112
6329
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts",
5113
6330
  "line": 2,
5114
6331
  "character": 13,
5115
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L2"
6332
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L2"
5116
6333
  }
5117
6334
  ],
5118
6335
  "type": {
@@ -5131,13 +6348,13 @@
5131
6348
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts",
5132
6349
  "line": 1,
5133
6350
  "character": 12,
5134
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L1"
6351
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L1"
5135
6352
  },
5136
6353
  {
5137
6354
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts",
5138
6355
  "line": 2,
5139
6356
  "character": 13,
5140
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L2"
6357
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Schema.ts#L2"
5141
6358
  }
5142
6359
  ],
5143
6360
  "type": {
@@ -5156,7 +6373,7 @@
5156
6373
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Plugin.ts",
5157
6374
  "line": 7,
5158
6375
  "character": 13,
5159
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Plugin.ts#L7"
6376
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/Plugin.ts#L7"
5160
6377
  }
5161
6378
  ],
5162
6379
  "signatures": [
@@ -5185,13 +6402,13 @@
5185
6402
  {
5186
6403
  "title": "References",
5187
6404
  "children": [
5188
- 213
6405
+ 259
5189
6406
  ]
5190
6407
  },
5191
6408
  {
5192
6409
  "title": "Classes",
5193
6410
  "children": [
5194
- 27
6411
+ 32
5195
6412
  ]
5196
6413
  },
5197
6414
  {
@@ -5225,7 +6442,7 @@
5225
6442
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts",
5226
6443
  "line": 1,
5227
6444
  "character": 0,
5228
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts#L1"
6445
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/ethers/src/index.ts#L1"
5229
6446
  }
5230
6447
  ]
5231
6448
  }