@xyo-network/bridge 2.32.0-rc.3 → 2.32.1
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.
- package/dist/cjs/AxiosJson.d.ts +10 -0
- package/dist/cjs/AxiosJson.d.ts.map +1 -0
- package/dist/cjs/AxiosJson.js +36 -0
- package/dist/cjs/AxiosJson.js.map +1 -0
- package/dist/cjs/Config.d.ts +2 -1
- package/dist/cjs/Config.d.ts.map +1 -1
- package/dist/cjs/PartialConfig.d.ts +4 -0
- package/dist/cjs/PartialConfig.d.ts.map +1 -0
- package/dist/cjs/{PartialBridgeConfig.js → PartialConfig.js} +1 -1
- package/dist/cjs/PartialConfig.js.map +1 -0
- package/dist/cjs/XyoBridge.js +1 -1
- package/dist/cjs/XyoBridge.js.map +1 -1
- package/dist/cjs/XyoHttpBridge.d.ts +7 -6
- package/dist/cjs/XyoHttpBridge.d.ts.map +1 -1
- package/dist/cjs/XyoHttpBridge.js +12 -31
- package/dist/cjs/XyoHttpBridge.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +696 -1131
- package/dist/esm/AxiosJson.d.ts +10 -0
- package/dist/esm/AxiosJson.d.ts.map +1 -0
- package/dist/esm/AxiosJson.js +39 -0
- package/dist/esm/AxiosJson.js.map +1 -0
- package/dist/esm/Config.d.ts +2 -1
- package/dist/esm/Config.d.ts.map +1 -1
- package/dist/esm/PartialConfig.d.ts +4 -0
- package/dist/esm/PartialConfig.d.ts.map +1 -0
- package/dist/esm/PartialConfig.js +2 -0
- package/dist/esm/PartialConfig.js.map +1 -0
- package/dist/esm/XyoBridge.js +1 -1
- package/dist/esm/XyoBridge.js.map +1 -1
- package/dist/esm/XyoHttpBridge.d.ts +7 -6
- package/dist/esm/XyoHttpBridge.d.ts.map +1 -1
- package/dist/esm/XyoHttpBridge.js +10 -34
- package/dist/esm/XyoHttpBridge.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +6 -6
- package/src/AxiosJson.ts +43 -0
- package/src/Config.ts +2 -1
- package/src/PartialConfig.ts +5 -0
- package/src/XyoBridge.ts +1 -1
- package/src/XyoHttpBridge.spec.ts +10 -9
- package/src/XyoHttpBridge.ts +14 -36
- package/src/index.ts +1 -1
- package/dist/cjs/PartialBridgeConfig.d.ts +0 -5
- package/dist/cjs/PartialBridgeConfig.d.ts.map +0 -1
- package/dist/cjs/PartialBridgeConfig.js.map +0 -1
- package/dist/esm/PartialBridgeConfig.d.ts +0 -5
- package/dist/esm/PartialBridgeConfig.d.ts.map +0 -1
- package/dist/esm/PartialBridgeConfig.js +0 -2
- package/dist/esm/PartialBridgeConfig.js.map +0 -1
- package/src/PartialBridgeConfig.ts +0 -5
package/dist/docs.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 24,
|
|
11
11
|
"name": "XyoBridge",
|
|
12
12
|
"kind": 128,
|
|
13
13
|
"kindString": "Class",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"children": [
|
|
18
18
|
{
|
|
19
|
-
"id":
|
|
19
|
+
"id": 25,
|
|
20
20
|
"name": "constructor",
|
|
21
21
|
"kind": 512,
|
|
22
22
|
"kindString": "Constructor",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
],
|
|
31
31
|
"signatures": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 26,
|
|
34
34
|
"name": "new XyoBridge",
|
|
35
35
|
"kind": 16384,
|
|
36
36
|
"kindString": "Constructor signature",
|
|
37
37
|
"flags": {},
|
|
38
38
|
"typeParameter": [
|
|
39
39
|
{
|
|
40
|
-
"id":
|
|
40
|
+
"id": 37,
|
|
41
41
|
"name": "TConfig",
|
|
42
42
|
"kind": 131072,
|
|
43
43
|
"kindString": "Type parameter",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
{
|
|
50
50
|
"type": "reflection",
|
|
51
51
|
"declaration": {
|
|
52
|
-
"id":
|
|
52
|
+
"id": 27,
|
|
53
53
|
"name": "__type",
|
|
54
54
|
"kind": 65536,
|
|
55
55
|
"kindString": "Type literal",
|
|
56
56
|
"flags": {},
|
|
57
57
|
"children": [
|
|
58
58
|
{
|
|
59
|
-
"id":
|
|
59
|
+
"id": 29,
|
|
60
60
|
"name": "previousHash",
|
|
61
61
|
"kind": 1024,
|
|
62
62
|
"kindString": "Property",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"id":
|
|
79
|
+
"id": 28,
|
|
80
80
|
"name": "schema",
|
|
81
81
|
"kind": 1024,
|
|
82
82
|
"kindString": "Property",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"id":
|
|
97
|
+
"id": 30,
|
|
98
98
|
"name": "sources",
|
|
99
99
|
"kind": 1024,
|
|
100
100
|
"kindString": "Property",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"id":
|
|
120
|
+
"id": 31,
|
|
121
121
|
"name": "timestamp",
|
|
122
122
|
"kind": 1024,
|
|
123
123
|
"kindString": "Property",
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
{
|
|
142
142
|
"title": "Properties",
|
|
143
143
|
"children": [
|
|
144
|
-
30,
|
|
145
144
|
29,
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
28,
|
|
146
|
+
30,
|
|
147
|
+
31
|
|
148
148
|
]
|
|
149
149
|
}
|
|
150
150
|
],
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
{
|
|
168
168
|
"type": "reflection",
|
|
169
169
|
"declaration": {
|
|
170
|
-
"id":
|
|
170
|
+
"id": 32,
|
|
171
171
|
"name": "__type",
|
|
172
172
|
"kind": 65536,
|
|
173
173
|
"kindString": "Type literal",
|
|
174
174
|
"flags": {},
|
|
175
175
|
"children": [
|
|
176
176
|
{
|
|
177
|
-
"id":
|
|
177
|
+
"id": 34,
|
|
178
178
|
"name": "previousHash",
|
|
179
179
|
"kind": 1024,
|
|
180
180
|
"kindString": "Property",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
}
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"id":
|
|
197
|
+
"id": 33,
|
|
198
198
|
"name": "schema",
|
|
199
199
|
"kind": 1024,
|
|
200
200
|
"kindString": "Property",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
"id":
|
|
215
|
+
"id": 35,
|
|
216
216
|
"name": "sources",
|
|
217
217
|
"kind": 1024,
|
|
218
218
|
"kindString": "Property",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 36,
|
|
239
239
|
"name": "timestamp",
|
|
240
240
|
"kind": 1024,
|
|
241
241
|
"kindString": "Property",
|
|
@@ -259,10 +259,10 @@
|
|
|
259
259
|
{
|
|
260
260
|
"title": "Properties",
|
|
261
261
|
"children": [
|
|
262
|
-
35,
|
|
263
262
|
34,
|
|
264
|
-
|
|
265
|
-
|
|
263
|
+
33,
|
|
264
|
+
35,
|
|
265
|
+
36
|
|
266
266
|
]
|
|
267
267
|
}
|
|
268
268
|
],
|
|
@@ -280,26 +280,26 @@
|
|
|
280
280
|
}
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
"id":
|
|
283
|
+
"id": 38,
|
|
284
284
|
"name": "TQuery",
|
|
285
285
|
"kind": 131072,
|
|
286
286
|
"kindString": "Type parameter",
|
|
287
287
|
"flags": {},
|
|
288
288
|
"type": {
|
|
289
289
|
"type": "reference",
|
|
290
|
-
"id":
|
|
290
|
+
"id": 10,
|
|
291
291
|
"name": "XyoBridgeQuery"
|
|
292
292
|
},
|
|
293
293
|
"default": {
|
|
294
294
|
"type": "reference",
|
|
295
|
-
"id":
|
|
295
|
+
"id": 10,
|
|
296
296
|
"name": "XyoBridgeQuery"
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
300
|
"parameters": [
|
|
301
301
|
{
|
|
302
|
-
"id":
|
|
302
|
+
"id": 39,
|
|
303
303
|
"name": "config",
|
|
304
304
|
"kind": 32768,
|
|
305
305
|
"kindString": "Parameter",
|
|
@@ -308,12 +308,12 @@
|
|
|
308
308
|
},
|
|
309
309
|
"type": {
|
|
310
310
|
"type": "reference",
|
|
311
|
-
"id":
|
|
311
|
+
"id": 37,
|
|
312
312
|
"name": "TConfig"
|
|
313
313
|
}
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
|
-
"id":
|
|
316
|
+
"id": 40,
|
|
317
317
|
"name": "account",
|
|
318
318
|
"kind": 32768,
|
|
319
319
|
"kindString": "Parameter",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
|
-
"id":
|
|
329
|
+
"id": 41,
|
|
330
330
|
"name": "resolver",
|
|
331
331
|
"kind": 32768,
|
|
332
332
|
"kindString": "Parameter",
|
|
@@ -334,407 +334,23 @@
|
|
|
334
334
|
"isOptional": true
|
|
335
335
|
},
|
|
336
336
|
"type": {
|
|
337
|
-
"type": "
|
|
338
|
-
"
|
|
339
|
-
"id": 43,
|
|
340
|
-
"name": "__type",
|
|
341
|
-
"kind": 65536,
|
|
342
|
-
"kindString": "Type literal",
|
|
343
|
-
"flags": {},
|
|
344
|
-
"sources": [
|
|
345
|
-
{
|
|
346
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
347
|
-
"line": 12,
|
|
348
|
-
"character": 67
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
|
-
"signatures": [
|
|
352
|
-
{
|
|
353
|
-
"id": 44,
|
|
354
|
-
"name": "__type",
|
|
355
|
-
"kind": 4096,
|
|
356
|
-
"kindString": "Call signature",
|
|
357
|
-
"flags": {},
|
|
358
|
-
"parameters": [
|
|
359
|
-
{
|
|
360
|
-
"id": 45,
|
|
361
|
-
"name": "address",
|
|
362
|
-
"kind": 32768,
|
|
363
|
-
"kindString": "Parameter",
|
|
364
|
-
"flags": {},
|
|
365
|
-
"type": {
|
|
366
|
-
"type": "intrinsic",
|
|
367
|
-
"name": "string"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"type": {
|
|
372
|
-
"type": "reference",
|
|
373
|
-
"typeArguments": [
|
|
374
|
-
{
|
|
375
|
-
"type": "reflection",
|
|
376
|
-
"declaration": {
|
|
377
|
-
"id": 46,
|
|
378
|
-
"name": "__type",
|
|
379
|
-
"kind": 65536,
|
|
380
|
-
"kindString": "Type literal",
|
|
381
|
-
"flags": {},
|
|
382
|
-
"children": [
|
|
383
|
-
{
|
|
384
|
-
"id": 48,
|
|
385
|
-
"name": "previousHash",
|
|
386
|
-
"kind": 1024,
|
|
387
|
-
"kindString": "Property",
|
|
388
|
-
"flags": {
|
|
389
|
-
"isOptional": true
|
|
390
|
-
},
|
|
391
|
-
"sources": [
|
|
392
|
-
{
|
|
393
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
394
|
-
"line": 9,
|
|
395
|
-
"character": 4
|
|
396
|
-
}
|
|
397
|
-
],
|
|
398
|
-
"type": {
|
|
399
|
-
"type": "intrinsic",
|
|
400
|
-
"name": "string"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"id": 47,
|
|
405
|
-
"name": "schema",
|
|
406
|
-
"kind": 1024,
|
|
407
|
-
"kindString": "Property",
|
|
408
|
-
"flags": {},
|
|
409
|
-
"sources": [
|
|
410
|
-
{
|
|
411
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
412
|
-
"line": 8,
|
|
413
|
-
"character": 4
|
|
414
|
-
}
|
|
415
|
-
],
|
|
416
|
-
"type": {
|
|
417
|
-
"type": "intrinsic",
|
|
418
|
-
"name": "string"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"id": 49,
|
|
423
|
-
"name": "sources",
|
|
424
|
-
"kind": 1024,
|
|
425
|
-
"kindString": "Property",
|
|
426
|
-
"flags": {
|
|
427
|
-
"isOptional": true
|
|
428
|
-
},
|
|
429
|
-
"sources": [
|
|
430
|
-
{
|
|
431
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
432
|
-
"line": 10,
|
|
433
|
-
"character": 4
|
|
434
|
-
}
|
|
435
|
-
],
|
|
436
|
-
"type": {
|
|
437
|
-
"type": "array",
|
|
438
|
-
"elementType": {
|
|
439
|
-
"type": "intrinsic",
|
|
440
|
-
"name": "string"
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"id": 50,
|
|
446
|
-
"name": "timestamp",
|
|
447
|
-
"kind": 1024,
|
|
448
|
-
"kindString": "Property",
|
|
449
|
-
"flags": {
|
|
450
|
-
"isOptional": true
|
|
451
|
-
},
|
|
452
|
-
"sources": [
|
|
453
|
-
{
|
|
454
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
455
|
-
"line": 11,
|
|
456
|
-
"character": 4
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"type": {
|
|
460
|
-
"type": "intrinsic",
|
|
461
|
-
"name": "number"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"groups": [
|
|
466
|
-
{
|
|
467
|
-
"title": "Properties",
|
|
468
|
-
"children": [
|
|
469
|
-
48,
|
|
470
|
-
47,
|
|
471
|
-
49,
|
|
472
|
-
50
|
|
473
|
-
]
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"sources": [
|
|
477
|
-
{
|
|
478
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
479
|
-
"line": 7,
|
|
480
|
-
"character": 107
|
|
481
|
-
}
|
|
482
|
-
]
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"type": "reference",
|
|
487
|
-
"typeArguments": [
|
|
488
|
-
{
|
|
489
|
-
"type": "reflection",
|
|
490
|
-
"declaration": {
|
|
491
|
-
"id": 51,
|
|
492
|
-
"name": "__type",
|
|
493
|
-
"kind": 65536,
|
|
494
|
-
"kindString": "Type literal",
|
|
495
|
-
"flags": {},
|
|
496
|
-
"children": [
|
|
497
|
-
{
|
|
498
|
-
"id": 53,
|
|
499
|
-
"name": "previousHash",
|
|
500
|
-
"kind": 1024,
|
|
501
|
-
"kindString": "Property",
|
|
502
|
-
"flags": {
|
|
503
|
-
"isOptional": true
|
|
504
|
-
},
|
|
505
|
-
"sources": [
|
|
506
|
-
{
|
|
507
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
508
|
-
"line": 9,
|
|
509
|
-
"character": 4
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"type": {
|
|
513
|
-
"type": "intrinsic",
|
|
514
|
-
"name": "string"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"id": 52,
|
|
519
|
-
"name": "schema",
|
|
520
|
-
"kind": 1024,
|
|
521
|
-
"kindString": "Property",
|
|
522
|
-
"flags": {},
|
|
523
|
-
"sources": [
|
|
524
|
-
{
|
|
525
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
526
|
-
"line": 8,
|
|
527
|
-
"character": 4
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
|
-
"type": {
|
|
531
|
-
"type": "intrinsic",
|
|
532
|
-
"name": "string"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"id": 54,
|
|
537
|
-
"name": "sources",
|
|
538
|
-
"kind": 1024,
|
|
539
|
-
"kindString": "Property",
|
|
540
|
-
"flags": {
|
|
541
|
-
"isOptional": true
|
|
542
|
-
},
|
|
543
|
-
"sources": [
|
|
544
|
-
{
|
|
545
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
546
|
-
"line": 10,
|
|
547
|
-
"character": 4
|
|
548
|
-
}
|
|
549
|
-
],
|
|
550
|
-
"type": {
|
|
551
|
-
"type": "array",
|
|
552
|
-
"elementType": {
|
|
553
|
-
"type": "intrinsic",
|
|
554
|
-
"name": "string"
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"id": 55,
|
|
560
|
-
"name": "timestamp",
|
|
561
|
-
"kind": 1024,
|
|
562
|
-
"kindString": "Property",
|
|
563
|
-
"flags": {
|
|
564
|
-
"isOptional": true
|
|
565
|
-
},
|
|
566
|
-
"sources": [
|
|
567
|
-
{
|
|
568
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
569
|
-
"line": 11,
|
|
570
|
-
"character": 4
|
|
571
|
-
}
|
|
572
|
-
],
|
|
573
|
-
"type": {
|
|
574
|
-
"type": "intrinsic",
|
|
575
|
-
"name": "number"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"groups": [
|
|
580
|
-
{
|
|
581
|
-
"title": "Properties",
|
|
582
|
-
"children": [
|
|
583
|
-
53,
|
|
584
|
-
52,
|
|
585
|
-
54,
|
|
586
|
-
55
|
|
587
|
-
]
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"sources": [
|
|
591
|
-
{
|
|
592
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
593
|
-
"line": 7,
|
|
594
|
-
"character": 107
|
|
595
|
-
}
|
|
596
|
-
]
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"type": "intrinsic",
|
|
601
|
-
"name": "string"
|
|
602
|
-
}
|
|
603
|
-
],
|
|
604
|
-
"name": "XyoQuery"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"type": "reflection",
|
|
608
|
-
"declaration": {
|
|
609
|
-
"id": 56,
|
|
610
|
-
"name": "__type",
|
|
611
|
-
"kind": 65536,
|
|
612
|
-
"kindString": "Type literal",
|
|
613
|
-
"flags": {},
|
|
614
|
-
"children": [
|
|
615
|
-
{
|
|
616
|
-
"id": 58,
|
|
617
|
-
"name": "previousHash",
|
|
618
|
-
"kind": 1024,
|
|
619
|
-
"kindString": "Property",
|
|
620
|
-
"flags": {
|
|
621
|
-
"isOptional": true
|
|
622
|
-
},
|
|
623
|
-
"sources": [
|
|
624
|
-
{
|
|
625
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
626
|
-
"line": 9,
|
|
627
|
-
"character": 4
|
|
628
|
-
}
|
|
629
|
-
],
|
|
630
|
-
"type": {
|
|
631
|
-
"type": "intrinsic",
|
|
632
|
-
"name": "string"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"id": 57,
|
|
637
|
-
"name": "schema",
|
|
638
|
-
"kind": 1024,
|
|
639
|
-
"kindString": "Property",
|
|
640
|
-
"flags": {},
|
|
641
|
-
"sources": [
|
|
642
|
-
{
|
|
643
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
644
|
-
"line": 8,
|
|
645
|
-
"character": 4
|
|
646
|
-
}
|
|
647
|
-
],
|
|
648
|
-
"type": {
|
|
649
|
-
"type": "intrinsic",
|
|
650
|
-
"name": "string"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"id": 59,
|
|
655
|
-
"name": "sources",
|
|
656
|
-
"kind": 1024,
|
|
657
|
-
"kindString": "Property",
|
|
658
|
-
"flags": {
|
|
659
|
-
"isOptional": true
|
|
660
|
-
},
|
|
661
|
-
"sources": [
|
|
662
|
-
{
|
|
663
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
664
|
-
"line": 10,
|
|
665
|
-
"character": 4
|
|
666
|
-
}
|
|
667
|
-
],
|
|
668
|
-
"type": {
|
|
669
|
-
"type": "array",
|
|
670
|
-
"elementType": {
|
|
671
|
-
"type": "intrinsic",
|
|
672
|
-
"name": "string"
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"id": 60,
|
|
678
|
-
"name": "timestamp",
|
|
679
|
-
"kind": 1024,
|
|
680
|
-
"kindString": "Property",
|
|
681
|
-
"flags": {
|
|
682
|
-
"isOptional": true
|
|
683
|
-
},
|
|
684
|
-
"sources": [
|
|
685
|
-
{
|
|
686
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
687
|
-
"line": 11,
|
|
688
|
-
"character": 4
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"type": {
|
|
692
|
-
"type": "intrinsic",
|
|
693
|
-
"name": "number"
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
|
-
"groups": [
|
|
698
|
-
{
|
|
699
|
-
"title": "Properties",
|
|
700
|
-
"children": [
|
|
701
|
-
58,
|
|
702
|
-
57,
|
|
703
|
-
59,
|
|
704
|
-
60
|
|
705
|
-
]
|
|
706
|
-
}
|
|
707
|
-
],
|
|
708
|
-
"sources": [
|
|
709
|
-
{
|
|
710
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
711
|
-
"line": 7,
|
|
712
|
-
"character": 107
|
|
713
|
-
}
|
|
714
|
-
]
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
],
|
|
718
|
-
"name": "XyoModule"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
}
|
|
337
|
+
"type": "reference",
|
|
338
|
+
"name": "XyoModuleResolverFunc"
|
|
723
339
|
}
|
|
724
340
|
}
|
|
725
341
|
],
|
|
726
342
|
"type": {
|
|
727
343
|
"type": "reference",
|
|
728
|
-
"id":
|
|
344
|
+
"id": 24,
|
|
729
345
|
"typeArguments": [
|
|
730
346
|
{
|
|
731
347
|
"type": "reference",
|
|
732
|
-
"id":
|
|
348
|
+
"id": 37,
|
|
733
349
|
"name": "TConfig"
|
|
734
350
|
},
|
|
735
351
|
{
|
|
736
352
|
"type": "reference",
|
|
737
|
-
"id":
|
|
353
|
+
"id": 38,
|
|
738
354
|
"name": "TQuery"
|
|
739
355
|
}
|
|
740
356
|
],
|
|
@@ -752,7 +368,7 @@
|
|
|
752
368
|
}
|
|
753
369
|
},
|
|
754
370
|
{
|
|
755
|
-
"id":
|
|
371
|
+
"id": 65,
|
|
756
372
|
"name": "account",
|
|
757
373
|
"kind": 1024,
|
|
758
374
|
"kindString": "Property",
|
|
@@ -776,7 +392,7 @@
|
|
|
776
392
|
}
|
|
777
393
|
},
|
|
778
394
|
{
|
|
779
|
-
"id":
|
|
395
|
+
"id": 64,
|
|
780
396
|
"name": "config",
|
|
781
397
|
"kind": 1024,
|
|
782
398
|
"kindString": "Property",
|
|
@@ -793,7 +409,7 @@
|
|
|
793
409
|
],
|
|
794
410
|
"type": {
|
|
795
411
|
"type": "reference",
|
|
796
|
-
"id":
|
|
412
|
+
"id": 37,
|
|
797
413
|
"name": "TConfig"
|
|
798
414
|
},
|
|
799
415
|
"inheritedFrom": {
|
|
@@ -802,7 +418,7 @@
|
|
|
802
418
|
}
|
|
803
419
|
},
|
|
804
420
|
{
|
|
805
|
-
"id":
|
|
421
|
+
"id": 66,
|
|
806
422
|
"name": "resolver",
|
|
807
423
|
"kind": 1024,
|
|
808
424
|
"kindString": "Property",
|
|
@@ -827,7 +443,7 @@
|
|
|
827
443
|
}
|
|
828
444
|
},
|
|
829
445
|
{
|
|
830
|
-
"id":
|
|
446
|
+
"id": 67,
|
|
831
447
|
"name": "address",
|
|
832
448
|
"kind": 262144,
|
|
833
449
|
"kindString": "Accessor",
|
|
@@ -840,7 +456,7 @@
|
|
|
840
456
|
}
|
|
841
457
|
],
|
|
842
458
|
"getSignature": {
|
|
843
|
-
"id":
|
|
459
|
+
"id": 68,
|
|
844
460
|
"name": "address",
|
|
845
461
|
"kind": 524288,
|
|
846
462
|
"kindString": "Get signature",
|
|
@@ -868,7 +484,7 @@
|
|
|
868
484
|
}
|
|
869
485
|
},
|
|
870
486
|
{
|
|
871
|
-
"id":
|
|
487
|
+
"id": 80,
|
|
872
488
|
"name": "bindHashes",
|
|
873
489
|
"kind": 2048,
|
|
874
490
|
"kindString": "Method",
|
|
@@ -882,14 +498,14 @@
|
|
|
882
498
|
],
|
|
883
499
|
"signatures": [
|
|
884
500
|
{
|
|
885
|
-
"id":
|
|
501
|
+
"id": 81,
|
|
886
502
|
"name": "bindHashes",
|
|
887
503
|
"kind": 4096,
|
|
888
504
|
"kindString": "Call signature",
|
|
889
505
|
"flags": {},
|
|
890
506
|
"parameters": [
|
|
891
507
|
{
|
|
892
|
-
"id":
|
|
508
|
+
"id": 82,
|
|
893
509
|
"name": "hashes",
|
|
894
510
|
"kind": 32768,
|
|
895
511
|
"kindString": "Parameter",
|
|
@@ -903,7 +519,7 @@
|
|
|
903
519
|
}
|
|
904
520
|
},
|
|
905
521
|
{
|
|
906
|
-
"id":
|
|
522
|
+
"id": 83,
|
|
907
523
|
"name": "schema",
|
|
908
524
|
"kind": 32768,
|
|
909
525
|
"kindString": "Parameter",
|
|
@@ -927,14 +543,14 @@
|
|
|
927
543
|
{
|
|
928
544
|
"type": "reflection",
|
|
929
545
|
"declaration": {
|
|
930
|
-
"id":
|
|
546
|
+
"id": 84,
|
|
931
547
|
"name": "__type",
|
|
932
548
|
"kind": 65536,
|
|
933
549
|
"kindString": "Type literal",
|
|
934
550
|
"flags": {},
|
|
935
551
|
"children": [
|
|
936
552
|
{
|
|
937
|
-
"id":
|
|
553
|
+
"id": 86,
|
|
938
554
|
"name": "previousHash",
|
|
939
555
|
"kind": 1024,
|
|
940
556
|
"kindString": "Property",
|
|
@@ -954,7 +570,7 @@
|
|
|
954
570
|
}
|
|
955
571
|
},
|
|
956
572
|
{
|
|
957
|
-
"id":
|
|
573
|
+
"id": 85,
|
|
958
574
|
"name": "schema",
|
|
959
575
|
"kind": 1024,
|
|
960
576
|
"kindString": "Property",
|
|
@@ -972,7 +588,7 @@
|
|
|
972
588
|
}
|
|
973
589
|
},
|
|
974
590
|
{
|
|
975
|
-
"id":
|
|
591
|
+
"id": 87,
|
|
976
592
|
"name": "sources",
|
|
977
593
|
"kind": 1024,
|
|
978
594
|
"kindString": "Property",
|
|
@@ -995,7 +611,7 @@
|
|
|
995
611
|
}
|
|
996
612
|
},
|
|
997
613
|
{
|
|
998
|
-
"id":
|
|
614
|
+
"id": 88,
|
|
999
615
|
"name": "timestamp",
|
|
1000
616
|
"kind": 1024,
|
|
1001
617
|
"kindString": "Property",
|
|
@@ -1019,10 +635,10 @@
|
|
|
1019
635
|
{
|
|
1020
636
|
"title": "Properties",
|
|
1021
637
|
"children": [
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
638
|
+
86,
|
|
639
|
+
85,
|
|
640
|
+
87,
|
|
641
|
+
88
|
|
1026
642
|
]
|
|
1027
643
|
}
|
|
1028
644
|
],
|
|
@@ -1050,7 +666,7 @@
|
|
|
1050
666
|
}
|
|
1051
667
|
},
|
|
1052
668
|
{
|
|
1053
|
-
"id":
|
|
669
|
+
"id": 89,
|
|
1054
670
|
"name": "bindPayloads",
|
|
1055
671
|
"kind": 2048,
|
|
1056
672
|
"kindString": "Method",
|
|
@@ -1064,14 +680,14 @@
|
|
|
1064
680
|
],
|
|
1065
681
|
"signatures": [
|
|
1066
682
|
{
|
|
1067
|
-
"id":
|
|
683
|
+
"id": 90,
|
|
1068
684
|
"name": "bindPayloads",
|
|
1069
685
|
"kind": 4096,
|
|
1070
686
|
"kindString": "Call signature",
|
|
1071
687
|
"flags": {},
|
|
1072
688
|
"parameters": [
|
|
1073
689
|
{
|
|
1074
|
-
"id":
|
|
690
|
+
"id": 91,
|
|
1075
691
|
"name": "payloads",
|
|
1076
692
|
"kind": 32768,
|
|
1077
693
|
"kindString": "Parameter",
|
|
@@ -1088,14 +704,14 @@
|
|
|
1088
704
|
{
|
|
1089
705
|
"type": "reflection",
|
|
1090
706
|
"declaration": {
|
|
1091
|
-
"id":
|
|
707
|
+
"id": 92,
|
|
1092
708
|
"name": "__type",
|
|
1093
709
|
"kind": 65536,
|
|
1094
710
|
"kindString": "Type literal",
|
|
1095
711
|
"flags": {},
|
|
1096
712
|
"children": [
|
|
1097
713
|
{
|
|
1098
|
-
"id":
|
|
714
|
+
"id": 94,
|
|
1099
715
|
"name": "previousHash",
|
|
1100
716
|
"kind": 1024,
|
|
1101
717
|
"kindString": "Property",
|
|
@@ -1115,7 +731,7 @@
|
|
|
1115
731
|
}
|
|
1116
732
|
},
|
|
1117
733
|
{
|
|
1118
|
-
"id":
|
|
734
|
+
"id": 93,
|
|
1119
735
|
"name": "schema",
|
|
1120
736
|
"kind": 1024,
|
|
1121
737
|
"kindString": "Property",
|
|
@@ -1133,7 +749,7 @@
|
|
|
1133
749
|
}
|
|
1134
750
|
},
|
|
1135
751
|
{
|
|
1136
|
-
"id":
|
|
752
|
+
"id": 95,
|
|
1137
753
|
"name": "sources",
|
|
1138
754
|
"kind": 1024,
|
|
1139
755
|
"kindString": "Property",
|
|
@@ -1156,7 +772,7 @@
|
|
|
1156
772
|
}
|
|
1157
773
|
},
|
|
1158
774
|
{
|
|
1159
|
-
"id":
|
|
775
|
+
"id": 96,
|
|
1160
776
|
"name": "timestamp",
|
|
1161
777
|
"kind": 1024,
|
|
1162
778
|
"kindString": "Property",
|
|
@@ -1180,10 +796,10 @@
|
|
|
1180
796
|
{
|
|
1181
797
|
"title": "Properties",
|
|
1182
798
|
"children": [
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
799
|
+
94,
|
|
800
|
+
93,
|
|
801
|
+
95,
|
|
802
|
+
96
|
|
1187
803
|
]
|
|
1188
804
|
}
|
|
1189
805
|
],
|
|
@@ -1211,14 +827,14 @@
|
|
|
1211
827
|
{
|
|
1212
828
|
"type": "reflection",
|
|
1213
829
|
"declaration": {
|
|
1214
|
-
"id":
|
|
830
|
+
"id": 97,
|
|
1215
831
|
"name": "__type",
|
|
1216
832
|
"kind": 65536,
|
|
1217
833
|
"kindString": "Type literal",
|
|
1218
834
|
"flags": {},
|
|
1219
835
|
"children": [
|
|
1220
836
|
{
|
|
1221
|
-
"id":
|
|
837
|
+
"id": 99,
|
|
1222
838
|
"name": "previousHash",
|
|
1223
839
|
"kind": 1024,
|
|
1224
840
|
"kindString": "Property",
|
|
@@ -1238,7 +854,7 @@
|
|
|
1238
854
|
}
|
|
1239
855
|
},
|
|
1240
856
|
{
|
|
1241
|
-
"id":
|
|
857
|
+
"id": 98,
|
|
1242
858
|
"name": "schema",
|
|
1243
859
|
"kind": 1024,
|
|
1244
860
|
"kindString": "Property",
|
|
@@ -1256,7 +872,7 @@
|
|
|
1256
872
|
}
|
|
1257
873
|
},
|
|
1258
874
|
{
|
|
1259
|
-
"id":
|
|
875
|
+
"id": 100,
|
|
1260
876
|
"name": "sources",
|
|
1261
877
|
"kind": 1024,
|
|
1262
878
|
"kindString": "Property",
|
|
@@ -1279,7 +895,7 @@
|
|
|
1279
895
|
}
|
|
1280
896
|
},
|
|
1281
897
|
{
|
|
1282
|
-
"id":
|
|
898
|
+
"id": 101,
|
|
1283
899
|
"name": "timestamp",
|
|
1284
900
|
"kind": 1024,
|
|
1285
901
|
"kindString": "Property",
|
|
@@ -1303,10 +919,10 @@
|
|
|
1303
919
|
{
|
|
1304
920
|
"title": "Properties",
|
|
1305
921
|
"children": [
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
922
|
+
99,
|
|
923
|
+
98,
|
|
924
|
+
100,
|
|
925
|
+
101
|
|
1310
926
|
]
|
|
1311
927
|
}
|
|
1312
928
|
],
|
|
@@ -1334,7 +950,7 @@
|
|
|
1334
950
|
}
|
|
1335
951
|
},
|
|
1336
952
|
{
|
|
1337
|
-
"id":
|
|
953
|
+
"id": 44,
|
|
1338
954
|
"name": "connect",
|
|
1339
955
|
"kind": 2048,
|
|
1340
956
|
"kindString": "Method",
|
|
@@ -1346,12 +962,12 @@
|
|
|
1346
962
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1347
963
|
"line": 18,
|
|
1348
964
|
"character": 11,
|
|
1349
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
965
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L18"
|
|
1350
966
|
}
|
|
1351
967
|
],
|
|
1352
968
|
"signatures": [
|
|
1353
969
|
{
|
|
1354
|
-
"id":
|
|
970
|
+
"id": 45,
|
|
1355
971
|
"name": "connect",
|
|
1356
972
|
"kind": 4096,
|
|
1357
973
|
"kindString": "Call signature",
|
|
@@ -1378,7 +994,7 @@
|
|
|
1378
994
|
}
|
|
1379
995
|
},
|
|
1380
996
|
{
|
|
1381
|
-
"id":
|
|
997
|
+
"id": 46,
|
|
1382
998
|
"name": "disconnect",
|
|
1383
999
|
"kind": 2048,
|
|
1384
1000
|
"kindString": "Method",
|
|
@@ -1390,12 +1006,12 @@
|
|
|
1390
1006
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1391
1007
|
"line": 19,
|
|
1392
1008
|
"character": 11,
|
|
1393
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1009
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L19"
|
|
1394
1010
|
}
|
|
1395
1011
|
],
|
|
1396
1012
|
"signatures": [
|
|
1397
1013
|
{
|
|
1398
|
-
"id":
|
|
1014
|
+
"id": 47,
|
|
1399
1015
|
"name": "disconnect",
|
|
1400
1016
|
"kind": 4096,
|
|
1401
1017
|
"kindString": "Call signature",
|
|
@@ -1422,7 +1038,7 @@
|
|
|
1422
1038
|
}
|
|
1423
1039
|
},
|
|
1424
1040
|
{
|
|
1425
|
-
"id":
|
|
1041
|
+
"id": 72,
|
|
1426
1042
|
"name": "discover",
|
|
1427
1043
|
"kind": 2048,
|
|
1428
1044
|
"kindString": "Method",
|
|
@@ -1436,7 +1052,7 @@
|
|
|
1436
1052
|
],
|
|
1437
1053
|
"signatures": [
|
|
1438
1054
|
{
|
|
1439
|
-
"id":
|
|
1055
|
+
"id": 73,
|
|
1440
1056
|
"name": "discover",
|
|
1441
1057
|
"kind": 4096,
|
|
1442
1058
|
"kindString": "Call signature",
|
|
@@ -1457,7 +1073,7 @@
|
|
|
1457
1073
|
}
|
|
1458
1074
|
},
|
|
1459
1075
|
{
|
|
1460
|
-
"id":
|
|
1076
|
+
"id": 48,
|
|
1461
1077
|
"name": "forward",
|
|
1462
1078
|
"kind": 2048,
|
|
1463
1079
|
"kindString": "Method",
|
|
@@ -1469,26 +1085,26 @@
|
|
|
1469
1085
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1470
1086
|
"line": 21,
|
|
1471
1087
|
"character": 11,
|
|
1472
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1088
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L21"
|
|
1473
1089
|
}
|
|
1474
1090
|
],
|
|
1475
1091
|
"signatures": [
|
|
1476
1092
|
{
|
|
1477
|
-
"id":
|
|
1093
|
+
"id": 49,
|
|
1478
1094
|
"name": "forward",
|
|
1479
1095
|
"kind": 4096,
|
|
1480
1096
|
"kindString": "Call signature",
|
|
1481
1097
|
"flags": {},
|
|
1482
1098
|
"parameters": [
|
|
1483
1099
|
{
|
|
1484
|
-
"id":
|
|
1100
|
+
"id": 50,
|
|
1485
1101
|
"name": "query",
|
|
1486
1102
|
"kind": 32768,
|
|
1487
1103
|
"kindString": "Parameter",
|
|
1488
1104
|
"flags": {},
|
|
1489
1105
|
"type": {
|
|
1490
1106
|
"type": "reference",
|
|
1491
|
-
"id":
|
|
1107
|
+
"id": 38,
|
|
1492
1108
|
"name": "TQuery"
|
|
1493
1109
|
}
|
|
1494
1110
|
}
|
|
@@ -1515,14 +1131,14 @@
|
|
|
1515
1131
|
{
|
|
1516
1132
|
"type": "reflection",
|
|
1517
1133
|
"declaration": {
|
|
1518
|
-
"id":
|
|
1134
|
+
"id": 51,
|
|
1519
1135
|
"name": "__type",
|
|
1520
1136
|
"kind": 65536,
|
|
1521
1137
|
"kindString": "Type literal",
|
|
1522
1138
|
"flags": {},
|
|
1523
1139
|
"children": [
|
|
1524
1140
|
{
|
|
1525
|
-
"id":
|
|
1141
|
+
"id": 53,
|
|
1526
1142
|
"name": "previousHash",
|
|
1527
1143
|
"kind": 1024,
|
|
1528
1144
|
"kindString": "Property",
|
|
@@ -1542,7 +1158,7 @@
|
|
|
1542
1158
|
}
|
|
1543
1159
|
},
|
|
1544
1160
|
{
|
|
1545
|
-
"id":
|
|
1161
|
+
"id": 52,
|
|
1546
1162
|
"name": "schema",
|
|
1547
1163
|
"kind": 1024,
|
|
1548
1164
|
"kindString": "Property",
|
|
@@ -1560,7 +1176,7 @@
|
|
|
1560
1176
|
}
|
|
1561
1177
|
},
|
|
1562
1178
|
{
|
|
1563
|
-
"id":
|
|
1179
|
+
"id": 54,
|
|
1564
1180
|
"name": "sources",
|
|
1565
1181
|
"kind": 1024,
|
|
1566
1182
|
"kindString": "Property",
|
|
@@ -1583,7 +1199,7 @@
|
|
|
1583
1199
|
}
|
|
1584
1200
|
},
|
|
1585
1201
|
{
|
|
1586
|
-
"id":
|
|
1202
|
+
"id": 55,
|
|
1587
1203
|
"name": "timestamp",
|
|
1588
1204
|
"kind": 1024,
|
|
1589
1205
|
"kindString": "Property",
|
|
@@ -1607,10 +1223,10 @@
|
|
|
1607
1223
|
{
|
|
1608
1224
|
"title": "Properties",
|
|
1609
1225
|
"children": [
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1226
|
+
53,
|
|
1227
|
+
52,
|
|
1228
|
+
54,
|
|
1229
|
+
55
|
|
1614
1230
|
]
|
|
1615
1231
|
}
|
|
1616
1232
|
],
|
|
@@ -1637,7 +1253,7 @@
|
|
|
1637
1253
|
]
|
|
1638
1254
|
},
|
|
1639
1255
|
{
|
|
1640
|
-
"id":
|
|
1256
|
+
"id": 74,
|
|
1641
1257
|
"name": "initialize",
|
|
1642
1258
|
"kind": 2048,
|
|
1643
1259
|
"kindString": "Method",
|
|
@@ -1651,7 +1267,7 @@
|
|
|
1651
1267
|
],
|
|
1652
1268
|
"signatures": [
|
|
1653
1269
|
{
|
|
1654
|
-
"id":
|
|
1270
|
+
"id": 75,
|
|
1655
1271
|
"name": "initialize",
|
|
1656
1272
|
"kind": 4096,
|
|
1657
1273
|
"kindString": "Call signature",
|
|
@@ -1672,63 +1288,7 @@
|
|
|
1672
1288
|
}
|
|
1673
1289
|
},
|
|
1674
1290
|
{
|
|
1675
|
-
"id":
|
|
1676
|
-
"name": "queriable",
|
|
1677
|
-
"kind": 2048,
|
|
1678
|
-
"kindString": "Method",
|
|
1679
|
-
"flags": {},
|
|
1680
|
-
"sources": [
|
|
1681
|
-
{
|
|
1682
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1683
|
-
"line": 14,
|
|
1684
|
-
"character": 4
|
|
1685
|
-
}
|
|
1686
|
-
],
|
|
1687
|
-
"signatures": [
|
|
1688
|
-
{
|
|
1689
|
-
"id": 89,
|
|
1690
|
-
"name": "queriable",
|
|
1691
|
-
"kind": 4096,
|
|
1692
|
-
"kindString": "Call signature",
|
|
1693
|
-
"flags": {},
|
|
1694
|
-
"parameters": [
|
|
1695
|
-
{
|
|
1696
|
-
"id": 90,
|
|
1697
|
-
"name": "schema",
|
|
1698
|
-
"kind": 32768,
|
|
1699
|
-
"kindString": "Parameter",
|
|
1700
|
-
"flags": {},
|
|
1701
|
-
"type": {
|
|
1702
|
-
"type": "intrinsic",
|
|
1703
|
-
"name": "string"
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"type": {
|
|
1708
|
-
"type": "intrinsic",
|
|
1709
|
-
"name": "boolean"
|
|
1710
|
-
},
|
|
1711
|
-
"inheritedFrom": {
|
|
1712
|
-
"type": "reference",
|
|
1713
|
-
"name": "XyoModule.queriable"
|
|
1714
|
-
},
|
|
1715
|
-
"implementationOf": {
|
|
1716
|
-
"type": "reference",
|
|
1717
|
-
"name": "BridgeModule.queriable"
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
],
|
|
1721
|
-
"inheritedFrom": {
|
|
1722
|
-
"type": "reference",
|
|
1723
|
-
"name": "XyoModule.queriable"
|
|
1724
|
-
},
|
|
1725
|
-
"implementationOf": {
|
|
1726
|
-
"type": "reference",
|
|
1727
|
-
"name": "BridgeModule.queriable"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"id": 61,
|
|
1291
|
+
"id": 42,
|
|
1732
1292
|
"name": "queries",
|
|
1733
1293
|
"kind": 2048,
|
|
1734
1294
|
"kindString": "Method",
|
|
@@ -1738,12 +1298,12 @@
|
|
|
1738
1298
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1739
1299
|
"line": 14,
|
|
1740
1300
|
"character": 11,
|
|
1741
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1301
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L14"
|
|
1742
1302
|
}
|
|
1743
1303
|
],
|
|
1744
1304
|
"signatures": [
|
|
1745
1305
|
{
|
|
1746
|
-
"id":
|
|
1306
|
+
"id": 43,
|
|
1747
1307
|
"name": "queries",
|
|
1748
1308
|
"kind": 4096,
|
|
1749
1309
|
"kindString": "Call signature",
|
|
@@ -1769,7 +1329,7 @@
|
|
|
1769
1329
|
},
|
|
1770
1330
|
"objectType": {
|
|
1771
1331
|
"type": "reference",
|
|
1772
|
-
"id":
|
|
1332
|
+
"id": 38,
|
|
1773
1333
|
"name": "TQuery"
|
|
1774
1334
|
}
|
|
1775
1335
|
}
|
|
@@ -1796,7 +1356,7 @@
|
|
|
1796
1356
|
}
|
|
1797
1357
|
},
|
|
1798
1358
|
{
|
|
1799
|
-
"id":
|
|
1359
|
+
"id": 56,
|
|
1800
1360
|
"name": "query",
|
|
1801
1361
|
"kind": 2048,
|
|
1802
1362
|
"kindString": "Method",
|
|
@@ -1806,26 +1366,26 @@
|
|
|
1806
1366
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1807
1367
|
"line": 23,
|
|
1808
1368
|
"character": 17,
|
|
1809
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1369
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L23"
|
|
1810
1370
|
}
|
|
1811
1371
|
],
|
|
1812
1372
|
"signatures": [
|
|
1813
1373
|
{
|
|
1814
|
-
"id":
|
|
1374
|
+
"id": 57,
|
|
1815
1375
|
"name": "query",
|
|
1816
1376
|
"kind": 4096,
|
|
1817
1377
|
"kindString": "Call signature",
|
|
1818
1378
|
"flags": {},
|
|
1819
1379
|
"parameters": [
|
|
1820
1380
|
{
|
|
1821
|
-
"id":
|
|
1381
|
+
"id": 58,
|
|
1822
1382
|
"name": "query",
|
|
1823
1383
|
"kind": 32768,
|
|
1824
1384
|
"kindString": "Parameter",
|
|
1825
1385
|
"flags": {},
|
|
1826
1386
|
"type": {
|
|
1827
1387
|
"type": "reference",
|
|
1828
|
-
"id":
|
|
1388
|
+
"id": 38,
|
|
1829
1389
|
"name": "TQuery"
|
|
1830
1390
|
}
|
|
1831
1391
|
}
|
|
@@ -1852,14 +1412,14 @@
|
|
|
1852
1412
|
{
|
|
1853
1413
|
"type": "reflection",
|
|
1854
1414
|
"declaration": {
|
|
1855
|
-
"id":
|
|
1415
|
+
"id": 59,
|
|
1856
1416
|
"name": "__type",
|
|
1857
1417
|
"kind": 65536,
|
|
1858
1418
|
"kindString": "Type literal",
|
|
1859
1419
|
"flags": {},
|
|
1860
1420
|
"children": [
|
|
1861
1421
|
{
|
|
1862
|
-
"id":
|
|
1422
|
+
"id": 61,
|
|
1863
1423
|
"name": "previousHash",
|
|
1864
1424
|
"kind": 1024,
|
|
1865
1425
|
"kindString": "Property",
|
|
@@ -1879,7 +1439,7 @@
|
|
|
1879
1439
|
}
|
|
1880
1440
|
},
|
|
1881
1441
|
{
|
|
1882
|
-
"id":
|
|
1442
|
+
"id": 60,
|
|
1883
1443
|
"name": "schema",
|
|
1884
1444
|
"kind": 1024,
|
|
1885
1445
|
"kindString": "Property",
|
|
@@ -1897,7 +1457,7 @@
|
|
|
1897
1457
|
}
|
|
1898
1458
|
},
|
|
1899
1459
|
{
|
|
1900
|
-
"id":
|
|
1460
|
+
"id": 62,
|
|
1901
1461
|
"name": "sources",
|
|
1902
1462
|
"kind": 1024,
|
|
1903
1463
|
"kindString": "Property",
|
|
@@ -1920,7 +1480,7 @@
|
|
|
1920
1480
|
}
|
|
1921
1481
|
},
|
|
1922
1482
|
{
|
|
1923
|
-
"id":
|
|
1483
|
+
"id": 63,
|
|
1924
1484
|
"name": "timestamp",
|
|
1925
1485
|
"kind": 1024,
|
|
1926
1486
|
"kindString": "Property",
|
|
@@ -1944,10 +1504,10 @@
|
|
|
1944
1504
|
{
|
|
1945
1505
|
"title": "Properties",
|
|
1946
1506
|
"children": [
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1507
|
+
61,
|
|
1508
|
+
60,
|
|
1509
|
+
62,
|
|
1510
|
+
63
|
|
1951
1511
|
]
|
|
1952
1512
|
}
|
|
1953
1513
|
],
|
|
@@ -1990,7 +1550,63 @@
|
|
|
1990
1550
|
}
|
|
1991
1551
|
},
|
|
1992
1552
|
{
|
|
1993
|
-
"id":
|
|
1553
|
+
"id": 69,
|
|
1554
|
+
"name": "queryable",
|
|
1555
|
+
"kind": 2048,
|
|
1556
|
+
"kindString": "Method",
|
|
1557
|
+
"flags": {},
|
|
1558
|
+
"sources": [
|
|
1559
|
+
{
|
|
1560
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1561
|
+
"line": 14,
|
|
1562
|
+
"character": 4
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"signatures": [
|
|
1566
|
+
{
|
|
1567
|
+
"id": 70,
|
|
1568
|
+
"name": "queryable",
|
|
1569
|
+
"kind": 4096,
|
|
1570
|
+
"kindString": "Call signature",
|
|
1571
|
+
"flags": {},
|
|
1572
|
+
"parameters": [
|
|
1573
|
+
{
|
|
1574
|
+
"id": 71,
|
|
1575
|
+
"name": "schema",
|
|
1576
|
+
"kind": 32768,
|
|
1577
|
+
"kindString": "Parameter",
|
|
1578
|
+
"flags": {},
|
|
1579
|
+
"type": {
|
|
1580
|
+
"type": "intrinsic",
|
|
1581
|
+
"name": "string"
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
],
|
|
1585
|
+
"type": {
|
|
1586
|
+
"type": "intrinsic",
|
|
1587
|
+
"name": "boolean"
|
|
1588
|
+
},
|
|
1589
|
+
"inheritedFrom": {
|
|
1590
|
+
"type": "reference",
|
|
1591
|
+
"name": "XyoModule.queryable"
|
|
1592
|
+
},
|
|
1593
|
+
"implementationOf": {
|
|
1594
|
+
"type": "reference",
|
|
1595
|
+
"name": "BridgeModule.queryable"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"inheritedFrom": {
|
|
1600
|
+
"type": "reference",
|
|
1601
|
+
"name": "XyoModule.queryable"
|
|
1602
|
+
},
|
|
1603
|
+
"implementationOf": {
|
|
1604
|
+
"type": "reference",
|
|
1605
|
+
"name": "BridgeModule.queryable"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"id": 78,
|
|
1994
1610
|
"name": "shutdown",
|
|
1995
1611
|
"kind": 2048,
|
|
1996
1612
|
"kindString": "Method",
|
|
@@ -2004,7 +1620,7 @@
|
|
|
2004
1620
|
],
|
|
2005
1621
|
"signatures": [
|
|
2006
1622
|
{
|
|
2007
|
-
"id":
|
|
1623
|
+
"id": 79,
|
|
2008
1624
|
"name": "shutdown",
|
|
2009
1625
|
"kind": 4096,
|
|
2010
1626
|
"kindString": "Call signature",
|
|
@@ -2025,7 +1641,7 @@
|
|
|
2025
1641
|
}
|
|
2026
1642
|
},
|
|
2027
1643
|
{
|
|
2028
|
-
"id":
|
|
1644
|
+
"id": 76,
|
|
2029
1645
|
"name": "subscribe",
|
|
2030
1646
|
"kind": 2048,
|
|
2031
1647
|
"kindString": "Method",
|
|
@@ -2039,7 +1655,7 @@
|
|
|
2039
1655
|
],
|
|
2040
1656
|
"signatures": [
|
|
2041
1657
|
{
|
|
2042
|
-
"id":
|
|
1658
|
+
"id": 77,
|
|
2043
1659
|
"name": "subscribe",
|
|
2044
1660
|
"kind": 4096,
|
|
2045
1661
|
"kindString": "Call signature",
|
|
@@ -2064,38 +1680,38 @@
|
|
|
2064
1680
|
{
|
|
2065
1681
|
"title": "Constructors",
|
|
2066
1682
|
"children": [
|
|
2067
|
-
|
|
1683
|
+
25
|
|
2068
1684
|
]
|
|
2069
1685
|
},
|
|
2070
1686
|
{
|
|
2071
1687
|
"title": "Properties",
|
|
2072
1688
|
"children": [
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
1689
|
+
65,
|
|
1690
|
+
64,
|
|
1691
|
+
66
|
|
2076
1692
|
]
|
|
2077
1693
|
},
|
|
2078
1694
|
{
|
|
2079
1695
|
"title": "Accessors",
|
|
2080
1696
|
"children": [
|
|
2081
|
-
|
|
1697
|
+
67
|
|
2082
1698
|
]
|
|
2083
1699
|
},
|
|
2084
1700
|
{
|
|
2085
1701
|
"title": "Methods",
|
|
2086
1702
|
"children": [
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
1703
|
+
80,
|
|
1704
|
+
89,
|
|
1705
|
+
44,
|
|
1706
|
+
46,
|
|
1707
|
+
72,
|
|
1708
|
+
48,
|
|
1709
|
+
74,
|
|
1710
|
+
42,
|
|
1711
|
+
56,
|
|
1712
|
+
69,
|
|
1713
|
+
78,
|
|
1714
|
+
76
|
|
2099
1715
|
]
|
|
2100
1716
|
}
|
|
2101
1717
|
],
|
|
@@ -2104,12 +1720,12 @@
|
|
|
2104
1720
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
2105
1721
|
"line": 10,
|
|
2106
1722
|
"character": 22,
|
|
2107
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1723
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridge.ts#L10"
|
|
2108
1724
|
}
|
|
2109
1725
|
],
|
|
2110
1726
|
"typeParameters": [
|
|
2111
1727
|
{
|
|
2112
|
-
"id":
|
|
1728
|
+
"id": 102,
|
|
2113
1729
|
"name": "TConfig",
|
|
2114
1730
|
"kind": 131072,
|
|
2115
1731
|
"kindString": "Type parameter",
|
|
@@ -2126,19 +1742,19 @@
|
|
|
2126
1742
|
}
|
|
2127
1743
|
},
|
|
2128
1744
|
{
|
|
2129
|
-
"id":
|
|
1745
|
+
"id": 103,
|
|
2130
1746
|
"name": "TQuery",
|
|
2131
1747
|
"kind": 131072,
|
|
2132
1748
|
"kindString": "Type parameter",
|
|
2133
1749
|
"flags": {},
|
|
2134
1750
|
"type": {
|
|
2135
1751
|
"type": "reference",
|
|
2136
|
-
"id":
|
|
1752
|
+
"id": 10,
|
|
2137
1753
|
"name": "XyoBridgeQuery"
|
|
2138
1754
|
},
|
|
2139
1755
|
"default": {
|
|
2140
1756
|
"type": "reference",
|
|
2141
|
-
"id":
|
|
1757
|
+
"id": 10,
|
|
2142
1758
|
"name": "XyoBridgeQuery"
|
|
2143
1759
|
}
|
|
2144
1760
|
}
|
|
@@ -2149,12 +1765,12 @@
|
|
|
2149
1765
|
"typeArguments": [
|
|
2150
1766
|
{
|
|
2151
1767
|
"type": "reference",
|
|
2152
|
-
"id":
|
|
1768
|
+
"id": 37,
|
|
2153
1769
|
"name": "TConfig"
|
|
2154
1770
|
},
|
|
2155
1771
|
{
|
|
2156
1772
|
"type": "reference",
|
|
2157
|
-
"id":
|
|
1773
|
+
"id": 38,
|
|
2158
1774
|
"name": "TQuery"
|
|
2159
1775
|
}
|
|
2160
1776
|
],
|
|
@@ -2167,7 +1783,7 @@
|
|
|
2167
1783
|
"typeArguments": [
|
|
2168
1784
|
{
|
|
2169
1785
|
"type": "reference",
|
|
2170
|
-
"id":
|
|
1786
|
+
"id": 38,
|
|
2171
1787
|
"name": "TQuery"
|
|
2172
1788
|
}
|
|
2173
1789
|
],
|
|
@@ -2176,14 +1792,14 @@
|
|
|
2176
1792
|
]
|
|
2177
1793
|
},
|
|
2178
1794
|
{
|
|
2179
|
-
"id":
|
|
1795
|
+
"id": 104,
|
|
2180
1796
|
"name": "XyoBridgeWrapper",
|
|
2181
1797
|
"kind": 128,
|
|
2182
1798
|
"kindString": "Class",
|
|
2183
1799
|
"flags": {},
|
|
2184
1800
|
"children": [
|
|
2185
1801
|
{
|
|
2186
|
-
"id":
|
|
1802
|
+
"id": 105,
|
|
2187
1803
|
"name": "constructor",
|
|
2188
1804
|
"kind": 512,
|
|
2189
1805
|
"kindString": "Constructor",
|
|
@@ -2197,14 +1813,14 @@
|
|
|
2197
1813
|
],
|
|
2198
1814
|
"signatures": [
|
|
2199
1815
|
{
|
|
2200
|
-
"id":
|
|
1816
|
+
"id": 106,
|
|
2201
1817
|
"name": "new XyoBridgeWrapper",
|
|
2202
1818
|
"kind": 16384,
|
|
2203
1819
|
"kindString": "Constructor signature",
|
|
2204
1820
|
"flags": {},
|
|
2205
1821
|
"parameters": [
|
|
2206
1822
|
{
|
|
2207
|
-
"id":
|
|
1823
|
+
"id": 107,
|
|
2208
1824
|
"name": "module",
|
|
2209
1825
|
"kind": 32768,
|
|
2210
1826
|
"kindString": "Parameter",
|
|
@@ -2215,14 +1831,14 @@
|
|
|
2215
1831
|
{
|
|
2216
1832
|
"type": "reflection",
|
|
2217
1833
|
"declaration": {
|
|
2218
|
-
"id":
|
|
1834
|
+
"id": 108,
|
|
2219
1835
|
"name": "__type",
|
|
2220
1836
|
"kind": 65536,
|
|
2221
1837
|
"kindString": "Type literal",
|
|
2222
1838
|
"flags": {},
|
|
2223
1839
|
"children": [
|
|
2224
1840
|
{
|
|
2225
|
-
"id":
|
|
1841
|
+
"id": 110,
|
|
2226
1842
|
"name": "previousHash",
|
|
2227
1843
|
"kind": 1024,
|
|
2228
1844
|
"kindString": "Property",
|
|
@@ -2242,7 +1858,7 @@
|
|
|
2242
1858
|
}
|
|
2243
1859
|
},
|
|
2244
1860
|
{
|
|
2245
|
-
"id":
|
|
1861
|
+
"id": 109,
|
|
2246
1862
|
"name": "schema",
|
|
2247
1863
|
"kind": 1024,
|
|
2248
1864
|
"kindString": "Property",
|
|
@@ -2260,7 +1876,7 @@
|
|
|
2260
1876
|
}
|
|
2261
1877
|
},
|
|
2262
1878
|
{
|
|
2263
|
-
"id":
|
|
1879
|
+
"id": 111,
|
|
2264
1880
|
"name": "sources",
|
|
2265
1881
|
"kind": 1024,
|
|
2266
1882
|
"kindString": "Property",
|
|
@@ -2283,7 +1899,7 @@
|
|
|
2283
1899
|
}
|
|
2284
1900
|
},
|
|
2285
1901
|
{
|
|
2286
|
-
"id":
|
|
1902
|
+
"id": 112,
|
|
2287
1903
|
"name": "timestamp",
|
|
2288
1904
|
"kind": 1024,
|
|
2289
1905
|
"kindString": "Property",
|
|
@@ -2307,10 +1923,10 @@
|
|
|
2307
1923
|
{
|
|
2308
1924
|
"title": "Properties",
|
|
2309
1925
|
"children": [
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
1926
|
+
110,
|
|
1927
|
+
109,
|
|
1928
|
+
111,
|
|
1929
|
+
112
|
|
2314
1930
|
]
|
|
2315
1931
|
}
|
|
2316
1932
|
],
|
|
@@ -2329,14 +1945,14 @@
|
|
|
2329
1945
|
{
|
|
2330
1946
|
"type": "reflection",
|
|
2331
1947
|
"declaration": {
|
|
2332
|
-
"id":
|
|
1948
|
+
"id": 113,
|
|
2333
1949
|
"name": "__type",
|
|
2334
1950
|
"kind": 65536,
|
|
2335
1951
|
"kindString": "Type literal",
|
|
2336
1952
|
"flags": {},
|
|
2337
1953
|
"children": [
|
|
2338
1954
|
{
|
|
2339
|
-
"id":
|
|
1955
|
+
"id": 115,
|
|
2340
1956
|
"name": "previousHash",
|
|
2341
1957
|
"kind": 1024,
|
|
2342
1958
|
"kindString": "Property",
|
|
@@ -2356,7 +1972,7 @@
|
|
|
2356
1972
|
}
|
|
2357
1973
|
},
|
|
2358
1974
|
{
|
|
2359
|
-
"id":
|
|
1975
|
+
"id": 114,
|
|
2360
1976
|
"name": "schema",
|
|
2361
1977
|
"kind": 1024,
|
|
2362
1978
|
"kindString": "Property",
|
|
@@ -2374,7 +1990,7 @@
|
|
|
2374
1990
|
}
|
|
2375
1991
|
},
|
|
2376
1992
|
{
|
|
2377
|
-
"id":
|
|
1993
|
+
"id": 116,
|
|
2378
1994
|
"name": "sources",
|
|
2379
1995
|
"kind": 1024,
|
|
2380
1996
|
"kindString": "Property",
|
|
@@ -2397,7 +2013,7 @@
|
|
|
2397
2013
|
}
|
|
2398
2014
|
},
|
|
2399
2015
|
{
|
|
2400
|
-
"id":
|
|
2016
|
+
"id": 117,
|
|
2401
2017
|
"name": "timestamp",
|
|
2402
2018
|
"kind": 1024,
|
|
2403
2019
|
"kindString": "Property",
|
|
@@ -2421,10 +2037,10 @@
|
|
|
2421
2037
|
{
|
|
2422
2038
|
"title": "Properties",
|
|
2423
2039
|
"children": [
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2040
|
+
115,
|
|
2041
|
+
114,
|
|
2042
|
+
116,
|
|
2043
|
+
117
|
|
2428
2044
|
]
|
|
2429
2045
|
}
|
|
2430
2046
|
],
|
|
@@ -2447,14 +2063,14 @@
|
|
|
2447
2063
|
{
|
|
2448
2064
|
"type": "reflection",
|
|
2449
2065
|
"declaration": {
|
|
2450
|
-
"id":
|
|
2066
|
+
"id": 118,
|
|
2451
2067
|
"name": "__type",
|
|
2452
2068
|
"kind": 65536,
|
|
2453
2069
|
"kindString": "Type literal",
|
|
2454
2070
|
"flags": {},
|
|
2455
2071
|
"children": [
|
|
2456
2072
|
{
|
|
2457
|
-
"id":
|
|
2073
|
+
"id": 120,
|
|
2458
2074
|
"name": "previousHash",
|
|
2459
2075
|
"kind": 1024,
|
|
2460
2076
|
"kindString": "Property",
|
|
@@ -2474,7 +2090,7 @@
|
|
|
2474
2090
|
}
|
|
2475
2091
|
},
|
|
2476
2092
|
{
|
|
2477
|
-
"id":
|
|
2093
|
+
"id": 119,
|
|
2478
2094
|
"name": "schema",
|
|
2479
2095
|
"kind": 1024,
|
|
2480
2096
|
"kindString": "Property",
|
|
@@ -2492,7 +2108,7 @@
|
|
|
2492
2108
|
}
|
|
2493
2109
|
},
|
|
2494
2110
|
{
|
|
2495
|
-
"id":
|
|
2111
|
+
"id": 121,
|
|
2496
2112
|
"name": "sources",
|
|
2497
2113
|
"kind": 1024,
|
|
2498
2114
|
"kindString": "Property",
|
|
@@ -2515,7 +2131,7 @@
|
|
|
2515
2131
|
}
|
|
2516
2132
|
},
|
|
2517
2133
|
{
|
|
2518
|
-
"id":
|
|
2134
|
+
"id": 122,
|
|
2519
2135
|
"name": "timestamp",
|
|
2520
2136
|
"kind": 1024,
|
|
2521
2137
|
"kindString": "Property",
|
|
@@ -2539,10 +2155,10 @@
|
|
|
2539
2155
|
{
|
|
2540
2156
|
"title": "Properties",
|
|
2541
2157
|
"children": [
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2158
|
+
120,
|
|
2159
|
+
119,
|
|
2160
|
+
121,
|
|
2161
|
+
122
|
|
2546
2162
|
]
|
|
2547
2163
|
}
|
|
2548
2164
|
],
|
|
@@ -2562,7 +2178,7 @@
|
|
|
2562
2178
|
],
|
|
2563
2179
|
"type": {
|
|
2564
2180
|
"type": "reference",
|
|
2565
|
-
"id":
|
|
2181
|
+
"id": 104,
|
|
2566
2182
|
"name": "XyoBridgeWrapper"
|
|
2567
2183
|
},
|
|
2568
2184
|
"inheritedFrom": {
|
|
@@ -2577,7 +2193,7 @@
|
|
|
2577
2193
|
}
|
|
2578
2194
|
},
|
|
2579
2195
|
{
|
|
2580
|
-
"id":
|
|
2196
|
+
"id": 129,
|
|
2581
2197
|
"name": "module",
|
|
2582
2198
|
"kind": 1024,
|
|
2583
2199
|
"kindString": "Property",
|
|
@@ -2595,14 +2211,14 @@
|
|
|
2595
2211
|
{
|
|
2596
2212
|
"type": "reflection",
|
|
2597
2213
|
"declaration": {
|
|
2598
|
-
"id":
|
|
2214
|
+
"id": 130,
|
|
2599
2215
|
"name": "__type",
|
|
2600
2216
|
"kind": 65536,
|
|
2601
2217
|
"kindString": "Type literal",
|
|
2602
2218
|
"flags": {},
|
|
2603
2219
|
"children": [
|
|
2604
2220
|
{
|
|
2605
|
-
"id":
|
|
2221
|
+
"id": 132,
|
|
2606
2222
|
"name": "previousHash",
|
|
2607
2223
|
"kind": 1024,
|
|
2608
2224
|
"kindString": "Property",
|
|
@@ -2622,7 +2238,7 @@
|
|
|
2622
2238
|
}
|
|
2623
2239
|
},
|
|
2624
2240
|
{
|
|
2625
|
-
"id":
|
|
2241
|
+
"id": 131,
|
|
2626
2242
|
"name": "schema",
|
|
2627
2243
|
"kind": 1024,
|
|
2628
2244
|
"kindString": "Property",
|
|
@@ -2640,7 +2256,7 @@
|
|
|
2640
2256
|
}
|
|
2641
2257
|
},
|
|
2642
2258
|
{
|
|
2643
|
-
"id":
|
|
2259
|
+
"id": 133,
|
|
2644
2260
|
"name": "sources",
|
|
2645
2261
|
"kind": 1024,
|
|
2646
2262
|
"kindString": "Property",
|
|
@@ -2663,7 +2279,7 @@
|
|
|
2663
2279
|
}
|
|
2664
2280
|
},
|
|
2665
2281
|
{
|
|
2666
|
-
"id":
|
|
2282
|
+
"id": 134,
|
|
2667
2283
|
"name": "timestamp",
|
|
2668
2284
|
"kind": 1024,
|
|
2669
2285
|
"kindString": "Property",
|
|
@@ -2687,10 +2303,10 @@
|
|
|
2687
2303
|
{
|
|
2688
2304
|
"title": "Properties",
|
|
2689
2305
|
"children": [
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2306
|
+
132,
|
|
2307
|
+
131,
|
|
2308
|
+
133,
|
|
2309
|
+
134
|
|
2694
2310
|
]
|
|
2695
2311
|
}
|
|
2696
2312
|
],
|
|
@@ -2709,14 +2325,14 @@
|
|
|
2709
2325
|
{
|
|
2710
2326
|
"type": "reflection",
|
|
2711
2327
|
"declaration": {
|
|
2712
|
-
"id":
|
|
2328
|
+
"id": 135,
|
|
2713
2329
|
"name": "__type",
|
|
2714
2330
|
"kind": 65536,
|
|
2715
2331
|
"kindString": "Type literal",
|
|
2716
2332
|
"flags": {},
|
|
2717
2333
|
"children": [
|
|
2718
2334
|
{
|
|
2719
|
-
"id":
|
|
2335
|
+
"id": 137,
|
|
2720
2336
|
"name": "previousHash",
|
|
2721
2337
|
"kind": 1024,
|
|
2722
2338
|
"kindString": "Property",
|
|
@@ -2736,7 +2352,7 @@
|
|
|
2736
2352
|
}
|
|
2737
2353
|
},
|
|
2738
2354
|
{
|
|
2739
|
-
"id":
|
|
2355
|
+
"id": 136,
|
|
2740
2356
|
"name": "schema",
|
|
2741
2357
|
"kind": 1024,
|
|
2742
2358
|
"kindString": "Property",
|
|
@@ -2754,7 +2370,7 @@
|
|
|
2754
2370
|
}
|
|
2755
2371
|
},
|
|
2756
2372
|
{
|
|
2757
|
-
"id":
|
|
2373
|
+
"id": 138,
|
|
2758
2374
|
"name": "sources",
|
|
2759
2375
|
"kind": 1024,
|
|
2760
2376
|
"kindString": "Property",
|
|
@@ -2777,7 +2393,7 @@
|
|
|
2777
2393
|
}
|
|
2778
2394
|
},
|
|
2779
2395
|
{
|
|
2780
|
-
"id":
|
|
2396
|
+
"id": 139,
|
|
2781
2397
|
"name": "timestamp",
|
|
2782
2398
|
"kind": 1024,
|
|
2783
2399
|
"kindString": "Property",
|
|
@@ -2801,10 +2417,10 @@
|
|
|
2801
2417
|
{
|
|
2802
2418
|
"title": "Properties",
|
|
2803
2419
|
"children": [
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2420
|
+
137,
|
|
2421
|
+
136,
|
|
2422
|
+
138,
|
|
2423
|
+
139
|
|
2808
2424
|
]
|
|
2809
2425
|
}
|
|
2810
2426
|
],
|
|
@@ -2827,14 +2443,14 @@
|
|
|
2827
2443
|
{
|
|
2828
2444
|
"type": "reflection",
|
|
2829
2445
|
"declaration": {
|
|
2830
|
-
"id":
|
|
2446
|
+
"id": 140,
|
|
2831
2447
|
"name": "__type",
|
|
2832
2448
|
"kind": 65536,
|
|
2833
2449
|
"kindString": "Type literal",
|
|
2834
2450
|
"flags": {},
|
|
2835
2451
|
"children": [
|
|
2836
2452
|
{
|
|
2837
|
-
"id":
|
|
2453
|
+
"id": 142,
|
|
2838
2454
|
"name": "previousHash",
|
|
2839
2455
|
"kind": 1024,
|
|
2840
2456
|
"kindString": "Property",
|
|
@@ -2854,7 +2470,7 @@
|
|
|
2854
2470
|
}
|
|
2855
2471
|
},
|
|
2856
2472
|
{
|
|
2857
|
-
"id":
|
|
2473
|
+
"id": 141,
|
|
2858
2474
|
"name": "schema",
|
|
2859
2475
|
"kind": 1024,
|
|
2860
2476
|
"kindString": "Property",
|
|
@@ -2872,7 +2488,7 @@
|
|
|
2872
2488
|
}
|
|
2873
2489
|
},
|
|
2874
2490
|
{
|
|
2875
|
-
"id":
|
|
2491
|
+
"id": 143,
|
|
2876
2492
|
"name": "sources",
|
|
2877
2493
|
"kind": 1024,
|
|
2878
2494
|
"kindString": "Property",
|
|
@@ -2895,7 +2511,7 @@
|
|
|
2895
2511
|
}
|
|
2896
2512
|
},
|
|
2897
2513
|
{
|
|
2898
|
-
"id":
|
|
2514
|
+
"id": 144,
|
|
2899
2515
|
"name": "timestamp",
|
|
2900
2516
|
"kind": 1024,
|
|
2901
2517
|
"kindString": "Property",
|
|
@@ -2919,10 +2535,10 @@
|
|
|
2919
2535
|
{
|
|
2920
2536
|
"title": "Properties",
|
|
2921
2537
|
"children": [
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2538
|
+
142,
|
|
2539
|
+
141,
|
|
2540
|
+
143,
|
|
2541
|
+
144
|
|
2926
2542
|
]
|
|
2927
2543
|
}
|
|
2928
2544
|
],
|
|
@@ -2944,7 +2560,7 @@
|
|
|
2944
2560
|
}
|
|
2945
2561
|
},
|
|
2946
2562
|
{
|
|
2947
|
-
"id":
|
|
2563
|
+
"id": 145,
|
|
2948
2564
|
"name": "address",
|
|
2949
2565
|
"kind": 262144,
|
|
2950
2566
|
"kindString": "Accessor",
|
|
@@ -2957,7 +2573,7 @@
|
|
|
2957
2573
|
}
|
|
2958
2574
|
],
|
|
2959
2575
|
"getSignature": {
|
|
2960
|
-
"id":
|
|
2576
|
+
"id": 146,
|
|
2961
2577
|
"name": "address",
|
|
2962
2578
|
"kind": 524288,
|
|
2963
2579
|
"kindString": "Get signature",
|
|
@@ -2977,7 +2593,7 @@
|
|
|
2977
2593
|
}
|
|
2978
2594
|
},
|
|
2979
2595
|
{
|
|
2980
|
-
"id":
|
|
2596
|
+
"id": 147,
|
|
2981
2597
|
"name": "queries",
|
|
2982
2598
|
"kind": 262144,
|
|
2983
2599
|
"kindString": "Accessor",
|
|
@@ -2990,7 +2606,7 @@
|
|
|
2990
2606
|
}
|
|
2991
2607
|
],
|
|
2992
2608
|
"getSignature": {
|
|
2993
|
-
"id":
|
|
2609
|
+
"id": 148,
|
|
2994
2610
|
"name": "queries",
|
|
2995
2611
|
"kind": 524288,
|
|
2996
2612
|
"kindString": "Get signature",
|
|
@@ -2998,7 +2614,7 @@
|
|
|
2998
2614
|
"type": {
|
|
2999
2615
|
"type": "reflection",
|
|
3000
2616
|
"declaration": {
|
|
3001
|
-
"id":
|
|
2617
|
+
"id": 149,
|
|
3002
2618
|
"name": "__type",
|
|
3003
2619
|
"kind": 65536,
|
|
3004
2620
|
"kindString": "Type literal",
|
|
@@ -3012,7 +2628,7 @@
|
|
|
3012
2628
|
],
|
|
3013
2629
|
"signatures": [
|
|
3014
2630
|
{
|
|
3015
|
-
"id":
|
|
2631
|
+
"id": 150,
|
|
3016
2632
|
"name": "__type",
|
|
3017
2633
|
"kind": 4096,
|
|
3018
2634
|
"kindString": "Call signature",
|
|
@@ -3039,7 +2655,7 @@
|
|
|
3039
2655
|
}
|
|
3040
2656
|
},
|
|
3041
2657
|
{
|
|
3042
|
-
"id":
|
|
2658
|
+
"id": 123,
|
|
3043
2659
|
"name": "connect",
|
|
3044
2660
|
"kind": 2048,
|
|
3045
2661
|
"kindString": "Method",
|
|
@@ -3049,19 +2665,19 @@
|
|
|
3049
2665
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
3050
2666
|
"line": 7,
|
|
3051
2667
|
"character": 8,
|
|
3052
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2668
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L7"
|
|
3053
2669
|
}
|
|
3054
2670
|
],
|
|
3055
2671
|
"signatures": [
|
|
3056
2672
|
{
|
|
3057
|
-
"id":
|
|
2673
|
+
"id": 124,
|
|
3058
2674
|
"name": "connect",
|
|
3059
2675
|
"kind": 4096,
|
|
3060
2676
|
"kindString": "Call signature",
|
|
3061
2677
|
"flags": {},
|
|
3062
2678
|
"parameters": [
|
|
3063
2679
|
{
|
|
3064
|
-
"id":
|
|
2680
|
+
"id": 125,
|
|
3065
2681
|
"name": "uri",
|
|
3066
2682
|
"kind": 32768,
|
|
3067
2683
|
"kindString": "Parameter",
|
|
@@ -3098,7 +2714,7 @@
|
|
|
3098
2714
|
}
|
|
3099
2715
|
},
|
|
3100
2716
|
{
|
|
3101
|
-
"id":
|
|
2717
|
+
"id": 126,
|
|
3102
2718
|
"name": "disconnect",
|
|
3103
2719
|
"kind": 2048,
|
|
3104
2720
|
"kindString": "Method",
|
|
@@ -3108,19 +2724,19 @@
|
|
|
3108
2724
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
3109
2725
|
"line": 13,
|
|
3110
2726
|
"character": 8,
|
|
3111
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2727
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L13"
|
|
3112
2728
|
}
|
|
3113
2729
|
],
|
|
3114
2730
|
"signatures": [
|
|
3115
2731
|
{
|
|
3116
|
-
"id":
|
|
2732
|
+
"id": 127,
|
|
3117
2733
|
"name": "disconnect",
|
|
3118
2734
|
"kind": 4096,
|
|
3119
2735
|
"kindString": "Call signature",
|
|
3120
2736
|
"flags": {},
|
|
3121
2737
|
"parameters": [
|
|
3122
2738
|
{
|
|
3123
|
-
"id":
|
|
2739
|
+
"id": 128,
|
|
3124
2740
|
"name": "uri",
|
|
3125
2741
|
"kind": 32768,
|
|
3126
2742
|
"kindString": "Parameter",
|
|
@@ -3157,77 +2773,29 @@
|
|
|
3157
2773
|
}
|
|
3158
2774
|
},
|
|
3159
2775
|
{
|
|
3160
|
-
"id":
|
|
3161
|
-
"name": "
|
|
2776
|
+
"id": 154,
|
|
2777
|
+
"name": "query",
|
|
3162
2778
|
"kind": 2048,
|
|
3163
2779
|
"kindString": "Method",
|
|
3164
2780
|
"flags": {},
|
|
3165
2781
|
"sources": [
|
|
3166
2782
|
{
|
|
3167
2783
|
"fileName": "modules/packages/module/dist/esm/XyoModuleWrapper.d.ts",
|
|
3168
|
-
"line":
|
|
2784
|
+
"line": 12,
|
|
3169
2785
|
"character": 4
|
|
3170
2786
|
}
|
|
3171
2787
|
],
|
|
3172
2788
|
"signatures": [
|
|
3173
2789
|
{
|
|
3174
|
-
"id":
|
|
3175
|
-
"name": "
|
|
2790
|
+
"id": 155,
|
|
2791
|
+
"name": "query",
|
|
3176
2792
|
"kind": 4096,
|
|
3177
2793
|
"kindString": "Call signature",
|
|
3178
2794
|
"flags": {},
|
|
3179
2795
|
"parameters": [
|
|
3180
2796
|
{
|
|
3181
|
-
"id":
|
|
3182
|
-
"name": "
|
|
3183
|
-
"kind": 32768,
|
|
3184
|
-
"kindString": "Parameter",
|
|
3185
|
-
"flags": {},
|
|
3186
|
-
"type": {
|
|
3187
|
-
"type": "intrinsic",
|
|
3188
|
-
"name": "string"
|
|
3189
|
-
}
|
|
3190
|
-
}
|
|
3191
|
-
],
|
|
3192
|
-
"type": {
|
|
3193
|
-
"type": "intrinsic",
|
|
3194
|
-
"name": "boolean"
|
|
3195
|
-
},
|
|
3196
|
-
"inheritedFrom": {
|
|
3197
|
-
"type": "reference",
|
|
3198
|
-
"name": "XyoModuleWrapper.queriable"
|
|
3199
|
-
}
|
|
3200
|
-
}
|
|
3201
|
-
],
|
|
3202
|
-
"inheritedFrom": {
|
|
3203
|
-
"type": "reference",
|
|
3204
|
-
"name": "XyoModuleWrapper.queriable"
|
|
3205
|
-
}
|
|
3206
|
-
},
|
|
3207
|
-
{
|
|
3208
|
-
"id": 173,
|
|
3209
|
-
"name": "query",
|
|
3210
|
-
"kind": 2048,
|
|
3211
|
-
"kindString": "Method",
|
|
3212
|
-
"flags": {},
|
|
3213
|
-
"sources": [
|
|
3214
|
-
{
|
|
3215
|
-
"fileName": "modules/packages/module/dist/esm/XyoModuleWrapper.d.ts",
|
|
3216
|
-
"line": 12,
|
|
3217
|
-
"character": 4
|
|
3218
|
-
}
|
|
3219
|
-
],
|
|
3220
|
-
"signatures": [
|
|
3221
|
-
{
|
|
3222
|
-
"id": 174,
|
|
3223
|
-
"name": "query",
|
|
3224
|
-
"kind": 4096,
|
|
3225
|
-
"kindString": "Call signature",
|
|
3226
|
-
"flags": {},
|
|
3227
|
-
"parameters": [
|
|
3228
|
-
{
|
|
3229
|
-
"id": 175,
|
|
3230
|
-
"name": "query",
|
|
2797
|
+
"id": 156,
|
|
2798
|
+
"name": "query",
|
|
3231
2799
|
"kind": 32768,
|
|
3232
2800
|
"kindString": "Parameter",
|
|
3233
2801
|
"flags": {},
|
|
@@ -3237,14 +2805,14 @@
|
|
|
3237
2805
|
{
|
|
3238
2806
|
"type": "reflection",
|
|
3239
2807
|
"declaration": {
|
|
3240
|
-
"id":
|
|
2808
|
+
"id": 157,
|
|
3241
2809
|
"name": "__type",
|
|
3242
2810
|
"kind": 65536,
|
|
3243
2811
|
"kindString": "Type literal",
|
|
3244
2812
|
"flags": {},
|
|
3245
2813
|
"children": [
|
|
3246
2814
|
{
|
|
3247
|
-
"id":
|
|
2815
|
+
"id": 159,
|
|
3248
2816
|
"name": "previousHash",
|
|
3249
2817
|
"kind": 1024,
|
|
3250
2818
|
"kindString": "Property",
|
|
@@ -3264,7 +2832,7 @@
|
|
|
3264
2832
|
}
|
|
3265
2833
|
},
|
|
3266
2834
|
{
|
|
3267
|
-
"id":
|
|
2835
|
+
"id": 158,
|
|
3268
2836
|
"name": "schema",
|
|
3269
2837
|
"kind": 1024,
|
|
3270
2838
|
"kindString": "Property",
|
|
@@ -3282,7 +2850,7 @@
|
|
|
3282
2850
|
}
|
|
3283
2851
|
},
|
|
3284
2852
|
{
|
|
3285
|
-
"id":
|
|
2853
|
+
"id": 160,
|
|
3286
2854
|
"name": "sources",
|
|
3287
2855
|
"kind": 1024,
|
|
3288
2856
|
"kindString": "Property",
|
|
@@ -3305,7 +2873,7 @@
|
|
|
3305
2873
|
}
|
|
3306
2874
|
},
|
|
3307
2875
|
{
|
|
3308
|
-
"id":
|
|
2876
|
+
"id": 161,
|
|
3309
2877
|
"name": "timestamp",
|
|
3310
2878
|
"kind": 1024,
|
|
3311
2879
|
"kindString": "Property",
|
|
@@ -3329,10 +2897,10 @@
|
|
|
3329
2897
|
{
|
|
3330
2898
|
"title": "Properties",
|
|
3331
2899
|
"children": [
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
2900
|
+
159,
|
|
2901
|
+
158,
|
|
2902
|
+
160,
|
|
2903
|
+
161
|
|
3336
2904
|
]
|
|
3337
2905
|
}
|
|
3338
2906
|
],
|
|
@@ -3363,14 +2931,14 @@
|
|
|
3363
2931
|
{
|
|
3364
2932
|
"type": "reflection",
|
|
3365
2933
|
"declaration": {
|
|
3366
|
-
"id":
|
|
2934
|
+
"id": 162,
|
|
3367
2935
|
"name": "__type",
|
|
3368
2936
|
"kind": 65536,
|
|
3369
2937
|
"kindString": "Type literal",
|
|
3370
2938
|
"flags": {},
|
|
3371
2939
|
"children": [
|
|
3372
2940
|
{
|
|
3373
|
-
"id":
|
|
2941
|
+
"id": 164,
|
|
3374
2942
|
"name": "previousHash",
|
|
3375
2943
|
"kind": 1024,
|
|
3376
2944
|
"kindString": "Property",
|
|
@@ -3390,7 +2958,7 @@
|
|
|
3390
2958
|
}
|
|
3391
2959
|
},
|
|
3392
2960
|
{
|
|
3393
|
-
"id":
|
|
2961
|
+
"id": 163,
|
|
3394
2962
|
"name": "schema",
|
|
3395
2963
|
"kind": 1024,
|
|
3396
2964
|
"kindString": "Property",
|
|
@@ -3408,7 +2976,7 @@
|
|
|
3408
2976
|
}
|
|
3409
2977
|
},
|
|
3410
2978
|
{
|
|
3411
|
-
"id":
|
|
2979
|
+
"id": 165,
|
|
3412
2980
|
"name": "sources",
|
|
3413
2981
|
"kind": 1024,
|
|
3414
2982
|
"kindString": "Property",
|
|
@@ -3431,7 +2999,7 @@
|
|
|
3431
2999
|
}
|
|
3432
3000
|
},
|
|
3433
3001
|
{
|
|
3434
|
-
"id":
|
|
3002
|
+
"id": 166,
|
|
3435
3003
|
"name": "timestamp",
|
|
3436
3004
|
"kind": 1024,
|
|
3437
3005
|
"kindString": "Property",
|
|
@@ -3455,10 +3023,10 @@
|
|
|
3455
3023
|
{
|
|
3456
3024
|
"title": "Properties",
|
|
3457
3025
|
"children": [
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3026
|
+
164,
|
|
3027
|
+
163,
|
|
3028
|
+
165,
|
|
3029
|
+
166
|
|
3462
3030
|
]
|
|
3463
3031
|
}
|
|
3464
3032
|
],
|
|
@@ -3487,35 +3055,83 @@
|
|
|
3487
3055
|
"type": "reference",
|
|
3488
3056
|
"name": "XyoModuleWrapper.query"
|
|
3489
3057
|
}
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"id": 151,
|
|
3061
|
+
"name": "queryable",
|
|
3062
|
+
"kind": 2048,
|
|
3063
|
+
"kindString": "Method",
|
|
3064
|
+
"flags": {},
|
|
3065
|
+
"sources": [
|
|
3066
|
+
{
|
|
3067
|
+
"fileName": "modules/packages/module/dist/esm/XyoModuleWrapper.d.ts",
|
|
3068
|
+
"line": 11,
|
|
3069
|
+
"character": 4
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"signatures": [
|
|
3073
|
+
{
|
|
3074
|
+
"id": 152,
|
|
3075
|
+
"name": "queryable",
|
|
3076
|
+
"kind": 4096,
|
|
3077
|
+
"kindString": "Call signature",
|
|
3078
|
+
"flags": {},
|
|
3079
|
+
"parameters": [
|
|
3080
|
+
{
|
|
3081
|
+
"id": 153,
|
|
3082
|
+
"name": "schema",
|
|
3083
|
+
"kind": 32768,
|
|
3084
|
+
"kindString": "Parameter",
|
|
3085
|
+
"flags": {},
|
|
3086
|
+
"type": {
|
|
3087
|
+
"type": "intrinsic",
|
|
3088
|
+
"name": "string"
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"type": {
|
|
3093
|
+
"type": "intrinsic",
|
|
3094
|
+
"name": "boolean"
|
|
3095
|
+
},
|
|
3096
|
+
"inheritedFrom": {
|
|
3097
|
+
"type": "reference",
|
|
3098
|
+
"name": "XyoModuleWrapper.queryable"
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
],
|
|
3102
|
+
"inheritedFrom": {
|
|
3103
|
+
"type": "reference",
|
|
3104
|
+
"name": "XyoModuleWrapper.queryable"
|
|
3105
|
+
}
|
|
3490
3106
|
}
|
|
3491
3107
|
],
|
|
3492
3108
|
"groups": [
|
|
3493
3109
|
{
|
|
3494
3110
|
"title": "Constructors",
|
|
3495
3111
|
"children": [
|
|
3496
|
-
|
|
3112
|
+
105
|
|
3497
3113
|
]
|
|
3498
3114
|
},
|
|
3499
3115
|
{
|
|
3500
3116
|
"title": "Properties",
|
|
3501
3117
|
"children": [
|
|
3502
|
-
|
|
3118
|
+
129
|
|
3503
3119
|
]
|
|
3504
3120
|
},
|
|
3505
3121
|
{
|
|
3506
3122
|
"title": "Accessors",
|
|
3507
3123
|
"children": [
|
|
3508
|
-
|
|
3509
|
-
|
|
3124
|
+
145,
|
|
3125
|
+
147
|
|
3510
3126
|
]
|
|
3511
3127
|
},
|
|
3512
3128
|
{
|
|
3513
3129
|
"title": "Methods",
|
|
3514
3130
|
"children": [
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3131
|
+
123,
|
|
3132
|
+
126,
|
|
3133
|
+
154,
|
|
3134
|
+
151
|
|
3519
3135
|
]
|
|
3520
3136
|
}
|
|
3521
3137
|
],
|
|
@@ -3524,7 +3140,7 @@
|
|
|
3524
3140
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
3525
3141
|
"line": 6,
|
|
3526
3142
|
"character": 13,
|
|
3527
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3143
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L6"
|
|
3528
3144
|
}
|
|
3529
3145
|
],
|
|
3530
3146
|
"extendedTypes": [
|
|
@@ -3541,14 +3157,14 @@
|
|
|
3541
3157
|
]
|
|
3542
3158
|
},
|
|
3543
3159
|
{
|
|
3544
|
-
"id":
|
|
3160
|
+
"id": 174,
|
|
3545
3161
|
"name": "XyoHttpBridge",
|
|
3546
3162
|
"kind": 128,
|
|
3547
3163
|
"kindString": "Class",
|
|
3548
3164
|
"flags": {},
|
|
3549
3165
|
"children": [
|
|
3550
3166
|
{
|
|
3551
|
-
"id":
|
|
3167
|
+
"id": 175,
|
|
3552
3168
|
"name": "constructor",
|
|
3553
3169
|
"kind": 512,
|
|
3554
3170
|
"kindString": "Constructor",
|
|
@@ -3558,49 +3174,49 @@
|
|
|
3558
3174
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3559
3175
|
"line": 29,
|
|
3560
3176
|
"character": 2,
|
|
3561
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3177
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L29"
|
|
3562
3178
|
}
|
|
3563
3179
|
],
|
|
3564
3180
|
"signatures": [
|
|
3565
3181
|
{
|
|
3566
|
-
"id":
|
|
3182
|
+
"id": 176,
|
|
3567
3183
|
"name": "new XyoHttpBridge",
|
|
3568
3184
|
"kind": 16384,
|
|
3569
3185
|
"kindString": "Constructor signature",
|
|
3570
3186
|
"flags": {},
|
|
3571
3187
|
"typeParameter": [
|
|
3572
3188
|
{
|
|
3573
|
-
"id":
|
|
3189
|
+
"id": 177,
|
|
3574
3190
|
"name": "TQuery",
|
|
3575
3191
|
"kind": 131072,
|
|
3576
3192
|
"kindString": "Type parameter",
|
|
3577
3193
|
"flags": {},
|
|
3578
3194
|
"type": {
|
|
3579
3195
|
"type": "reference",
|
|
3580
|
-
"id":
|
|
3196
|
+
"id": 10,
|
|
3581
3197
|
"name": "XyoBridgeQuery"
|
|
3582
3198
|
},
|
|
3583
3199
|
"default": {
|
|
3584
3200
|
"type": "reference",
|
|
3585
|
-
"id":
|
|
3201
|
+
"id": 10,
|
|
3586
3202
|
"name": "XyoBridgeQuery"
|
|
3587
3203
|
}
|
|
3588
3204
|
}
|
|
3589
3205
|
],
|
|
3590
3206
|
"parameters": [
|
|
3591
3207
|
{
|
|
3592
|
-
"id":
|
|
3208
|
+
"id": 178,
|
|
3593
3209
|
"name": "config",
|
|
3594
3210
|
"kind": 32768,
|
|
3595
3211
|
"kindString": "Parameter",
|
|
3596
3212
|
"flags": {},
|
|
3597
3213
|
"type": {
|
|
3598
3214
|
"type": "reference",
|
|
3599
|
-
"id":
|
|
3215
|
+
"id": 8,
|
|
3600
3216
|
"typeArguments": [
|
|
3601
3217
|
{
|
|
3602
3218
|
"type": "reference",
|
|
3603
|
-
"id":
|
|
3219
|
+
"id": 169,
|
|
3604
3220
|
"name": "XyoHttpBridgeConfig"
|
|
3605
3221
|
}
|
|
3606
3222
|
],
|
|
@@ -3610,11 +3226,11 @@
|
|
|
3610
3226
|
],
|
|
3611
3227
|
"type": {
|
|
3612
3228
|
"type": "reference",
|
|
3613
|
-
"id":
|
|
3229
|
+
"id": 174,
|
|
3614
3230
|
"typeArguments": [
|
|
3615
3231
|
{
|
|
3616
3232
|
"type": "reference",
|
|
3617
|
-
"id":
|
|
3233
|
+
"id": 177,
|
|
3618
3234
|
"name": "TQuery"
|
|
3619
3235
|
}
|
|
3620
3236
|
],
|
|
@@ -3632,7 +3248,7 @@
|
|
|
3632
3248
|
}
|
|
3633
3249
|
},
|
|
3634
3250
|
{
|
|
3635
|
-
"id":
|
|
3251
|
+
"id": 207,
|
|
3636
3252
|
"name": "account",
|
|
3637
3253
|
"kind": 1024,
|
|
3638
3254
|
"kindString": "Property",
|
|
@@ -3656,7 +3272,7 @@
|
|
|
3656
3272
|
}
|
|
3657
3273
|
},
|
|
3658
3274
|
{
|
|
3659
|
-
"id":
|
|
3275
|
+
"id": 179,
|
|
3660
3276
|
"name": "axios",
|
|
3661
3277
|
"kind": 1024,
|
|
3662
3278
|
"kindString": "Property",
|
|
@@ -3668,18 +3284,16 @@
|
|
|
3668
3284
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3669
3285
|
"line": 27,
|
|
3670
3286
|
"character": 10,
|
|
3671
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3287
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L27"
|
|
3672
3288
|
}
|
|
3673
3289
|
],
|
|
3674
3290
|
"type": {
|
|
3675
3291
|
"type": "reference",
|
|
3676
|
-
"name": "
|
|
3677
|
-
"qualifiedName": "Axios",
|
|
3678
|
-
"package": "axios"
|
|
3292
|
+
"name": "AxiosJson"
|
|
3679
3293
|
}
|
|
3680
3294
|
},
|
|
3681
3295
|
{
|
|
3682
|
-
"id":
|
|
3296
|
+
"id": 206,
|
|
3683
3297
|
"name": "config",
|
|
3684
3298
|
"kind": 1024,
|
|
3685
3299
|
"kindString": "Property",
|
|
@@ -3696,7 +3310,7 @@
|
|
|
3696
3310
|
],
|
|
3697
3311
|
"type": {
|
|
3698
3312
|
"type": "reference",
|
|
3699
|
-
"id":
|
|
3313
|
+
"id": 169,
|
|
3700
3314
|
"name": "XyoHttpBridgeConfig"
|
|
3701
3315
|
},
|
|
3702
3316
|
"inheritedFrom": {
|
|
@@ -3705,7 +3319,7 @@
|
|
|
3705
3319
|
}
|
|
3706
3320
|
},
|
|
3707
3321
|
{
|
|
3708
|
-
"id":
|
|
3322
|
+
"id": 208,
|
|
3709
3323
|
"name": "resolver",
|
|
3710
3324
|
"kind": 1024,
|
|
3711
3325
|
"kindString": "Property",
|
|
@@ -3730,7 +3344,7 @@
|
|
|
3730
3344
|
}
|
|
3731
3345
|
},
|
|
3732
3346
|
{
|
|
3733
|
-
"id":
|
|
3347
|
+
"id": 209,
|
|
3734
3348
|
"name": "address",
|
|
3735
3349
|
"kind": 262144,
|
|
3736
3350
|
"kindString": "Accessor",
|
|
@@ -3743,7 +3357,7 @@
|
|
|
3743
3357
|
}
|
|
3744
3358
|
],
|
|
3745
3359
|
"getSignature": {
|
|
3746
|
-
"id":
|
|
3360
|
+
"id": 210,
|
|
3747
3361
|
"name": "address",
|
|
3748
3362
|
"kind": 524288,
|
|
3749
3363
|
"kindString": "Get signature",
|
|
@@ -3771,74 +3385,73 @@
|
|
|
3771
3385
|
}
|
|
3772
3386
|
},
|
|
3773
3387
|
{
|
|
3774
|
-
"id":
|
|
3775
|
-
"name": "
|
|
3388
|
+
"id": 180,
|
|
3389
|
+
"name": "nodeUri",
|
|
3776
3390
|
"kind": 262144,
|
|
3777
3391
|
"kindString": "Accessor",
|
|
3778
3392
|
"flags": {
|
|
3779
|
-
"
|
|
3393
|
+
"isPublic": true
|
|
3780
3394
|
},
|
|
3781
3395
|
"sources": [
|
|
3782
3396
|
{
|
|
3783
3397
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3784
|
-
"line":
|
|
3785
|
-
"character":
|
|
3786
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3398
|
+
"line": 34,
|
|
3399
|
+
"character": 13,
|
|
3400
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L34"
|
|
3787
3401
|
}
|
|
3788
3402
|
],
|
|
3789
3403
|
"getSignature": {
|
|
3790
|
-
"id":
|
|
3791
|
-
"name": "
|
|
3404
|
+
"id": 181,
|
|
3405
|
+
"name": "nodeUri",
|
|
3792
3406
|
"kind": 524288,
|
|
3793
3407
|
"kindString": "Get signature",
|
|
3794
3408
|
"flags": {},
|
|
3795
3409
|
"type": {
|
|
3796
|
-
"type": "
|
|
3797
|
-
"
|
|
3798
|
-
{
|
|
3799
|
-
"type": "intrinsic",
|
|
3800
|
-
"name": "any"
|
|
3801
|
-
}
|
|
3802
|
-
],
|
|
3803
|
-
"name": "AxiosRequestConfig",
|
|
3804
|
-
"qualifiedName": "AxiosRequestConfig",
|
|
3805
|
-
"package": "axios"
|
|
3410
|
+
"type": "intrinsic",
|
|
3411
|
+
"name": "string"
|
|
3806
3412
|
}
|
|
3807
3413
|
}
|
|
3808
3414
|
},
|
|
3809
3415
|
{
|
|
3810
|
-
"id":
|
|
3811
|
-
"name": "
|
|
3416
|
+
"id": 182,
|
|
3417
|
+
"name": "targetAddress",
|
|
3812
3418
|
"kind": 262144,
|
|
3813
3419
|
"kindString": "Accessor",
|
|
3814
3420
|
"flags": {
|
|
3815
|
-
"
|
|
3421
|
+
"isPublic": true
|
|
3816
3422
|
},
|
|
3817
3423
|
"sources": [
|
|
3818
3424
|
{
|
|
3819
3425
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3820
3426
|
"line": 38,
|
|
3821
|
-
"character":
|
|
3822
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3427
|
+
"character": 13,
|
|
3428
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L38"
|
|
3823
3429
|
}
|
|
3824
3430
|
],
|
|
3825
3431
|
"getSignature": {
|
|
3826
|
-
"id":
|
|
3827
|
-
"name": "
|
|
3432
|
+
"id": 183,
|
|
3433
|
+
"name": "targetAddress",
|
|
3828
3434
|
"kind": 524288,
|
|
3829
3435
|
"kindString": "Get signature",
|
|
3830
3436
|
"flags": {},
|
|
3831
3437
|
"type": {
|
|
3832
|
-
"type": "
|
|
3833
|
-
"
|
|
3834
|
-
|
|
3835
|
-
|
|
3438
|
+
"type": "union",
|
|
3439
|
+
"types": [
|
|
3440
|
+
{
|
|
3441
|
+
"type": "intrinsic",
|
|
3442
|
+
"name": "undefined"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"type": "intrinsic",
|
|
3446
|
+
"name": "string"
|
|
3447
|
+
}
|
|
3448
|
+
]
|
|
3836
3449
|
}
|
|
3837
3450
|
}
|
|
3838
3451
|
},
|
|
3839
3452
|
{
|
|
3840
|
-
"id":
|
|
3841
|
-
"name": "
|
|
3453
|
+
"id": 184,
|
|
3454
|
+
"name": "targetAddressString",
|
|
3842
3455
|
"kind": 262144,
|
|
3843
3456
|
"kindString": "Accessor",
|
|
3844
3457
|
"flags": {
|
|
@@ -3847,14 +3460,14 @@
|
|
|
3847
3460
|
"sources": [
|
|
3848
3461
|
{
|
|
3849
3462
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3850
|
-
"line":
|
|
3463
|
+
"line": 42,
|
|
3851
3464
|
"character": 13,
|
|
3852
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3465
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L42"
|
|
3853
3466
|
}
|
|
3854
3467
|
],
|
|
3855
3468
|
"getSignature": {
|
|
3856
|
-
"id":
|
|
3857
|
-
"name": "
|
|
3469
|
+
"id": 185,
|
|
3470
|
+
"name": "targetAddressString",
|
|
3858
3471
|
"kind": 524288,
|
|
3859
3472
|
"kindString": "Get signature",
|
|
3860
3473
|
"flags": {},
|
|
@@ -3865,7 +3478,7 @@
|
|
|
3865
3478
|
}
|
|
3866
3479
|
},
|
|
3867
3480
|
{
|
|
3868
|
-
"id":
|
|
3481
|
+
"id": 224,
|
|
3869
3482
|
"name": "bindHashes",
|
|
3870
3483
|
"kind": 2048,
|
|
3871
3484
|
"kindString": "Method",
|
|
@@ -3879,14 +3492,14 @@
|
|
|
3879
3492
|
],
|
|
3880
3493
|
"signatures": [
|
|
3881
3494
|
{
|
|
3882
|
-
"id":
|
|
3495
|
+
"id": 225,
|
|
3883
3496
|
"name": "bindHashes",
|
|
3884
3497
|
"kind": 4096,
|
|
3885
3498
|
"kindString": "Call signature",
|
|
3886
3499
|
"flags": {},
|
|
3887
3500
|
"parameters": [
|
|
3888
3501
|
{
|
|
3889
|
-
"id":
|
|
3502
|
+
"id": 226,
|
|
3890
3503
|
"name": "hashes",
|
|
3891
3504
|
"kind": 32768,
|
|
3892
3505
|
"kindString": "Parameter",
|
|
@@ -3900,7 +3513,7 @@
|
|
|
3900
3513
|
}
|
|
3901
3514
|
},
|
|
3902
3515
|
{
|
|
3903
|
-
"id":
|
|
3516
|
+
"id": 227,
|
|
3904
3517
|
"name": "schema",
|
|
3905
3518
|
"kind": 32768,
|
|
3906
3519
|
"kindString": "Parameter",
|
|
@@ -3924,14 +3537,14 @@
|
|
|
3924
3537
|
{
|
|
3925
3538
|
"type": "reflection",
|
|
3926
3539
|
"declaration": {
|
|
3927
|
-
"id":
|
|
3540
|
+
"id": 228,
|
|
3928
3541
|
"name": "__type",
|
|
3929
3542
|
"kind": 65536,
|
|
3930
3543
|
"kindString": "Type literal",
|
|
3931
3544
|
"flags": {},
|
|
3932
3545
|
"children": [
|
|
3933
3546
|
{
|
|
3934
|
-
"id":
|
|
3547
|
+
"id": 230,
|
|
3935
3548
|
"name": "previousHash",
|
|
3936
3549
|
"kind": 1024,
|
|
3937
3550
|
"kindString": "Property",
|
|
@@ -3951,7 +3564,7 @@
|
|
|
3951
3564
|
}
|
|
3952
3565
|
},
|
|
3953
3566
|
{
|
|
3954
|
-
"id":
|
|
3567
|
+
"id": 229,
|
|
3955
3568
|
"name": "schema",
|
|
3956
3569
|
"kind": 1024,
|
|
3957
3570
|
"kindString": "Property",
|
|
@@ -3969,7 +3582,7 @@
|
|
|
3969
3582
|
}
|
|
3970
3583
|
},
|
|
3971
3584
|
{
|
|
3972
|
-
"id":
|
|
3585
|
+
"id": 231,
|
|
3973
3586
|
"name": "sources",
|
|
3974
3587
|
"kind": 1024,
|
|
3975
3588
|
"kindString": "Property",
|
|
@@ -3992,7 +3605,7 @@
|
|
|
3992
3605
|
}
|
|
3993
3606
|
},
|
|
3994
3607
|
{
|
|
3995
|
-
"id":
|
|
3608
|
+
"id": 232,
|
|
3996
3609
|
"name": "timestamp",
|
|
3997
3610
|
"kind": 1024,
|
|
3998
3611
|
"kindString": "Property",
|
|
@@ -4016,10 +3629,10 @@
|
|
|
4016
3629
|
{
|
|
4017
3630
|
"title": "Properties",
|
|
4018
3631
|
"children": [
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
3632
|
+
230,
|
|
3633
|
+
229,
|
|
3634
|
+
231,
|
|
3635
|
+
232
|
|
4023
3636
|
]
|
|
4024
3637
|
}
|
|
4025
3638
|
],
|
|
@@ -4047,7 +3660,7 @@
|
|
|
4047
3660
|
}
|
|
4048
3661
|
},
|
|
4049
3662
|
{
|
|
4050
|
-
"id":
|
|
3663
|
+
"id": 233,
|
|
4051
3664
|
"name": "bindPayloads",
|
|
4052
3665
|
"kind": 2048,
|
|
4053
3666
|
"kindString": "Method",
|
|
@@ -4061,14 +3674,14 @@
|
|
|
4061
3674
|
],
|
|
4062
3675
|
"signatures": [
|
|
4063
3676
|
{
|
|
4064
|
-
"id":
|
|
3677
|
+
"id": 234,
|
|
4065
3678
|
"name": "bindPayloads",
|
|
4066
3679
|
"kind": 4096,
|
|
4067
3680
|
"kindString": "Call signature",
|
|
4068
3681
|
"flags": {},
|
|
4069
3682
|
"parameters": [
|
|
4070
3683
|
{
|
|
4071
|
-
"id":
|
|
3684
|
+
"id": 235,
|
|
4072
3685
|
"name": "payloads",
|
|
4073
3686
|
"kind": 32768,
|
|
4074
3687
|
"kindString": "Parameter",
|
|
@@ -4085,14 +3698,14 @@
|
|
|
4085
3698
|
{
|
|
4086
3699
|
"type": "reflection",
|
|
4087
3700
|
"declaration": {
|
|
4088
|
-
"id":
|
|
3701
|
+
"id": 236,
|
|
4089
3702
|
"name": "__type",
|
|
4090
3703
|
"kind": 65536,
|
|
4091
3704
|
"kindString": "Type literal",
|
|
4092
3705
|
"flags": {},
|
|
4093
3706
|
"children": [
|
|
4094
3707
|
{
|
|
4095
|
-
"id":
|
|
3708
|
+
"id": 238,
|
|
4096
3709
|
"name": "previousHash",
|
|
4097
3710
|
"kind": 1024,
|
|
4098
3711
|
"kindString": "Property",
|
|
@@ -4112,7 +3725,7 @@
|
|
|
4112
3725
|
}
|
|
4113
3726
|
},
|
|
4114
3727
|
{
|
|
4115
|
-
"id":
|
|
3728
|
+
"id": 237,
|
|
4116
3729
|
"name": "schema",
|
|
4117
3730
|
"kind": 1024,
|
|
4118
3731
|
"kindString": "Property",
|
|
@@ -4130,7 +3743,7 @@
|
|
|
4130
3743
|
}
|
|
4131
3744
|
},
|
|
4132
3745
|
{
|
|
4133
|
-
"id":
|
|
3746
|
+
"id": 239,
|
|
4134
3747
|
"name": "sources",
|
|
4135
3748
|
"kind": 1024,
|
|
4136
3749
|
"kindString": "Property",
|
|
@@ -4153,7 +3766,7 @@
|
|
|
4153
3766
|
}
|
|
4154
3767
|
},
|
|
4155
3768
|
{
|
|
4156
|
-
"id":
|
|
3769
|
+
"id": 240,
|
|
4157
3770
|
"name": "timestamp",
|
|
4158
3771
|
"kind": 1024,
|
|
4159
3772
|
"kindString": "Property",
|
|
@@ -4177,10 +3790,10 @@
|
|
|
4177
3790
|
{
|
|
4178
3791
|
"title": "Properties",
|
|
4179
3792
|
"children": [
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
3793
|
+
238,
|
|
3794
|
+
237,
|
|
3795
|
+
239,
|
|
3796
|
+
240
|
|
4184
3797
|
]
|
|
4185
3798
|
}
|
|
4186
3799
|
],
|
|
@@ -4208,14 +3821,14 @@
|
|
|
4208
3821
|
{
|
|
4209
3822
|
"type": "reflection",
|
|
4210
3823
|
"declaration": {
|
|
4211
|
-
"id":
|
|
3824
|
+
"id": 241,
|
|
4212
3825
|
"name": "__type",
|
|
4213
3826
|
"kind": 65536,
|
|
4214
3827
|
"kindString": "Type literal",
|
|
4215
3828
|
"flags": {},
|
|
4216
3829
|
"children": [
|
|
4217
3830
|
{
|
|
4218
|
-
"id":
|
|
3831
|
+
"id": 243,
|
|
4219
3832
|
"name": "previousHash",
|
|
4220
3833
|
"kind": 1024,
|
|
4221
3834
|
"kindString": "Property",
|
|
@@ -4235,7 +3848,7 @@
|
|
|
4235
3848
|
}
|
|
4236
3849
|
},
|
|
4237
3850
|
{
|
|
4238
|
-
"id":
|
|
3851
|
+
"id": 242,
|
|
4239
3852
|
"name": "schema",
|
|
4240
3853
|
"kind": 1024,
|
|
4241
3854
|
"kindString": "Property",
|
|
@@ -4253,7 +3866,7 @@
|
|
|
4253
3866
|
}
|
|
4254
3867
|
},
|
|
4255
3868
|
{
|
|
4256
|
-
"id":
|
|
3869
|
+
"id": 244,
|
|
4257
3870
|
"name": "sources",
|
|
4258
3871
|
"kind": 1024,
|
|
4259
3872
|
"kindString": "Property",
|
|
@@ -4276,7 +3889,7 @@
|
|
|
4276
3889
|
}
|
|
4277
3890
|
},
|
|
4278
3891
|
{
|
|
4279
|
-
"id":
|
|
3892
|
+
"id": 245,
|
|
4280
3893
|
"name": "timestamp",
|
|
4281
3894
|
"kind": 1024,
|
|
4282
3895
|
"kindString": "Property",
|
|
@@ -4300,10 +3913,10 @@
|
|
|
4300
3913
|
{
|
|
4301
3914
|
"title": "Properties",
|
|
4302
3915
|
"children": [
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
3916
|
+
243,
|
|
3917
|
+
242,
|
|
3918
|
+
244,
|
|
3919
|
+
245
|
|
4307
3920
|
]
|
|
4308
3921
|
}
|
|
4309
3922
|
],
|
|
@@ -4331,7 +3944,7 @@
|
|
|
4331
3944
|
}
|
|
4332
3945
|
},
|
|
4333
3946
|
{
|
|
4334
|
-
"id":
|
|
3947
|
+
"id": 186,
|
|
4335
3948
|
"name": "connect",
|
|
4336
3949
|
"kind": 2048,
|
|
4337
3950
|
"kindString": "Method",
|
|
@@ -4339,14 +3952,14 @@
|
|
|
4339
3952
|
"sources": [
|
|
4340
3953
|
{
|
|
4341
3954
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4342
|
-
"line":
|
|
3955
|
+
"line": 46,
|
|
4343
3956
|
"character": 2,
|
|
4344
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3957
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L46"
|
|
4345
3958
|
}
|
|
4346
3959
|
],
|
|
4347
3960
|
"signatures": [
|
|
4348
3961
|
{
|
|
4349
|
-
"id":
|
|
3962
|
+
"id": 187,
|
|
4350
3963
|
"name": "connect",
|
|
4351
3964
|
"kind": 4096,
|
|
4352
3965
|
"kindString": "Call signature",
|
|
@@ -4373,7 +3986,7 @@
|
|
|
4373
3986
|
}
|
|
4374
3987
|
},
|
|
4375
3988
|
{
|
|
4376
|
-
"id":
|
|
3989
|
+
"id": 188,
|
|
4377
3990
|
"name": "disconnect",
|
|
4378
3991
|
"kind": 2048,
|
|
4379
3992
|
"kindString": "Method",
|
|
@@ -4381,14 +3994,14 @@
|
|
|
4381
3994
|
"sources": [
|
|
4382
3995
|
{
|
|
4383
3996
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4384
|
-
"line":
|
|
3997
|
+
"line": 50,
|
|
4385
3998
|
"character": 2,
|
|
4386
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3999
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L50"
|
|
4387
4000
|
}
|
|
4388
4001
|
],
|
|
4389
4002
|
"signatures": [
|
|
4390
4003
|
{
|
|
4391
|
-
"id":
|
|
4004
|
+
"id": 189,
|
|
4392
4005
|
"name": "disconnect",
|
|
4393
4006
|
"kind": 4096,
|
|
4394
4007
|
"kindString": "Call signature",
|
|
@@ -4415,7 +4028,7 @@
|
|
|
4415
4028
|
}
|
|
4416
4029
|
},
|
|
4417
4030
|
{
|
|
4418
|
-
"id":
|
|
4031
|
+
"id": 216,
|
|
4419
4032
|
"name": "discover",
|
|
4420
4033
|
"kind": 2048,
|
|
4421
4034
|
"kindString": "Method",
|
|
@@ -4429,7 +4042,7 @@
|
|
|
4429
4042
|
],
|
|
4430
4043
|
"signatures": [
|
|
4431
4044
|
{
|
|
4432
|
-
"id":
|
|
4045
|
+
"id": 217,
|
|
4433
4046
|
"name": "discover",
|
|
4434
4047
|
"kind": 4096,
|
|
4435
4048
|
"kindString": "Call signature",
|
|
@@ -4450,7 +4063,7 @@
|
|
|
4450
4063
|
}
|
|
4451
4064
|
},
|
|
4452
4065
|
{
|
|
4453
|
-
"id":
|
|
4066
|
+
"id": 190,
|
|
4454
4067
|
"name": "forward",
|
|
4455
4068
|
"kind": 2048,
|
|
4456
4069
|
"kindString": "Method",
|
|
@@ -4458,28 +4071,28 @@
|
|
|
4458
4071
|
"sources": [
|
|
4459
4072
|
{
|
|
4460
4073
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4461
|
-
"line":
|
|
4074
|
+
"line": 54,
|
|
4462
4075
|
"character": 8,
|
|
4463
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4076
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L54"
|
|
4464
4077
|
}
|
|
4465
4078
|
],
|
|
4466
4079
|
"signatures": [
|
|
4467
4080
|
{
|
|
4468
|
-
"id":
|
|
4081
|
+
"id": 191,
|
|
4469
4082
|
"name": "forward",
|
|
4470
4083
|
"kind": 4096,
|
|
4471
4084
|
"kindString": "Call signature",
|
|
4472
4085
|
"flags": {},
|
|
4473
4086
|
"parameters": [
|
|
4474
4087
|
{
|
|
4475
|
-
"id":
|
|
4088
|
+
"id": 192,
|
|
4476
4089
|
"name": "query",
|
|
4477
4090
|
"kind": 32768,
|
|
4478
4091
|
"kindString": "Parameter",
|
|
4479
4092
|
"flags": {},
|
|
4480
4093
|
"type": {
|
|
4481
4094
|
"type": "reference",
|
|
4482
|
-
"id":
|
|
4095
|
+
"id": 177,
|
|
4483
4096
|
"name": "TQuery"
|
|
4484
4097
|
}
|
|
4485
4098
|
}
|
|
@@ -4500,14 +4113,14 @@
|
|
|
4500
4113
|
{
|
|
4501
4114
|
"type": "reflection",
|
|
4502
4115
|
"declaration": {
|
|
4503
|
-
"id":
|
|
4116
|
+
"id": 193,
|
|
4504
4117
|
"name": "__type",
|
|
4505
4118
|
"kind": 65536,
|
|
4506
4119
|
"kindString": "Type literal",
|
|
4507
4120
|
"flags": {},
|
|
4508
4121
|
"children": [
|
|
4509
4122
|
{
|
|
4510
|
-
"id":
|
|
4123
|
+
"id": 195,
|
|
4511
4124
|
"name": "previousHash",
|
|
4512
4125
|
"kind": 1024,
|
|
4513
4126
|
"kindString": "Property",
|
|
@@ -4527,7 +4140,7 @@
|
|
|
4527
4140
|
}
|
|
4528
4141
|
},
|
|
4529
4142
|
{
|
|
4530
|
-
"id":
|
|
4143
|
+
"id": 194,
|
|
4531
4144
|
"name": "schema",
|
|
4532
4145
|
"kind": 1024,
|
|
4533
4146
|
"kindString": "Property",
|
|
@@ -4545,7 +4158,7 @@
|
|
|
4545
4158
|
}
|
|
4546
4159
|
},
|
|
4547
4160
|
{
|
|
4548
|
-
"id":
|
|
4161
|
+
"id": 196,
|
|
4549
4162
|
"name": "sources",
|
|
4550
4163
|
"kind": 1024,
|
|
4551
4164
|
"kindString": "Property",
|
|
@@ -4568,7 +4181,7 @@
|
|
|
4568
4181
|
}
|
|
4569
4182
|
},
|
|
4570
4183
|
{
|
|
4571
|
-
"id":
|
|
4184
|
+
"id": 197,
|
|
4572
4185
|
"name": "timestamp",
|
|
4573
4186
|
"kind": 1024,
|
|
4574
4187
|
"kindString": "Property",
|
|
@@ -4592,10 +4205,10 @@
|
|
|
4592
4205
|
{
|
|
4593
4206
|
"title": "Properties",
|
|
4594
4207
|
"children": [
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4208
|
+
195,
|
|
4209
|
+
194,
|
|
4210
|
+
196,
|
|
4211
|
+
197
|
|
4599
4212
|
]
|
|
4600
4213
|
}
|
|
4601
4214
|
],
|
|
@@ -4622,7 +4235,7 @@
|
|
|
4622
4235
|
]
|
|
4623
4236
|
},
|
|
4624
4237
|
{
|
|
4625
|
-
"id":
|
|
4238
|
+
"id": 218,
|
|
4626
4239
|
"name": "initialize",
|
|
4627
4240
|
"kind": 2048,
|
|
4628
4241
|
"kindString": "Method",
|
|
@@ -4636,7 +4249,7 @@
|
|
|
4636
4249
|
],
|
|
4637
4250
|
"signatures": [
|
|
4638
4251
|
{
|
|
4639
|
-
"id":
|
|
4252
|
+
"id": 219,
|
|
4640
4253
|
"name": "initialize",
|
|
4641
4254
|
"kind": 4096,
|
|
4642
4255
|
"kindString": "Call signature",
|
|
@@ -4657,63 +4270,7 @@
|
|
|
4657
4270
|
}
|
|
4658
4271
|
},
|
|
4659
4272
|
{
|
|
4660
|
-
"id":
|
|
4661
|
-
"name": "queriable",
|
|
4662
|
-
"kind": 2048,
|
|
4663
|
-
"kindString": "Method",
|
|
4664
|
-
"flags": {},
|
|
4665
|
-
"sources": [
|
|
4666
|
-
{
|
|
4667
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4668
|
-
"line": 14,
|
|
4669
|
-
"character": 4
|
|
4670
|
-
}
|
|
4671
|
-
],
|
|
4672
|
-
"signatures": [
|
|
4673
|
-
{
|
|
4674
|
-
"id": 231,
|
|
4675
|
-
"name": "queriable",
|
|
4676
|
-
"kind": 4096,
|
|
4677
|
-
"kindString": "Call signature",
|
|
4678
|
-
"flags": {},
|
|
4679
|
-
"parameters": [
|
|
4680
|
-
{
|
|
4681
|
-
"id": 232,
|
|
4682
|
-
"name": "schema",
|
|
4683
|
-
"kind": 32768,
|
|
4684
|
-
"kindString": "Parameter",
|
|
4685
|
-
"flags": {},
|
|
4686
|
-
"type": {
|
|
4687
|
-
"type": "intrinsic",
|
|
4688
|
-
"name": "string"
|
|
4689
|
-
}
|
|
4690
|
-
}
|
|
4691
|
-
],
|
|
4692
|
-
"type": {
|
|
4693
|
-
"type": "intrinsic",
|
|
4694
|
-
"name": "boolean"
|
|
4695
|
-
},
|
|
4696
|
-
"inheritedFrom": {
|
|
4697
|
-
"type": "reference",
|
|
4698
|
-
"name": "XyoModule.queriable"
|
|
4699
|
-
},
|
|
4700
|
-
"implementationOf": {
|
|
4701
|
-
"type": "reference",
|
|
4702
|
-
"name": "BridgeModule.queriable"
|
|
4703
|
-
}
|
|
4704
|
-
}
|
|
4705
|
-
],
|
|
4706
|
-
"inheritedFrom": {
|
|
4707
|
-
"type": "reference",
|
|
4708
|
-
"name": "XyoModule.queriable"
|
|
4709
|
-
},
|
|
4710
|
-
"implementationOf": {
|
|
4711
|
-
"type": "reference",
|
|
4712
|
-
"name": "BridgeModule.queriable"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
{
|
|
4716
|
-
"id": 233,
|
|
4273
|
+
"id": 214,
|
|
4717
4274
|
"name": "queries",
|
|
4718
4275
|
"kind": 2048,
|
|
4719
4276
|
"kindString": "Method",
|
|
@@ -4727,7 +4284,7 @@
|
|
|
4727
4284
|
],
|
|
4728
4285
|
"signatures": [
|
|
4729
4286
|
{
|
|
4730
|
-
"id":
|
|
4287
|
+
"id": 215,
|
|
4731
4288
|
"name": "queries",
|
|
4732
4289
|
"kind": 4096,
|
|
4733
4290
|
"kindString": "Call signature",
|
|
@@ -4742,7 +4299,7 @@
|
|
|
4742
4299
|
},
|
|
4743
4300
|
"objectType": {
|
|
4744
4301
|
"type": "reference",
|
|
4745
|
-
"id":
|
|
4302
|
+
"id": 177,
|
|
4746
4303
|
"name": "TQuery"
|
|
4747
4304
|
}
|
|
4748
4305
|
}
|
|
@@ -4767,7 +4324,7 @@
|
|
|
4767
4324
|
}
|
|
4768
4325
|
},
|
|
4769
4326
|
{
|
|
4770
|
-
"id":
|
|
4327
|
+
"id": 198,
|
|
4771
4328
|
"name": "query",
|
|
4772
4329
|
"kind": 2048,
|
|
4773
4330
|
"kindString": "Method",
|
|
@@ -4775,28 +4332,28 @@
|
|
|
4775
4332
|
"sources": [
|
|
4776
4333
|
{
|
|
4777
4334
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4778
|
-
"line":
|
|
4335
|
+
"line": 69,
|
|
4779
4336
|
"character": 17,
|
|
4780
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4337
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L69"
|
|
4781
4338
|
}
|
|
4782
4339
|
],
|
|
4783
4340
|
"signatures": [
|
|
4784
4341
|
{
|
|
4785
|
-
"id":
|
|
4342
|
+
"id": 199,
|
|
4786
4343
|
"name": "query",
|
|
4787
4344
|
"kind": 4096,
|
|
4788
4345
|
"kindString": "Call signature",
|
|
4789
4346
|
"flags": {},
|
|
4790
4347
|
"parameters": [
|
|
4791
4348
|
{
|
|
4792
|
-
"id":
|
|
4349
|
+
"id": 200,
|
|
4793
4350
|
"name": "query",
|
|
4794
4351
|
"kind": 32768,
|
|
4795
4352
|
"kindString": "Parameter",
|
|
4796
4353
|
"flags": {},
|
|
4797
4354
|
"type": {
|
|
4798
4355
|
"type": "reference",
|
|
4799
|
-
"id":
|
|
4356
|
+
"id": 177,
|
|
4800
4357
|
"name": "TQuery"
|
|
4801
4358
|
}
|
|
4802
4359
|
}
|
|
@@ -4817,14 +4374,14 @@
|
|
|
4817
4374
|
{
|
|
4818
4375
|
"type": "reflection",
|
|
4819
4376
|
"declaration": {
|
|
4820
|
-
"id":
|
|
4377
|
+
"id": 201,
|
|
4821
4378
|
"name": "__type",
|
|
4822
4379
|
"kind": 65536,
|
|
4823
4380
|
"kindString": "Type literal",
|
|
4824
4381
|
"flags": {},
|
|
4825
4382
|
"children": [
|
|
4826
4383
|
{
|
|
4827
|
-
"id":
|
|
4384
|
+
"id": 203,
|
|
4828
4385
|
"name": "previousHash",
|
|
4829
4386
|
"kind": 1024,
|
|
4830
4387
|
"kindString": "Property",
|
|
@@ -4844,7 +4401,7 @@
|
|
|
4844
4401
|
}
|
|
4845
4402
|
},
|
|
4846
4403
|
{
|
|
4847
|
-
"id":
|
|
4404
|
+
"id": 202,
|
|
4848
4405
|
"name": "schema",
|
|
4849
4406
|
"kind": 1024,
|
|
4850
4407
|
"kindString": "Property",
|
|
@@ -4862,7 +4419,7 @@
|
|
|
4862
4419
|
}
|
|
4863
4420
|
},
|
|
4864
4421
|
{
|
|
4865
|
-
"id":
|
|
4422
|
+
"id": 204,
|
|
4866
4423
|
"name": "sources",
|
|
4867
4424
|
"kind": 1024,
|
|
4868
4425
|
"kindString": "Property",
|
|
@@ -4885,7 +4442,7 @@
|
|
|
4885
4442
|
}
|
|
4886
4443
|
},
|
|
4887
4444
|
{
|
|
4888
|
-
"id":
|
|
4445
|
+
"id": 205,
|
|
4889
4446
|
"name": "timestamp",
|
|
4890
4447
|
"kind": 1024,
|
|
4891
4448
|
"kindString": "Property",
|
|
@@ -4909,10 +4466,10 @@
|
|
|
4909
4466
|
{
|
|
4910
4467
|
"title": "Properties",
|
|
4911
4468
|
"children": [
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4469
|
+
203,
|
|
4470
|
+
202,
|
|
4471
|
+
204,
|
|
4472
|
+
205
|
|
4916
4473
|
]
|
|
4917
4474
|
}
|
|
4918
4475
|
],
|
|
@@ -4955,7 +4512,63 @@
|
|
|
4955
4512
|
}
|
|
4956
4513
|
},
|
|
4957
4514
|
{
|
|
4958
|
-
"id":
|
|
4515
|
+
"id": 211,
|
|
4516
|
+
"name": "queryable",
|
|
4517
|
+
"kind": 2048,
|
|
4518
|
+
"kindString": "Method",
|
|
4519
|
+
"flags": {},
|
|
4520
|
+
"sources": [
|
|
4521
|
+
{
|
|
4522
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4523
|
+
"line": 14,
|
|
4524
|
+
"character": 4
|
|
4525
|
+
}
|
|
4526
|
+
],
|
|
4527
|
+
"signatures": [
|
|
4528
|
+
{
|
|
4529
|
+
"id": 212,
|
|
4530
|
+
"name": "queryable",
|
|
4531
|
+
"kind": 4096,
|
|
4532
|
+
"kindString": "Call signature",
|
|
4533
|
+
"flags": {},
|
|
4534
|
+
"parameters": [
|
|
4535
|
+
{
|
|
4536
|
+
"id": 213,
|
|
4537
|
+
"name": "schema",
|
|
4538
|
+
"kind": 32768,
|
|
4539
|
+
"kindString": "Parameter",
|
|
4540
|
+
"flags": {},
|
|
4541
|
+
"type": {
|
|
4542
|
+
"type": "intrinsic",
|
|
4543
|
+
"name": "string"
|
|
4544
|
+
}
|
|
4545
|
+
}
|
|
4546
|
+
],
|
|
4547
|
+
"type": {
|
|
4548
|
+
"type": "intrinsic",
|
|
4549
|
+
"name": "boolean"
|
|
4550
|
+
},
|
|
4551
|
+
"inheritedFrom": {
|
|
4552
|
+
"type": "reference",
|
|
4553
|
+
"name": "XyoModule.queryable"
|
|
4554
|
+
},
|
|
4555
|
+
"implementationOf": {
|
|
4556
|
+
"type": "reference",
|
|
4557
|
+
"name": "BridgeModule.queryable"
|
|
4558
|
+
}
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"inheritedFrom": {
|
|
4562
|
+
"type": "reference",
|
|
4563
|
+
"name": "XyoModule.queryable"
|
|
4564
|
+
},
|
|
4565
|
+
"implementationOf": {
|
|
4566
|
+
"type": "reference",
|
|
4567
|
+
"name": "BridgeModule.queryable"
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"id": 222,
|
|
4959
4572
|
"name": "shutdown",
|
|
4960
4573
|
"kind": 2048,
|
|
4961
4574
|
"kindString": "Method",
|
|
@@ -4969,7 +4582,7 @@
|
|
|
4969
4582
|
],
|
|
4970
4583
|
"signatures": [
|
|
4971
4584
|
{
|
|
4972
|
-
"id":
|
|
4585
|
+
"id": 223,
|
|
4973
4586
|
"name": "shutdown",
|
|
4974
4587
|
"kind": 4096,
|
|
4975
4588
|
"kindString": "Call signature",
|
|
@@ -4990,7 +4603,7 @@
|
|
|
4990
4603
|
}
|
|
4991
4604
|
},
|
|
4992
4605
|
{
|
|
4993
|
-
"id":
|
|
4606
|
+
"id": 220,
|
|
4994
4607
|
"name": "subscribe",
|
|
4995
4608
|
"kind": 2048,
|
|
4996
4609
|
"kindString": "Method",
|
|
@@ -5004,7 +4617,7 @@
|
|
|
5004
4617
|
],
|
|
5005
4618
|
"signatures": [
|
|
5006
4619
|
{
|
|
5007
|
-
"id":
|
|
4620
|
+
"id": 221,
|
|
5008
4621
|
"name": "subscribe",
|
|
5009
4622
|
"kind": 4096,
|
|
5010
4623
|
"kindString": "Call signature",
|
|
@@ -5029,42 +4642,42 @@
|
|
|
5029
4642
|
{
|
|
5030
4643
|
"title": "Constructors",
|
|
5031
4644
|
"children": [
|
|
5032
|
-
|
|
4645
|
+
175
|
|
5033
4646
|
]
|
|
5034
4647
|
},
|
|
5035
4648
|
{
|
|
5036
4649
|
"title": "Properties",
|
|
5037
4650
|
"children": [
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
4651
|
+
207,
|
|
4652
|
+
179,
|
|
4653
|
+
206,
|
|
4654
|
+
208
|
|
5042
4655
|
]
|
|
5043
4656
|
},
|
|
5044
4657
|
{
|
|
5045
4658
|
"title": "Accessors",
|
|
5046
4659
|
"children": [
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
4660
|
+
209,
|
|
4661
|
+
180,
|
|
4662
|
+
182,
|
|
4663
|
+
184
|
|
5051
4664
|
]
|
|
5052
4665
|
},
|
|
5053
4666
|
{
|
|
5054
4667
|
"title": "Methods",
|
|
5055
4668
|
"children": [
|
|
5056
|
-
|
|
5057
|
-
252,
|
|
5058
|
-
205,
|
|
5059
|
-
207,
|
|
5060
|
-
235,
|
|
5061
|
-
209,
|
|
5062
|
-
237,
|
|
5063
|
-
230,
|
|
4669
|
+
224,
|
|
5064
4670
|
233,
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
4671
|
+
186,
|
|
4672
|
+
188,
|
|
4673
|
+
216,
|
|
4674
|
+
190,
|
|
4675
|
+
218,
|
|
4676
|
+
214,
|
|
4677
|
+
198,
|
|
4678
|
+
211,
|
|
4679
|
+
222,
|
|
4680
|
+
220
|
|
5068
4681
|
]
|
|
5069
4682
|
}
|
|
5070
4683
|
],
|
|
@@ -5073,24 +4686,24 @@
|
|
|
5073
4686
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5074
4687
|
"line": 23,
|
|
5075
4688
|
"character": 13,
|
|
5076
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4689
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L23"
|
|
5077
4690
|
}
|
|
5078
4691
|
],
|
|
5079
4692
|
"typeParameters": [
|
|
5080
4693
|
{
|
|
5081
|
-
"id":
|
|
4694
|
+
"id": 246,
|
|
5082
4695
|
"name": "TQuery",
|
|
5083
4696
|
"kind": 131072,
|
|
5084
4697
|
"kindString": "Type parameter",
|
|
5085
4698
|
"flags": {},
|
|
5086
4699
|
"type": {
|
|
5087
4700
|
"type": "reference",
|
|
5088
|
-
"id":
|
|
4701
|
+
"id": 10,
|
|
5089
4702
|
"name": "XyoBridgeQuery"
|
|
5090
4703
|
},
|
|
5091
4704
|
"default": {
|
|
5092
4705
|
"type": "reference",
|
|
5093
|
-
"id":
|
|
4706
|
+
"id": 10,
|
|
5094
4707
|
"name": "XyoBridgeQuery"
|
|
5095
4708
|
}
|
|
5096
4709
|
}
|
|
@@ -5101,12 +4714,12 @@
|
|
|
5101
4714
|
"typeArguments": [
|
|
5102
4715
|
{
|
|
5103
4716
|
"type": "reference",
|
|
5104
|
-
"id":
|
|
4717
|
+
"id": 169,
|
|
5105
4718
|
"name": "XyoHttpBridgeConfig"
|
|
5106
4719
|
},
|
|
5107
4720
|
{
|
|
5108
4721
|
"type": "reference",
|
|
5109
|
-
"id":
|
|
4722
|
+
"id": 177,
|
|
5110
4723
|
"name": "TQuery"
|
|
5111
4724
|
}
|
|
5112
4725
|
],
|
|
@@ -5119,7 +4732,7 @@
|
|
|
5119
4732
|
"typeArguments": [
|
|
5120
4733
|
{
|
|
5121
4734
|
"type": "reference",
|
|
5122
|
-
"id":
|
|
4735
|
+
"id": 177,
|
|
5123
4736
|
"name": "TQuery"
|
|
5124
4737
|
}
|
|
5125
4738
|
],
|
|
@@ -5128,22 +4741,22 @@
|
|
|
5128
4741
|
]
|
|
5129
4742
|
},
|
|
5130
4743
|
{
|
|
5131
|
-
"id":
|
|
4744
|
+
"id": 8,
|
|
5132
4745
|
"name": "PartialBridgeConfig",
|
|
5133
4746
|
"kind": 4194304,
|
|
5134
4747
|
"kindString": "Type alias",
|
|
5135
4748
|
"flags": {},
|
|
5136
4749
|
"sources": [
|
|
5137
4750
|
{
|
|
5138
|
-
"fileName": "modules/packages/bridge/src/
|
|
5139
|
-
"line":
|
|
4751
|
+
"fileName": "modules/packages/bridge/src/PartialConfig.ts",
|
|
4752
|
+
"line": 5,
|
|
5140
4753
|
"character": 12,
|
|
5141
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4754
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/PartialConfig.ts#L5"
|
|
5142
4755
|
}
|
|
5143
4756
|
],
|
|
5144
4757
|
"typeParameters": [
|
|
5145
4758
|
{
|
|
5146
|
-
"id":
|
|
4759
|
+
"id": 9,
|
|
5147
4760
|
"name": "T",
|
|
5148
4761
|
"kind": 131072,
|
|
5149
4762
|
"kindString": "Type parameter",
|
|
@@ -5156,83 +4769,15 @@
|
|
|
5156
4769
|
}
|
|
5157
4770
|
],
|
|
5158
4771
|
"type": {
|
|
5159
|
-
"type": "
|
|
5160
|
-
"
|
|
4772
|
+
"type": "reference",
|
|
4773
|
+
"typeArguments": [
|
|
5161
4774
|
{
|
|
5162
4775
|
"type": "reference",
|
|
5163
|
-
"
|
|
5164
|
-
|
|
5165
|
-
"type": "reference",
|
|
5166
|
-
"id": 10,
|
|
5167
|
-
"name": "T"
|
|
5168
|
-
},
|
|
5169
|
-
{
|
|
5170
|
-
"type": "literal",
|
|
5171
|
-
"value": "schema"
|
|
5172
|
-
}
|
|
5173
|
-
],
|
|
5174
|
-
"name": "Omit",
|
|
5175
|
-
"qualifiedName": "Omit",
|
|
5176
|
-
"package": "typescript"
|
|
5177
|
-
},
|
|
5178
|
-
{
|
|
5179
|
-
"type": "reflection",
|
|
5180
|
-
"declaration": {
|
|
5181
|
-
"id": 8,
|
|
5182
|
-
"name": "__type",
|
|
5183
|
-
"kind": 65536,
|
|
5184
|
-
"kindString": "Type literal",
|
|
5185
|
-
"flags": {},
|
|
5186
|
-
"children": [
|
|
5187
|
-
{
|
|
5188
|
-
"id": 9,
|
|
5189
|
-
"name": "schema",
|
|
5190
|
-
"kind": 1024,
|
|
5191
|
-
"kindString": "Property",
|
|
5192
|
-
"flags": {
|
|
5193
|
-
"isOptional": true
|
|
5194
|
-
},
|
|
5195
|
-
"sources": [
|
|
5196
|
-
{
|
|
5197
|
-
"fileName": "modules/packages/bridge/src/PartialBridgeConfig.ts",
|
|
5198
|
-
"line": 4,
|
|
5199
|
-
"character": 2,
|
|
5200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/70c3bd3/packages/modules/packages/bridge/src/PartialBridgeConfig.ts#L4"
|
|
5201
|
-
}
|
|
5202
|
-
],
|
|
5203
|
-
"type": {
|
|
5204
|
-
"type": "indexedAccess",
|
|
5205
|
-
"indexType": {
|
|
5206
|
-
"type": "literal",
|
|
5207
|
-
"value": "schema"
|
|
5208
|
-
},
|
|
5209
|
-
"objectType": {
|
|
5210
|
-
"type": "reference",
|
|
5211
|
-
"id": 10,
|
|
5212
|
-
"name": "T"
|
|
5213
|
-
}
|
|
5214
|
-
}
|
|
5215
|
-
}
|
|
5216
|
-
],
|
|
5217
|
-
"groups": [
|
|
5218
|
-
{
|
|
5219
|
-
"title": "Properties",
|
|
5220
|
-
"children": [
|
|
5221
|
-
9
|
|
5222
|
-
]
|
|
5223
|
-
}
|
|
5224
|
-
],
|
|
5225
|
-
"sources": [
|
|
5226
|
-
{
|
|
5227
|
-
"fileName": "modules/packages/bridge/src/PartialBridgeConfig.ts",
|
|
5228
|
-
"line": 3,
|
|
5229
|
-
"character": 81,
|
|
5230
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/70c3bd3/packages/modules/packages/bridge/src/PartialBridgeConfig.ts#L3"
|
|
5231
|
-
}
|
|
5232
|
-
]
|
|
5233
|
-
}
|
|
4776
|
+
"id": 9,
|
|
4777
|
+
"name": "T"
|
|
5234
4778
|
}
|
|
5235
|
-
]
|
|
4779
|
+
],
|
|
4780
|
+
"name": "PartialModuleConfig"
|
|
5236
4781
|
}
|
|
5237
4782
|
},
|
|
5238
4783
|
{
|
|
@@ -5246,12 +4791,12 @@
|
|
|
5246
4791
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5247
4792
|
"line": 7,
|
|
5248
4793
|
"character": 12,
|
|
5249
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4794
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L7"
|
|
5250
4795
|
}
|
|
5251
4796
|
],
|
|
5252
4797
|
"typeParameters": [
|
|
5253
4798
|
{
|
|
5254
|
-
"id":
|
|
4799
|
+
"id": 7,
|
|
5255
4800
|
"name": "TConfig",
|
|
5256
4801
|
"kind": 131072,
|
|
5257
4802
|
"kindString": "Type parameter",
|
|
@@ -5283,7 +4828,7 @@
|
|
|
5283
4828
|
"children": [
|
|
5284
4829
|
{
|
|
5285
4830
|
"id": 5,
|
|
5286
|
-
"name": "
|
|
4831
|
+
"name": "nodeUri",
|
|
5287
4832
|
"kind": 1024,
|
|
5288
4833
|
"kindString": "Property",
|
|
5289
4834
|
"flags": {},
|
|
@@ -5292,7 +4837,28 @@
|
|
|
5292
4837
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5293
4838
|
"line": 9,
|
|
5294
4839
|
"character": 4,
|
|
5295
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4840
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L9"
|
|
4841
|
+
}
|
|
4842
|
+
],
|
|
4843
|
+
"type": {
|
|
4844
|
+
"type": "intrinsic",
|
|
4845
|
+
"name": "string"
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"id": 6,
|
|
4850
|
+
"name": "targetAddress",
|
|
4851
|
+
"kind": 1024,
|
|
4852
|
+
"kindString": "Property",
|
|
4853
|
+
"flags": {
|
|
4854
|
+
"isOptional": true
|
|
4855
|
+
},
|
|
4856
|
+
"sources": [
|
|
4857
|
+
{
|
|
4858
|
+
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4859
|
+
"line": 10,
|
|
4860
|
+
"character": 4,
|
|
4861
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L10"
|
|
5296
4862
|
}
|
|
5297
4863
|
],
|
|
5298
4864
|
"type": {
|
|
@@ -5305,7 +4871,8 @@
|
|
|
5305
4871
|
{
|
|
5306
4872
|
"title": "Properties",
|
|
5307
4873
|
"children": [
|
|
5308
|
-
5
|
|
4874
|
+
5,
|
|
4875
|
+
6
|
|
5309
4876
|
]
|
|
5310
4877
|
}
|
|
5311
4878
|
],
|
|
@@ -5314,14 +4881,14 @@
|
|
|
5314
4881
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5315
4882
|
"line": 8,
|
|
5316
4883
|
"character": 2,
|
|
5317
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4884
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L8"
|
|
5318
4885
|
}
|
|
5319
4886
|
]
|
|
5320
4887
|
}
|
|
5321
4888
|
},
|
|
5322
4889
|
{
|
|
5323
4890
|
"type": "reference",
|
|
5324
|
-
"id":
|
|
4891
|
+
"id": 7,
|
|
5325
4892
|
"name": "TConfig"
|
|
5326
4893
|
}
|
|
5327
4894
|
]
|
|
@@ -5341,13 +4908,13 @@
|
|
|
5341
4908
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5342
4909
|
"line": 4,
|
|
5343
4910
|
"character": 12,
|
|
5344
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4911
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L4"
|
|
5345
4912
|
},
|
|
5346
4913
|
{
|
|
5347
4914
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5348
4915
|
"line": 5,
|
|
5349
4916
|
"character": 13,
|
|
5350
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4917
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L5"
|
|
5351
4918
|
}
|
|
5352
4919
|
],
|
|
5353
4920
|
"type": {
|
|
@@ -5356,7 +4923,7 @@
|
|
|
5356
4923
|
}
|
|
5357
4924
|
},
|
|
5358
4925
|
{
|
|
5359
|
-
"id":
|
|
4926
|
+
"id": 14,
|
|
5360
4927
|
"name": "XyoBridgeConnectQuery",
|
|
5361
4928
|
"kind": 4194304,
|
|
5362
4929
|
"kindString": "Type alias",
|
|
@@ -5366,7 +4933,7 @@
|
|
|
5366
4933
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5367
4934
|
"line": 6,
|
|
5368
4935
|
"character": 12,
|
|
5369
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4936
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
|
|
5370
4937
|
}
|
|
5371
4938
|
],
|
|
5372
4939
|
"type": {
|
|
@@ -5375,14 +4942,14 @@
|
|
|
5375
4942
|
{
|
|
5376
4943
|
"type": "reflection",
|
|
5377
4944
|
"declaration": {
|
|
5378
|
-
"id":
|
|
4945
|
+
"id": 15,
|
|
5379
4946
|
"name": "__type",
|
|
5380
4947
|
"kind": 65536,
|
|
5381
4948
|
"kindString": "Type literal",
|
|
5382
4949
|
"flags": {},
|
|
5383
4950
|
"children": [
|
|
5384
4951
|
{
|
|
5385
|
-
"id":
|
|
4952
|
+
"id": 16,
|
|
5386
4953
|
"name": "schema",
|
|
5387
4954
|
"kind": 1024,
|
|
5388
4955
|
"kindString": "Property",
|
|
@@ -5392,17 +4959,17 @@
|
|
|
5392
4959
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5393
4960
|
"line": 7,
|
|
5394
4961
|
"character": 2,
|
|
5395
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4962
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L7"
|
|
5396
4963
|
}
|
|
5397
4964
|
],
|
|
5398
4965
|
"type": {
|
|
5399
4966
|
"type": "reference",
|
|
5400
|
-
"id":
|
|
4967
|
+
"id": 12,
|
|
5401
4968
|
"name": "XyoBridgeConnectQuerySchema"
|
|
5402
4969
|
}
|
|
5403
4970
|
},
|
|
5404
4971
|
{
|
|
5405
|
-
"id":
|
|
4972
|
+
"id": 17,
|
|
5406
4973
|
"name": "uri",
|
|
5407
4974
|
"kind": 1024,
|
|
5408
4975
|
"kindString": "Property",
|
|
@@ -5414,7 +4981,7 @@
|
|
|
5414
4981
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5415
4982
|
"line": 8,
|
|
5416
4983
|
"character": 2,
|
|
5417
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4984
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L8"
|
|
5418
4985
|
}
|
|
5419
4986
|
],
|
|
5420
4987
|
"type": {
|
|
@@ -5427,8 +4994,8 @@
|
|
|
5427
4994
|
{
|
|
5428
4995
|
"title": "Properties",
|
|
5429
4996
|
"children": [
|
|
5430
|
-
|
|
5431
|
-
|
|
4997
|
+
16,
|
|
4998
|
+
17
|
|
5432
4999
|
]
|
|
5433
5000
|
}
|
|
5434
5001
|
],
|
|
@@ -5437,7 +5004,7 @@
|
|
|
5437
5004
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5438
5005
|
"line": 6,
|
|
5439
5006
|
"character": 45,
|
|
5440
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5007
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
|
|
5441
5008
|
}
|
|
5442
5009
|
]
|
|
5443
5010
|
}
|
|
@@ -5447,7 +5014,7 @@
|
|
|
5447
5014
|
}
|
|
5448
5015
|
},
|
|
5449
5016
|
{
|
|
5450
|
-
"id":
|
|
5017
|
+
"id": 13,
|
|
5451
5018
|
"name": "XyoBridgeConnectQuerySchema",
|
|
5452
5019
|
"kind": 4194304,
|
|
5453
5020
|
"kindString": "Type alias",
|
|
@@ -5457,13 +5024,13 @@
|
|
|
5457
5024
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5458
5025
|
"line": 3,
|
|
5459
5026
|
"character": 12,
|
|
5460
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5027
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
|
|
5461
5028
|
},
|
|
5462
5029
|
{
|
|
5463
5030
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5464
5031
|
"line": 4,
|
|
5465
5032
|
"character": 13,
|
|
5466
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5033
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
|
|
5467
5034
|
}
|
|
5468
5035
|
],
|
|
5469
5036
|
"type": {
|
|
@@ -5472,7 +5039,7 @@
|
|
|
5472
5039
|
}
|
|
5473
5040
|
},
|
|
5474
5041
|
{
|
|
5475
|
-
"id":
|
|
5042
|
+
"id": 20,
|
|
5476
5043
|
"name": "XyoBridgeDisconnectQuery",
|
|
5477
5044
|
"kind": 4194304,
|
|
5478
5045
|
"kindString": "Type alias",
|
|
@@ -5482,7 +5049,7 @@
|
|
|
5482
5049
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5483
5050
|
"line": 6,
|
|
5484
5051
|
"character": 12,
|
|
5485
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5052
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
|
|
5486
5053
|
}
|
|
5487
5054
|
],
|
|
5488
5055
|
"type": {
|
|
@@ -5491,14 +5058,14 @@
|
|
|
5491
5058
|
{
|
|
5492
5059
|
"type": "reflection",
|
|
5493
5060
|
"declaration": {
|
|
5494
|
-
"id":
|
|
5061
|
+
"id": 21,
|
|
5495
5062
|
"name": "__type",
|
|
5496
5063
|
"kind": 65536,
|
|
5497
5064
|
"kindString": "Type literal",
|
|
5498
5065
|
"flags": {},
|
|
5499
5066
|
"children": [
|
|
5500
5067
|
{
|
|
5501
|
-
"id":
|
|
5068
|
+
"id": 22,
|
|
5502
5069
|
"name": "schema",
|
|
5503
5070
|
"kind": 1024,
|
|
5504
5071
|
"kindString": "Property",
|
|
@@ -5508,17 +5075,17 @@
|
|
|
5508
5075
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5509
5076
|
"line": 7,
|
|
5510
5077
|
"character": 2,
|
|
5511
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5078
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L7"
|
|
5512
5079
|
}
|
|
5513
5080
|
],
|
|
5514
5081
|
"type": {
|
|
5515
5082
|
"type": "reference",
|
|
5516
|
-
"id":
|
|
5083
|
+
"id": 18,
|
|
5517
5084
|
"name": "XyoBridgeDisconnectQuerySchema"
|
|
5518
5085
|
}
|
|
5519
5086
|
},
|
|
5520
5087
|
{
|
|
5521
|
-
"id":
|
|
5088
|
+
"id": 23,
|
|
5522
5089
|
"name": "uri",
|
|
5523
5090
|
"kind": 1024,
|
|
5524
5091
|
"kindString": "Property",
|
|
@@ -5530,7 +5097,7 @@
|
|
|
5530
5097
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5531
5098
|
"line": 8,
|
|
5532
5099
|
"character": 2,
|
|
5533
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L8"
|
|
5534
5101
|
}
|
|
5535
5102
|
],
|
|
5536
5103
|
"type": {
|
|
@@ -5543,8 +5110,8 @@
|
|
|
5543
5110
|
{
|
|
5544
5111
|
"title": "Properties",
|
|
5545
5112
|
"children": [
|
|
5546
|
-
|
|
5547
|
-
|
|
5113
|
+
22,
|
|
5114
|
+
23
|
|
5548
5115
|
]
|
|
5549
5116
|
}
|
|
5550
5117
|
],
|
|
@@ -5553,7 +5120,7 @@
|
|
|
5553
5120
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5554
5121
|
"line": 6,
|
|
5555
5122
|
"character": 48,
|
|
5556
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5123
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
|
|
5557
5124
|
}
|
|
5558
5125
|
]
|
|
5559
5126
|
}
|
|
@@ -5563,7 +5130,7 @@
|
|
|
5563
5130
|
}
|
|
5564
5131
|
},
|
|
5565
5132
|
{
|
|
5566
|
-
"id":
|
|
5133
|
+
"id": 19,
|
|
5567
5134
|
"name": "XyoBridgeDisconnectQuerySchema",
|
|
5568
5135
|
"kind": 4194304,
|
|
5569
5136
|
"kindString": "Type alias",
|
|
@@ -5573,13 +5140,13 @@
|
|
|
5573
5140
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5574
5141
|
"line": 3,
|
|
5575
5142
|
"character": 12,
|
|
5576
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5143
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
|
|
5577
5144
|
},
|
|
5578
5145
|
{
|
|
5579
5146
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5580
5147
|
"line": 4,
|
|
5581
5148
|
"character": 13,
|
|
5582
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5149
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
|
|
5583
5150
|
}
|
|
5584
5151
|
],
|
|
5585
5152
|
"type": {
|
|
@@ -5588,7 +5155,7 @@
|
|
|
5588
5155
|
}
|
|
5589
5156
|
},
|
|
5590
5157
|
{
|
|
5591
|
-
"id":
|
|
5158
|
+
"id": 10,
|
|
5592
5159
|
"name": "XyoBridgeQuery",
|
|
5593
5160
|
"kind": 4194304,
|
|
5594
5161
|
"kindString": "Type alias",
|
|
@@ -5598,7 +5165,7 @@
|
|
|
5598
5165
|
"fileName": "modules/packages/bridge/src/Queries/index.ts",
|
|
5599
5166
|
"line": 9,
|
|
5600
5167
|
"character": 12,
|
|
5601
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5168
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/index.ts#L9"
|
|
5602
5169
|
}
|
|
5603
5170
|
],
|
|
5604
5171
|
"type": {
|
|
@@ -5606,12 +5173,12 @@
|
|
|
5606
5173
|
"types": [
|
|
5607
5174
|
{
|
|
5608
5175
|
"type": "reference",
|
|
5609
|
-
"id":
|
|
5176
|
+
"id": 14,
|
|
5610
5177
|
"name": "XyoBridgeConnectQuery"
|
|
5611
5178
|
},
|
|
5612
5179
|
{
|
|
5613
5180
|
"type": "reference",
|
|
5614
|
-
"id":
|
|
5181
|
+
"id": 20,
|
|
5615
5182
|
"name": "XyoBridgeDisconnectQuery"
|
|
5616
5183
|
},
|
|
5617
5184
|
{
|
|
@@ -5622,7 +5189,7 @@
|
|
|
5622
5189
|
}
|
|
5623
5190
|
},
|
|
5624
5191
|
{
|
|
5625
|
-
"id":
|
|
5192
|
+
"id": 11,
|
|
5626
5193
|
"name": "XyoBridgeQuerySchema",
|
|
5627
5194
|
"kind": 4194304,
|
|
5628
5195
|
"kindString": "Type alias",
|
|
@@ -5632,7 +5199,7 @@
|
|
|
5632
5199
|
"fileName": "modules/packages/bridge/src/Queries/index.ts",
|
|
5633
5200
|
"line": 11,
|
|
5634
5201
|
"character": 12,
|
|
5635
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5202
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/index.ts#L11"
|
|
5636
5203
|
}
|
|
5637
5204
|
],
|
|
5638
5205
|
"type": {
|
|
@@ -5640,12 +5207,12 @@
|
|
|
5640
5207
|
"types": [
|
|
5641
5208
|
{
|
|
5642
5209
|
"type": "reference",
|
|
5643
|
-
"id":
|
|
5210
|
+
"id": 12,
|
|
5644
5211
|
"name": "XyoBridgeConnectQuerySchema"
|
|
5645
5212
|
},
|
|
5646
5213
|
{
|
|
5647
5214
|
"type": "reference",
|
|
5648
|
-
"id":
|
|
5215
|
+
"id": 18,
|
|
5649
5216
|
"name": "XyoBridgeDisconnectQuerySchema"
|
|
5650
5217
|
},
|
|
5651
5218
|
{
|
|
@@ -5656,7 +5223,7 @@
|
|
|
5656
5223
|
}
|
|
5657
5224
|
},
|
|
5658
5225
|
{
|
|
5659
|
-
"id":
|
|
5226
|
+
"id": 169,
|
|
5660
5227
|
"name": "XyoHttpBridgeConfig",
|
|
5661
5228
|
"kind": 4194304,
|
|
5662
5229
|
"kindString": "Type alias",
|
|
@@ -5666,7 +5233,7 @@
|
|
|
5666
5233
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5667
5234
|
"line": 17,
|
|
5668
5235
|
"character": 12,
|
|
5669
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5236
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
|
|
5670
5237
|
}
|
|
5671
5238
|
],
|
|
5672
5239
|
"type": {
|
|
@@ -5676,14 +5243,14 @@
|
|
|
5676
5243
|
{
|
|
5677
5244
|
"type": "reflection",
|
|
5678
5245
|
"declaration": {
|
|
5679
|
-
"id":
|
|
5246
|
+
"id": 170,
|
|
5680
5247
|
"name": "__type",
|
|
5681
5248
|
"kind": 65536,
|
|
5682
5249
|
"kindString": "Type literal",
|
|
5683
5250
|
"flags": {},
|
|
5684
5251
|
"children": [
|
|
5685
5252
|
{
|
|
5686
|
-
"id":
|
|
5253
|
+
"id": 173,
|
|
5687
5254
|
"name": "axios",
|
|
5688
5255
|
"kind": 1024,
|
|
5689
5256
|
"kindString": "Property",
|
|
@@ -5695,18 +5262,16 @@
|
|
|
5695
5262
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5696
5263
|
"line": 20,
|
|
5697
5264
|
"character": 2,
|
|
5698
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5265
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L20"
|
|
5699
5266
|
}
|
|
5700
5267
|
],
|
|
5701
5268
|
"type": {
|
|
5702
5269
|
"type": "reference",
|
|
5703
|
-
"name": "
|
|
5704
|
-
"qualifiedName": "AxiosRequestConfig",
|
|
5705
|
-
"package": "axios"
|
|
5270
|
+
"name": "AxiosJsonRequestConfig"
|
|
5706
5271
|
}
|
|
5707
5272
|
},
|
|
5708
5273
|
{
|
|
5709
|
-
"id":
|
|
5274
|
+
"id": 172,
|
|
5710
5275
|
"name": "headers",
|
|
5711
5276
|
"kind": 1024,
|
|
5712
5277
|
"kindString": "Property",
|
|
@@ -5718,7 +5283,7 @@
|
|
|
5718
5283
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5719
5284
|
"line": 19,
|
|
5720
5285
|
"character": 2,
|
|
5721
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5286
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L19"
|
|
5722
5287
|
}
|
|
5723
5288
|
],
|
|
5724
5289
|
"type": {
|
|
@@ -5729,7 +5294,7 @@
|
|
|
5729
5294
|
}
|
|
5730
5295
|
},
|
|
5731
5296
|
{
|
|
5732
|
-
"id":
|
|
5297
|
+
"id": 171,
|
|
5733
5298
|
"name": "schema",
|
|
5734
5299
|
"kind": 1024,
|
|
5735
5300
|
"kindString": "Property",
|
|
@@ -5739,12 +5304,12 @@
|
|
|
5739
5304
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5740
5305
|
"line": 18,
|
|
5741
5306
|
"character": 2,
|
|
5742
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5307
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L18"
|
|
5743
5308
|
}
|
|
5744
5309
|
],
|
|
5745
5310
|
"type": {
|
|
5746
5311
|
"type": "reference",
|
|
5747
|
-
"id":
|
|
5312
|
+
"id": 167,
|
|
5748
5313
|
"name": "XyoHttpBridgeConfigSchema"
|
|
5749
5314
|
}
|
|
5750
5315
|
}
|
|
@@ -5753,9 +5318,9 @@
|
|
|
5753
5318
|
{
|
|
5754
5319
|
"title": "Properties",
|
|
5755
5320
|
"children": [
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5321
|
+
173,
|
|
5322
|
+
172,
|
|
5323
|
+
171
|
|
5759
5324
|
]
|
|
5760
5325
|
}
|
|
5761
5326
|
],
|
|
@@ -5764,7 +5329,7 @@
|
|
|
5764
5329
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5765
5330
|
"line": 17,
|
|
5766
5331
|
"character": 50,
|
|
5767
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5332
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
|
|
5768
5333
|
}
|
|
5769
5334
|
]
|
|
5770
5335
|
}
|
|
@@ -5774,7 +5339,7 @@
|
|
|
5774
5339
|
}
|
|
5775
5340
|
},
|
|
5776
5341
|
{
|
|
5777
|
-
"id":
|
|
5342
|
+
"id": 168,
|
|
5778
5343
|
"name": "XyoHttpBridgeConfigSchema",
|
|
5779
5344
|
"kind": 4194304,
|
|
5780
5345
|
"kindString": "Type alias",
|
|
@@ -5784,13 +5349,13 @@
|
|
|
5784
5349
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5785
5350
|
"line": 14,
|
|
5786
5351
|
"character": 12,
|
|
5787
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5352
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
|
|
5788
5353
|
},
|
|
5789
5354
|
{
|
|
5790
5355
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5791
5356
|
"line": 15,
|
|
5792
5357
|
"character": 13,
|
|
5793
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5358
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
|
|
5794
5359
|
}
|
|
5795
5360
|
],
|
|
5796
5361
|
"type": {
|
|
@@ -5809,13 +5374,13 @@
|
|
|
5809
5374
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5810
5375
|
"line": 4,
|
|
5811
5376
|
"character": 12,
|
|
5812
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5377
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L4"
|
|
5813
5378
|
},
|
|
5814
5379
|
{
|
|
5815
5380
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5816
5381
|
"line": 5,
|
|
5817
5382
|
"character": 13,
|
|
5818
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5383
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Config.ts#L5"
|
|
5819
5384
|
}
|
|
5820
5385
|
],
|
|
5821
5386
|
"type": {
|
|
@@ -5824,7 +5389,7 @@
|
|
|
5824
5389
|
}
|
|
5825
5390
|
},
|
|
5826
5391
|
{
|
|
5827
|
-
"id":
|
|
5392
|
+
"id": 12,
|
|
5828
5393
|
"name": "XyoBridgeConnectQuerySchema",
|
|
5829
5394
|
"kind": 32,
|
|
5830
5395
|
"kindString": "Variable",
|
|
@@ -5834,13 +5399,13 @@
|
|
|
5834
5399
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5835
5400
|
"line": 3,
|
|
5836
5401
|
"character": 12,
|
|
5837
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5402
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
|
|
5838
5403
|
},
|
|
5839
5404
|
{
|
|
5840
5405
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5841
5406
|
"line": 4,
|
|
5842
5407
|
"character": 13,
|
|
5843
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
|
|
5844
5409
|
}
|
|
5845
5410
|
],
|
|
5846
5411
|
"type": {
|
|
@@ -5849,7 +5414,7 @@
|
|
|
5849
5414
|
}
|
|
5850
5415
|
},
|
|
5851
5416
|
{
|
|
5852
|
-
"id":
|
|
5417
|
+
"id": 18,
|
|
5853
5418
|
"name": "XyoBridgeDisconnectQuerySchema",
|
|
5854
5419
|
"kind": 32,
|
|
5855
5420
|
"kindString": "Variable",
|
|
@@ -5859,13 +5424,13 @@
|
|
|
5859
5424
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5860
5425
|
"line": 3,
|
|
5861
5426
|
"character": 12,
|
|
5862
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5427
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
|
|
5863
5428
|
},
|
|
5864
5429
|
{
|
|
5865
5430
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5866
5431
|
"line": 4,
|
|
5867
5432
|
"character": 13,
|
|
5868
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5433
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
|
|
5869
5434
|
}
|
|
5870
5435
|
],
|
|
5871
5436
|
"type": {
|
|
@@ -5874,7 +5439,7 @@
|
|
|
5874
5439
|
}
|
|
5875
5440
|
},
|
|
5876
5441
|
{
|
|
5877
|
-
"id":
|
|
5442
|
+
"id": 167,
|
|
5878
5443
|
"name": "XyoHttpBridgeConfigSchema",
|
|
5879
5444
|
"kind": 32,
|
|
5880
5445
|
"kindString": "Variable",
|
|
@@ -5884,13 +5449,13 @@
|
|
|
5884
5449
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5885
5450
|
"line": 14,
|
|
5886
5451
|
"character": 12,
|
|
5887
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5452
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
|
|
5888
5453
|
},
|
|
5889
5454
|
{
|
|
5890
5455
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5891
5456
|
"line": 15,
|
|
5892
5457
|
"character": 13,
|
|
5893
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5458
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
|
|
5894
5459
|
}
|
|
5895
5460
|
],
|
|
5896
5461
|
"type": {
|
|
@@ -5903,34 +5468,34 @@
|
|
|
5903
5468
|
{
|
|
5904
5469
|
"title": "Classes",
|
|
5905
5470
|
"children": [
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5471
|
+
24,
|
|
5472
|
+
104,
|
|
5473
|
+
174
|
|
5909
5474
|
]
|
|
5910
5475
|
},
|
|
5911
5476
|
{
|
|
5912
5477
|
"title": "Type Aliases",
|
|
5913
5478
|
"children": [
|
|
5914
|
-
|
|
5479
|
+
8,
|
|
5915
5480
|
3,
|
|
5916
5481
|
2,
|
|
5917
|
-
15,
|
|
5918
5482
|
14,
|
|
5919
|
-
|
|
5483
|
+
13,
|
|
5920
5484
|
20,
|
|
5485
|
+
19,
|
|
5486
|
+
10,
|
|
5921
5487
|
11,
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
187
|
|
5488
|
+
169,
|
|
5489
|
+
168
|
|
5925
5490
|
]
|
|
5926
5491
|
},
|
|
5927
5492
|
{
|
|
5928
5493
|
"title": "Variables",
|
|
5929
5494
|
"children": [
|
|
5930
5495
|
1,
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5496
|
+
12,
|
|
5497
|
+
18,
|
|
5498
|
+
167
|
|
5934
5499
|
]
|
|
5935
5500
|
}
|
|
5936
5501
|
],
|
|
@@ -5939,7 +5504,7 @@
|
|
|
5939
5504
|
"fileName": "modules/packages/bridge/src/index.ts",
|
|
5940
5505
|
"line": 1,
|
|
5941
5506
|
"character": 0,
|
|
5942
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5507
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/bridge/src/index.ts#L1"
|
|
5943
5508
|
}
|
|
5944
5509
|
]
|
|
5945
5510
|
}
|