@xyo-network/ethereum-blockchain-payload-plugins 2.32.0 → 2.33.0-rc.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.
Files changed (2) hide show
  1. package/dist/docs.json +939 -1198
  2. package/package.json +4 -3
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -55,7 +55,9 @@
55
55
  "name": "config",
56
56
  "kind": 32768,
57
57
  "kindString": "Parameter",
58
- "flags": {},
58
+ "flags": {
59
+ "isOptional": true
60
+ },
59
61
  "type": {
60
62
  "type": "reference",
61
63
  "typeArguments": [
@@ -236,7 +238,7 @@
236
238
  }
237
239
  },
238
240
  {
239
- "id": 53,
241
+ "id": 61,
240
242
  "name": "bindHashes",
241
243
  "kind": 2048,
242
244
  "kindString": "Method",
@@ -244,20 +246,20 @@
244
246
  "sources": [
245
247
  {
246
248
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
247
- "line": 21,
249
+ "line": 22,
248
250
  "character": 4
249
251
  }
250
252
  ],
251
253
  "signatures": [
252
254
  {
253
- "id": 54,
255
+ "id": 62,
254
256
  "name": "bindHashes",
255
257
  "kind": 4096,
256
258
  "kindString": "Call signature",
257
259
  "flags": {},
258
260
  "parameters": [
259
261
  {
260
- "id": 55,
262
+ "id": 63,
261
263
  "name": "hashes",
262
264
  "kind": 32768,
263
265
  "kindString": "Parameter",
@@ -271,7 +273,7 @@
271
273
  }
272
274
  },
273
275
  {
274
- "id": 56,
276
+ "id": 64,
275
277
  "name": "schema",
276
278
  "kind": 32768,
277
279
  "kindString": "Parameter",
@@ -283,128 +285,32 @@
283
285
  "name": "string"
284
286
  }
285
287
  }
288
+ },
289
+ {
290
+ "id": 65,
291
+ "name": "queryAccount",
292
+ "kind": 32768,
293
+ "kindString": "Parameter",
294
+ "flags": {},
295
+ "type": {
296
+ "type": "reference",
297
+ "name": "XyoAccount"
298
+ }
286
299
  }
287
300
  ],
288
301
  "type": {
289
302
  "type": "reference",
290
303
  "typeArguments": [
291
304
  {
292
- "type": "reference",
293
- "name": "XyoBoundWitness"
305
+ "type": "intrinsic",
306
+ "name": "unknown"
294
307
  },
295
308
  {
296
- "type": "reflection",
297
- "declaration": {
298
- "id": 57,
299
- "name": "__type",
300
- "kind": 65536,
301
- "kindString": "Type literal",
302
- "flags": {},
303
- "children": [
304
- {
305
- "id": 59,
306
- "name": "previousHash",
307
- "kind": 1024,
308
- "kindString": "Property",
309
- "flags": {
310
- "isOptional": true
311
- },
312
- "sources": [
313
- {
314
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
315
- "line": 23,
316
- "character": 8
317
- }
318
- ],
319
- "type": {
320
- "type": "intrinsic",
321
- "name": "string"
322
- }
323
- },
324
- {
325
- "id": 58,
326
- "name": "schema",
327
- "kind": 1024,
328
- "kindString": "Property",
329
- "flags": {},
330
- "sources": [
331
- {
332
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
333
- "line": 22,
334
- "character": 8
335
- }
336
- ],
337
- "type": {
338
- "type": "intrinsic",
339
- "name": "string"
340
- }
341
- },
342
- {
343
- "id": 60,
344
- "name": "sources",
345
- "kind": 1024,
346
- "kindString": "Property",
347
- "flags": {
348
- "isOptional": true
349
- },
350
- "sources": [
351
- {
352
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
353
- "line": 24,
354
- "character": 8
355
- }
356
- ],
357
- "type": {
358
- "type": "array",
359
- "elementType": {
360
- "type": "intrinsic",
361
- "name": "string"
362
- }
363
- }
364
- },
365
- {
366
- "id": 61,
367
- "name": "timestamp",
368
- "kind": 1024,
369
- "kindString": "Property",
370
- "flags": {
371
- "isOptional": true
372
- },
373
- "sources": [
374
- {
375
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
376
- "line": 25,
377
- "character": 8
378
- }
379
- ],
380
- "type": {
381
- "type": "intrinsic",
382
- "name": "number"
383
- }
384
- }
385
- ],
386
- "groups": [
387
- {
388
- "title": "Properties",
389
- "children": [
390
- 59,
391
- 58,
392
- 60,
393
- 61
394
- ]
395
- }
396
- ],
397
- "sources": [
398
- {
399
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
400
- "line": 21,
401
- "character": 165
402
- }
403
- ]
404
- }
309
+ "type": "reference",
310
+ "name": "XyoAccount"
405
311
  }
406
312
  ],
407
- "name": "XyoBoundWitnessWithMeta"
313
+ "name": "PromiseEx"
408
314
  },
409
315
  "inheritedFrom": {
410
316
  "type": "reference",
@@ -418,7 +324,79 @@
418
324
  }
419
325
  },
420
326
  {
421
- "id": 62,
327
+ "id": 57,
328
+ "name": "bindHashesInternal",
329
+ "kind": 2048,
330
+ "kindString": "Method",
331
+ "flags": {},
332
+ "sources": [
333
+ {
334
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
335
+ "line": 21,
336
+ "character": 4
337
+ }
338
+ ],
339
+ "signatures": [
340
+ {
341
+ "id": 58,
342
+ "name": "bindHashesInternal",
343
+ "kind": 4096,
344
+ "kindString": "Call signature",
345
+ "flags": {},
346
+ "parameters": [
347
+ {
348
+ "id": 59,
349
+ "name": "hashes",
350
+ "kind": 32768,
351
+ "kindString": "Parameter",
352
+ "flags": {},
353
+ "type": {
354
+ "type": "array",
355
+ "elementType": {
356
+ "type": "intrinsic",
357
+ "name": "string"
358
+ }
359
+ }
360
+ },
361
+ {
362
+ "id": 60,
363
+ "name": "schema",
364
+ "kind": 32768,
365
+ "kindString": "Parameter",
366
+ "flags": {},
367
+ "type": {
368
+ "type": "array",
369
+ "elementType": {
370
+ "type": "intrinsic",
371
+ "name": "string"
372
+ }
373
+ }
374
+ }
375
+ ],
376
+ "type": {
377
+ "type": "reference",
378
+ "typeArguments": [
379
+ {
380
+ "type": "reference",
381
+ "id": 10,
382
+ "name": "XyoEthereumGasEtherchainV1Payload"
383
+ }
384
+ ],
385
+ "name": "XyoModuleQueryResult"
386
+ },
387
+ "inheritedFrom": {
388
+ "type": "reference",
389
+ "name": "XyoTimestampWitness.bindHashesInternal"
390
+ }
391
+ }
392
+ ],
393
+ "inheritedFrom": {
394
+ "type": "reference",
395
+ "name": "XyoTimestampWitness.bindHashesInternal"
396
+ }
397
+ },
398
+ {
399
+ "id": 69,
422
400
  "name": "bindPayloads",
423
401
  "kind": 2048,
424
402
  "kindString": "Method",
@@ -426,20 +404,20 @@
426
404
  "sources": [
427
405
  {
428
406
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
429
- "line": 27,
407
+ "line": 24,
430
408
  "character": 4
431
409
  }
432
410
  ],
433
411
  "signatures": [
434
412
  {
435
- "id": 63,
413
+ "id": 70,
436
414
  "name": "bindPayloads",
437
415
  "kind": 4096,
438
416
  "kindString": "Call signature",
439
417
  "flags": {},
440
418
  "parameters": [
441
419
  {
442
- "id": 64,
420
+ "id": 71,
443
421
  "name": "payloads",
444
422
  "kind": 32768,
445
423
  "kindString": "Parameter",
@@ -454,119 +432,26 @@
454
432
  "value": null
455
433
  },
456
434
  {
457
- "type": "reflection",
458
- "declaration": {
459
- "id": 65,
460
- "name": "__type",
461
- "kind": 65536,
462
- "kindString": "Type literal",
463
- "flags": {},
464
- "children": [
465
- {
466
- "id": 67,
467
- "name": "previousHash",
468
- "kind": 1024,
469
- "kindString": "Property",
470
- "flags": {
471
- "isOptional": true
472
- },
473
- "sources": [
474
- {
475
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
476
- "line": 9,
477
- "character": 4
478
- }
479
- ],
480
- "type": {
481
- "type": "intrinsic",
482
- "name": "string"
483
- }
484
- },
485
- {
486
- "id": 66,
487
- "name": "schema",
488
- "kind": 1024,
489
- "kindString": "Property",
490
- "flags": {},
491
- "sources": [
492
- {
493
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
494
- "line": 8,
495
- "character": 4
496
- }
497
- ],
498
- "type": {
499
- "type": "intrinsic",
500
- "name": "string"
501
- }
502
- },
503
- {
504
- "id": 68,
505
- "name": "sources",
506
- "kind": 1024,
507
- "kindString": "Property",
508
- "flags": {
509
- "isOptional": true
510
- },
511
- "sources": [
512
- {
513
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
514
- "line": 10,
515
- "character": 4
516
- }
517
- ],
518
- "type": {
519
- "type": "array",
520
- "elementType": {
521
- "type": "intrinsic",
522
- "name": "string"
523
- }
524
- }
525
- },
526
- {
527
- "id": 69,
528
- "name": "timestamp",
529
- "kind": 1024,
530
- "kindString": "Property",
531
- "flags": {
532
- "isOptional": true
533
- },
534
- "sources": [
535
- {
536
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
537
- "line": 11,
538
- "character": 4
539
- }
540
- ],
541
- "type": {
542
- "type": "intrinsic",
543
- "name": "number"
544
- }
545
- }
546
- ],
547
- "groups": [
548
- {
549
- "title": "Properties",
550
- "children": [
551
- 67,
552
- 66,
553
- 68,
554
- 69
555
- ]
556
- }
557
- ],
558
- "sources": [
559
- {
560
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
561
- "line": 7,
562
- "character": 107
563
- }
564
- ]
565
- }
435
+ "type": "reference",
436
+ "id": 10,
437
+ "name": "XyoEthereumGasEtherchainV1Payload"
566
438
  }
567
439
  ]
568
440
  }
569
441
  }
442
+ },
443
+ {
444
+ "id": 72,
445
+ "name": "account",
446
+ "kind": 32768,
447
+ "kindString": "Parameter",
448
+ "flags": {
449
+ "isOptional": true
450
+ },
451
+ "type": {
452
+ "type": "reference",
453
+ "name": "XyoAccount"
454
+ }
570
455
  }
571
456
  ],
572
457
  "type": {
@@ -574,131 +459,99 @@
574
459
  "typeArguments": [
575
460
  {
576
461
  "type": "reference",
577
- "name": "XyoBoundWitness"
462
+ "typeArguments": [
463
+ {
464
+ "type": "reference",
465
+ "id": 10,
466
+ "name": "XyoEthereumGasEtherchainV1Payload"
467
+ }
468
+ ],
469
+ "name": "XyoModuleQueryResult"
578
470
  },
579
471
  {
580
- "type": "reflection",
581
- "declaration": {
582
- "id": 70,
583
- "name": "__type",
584
- "kind": 65536,
585
- "kindString": "Type literal",
586
- "flags": {},
587
- "children": [
588
- {
589
- "id": 72,
590
- "name": "previousHash",
591
- "kind": 1024,
592
- "kindString": "Property",
593
- "flags": {
594
- "isOptional": true
595
- },
596
- "sources": [
597
- {
598
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
599
- "line": 29,
600
- "character": 8
601
- }
602
- ],
603
- "type": {
604
- "type": "intrinsic",
605
- "name": "string"
606
- }
607
- },
608
- {
609
- "id": 71,
610
- "name": "schema",
611
- "kind": 1024,
612
- "kindString": "Property",
613
- "flags": {},
614
- "sources": [
615
- {
616
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
617
- "line": 28,
618
- "character": 8
619
- }
620
- ],
621
- "type": {
622
- "type": "intrinsic",
623
- "name": "string"
624
- }
625
- },
472
+ "type": "reference",
473
+ "name": "XyoAccount"
474
+ }
475
+ ],
476
+ "name": "PromiseEx"
477
+ },
478
+ "inheritedFrom": {
479
+ "type": "reference",
480
+ "name": "XyoTimestampWitness.bindPayloads"
481
+ }
482
+ }
483
+ ],
484
+ "inheritedFrom": {
485
+ "type": "reference",
486
+ "name": "XyoTimestampWitness.bindPayloads"
487
+ }
488
+ },
489
+ {
490
+ "id": 66,
491
+ "name": "bindPayloadsInternal",
492
+ "kind": 2048,
493
+ "kindString": "Method",
494
+ "flags": {},
495
+ "sources": [
496
+ {
497
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
498
+ "line": 23,
499
+ "character": 4
500
+ }
501
+ ],
502
+ "signatures": [
503
+ {
504
+ "id": 67,
505
+ "name": "bindPayloadsInternal",
506
+ "kind": 4096,
507
+ "kindString": "Call signature",
508
+ "flags": {},
509
+ "parameters": [
510
+ {
511
+ "id": 68,
512
+ "name": "payloads",
513
+ "kind": 32768,
514
+ "kindString": "Parameter",
515
+ "flags": {},
516
+ "type": {
517
+ "type": "array",
518
+ "elementType": {
519
+ "type": "union",
520
+ "types": [
626
521
  {
627
- "id": 73,
628
- "name": "sources",
629
- "kind": 1024,
630
- "kindString": "Property",
631
- "flags": {
632
- "isOptional": true
633
- },
634
- "sources": [
635
- {
636
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
637
- "line": 30,
638
- "character": 8
639
- }
640
- ],
641
- "type": {
642
- "type": "array",
643
- "elementType": {
644
- "type": "intrinsic",
645
- "name": "string"
646
- }
647
- }
522
+ "type": "literal",
523
+ "value": null
648
524
  },
649
525
  {
650
- "id": 74,
651
- "name": "timestamp",
652
- "kind": 1024,
653
- "kindString": "Property",
654
- "flags": {
655
- "isOptional": true
656
- },
657
- "sources": [
658
- {
659
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
660
- "line": 31,
661
- "character": 8
662
- }
663
- ],
664
- "type": {
665
- "type": "intrinsic",
666
- "name": "number"
667
- }
668
- }
669
- ],
670
- "groups": [
671
- {
672
- "title": "Properties",
673
- "children": [
674
- 72,
675
- 71,
676
- 73,
677
- 74
678
- ]
679
- }
680
- ],
681
- "sources": [
682
- {
683
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
684
- "line": 27,
685
- "character": 164
526
+ "type": "reference",
527
+ "id": 10,
528
+ "name": "XyoEthereumGasEtherchainV1Payload"
686
529
  }
687
530
  ]
688
531
  }
689
532
  }
533
+ }
534
+ ],
535
+ "type": {
536
+ "type": "reference",
537
+ "typeArguments": [
538
+ {
539
+ "type": "reference",
540
+ "id": 10,
541
+ "name": "XyoEthereumGasEtherchainV1Payload"
542
+ }
690
543
  ],
691
- "name": "XyoBoundWitnessWithMeta"
544
+ "name": "XyoModuleQueryResult"
692
545
  },
693
546
  "inheritedFrom": {
694
547
  "type": "reference",
695
- "name": "XyoTimestampWitness.bindPayloads"
548
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
696
549
  }
697
550
  }
698
551
  ],
699
552
  "inheritedFrom": {
700
553
  "type": "reference",
701
- "name": "XyoTimestampWitness.bindPayloads"
554
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
702
555
  }
703
556
  },
704
557
  {
@@ -721,6 +574,21 @@
721
574
  "kind": 4096,
722
575
  "kindString": "Call signature",
723
576
  "flags": {},
577
+ "parameters": [
578
+ {
579
+ "id": 47,
580
+ "name": "_queryAccount",
581
+ "kind": 32768,
582
+ "kindString": "Parameter",
583
+ "flags": {
584
+ "isOptional": true
585
+ },
586
+ "type": {
587
+ "type": "reference",
588
+ "name": "XyoAccount"
589
+ }
590
+ }
591
+ ],
724
592
  "type": {
725
593
  "type": "intrinsic",
726
594
  "name": "void"
@@ -737,7 +605,7 @@
737
605
  }
738
606
  },
739
607
  {
740
- "id": 47,
608
+ "id": 48,
741
609
  "name": "initialize",
742
610
  "kind": 2048,
743
611
  "kindString": "Method",
@@ -751,11 +619,26 @@
751
619
  ],
752
620
  "signatures": [
753
621
  {
754
- "id": 48,
622
+ "id": 49,
755
623
  "name": "initialize",
756
624
  "kind": 4096,
757
625
  "kindString": "Call signature",
758
626
  "flags": {},
627
+ "parameters": [
628
+ {
629
+ "id": 50,
630
+ "name": "_queryAccount",
631
+ "kind": 32768,
632
+ "kindString": "Parameter",
633
+ "flags": {
634
+ "isOptional": true
635
+ },
636
+ "type": {
637
+ "type": "reference",
638
+ "name": "XyoAccount"
639
+ }
640
+ }
641
+ ],
759
642
  "type": {
760
643
  "type": "intrinsic",
761
644
  "name": "void"
@@ -972,7 +855,7 @@
972
855
  }
973
856
  },
974
857
  {
975
- "id": 51,
858
+ "id": 54,
976
859
  "name": "shutdown",
977
860
  "kind": 2048,
978
861
  "kindString": "Method",
@@ -986,11 +869,26 @@
986
869
  ],
987
870
  "signatures": [
988
871
  {
989
- "id": 52,
872
+ "id": 55,
990
873
  "name": "shutdown",
991
874
  "kind": 4096,
992
875
  "kindString": "Call signature",
993
876
  "flags": {},
877
+ "parameters": [
878
+ {
879
+ "id": 56,
880
+ "name": "_queryAccount",
881
+ "kind": 32768,
882
+ "kindString": "Parameter",
883
+ "flags": {
884
+ "isOptional": true
885
+ },
886
+ "type": {
887
+ "type": "reference",
888
+ "name": "XyoAccount"
889
+ }
890
+ }
891
+ ],
994
892
  "type": {
995
893
  "type": "intrinsic",
996
894
  "name": "void"
@@ -1007,7 +905,7 @@
1007
905
  }
1008
906
  },
1009
907
  {
1010
- "id": 49,
908
+ "id": 51,
1011
909
  "name": "subscribe",
1012
910
  "kind": 2048,
1013
911
  "kindString": "Method",
@@ -1021,11 +919,26 @@
1021
919
  ],
1022
920
  "signatures": [
1023
921
  {
1024
- "id": 50,
922
+ "id": 52,
1025
923
  "name": "subscribe",
1026
924
  "kind": 4096,
1027
925
  "kindString": "Call signature",
1028
926
  "flags": {},
927
+ "parameters": [
928
+ {
929
+ "id": 53,
930
+ "name": "_queryAccount",
931
+ "kind": 32768,
932
+ "kindString": "Parameter",
933
+ "flags": {
934
+ "isOptional": true
935
+ },
936
+ "type": {
937
+ "type": "reference",
938
+ "name": "XyoAccount"
939
+ }
940
+ }
941
+ ],
1029
942
  "type": {
1030
943
  "type": "intrinsic",
1031
944
  "name": "void"
@@ -1067,16 +980,18 @@
1067
980
  {
1068
981
  "title": "Methods",
1069
982
  "children": [
1070
- 53,
1071
- 62,
983
+ 61,
984
+ 57,
985
+ 69,
986
+ 66,
1072
987
  45,
1073
- 47,
988
+ 48,
1074
989
  28,
1075
990
  32,
1076
991
  34,
1077
992
  42,
1078
- 51,
1079
- 49
993
+ 54,
994
+ 51
1080
995
  ]
1081
996
  }
1082
997
  ],
@@ -1107,14 +1022,14 @@
1107
1022
  ]
1108
1023
  },
1109
1024
  {
1110
- "id": 96,
1025
+ "id": 94,
1111
1026
  "name": "XyoEtherchainEthereumGasWitnessV2",
1112
1027
  "kind": 128,
1113
1028
  "kindString": "Class",
1114
1029
  "flags": {},
1115
1030
  "children": [
1116
1031
  {
1117
- "id": 97,
1032
+ "id": 95,
1118
1033
  "name": "constructor",
1119
1034
  "kind": 512,
1120
1035
  "kindString": "Constructor",
@@ -1128,14 +1043,14 @@
1128
1043
  ],
1129
1044
  "signatures": [
1130
1045
  {
1131
- "id": 98,
1046
+ "id": 96,
1132
1047
  "name": "new XyoEtherchainEthereumGasWitnessV2",
1133
1048
  "kind": 16384,
1134
1049
  "kindString": "Constructor signature",
1135
1050
  "flags": {},
1136
1051
  "parameters": [
1137
1052
  {
1138
- "id": 99,
1053
+ "id": 97,
1139
1054
  "name": "config",
1140
1055
  "kind": 32768,
1141
1056
  "kindString": "Parameter",
@@ -1147,7 +1062,7 @@
1147
1062
  "typeArguments": [
1148
1063
  {
1149
1064
  "type": "reference",
1150
- "id": 77,
1065
+ "id": 75,
1151
1066
  "name": "XyoEthereumGasEtherchainV2WitnessConfig"
1152
1067
  }
1153
1068
  ],
@@ -1157,7 +1072,7 @@
1157
1072
  ],
1158
1073
  "type": {
1159
1074
  "type": "reference",
1160
- "id": 96,
1075
+ "id": 94,
1161
1076
  "name": "XyoEtherchainEthereumGasWitnessV2"
1162
1077
  },
1163
1078
  "overwrites": {
@@ -1172,7 +1087,7 @@
1172
1087
  }
1173
1088
  },
1174
1089
  {
1175
- "id": 110,
1090
+ "id": 108,
1176
1091
  "name": "account",
1177
1092
  "kind": 1024,
1178
1093
  "kindString": "Property",
@@ -1196,7 +1111,7 @@
1196
1111
  }
1197
1112
  },
1198
1113
  {
1199
- "id": 109,
1114
+ "id": 107,
1200
1115
  "name": "config",
1201
1116
  "kind": 1024,
1202
1117
  "kindString": "Property",
@@ -1213,7 +1128,7 @@
1213
1128
  ],
1214
1129
  "type": {
1215
1130
  "type": "reference",
1216
- "id": 77,
1131
+ "id": 75,
1217
1132
  "name": "XyoEthereumGasEtherchainV2WitnessConfig"
1218
1133
  },
1219
1134
  "inheritedFrom": {
@@ -1222,7 +1137,7 @@
1222
1137
  }
1223
1138
  },
1224
1139
  {
1225
- "id": 111,
1140
+ "id": 109,
1226
1141
  "name": "resolver",
1227
1142
  "kind": 1024,
1228
1143
  "kindString": "Property",
@@ -1247,7 +1162,7 @@
1247
1162
  }
1248
1163
  },
1249
1164
  {
1250
- "id": 112,
1165
+ "id": 110,
1251
1166
  "name": "address",
1252
1167
  "kind": 262144,
1253
1168
  "kindString": "Accessor",
@@ -1260,7 +1175,7 @@
1260
1175
  }
1261
1176
  ],
1262
1177
  "getSignature": {
1263
- "id": 113,
1178
+ "id": 111,
1264
1179
  "name": "address",
1265
1180
  "kind": 524288,
1266
1181
  "kindString": "Get signature",
@@ -1280,7 +1195,7 @@
1280
1195
  }
1281
1196
  },
1282
1197
  {
1283
- "id": 102,
1198
+ "id": 100,
1284
1199
  "name": "targetSchema",
1285
1200
  "kind": 262144,
1286
1201
  "kindString": "Accessor",
@@ -1293,7 +1208,7 @@
1293
1208
  }
1294
1209
  ],
1295
1210
  "getSignature": {
1296
- "id": 103,
1211
+ "id": 101,
1297
1212
  "name": "targetSchema",
1298
1213
  "kind": 524288,
1299
1214
  "kindString": "Get signature",
@@ -1322,7 +1237,7 @@
1322
1237
  }
1323
1238
  },
1324
1239
  {
1325
- "id": 125,
1240
+ "id": 131,
1326
1241
  "name": "bindHashes",
1327
1242
  "kind": 2048,
1328
1243
  "kindString": "Method",
@@ -1330,20 +1245,20 @@
1330
1245
  "sources": [
1331
1246
  {
1332
1247
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1333
- "line": 21,
1248
+ "line": 22,
1334
1249
  "character": 4
1335
1250
  }
1336
1251
  ],
1337
1252
  "signatures": [
1338
1253
  {
1339
- "id": 126,
1254
+ "id": 132,
1340
1255
  "name": "bindHashes",
1341
1256
  "kind": 4096,
1342
1257
  "kindString": "Call signature",
1343
1258
  "flags": {},
1344
1259
  "parameters": [
1345
1260
  {
1346
- "id": 127,
1261
+ "id": 133,
1347
1262
  "name": "hashes",
1348
1263
  "kind": 32768,
1349
1264
  "kindString": "Parameter",
@@ -1357,7 +1272,7 @@
1357
1272
  }
1358
1273
  },
1359
1274
  {
1360
- "id": 128,
1275
+ "id": 134,
1361
1276
  "name": "schema",
1362
1277
  "kind": 32768,
1363
1278
  "kindString": "Parameter",
@@ -1369,128 +1284,32 @@
1369
1284
  "name": "string"
1370
1285
  }
1371
1286
  }
1287
+ },
1288
+ {
1289
+ "id": 135,
1290
+ "name": "queryAccount",
1291
+ "kind": 32768,
1292
+ "kindString": "Parameter",
1293
+ "flags": {},
1294
+ "type": {
1295
+ "type": "reference",
1296
+ "name": "XyoAccount"
1297
+ }
1372
1298
  }
1373
1299
  ],
1374
1300
  "type": {
1375
1301
  "type": "reference",
1376
1302
  "typeArguments": [
1377
1303
  {
1378
- "type": "reference",
1379
- "name": "XyoBoundWitness"
1304
+ "type": "intrinsic",
1305
+ "name": "unknown"
1380
1306
  },
1381
1307
  {
1382
- "type": "reflection",
1383
- "declaration": {
1384
- "id": 129,
1385
- "name": "__type",
1386
- "kind": 65536,
1387
- "kindString": "Type literal",
1388
- "flags": {},
1389
- "children": [
1390
- {
1391
- "id": 131,
1392
- "name": "previousHash",
1393
- "kind": 1024,
1394
- "kindString": "Property",
1395
- "flags": {
1396
- "isOptional": true
1397
- },
1398
- "sources": [
1399
- {
1400
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1401
- "line": 23,
1402
- "character": 8
1403
- }
1404
- ],
1405
- "type": {
1406
- "type": "intrinsic",
1407
- "name": "string"
1408
- }
1409
- },
1410
- {
1411
- "id": 130,
1412
- "name": "schema",
1413
- "kind": 1024,
1414
- "kindString": "Property",
1415
- "flags": {},
1416
- "sources": [
1417
- {
1418
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1419
- "line": 22,
1420
- "character": 8
1421
- }
1422
- ],
1423
- "type": {
1424
- "type": "intrinsic",
1425
- "name": "string"
1426
- }
1427
- },
1428
- {
1429
- "id": 132,
1430
- "name": "sources",
1431
- "kind": 1024,
1432
- "kindString": "Property",
1433
- "flags": {
1434
- "isOptional": true
1435
- },
1436
- "sources": [
1437
- {
1438
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1439
- "line": 24,
1440
- "character": 8
1441
- }
1442
- ],
1443
- "type": {
1444
- "type": "array",
1445
- "elementType": {
1446
- "type": "intrinsic",
1447
- "name": "string"
1448
- }
1449
- }
1450
- },
1451
- {
1452
- "id": 133,
1453
- "name": "timestamp",
1454
- "kind": 1024,
1455
- "kindString": "Property",
1456
- "flags": {
1457
- "isOptional": true
1458
- },
1459
- "sources": [
1460
- {
1461
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1462
- "line": 25,
1463
- "character": 8
1464
- }
1465
- ],
1466
- "type": {
1467
- "type": "intrinsic",
1468
- "name": "number"
1469
- }
1470
- }
1471
- ],
1472
- "groups": [
1473
- {
1474
- "title": "Properties",
1475
- "children": [
1476
- 131,
1477
- 130,
1478
- 132,
1479
- 133
1480
- ]
1481
- }
1482
- ],
1483
- "sources": [
1484
- {
1485
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1486
- "line": 21,
1487
- "character": 165
1488
- }
1489
- ]
1490
- }
1308
+ "type": "reference",
1309
+ "name": "XyoAccount"
1491
1310
  }
1492
1311
  ],
1493
- "name": "XyoBoundWitnessWithMeta"
1312
+ "name": "PromiseEx"
1494
1313
  },
1495
1314
  "inheritedFrom": {
1496
1315
  "type": "reference",
@@ -1504,7 +1323,79 @@
1504
1323
  }
1505
1324
  },
1506
1325
  {
1507
- "id": 134,
1326
+ "id": 127,
1327
+ "name": "bindHashesInternal",
1328
+ "kind": 2048,
1329
+ "kindString": "Method",
1330
+ "flags": {},
1331
+ "sources": [
1332
+ {
1333
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1334
+ "line": 21,
1335
+ "character": 4
1336
+ }
1337
+ ],
1338
+ "signatures": [
1339
+ {
1340
+ "id": 128,
1341
+ "name": "bindHashesInternal",
1342
+ "kind": 4096,
1343
+ "kindString": "Call signature",
1344
+ "flags": {},
1345
+ "parameters": [
1346
+ {
1347
+ "id": 129,
1348
+ "name": "hashes",
1349
+ "kind": 32768,
1350
+ "kindString": "Parameter",
1351
+ "flags": {},
1352
+ "type": {
1353
+ "type": "array",
1354
+ "elementType": {
1355
+ "type": "intrinsic",
1356
+ "name": "string"
1357
+ }
1358
+ }
1359
+ },
1360
+ {
1361
+ "id": 130,
1362
+ "name": "schema",
1363
+ "kind": 32768,
1364
+ "kindString": "Parameter",
1365
+ "flags": {},
1366
+ "type": {
1367
+ "type": "array",
1368
+ "elementType": {
1369
+ "type": "intrinsic",
1370
+ "name": "string"
1371
+ }
1372
+ }
1373
+ }
1374
+ ],
1375
+ "type": {
1376
+ "type": "reference",
1377
+ "typeArguments": [
1378
+ {
1379
+ "type": "reference",
1380
+ "id": 78,
1381
+ "name": "XyoEthereumGasEtherchainV2Payload"
1382
+ }
1383
+ ],
1384
+ "name": "XyoModuleQueryResult"
1385
+ },
1386
+ "inheritedFrom": {
1387
+ "type": "reference",
1388
+ "name": "XyoTimestampWitness.bindHashesInternal"
1389
+ }
1390
+ }
1391
+ ],
1392
+ "inheritedFrom": {
1393
+ "type": "reference",
1394
+ "name": "XyoTimestampWitness.bindHashesInternal"
1395
+ }
1396
+ },
1397
+ {
1398
+ "id": 139,
1508
1399
  "name": "bindPayloads",
1509
1400
  "kind": 2048,
1510
1401
  "kindString": "Method",
@@ -1512,20 +1403,20 @@
1512
1403
  "sources": [
1513
1404
  {
1514
1405
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1515
- "line": 27,
1406
+ "line": 24,
1516
1407
  "character": 4
1517
1408
  }
1518
1409
  ],
1519
1410
  "signatures": [
1520
1411
  {
1521
- "id": 135,
1412
+ "id": 140,
1522
1413
  "name": "bindPayloads",
1523
1414
  "kind": 4096,
1524
1415
  "kindString": "Call signature",
1525
1416
  "flags": {},
1526
1417
  "parameters": [
1527
1418
  {
1528
- "id": 136,
1419
+ "id": 141,
1529
1420
  "name": "payloads",
1530
1421
  "kind": 32768,
1531
1422
  "kindString": "Parameter",
@@ -1540,119 +1431,26 @@
1540
1431
  "value": null
1541
1432
  },
1542
1433
  {
1543
- "type": "reflection",
1544
- "declaration": {
1545
- "id": 137,
1546
- "name": "__type",
1547
- "kind": 65536,
1548
- "kindString": "Type literal",
1549
- "flags": {},
1550
- "children": [
1551
- {
1552
- "id": 139,
1553
- "name": "previousHash",
1554
- "kind": 1024,
1555
- "kindString": "Property",
1556
- "flags": {
1557
- "isOptional": true
1558
- },
1559
- "sources": [
1560
- {
1561
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1562
- "line": 9,
1563
- "character": 4
1564
- }
1565
- ],
1566
- "type": {
1567
- "type": "intrinsic",
1568
- "name": "string"
1569
- }
1570
- },
1571
- {
1572
- "id": 138,
1573
- "name": "schema",
1574
- "kind": 1024,
1575
- "kindString": "Property",
1576
- "flags": {},
1577
- "sources": [
1578
- {
1579
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1580
- "line": 8,
1581
- "character": 4
1582
- }
1583
- ],
1584
- "type": {
1585
- "type": "intrinsic",
1586
- "name": "string"
1587
- }
1588
- },
1589
- {
1590
- "id": 140,
1591
- "name": "sources",
1592
- "kind": 1024,
1593
- "kindString": "Property",
1594
- "flags": {
1595
- "isOptional": true
1596
- },
1597
- "sources": [
1598
- {
1599
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1600
- "line": 10,
1601
- "character": 4
1602
- }
1603
- ],
1604
- "type": {
1605
- "type": "array",
1606
- "elementType": {
1607
- "type": "intrinsic",
1608
- "name": "string"
1609
- }
1610
- }
1611
- },
1612
- {
1613
- "id": 141,
1614
- "name": "timestamp",
1615
- "kind": 1024,
1616
- "kindString": "Property",
1617
- "flags": {
1618
- "isOptional": true
1619
- },
1620
- "sources": [
1621
- {
1622
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1623
- "line": 11,
1624
- "character": 4
1625
- }
1626
- ],
1627
- "type": {
1628
- "type": "intrinsic",
1629
- "name": "number"
1630
- }
1631
- }
1632
- ],
1633
- "groups": [
1634
- {
1635
- "title": "Properties",
1636
- "children": [
1637
- 139,
1638
- 138,
1639
- 140,
1640
- 141
1641
- ]
1642
- }
1643
- ],
1644
- "sources": [
1645
- {
1646
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1647
- "line": 7,
1648
- "character": 107
1649
- }
1650
- ]
1651
- }
1434
+ "type": "reference",
1435
+ "id": 78,
1436
+ "name": "XyoEthereumGasEtherchainV2Payload"
1652
1437
  }
1653
1438
  ]
1654
1439
  }
1655
1440
  }
1441
+ },
1442
+ {
1443
+ "id": 142,
1444
+ "name": "account",
1445
+ "kind": 32768,
1446
+ "kindString": "Parameter",
1447
+ "flags": {
1448
+ "isOptional": true
1449
+ },
1450
+ "type": {
1451
+ "type": "reference",
1452
+ "name": "XyoAccount"
1453
+ }
1656
1454
  }
1657
1455
  ],
1658
1456
  "type": {
@@ -1660,135 +1458,103 @@
1660
1458
  "typeArguments": [
1661
1459
  {
1662
1460
  "type": "reference",
1663
- "name": "XyoBoundWitness"
1461
+ "typeArguments": [
1462
+ {
1463
+ "type": "reference",
1464
+ "id": 78,
1465
+ "name": "XyoEthereumGasEtherchainV2Payload"
1466
+ }
1467
+ ],
1468
+ "name": "XyoModuleQueryResult"
1664
1469
  },
1665
1470
  {
1666
- "type": "reflection",
1667
- "declaration": {
1668
- "id": 142,
1669
- "name": "__type",
1670
- "kind": 65536,
1671
- "kindString": "Type literal",
1672
- "flags": {},
1673
- "children": [
1674
- {
1675
- "id": 144,
1676
- "name": "previousHash",
1677
- "kind": 1024,
1678
- "kindString": "Property",
1679
- "flags": {
1680
- "isOptional": true
1681
- },
1682
- "sources": [
1683
- {
1684
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1685
- "line": 29,
1686
- "character": 8
1687
- }
1688
- ],
1689
- "type": {
1690
- "type": "intrinsic",
1691
- "name": "string"
1692
- }
1693
- },
1694
- {
1695
- "id": 143,
1696
- "name": "schema",
1697
- "kind": 1024,
1698
- "kindString": "Property",
1699
- "flags": {},
1700
- "sources": [
1701
- {
1702
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1703
- "line": 28,
1704
- "character": 8
1705
- }
1706
- ],
1707
- "type": {
1708
- "type": "intrinsic",
1709
- "name": "string"
1710
- }
1711
- },
1712
- {
1713
- "id": 145,
1714
- "name": "sources",
1715
- "kind": 1024,
1716
- "kindString": "Property",
1717
- "flags": {
1718
- "isOptional": true
1719
- },
1720
- "sources": [
1721
- {
1722
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1723
- "line": 30,
1724
- "character": 8
1725
- }
1726
- ],
1727
- "type": {
1728
- "type": "array",
1729
- "elementType": {
1730
- "type": "intrinsic",
1731
- "name": "string"
1732
- }
1733
- }
1734
- },
1735
- {
1736
- "id": 146,
1737
- "name": "timestamp",
1738
- "kind": 1024,
1739
- "kindString": "Property",
1740
- "flags": {
1741
- "isOptional": true
1742
- },
1743
- "sources": [
1744
- {
1745
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1746
- "line": 31,
1747
- "character": 8
1748
- }
1749
- ],
1750
- "type": {
1751
- "type": "intrinsic",
1752
- "name": "number"
1753
- }
1754
- }
1755
- ],
1756
- "groups": [
1471
+ "type": "reference",
1472
+ "name": "XyoAccount"
1473
+ }
1474
+ ],
1475
+ "name": "PromiseEx"
1476
+ },
1477
+ "inheritedFrom": {
1478
+ "type": "reference",
1479
+ "name": "XyoTimestampWitness.bindPayloads"
1480
+ }
1481
+ }
1482
+ ],
1483
+ "inheritedFrom": {
1484
+ "type": "reference",
1485
+ "name": "XyoTimestampWitness.bindPayloads"
1486
+ }
1487
+ },
1488
+ {
1489
+ "id": 136,
1490
+ "name": "bindPayloadsInternal",
1491
+ "kind": 2048,
1492
+ "kindString": "Method",
1493
+ "flags": {},
1494
+ "sources": [
1495
+ {
1496
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1497
+ "line": 23,
1498
+ "character": 4
1499
+ }
1500
+ ],
1501
+ "signatures": [
1502
+ {
1503
+ "id": 137,
1504
+ "name": "bindPayloadsInternal",
1505
+ "kind": 4096,
1506
+ "kindString": "Call signature",
1507
+ "flags": {},
1508
+ "parameters": [
1509
+ {
1510
+ "id": 138,
1511
+ "name": "payloads",
1512
+ "kind": 32768,
1513
+ "kindString": "Parameter",
1514
+ "flags": {},
1515
+ "type": {
1516
+ "type": "array",
1517
+ "elementType": {
1518
+ "type": "union",
1519
+ "types": [
1757
1520
  {
1758
- "title": "Properties",
1759
- "children": [
1760
- 144,
1761
- 143,
1762
- 145,
1763
- 146
1764
- ]
1765
- }
1766
- ],
1767
- "sources": [
1521
+ "type": "literal",
1522
+ "value": null
1523
+ },
1768
1524
  {
1769
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1770
- "line": 27,
1771
- "character": 164
1525
+ "type": "reference",
1526
+ "id": 78,
1527
+ "name": "XyoEthereumGasEtherchainV2Payload"
1772
1528
  }
1773
1529
  ]
1774
1530
  }
1775
1531
  }
1532
+ }
1533
+ ],
1534
+ "type": {
1535
+ "type": "reference",
1536
+ "typeArguments": [
1537
+ {
1538
+ "type": "reference",
1539
+ "id": 78,
1540
+ "name": "XyoEthereumGasEtherchainV2Payload"
1541
+ }
1776
1542
  ],
1777
- "name": "XyoBoundWitnessWithMeta"
1543
+ "name": "XyoModuleQueryResult"
1778
1544
  },
1779
1545
  "inheritedFrom": {
1780
1546
  "type": "reference",
1781
- "name": "XyoTimestampWitness.bindPayloads"
1547
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
1782
1548
  }
1783
1549
  }
1784
1550
  ],
1785
1551
  "inheritedFrom": {
1786
1552
  "type": "reference",
1787
- "name": "XyoTimestampWitness.bindPayloads"
1553
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
1788
1554
  }
1789
1555
  },
1790
1556
  {
1791
- "id": 117,
1557
+ "id": 115,
1792
1558
  "name": "discover",
1793
1559
  "kind": 2048,
1794
1560
  "kindString": "Method",
@@ -1802,11 +1568,26 @@
1802
1568
  ],
1803
1569
  "signatures": [
1804
1570
  {
1805
- "id": 118,
1571
+ "id": 116,
1806
1572
  "name": "discover",
1807
1573
  "kind": 4096,
1808
1574
  "kindString": "Call signature",
1809
1575
  "flags": {},
1576
+ "parameters": [
1577
+ {
1578
+ "id": 117,
1579
+ "name": "_queryAccount",
1580
+ "kind": 32768,
1581
+ "kindString": "Parameter",
1582
+ "flags": {
1583
+ "isOptional": true
1584
+ },
1585
+ "type": {
1586
+ "type": "reference",
1587
+ "name": "XyoAccount"
1588
+ }
1589
+ }
1590
+ ],
1810
1591
  "type": {
1811
1592
  "type": "intrinsic",
1812
1593
  "name": "void"
@@ -1823,7 +1604,7 @@
1823
1604
  }
1824
1605
  },
1825
1606
  {
1826
- "id": 119,
1607
+ "id": 118,
1827
1608
  "name": "initialize",
1828
1609
  "kind": 2048,
1829
1610
  "kindString": "Method",
@@ -1837,11 +1618,26 @@
1837
1618
  ],
1838
1619
  "signatures": [
1839
1620
  {
1840
- "id": 120,
1621
+ "id": 119,
1841
1622
  "name": "initialize",
1842
1623
  "kind": 4096,
1843
1624
  "kindString": "Call signature",
1844
1625
  "flags": {},
1626
+ "parameters": [
1627
+ {
1628
+ "id": 120,
1629
+ "name": "_queryAccount",
1630
+ "kind": 32768,
1631
+ "kindString": "Parameter",
1632
+ "flags": {
1633
+ "isOptional": true
1634
+ },
1635
+ "type": {
1636
+ "type": "reference",
1637
+ "name": "XyoAccount"
1638
+ }
1639
+ }
1640
+ ],
1845
1641
  "type": {
1846
1642
  "type": "intrinsic",
1847
1643
  "name": "void"
@@ -1858,7 +1654,7 @@
1858
1654
  }
1859
1655
  },
1860
1656
  {
1861
- "id": 100,
1657
+ "id": 98,
1862
1658
  "name": "observe",
1863
1659
  "kind": 2048,
1864
1660
  "kindString": "Method",
@@ -1872,7 +1668,7 @@
1872
1668
  ],
1873
1669
  "signatures": [
1874
1670
  {
1875
- "id": 101,
1671
+ "id": 99,
1876
1672
  "name": "observe",
1877
1673
  "kind": 4096,
1878
1674
  "kindString": "Call signature",
@@ -1882,7 +1678,7 @@
1882
1678
  "typeArguments": [
1883
1679
  {
1884
1680
  "type": "reference",
1885
- "id": 80,
1681
+ "id": 78,
1886
1682
  "name": "XyoEthereumGasEtherchainV2Payload"
1887
1683
  }
1888
1684
  ],
@@ -1902,7 +1698,7 @@
1902
1698
  }
1903
1699
  },
1904
1700
  {
1905
- "id": 104,
1701
+ "id": 102,
1906
1702
  "name": "queries",
1907
1703
  "kind": 2048,
1908
1704
  "kindString": "Method",
@@ -1916,7 +1712,7 @@
1916
1712
  ],
1917
1713
  "signatures": [
1918
1714
  {
1919
- "id": 105,
1715
+ "id": 103,
1920
1716
  "name": "queries",
1921
1717
  "kind": 4096,
1922
1718
  "kindString": "Call signature",
@@ -1940,7 +1736,7 @@
1940
1736
  }
1941
1737
  },
1942
1738
  {
1943
- "id": 106,
1739
+ "id": 104,
1944
1740
  "name": "query",
1945
1741
  "kind": 2048,
1946
1742
  "kindString": "Method",
@@ -1954,14 +1750,14 @@
1954
1750
  ],
1955
1751
  "signatures": [
1956
1752
  {
1957
- "id": 107,
1753
+ "id": 105,
1958
1754
  "name": "query",
1959
1755
  "kind": 4096,
1960
1756
  "kindString": "Call signature",
1961
1757
  "flags": {},
1962
1758
  "parameters": [
1963
1759
  {
1964
- "id": 108,
1760
+ "id": 106,
1965
1761
  "name": "query",
1966
1762
  "kind": 32768,
1967
1763
  "kindString": "Parameter",
@@ -1971,7 +1767,7 @@
1971
1767
  "typeArguments": [
1972
1768
  {
1973
1769
  "type": "reference",
1974
- "id": 80,
1770
+ "id": 78,
1975
1771
  "name": "XyoEthereumGasEtherchainV2Payload"
1976
1772
  }
1977
1773
  ],
@@ -1987,7 +1783,7 @@
1987
1783
  "typeArguments": [
1988
1784
  {
1989
1785
  "type": "reference",
1990
- "id": 80,
1786
+ "id": 78,
1991
1787
  "name": "XyoEthereumGasEtherchainV2Payload"
1992
1788
  }
1993
1789
  ],
@@ -2010,7 +1806,7 @@
2010
1806
  }
2011
1807
  },
2012
1808
  {
2013
- "id": 114,
1809
+ "id": 112,
2014
1810
  "name": "queryable",
2015
1811
  "kind": 2048,
2016
1812
  "kindString": "Method",
@@ -2024,14 +1820,14 @@
2024
1820
  ],
2025
1821
  "signatures": [
2026
1822
  {
2027
- "id": 115,
1823
+ "id": 113,
2028
1824
  "name": "queryable",
2029
1825
  "kind": 4096,
2030
1826
  "kindString": "Call signature",
2031
1827
  "flags": {},
2032
1828
  "parameters": [
2033
1829
  {
2034
- "id": 116,
1830
+ "id": 114,
2035
1831
  "name": "schema",
2036
1832
  "kind": 32768,
2037
1833
  "kindString": "Parameter",
@@ -2058,7 +1854,7 @@
2058
1854
  }
2059
1855
  },
2060
1856
  {
2061
- "id": 123,
1857
+ "id": 124,
2062
1858
  "name": "shutdown",
2063
1859
  "kind": 2048,
2064
1860
  "kindString": "Method",
@@ -2072,11 +1868,26 @@
2072
1868
  ],
2073
1869
  "signatures": [
2074
1870
  {
2075
- "id": 124,
1871
+ "id": 125,
2076
1872
  "name": "shutdown",
2077
1873
  "kind": 4096,
2078
1874
  "kindString": "Call signature",
2079
1875
  "flags": {},
1876
+ "parameters": [
1877
+ {
1878
+ "id": 126,
1879
+ "name": "_queryAccount",
1880
+ "kind": 32768,
1881
+ "kindString": "Parameter",
1882
+ "flags": {
1883
+ "isOptional": true
1884
+ },
1885
+ "type": {
1886
+ "type": "reference",
1887
+ "name": "XyoAccount"
1888
+ }
1889
+ }
1890
+ ],
2080
1891
  "type": {
2081
1892
  "type": "intrinsic",
2082
1893
  "name": "void"
@@ -2112,6 +1923,21 @@
2112
1923
  "kind": 4096,
2113
1924
  "kindString": "Call signature",
2114
1925
  "flags": {},
1926
+ "parameters": [
1927
+ {
1928
+ "id": 123,
1929
+ "name": "_queryAccount",
1930
+ "kind": 32768,
1931
+ "kindString": "Parameter",
1932
+ "flags": {
1933
+ "isOptional": true
1934
+ },
1935
+ "type": {
1936
+ "type": "reference",
1937
+ "name": "XyoAccount"
1938
+ }
1939
+ }
1940
+ ],
2115
1941
  "type": {
2116
1942
  "type": "intrinsic",
2117
1943
  "name": "void"
@@ -2132,36 +1958,38 @@
2132
1958
  {
2133
1959
  "title": "Constructors",
2134
1960
  "children": [
2135
- 97
1961
+ 95
2136
1962
  ]
2137
1963
  },
2138
1964
  {
2139
1965
  "title": "Properties",
2140
1966
  "children": [
2141
- 110,
2142
- 109,
2143
- 111
1967
+ 108,
1968
+ 107,
1969
+ 109
2144
1970
  ]
2145
1971
  },
2146
1972
  {
2147
1973
  "title": "Accessors",
2148
1974
  "children": [
2149
- 112,
2150
- 102
1975
+ 110,
1976
+ 100
2151
1977
  ]
2152
1978
  },
2153
1979
  {
2154
1980
  "title": "Methods",
2155
1981
  "children": [
2156
- 125,
2157
- 134,
2158
- 117,
2159
- 119,
2160
- 100,
1982
+ 131,
1983
+ 127,
1984
+ 139,
1985
+ 136,
1986
+ 115,
1987
+ 118,
1988
+ 98,
1989
+ 102,
2161
1990
  104,
2162
- 106,
2163
- 114,
2164
- 123,
1991
+ 112,
1992
+ 124,
2165
1993
  121
2166
1994
  ]
2167
1995
  }
@@ -2179,12 +2007,12 @@
2179
2007
  "typeArguments": [
2180
2008
  {
2181
2009
  "type": "reference",
2182
- "id": 80,
2010
+ "id": 78,
2183
2011
  "name": "XyoEthereumGasEtherchainV2Payload"
2184
2012
  },
2185
2013
  {
2186
2014
  "type": "reference",
2187
- "id": 77,
2015
+ "id": 75,
2188
2016
  "name": "XyoEthereumGasEtherchainV2WitnessConfig"
2189
2017
  }
2190
2018
  ],
@@ -2193,14 +2021,14 @@
2193
2021
  ]
2194
2022
  },
2195
2023
  {
2196
- "id": 161,
2024
+ "id": 157,
2197
2025
  "name": "XyoEtherscanEthereumGasWitness",
2198
2026
  "kind": 128,
2199
2027
  "kindString": "Class",
2200
2028
  "flags": {},
2201
2029
  "children": [
2202
2030
  {
2203
- "id": 162,
2031
+ "id": 158,
2204
2032
  "name": "constructor",
2205
2033
  "kind": 512,
2206
2034
  "kindString": "Constructor",
@@ -2214,14 +2042,14 @@
2214
2042
  ],
2215
2043
  "signatures": [
2216
2044
  {
2217
- "id": 163,
2045
+ "id": 159,
2218
2046
  "name": "new XyoEtherscanEthereumGasWitness",
2219
2047
  "kind": 16384,
2220
2048
  "kindString": "Constructor signature",
2221
2049
  "flags": {},
2222
2050
  "parameters": [
2223
2051
  {
2224
- "id": 164,
2052
+ "id": 160,
2225
2053
  "name": "config",
2226
2054
  "kind": 32768,
2227
2055
  "kindString": "Parameter",
@@ -2231,7 +2059,7 @@
2231
2059
  "typeArguments": [
2232
2060
  {
2233
2061
  "type": "reference",
2234
- "id": 149,
2062
+ "id": 145,
2235
2063
  "name": "XyoEthereumGasEtherscanWitnessConfig"
2236
2064
  }
2237
2065
  ],
@@ -2241,7 +2069,7 @@
2241
2069
  ],
2242
2070
  "type": {
2243
2071
  "type": "reference",
2244
- "id": 161,
2072
+ "id": 157,
2245
2073
  "name": "XyoEtherscanEthereumGasWitness"
2246
2074
  },
2247
2075
  "overwrites": {
@@ -2256,7 +2084,7 @@
2256
2084
  }
2257
2085
  },
2258
2086
  {
2259
- "id": 175,
2087
+ "id": 171,
2260
2088
  "name": "account",
2261
2089
  "kind": 1024,
2262
2090
  "kindString": "Property",
@@ -2280,7 +2108,7 @@
2280
2108
  }
2281
2109
  },
2282
2110
  {
2283
- "id": 174,
2111
+ "id": 170,
2284
2112
  "name": "config",
2285
2113
  "kind": 1024,
2286
2114
  "kindString": "Property",
@@ -2297,7 +2125,7 @@
2297
2125
  ],
2298
2126
  "type": {
2299
2127
  "type": "reference",
2300
- "id": 149,
2128
+ "id": 145,
2301
2129
  "name": "XyoEthereumGasEtherscanWitnessConfig"
2302
2130
  },
2303
2131
  "inheritedFrom": {
@@ -2306,7 +2134,7 @@
2306
2134
  }
2307
2135
  },
2308
2136
  {
2309
- "id": 176,
2137
+ "id": 172,
2310
2138
  "name": "resolver",
2311
2139
  "kind": 1024,
2312
2140
  "kindString": "Property",
@@ -2331,7 +2159,7 @@
2331
2159
  }
2332
2160
  },
2333
2161
  {
2334
- "id": 177,
2162
+ "id": 173,
2335
2163
  "name": "address",
2336
2164
  "kind": 262144,
2337
2165
  "kindString": "Accessor",
@@ -2344,7 +2172,7 @@
2344
2172
  }
2345
2173
  ],
2346
2174
  "getSignature": {
2347
- "id": 178,
2175
+ "id": 174,
2348
2176
  "name": "address",
2349
2177
  "kind": 524288,
2350
2178
  "kindString": "Get signature",
@@ -2364,7 +2192,7 @@
2364
2192
  }
2365
2193
  },
2366
2194
  {
2367
- "id": 167,
2195
+ "id": 163,
2368
2196
  "name": "targetSchema",
2369
2197
  "kind": 262144,
2370
2198
  "kindString": "Accessor",
@@ -2377,7 +2205,7 @@
2377
2205
  }
2378
2206
  ],
2379
2207
  "getSignature": {
2380
- "id": 168,
2208
+ "id": 164,
2381
2209
  "name": "targetSchema",
2382
2210
  "kind": 524288,
2383
2211
  "kindString": "Get signature",
@@ -2406,7 +2234,7 @@
2406
2234
  }
2407
2235
  },
2408
2236
  {
2409
- "id": 190,
2237
+ "id": 194,
2410
2238
  "name": "bindHashes",
2411
2239
  "kind": 2048,
2412
2240
  "kindString": "Method",
@@ -2414,20 +2242,20 @@
2414
2242
  "sources": [
2415
2243
  {
2416
2244
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2417
- "line": 21,
2245
+ "line": 22,
2418
2246
  "character": 4
2419
2247
  }
2420
2248
  ],
2421
2249
  "signatures": [
2422
2250
  {
2423
- "id": 191,
2251
+ "id": 195,
2424
2252
  "name": "bindHashes",
2425
2253
  "kind": 4096,
2426
2254
  "kindString": "Call signature",
2427
2255
  "flags": {},
2428
2256
  "parameters": [
2429
2257
  {
2430
- "id": 192,
2258
+ "id": 196,
2431
2259
  "name": "hashes",
2432
2260
  "kind": 32768,
2433
2261
  "kindString": "Parameter",
@@ -2441,7 +2269,7 @@
2441
2269
  }
2442
2270
  },
2443
2271
  {
2444
- "id": 193,
2272
+ "id": 197,
2445
2273
  "name": "schema",
2446
2274
  "kind": 32768,
2447
2275
  "kindString": "Parameter",
@@ -2453,142 +2281,118 @@
2453
2281
  "name": "string"
2454
2282
  }
2455
2283
  }
2284
+ },
2285
+ {
2286
+ "id": 198,
2287
+ "name": "queryAccount",
2288
+ "kind": 32768,
2289
+ "kindString": "Parameter",
2290
+ "flags": {},
2291
+ "type": {
2292
+ "type": "reference",
2293
+ "name": "XyoAccount"
2294
+ }
2456
2295
  }
2457
2296
  ],
2458
2297
  "type": {
2459
2298
  "type": "reference",
2460
2299
  "typeArguments": [
2461
2300
  {
2462
- "type": "reference",
2463
- "name": "XyoBoundWitness"
2301
+ "type": "intrinsic",
2302
+ "name": "unknown"
2464
2303
  },
2465
2304
  {
2466
- "type": "reflection",
2467
- "declaration": {
2468
- "id": 194,
2469
- "name": "__type",
2470
- "kind": 65536,
2471
- "kindString": "Type literal",
2472
- "flags": {},
2473
- "children": [
2474
- {
2475
- "id": 196,
2476
- "name": "previousHash",
2477
- "kind": 1024,
2478
- "kindString": "Property",
2479
- "flags": {
2480
- "isOptional": true
2481
- },
2482
- "sources": [
2483
- {
2484
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2485
- "line": 23,
2486
- "character": 8
2487
- }
2488
- ],
2489
- "type": {
2490
- "type": "intrinsic",
2491
- "name": "string"
2492
- }
2493
- },
2494
- {
2495
- "id": 195,
2496
- "name": "schema",
2497
- "kind": 1024,
2498
- "kindString": "Property",
2499
- "flags": {},
2500
- "sources": [
2501
- {
2502
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2503
- "line": 22,
2504
- "character": 8
2505
- }
2506
- ],
2507
- "type": {
2508
- "type": "intrinsic",
2509
- "name": "string"
2510
- }
2511
- },
2512
- {
2513
- "id": 197,
2514
- "name": "sources",
2515
- "kind": 1024,
2516
- "kindString": "Property",
2517
- "flags": {
2518
- "isOptional": true
2519
- },
2520
- "sources": [
2521
- {
2522
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2523
- "line": 24,
2524
- "character": 8
2525
- }
2526
- ],
2527
- "type": {
2528
- "type": "array",
2529
- "elementType": {
2530
- "type": "intrinsic",
2531
- "name": "string"
2532
- }
2533
- }
2534
- },
2535
- {
2536
- "id": 198,
2537
- "name": "timestamp",
2538
- "kind": 1024,
2539
- "kindString": "Property",
2540
- "flags": {
2541
- "isOptional": true
2542
- },
2543
- "sources": [
2544
- {
2545
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2546
- "line": 25,
2547
- "character": 8
2548
- }
2549
- ],
2550
- "type": {
2551
- "type": "intrinsic",
2552
- "name": "number"
2553
- }
2554
- }
2555
- ],
2556
- "groups": [
2557
- {
2558
- "title": "Properties",
2559
- "children": [
2560
- 196,
2561
- 195,
2562
- 197,
2563
- 198
2564
- ]
2565
- }
2566
- ],
2567
- "sources": [
2568
- {
2569
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2570
- "line": 21,
2571
- "character": 165
2572
- }
2573
- ]
2305
+ "type": "reference",
2306
+ "name": "XyoAccount"
2307
+ }
2308
+ ],
2309
+ "name": "PromiseEx"
2310
+ },
2311
+ "inheritedFrom": {
2312
+ "type": "reference",
2313
+ "name": "XyoTimestampWitness.bindHashes"
2314
+ }
2315
+ }
2316
+ ],
2317
+ "inheritedFrom": {
2318
+ "type": "reference",
2319
+ "name": "XyoTimestampWitness.bindHashes"
2320
+ }
2321
+ },
2322
+ {
2323
+ "id": 190,
2324
+ "name": "bindHashesInternal",
2325
+ "kind": 2048,
2326
+ "kindString": "Method",
2327
+ "flags": {},
2328
+ "sources": [
2329
+ {
2330
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2331
+ "line": 21,
2332
+ "character": 4
2333
+ }
2334
+ ],
2335
+ "signatures": [
2336
+ {
2337
+ "id": 191,
2338
+ "name": "bindHashesInternal",
2339
+ "kind": 4096,
2340
+ "kindString": "Call signature",
2341
+ "flags": {},
2342
+ "parameters": [
2343
+ {
2344
+ "id": 192,
2345
+ "name": "hashes",
2346
+ "kind": 32768,
2347
+ "kindString": "Parameter",
2348
+ "flags": {},
2349
+ "type": {
2350
+ "type": "array",
2351
+ "elementType": {
2352
+ "type": "intrinsic",
2353
+ "name": "string"
2354
+ }
2355
+ }
2356
+ },
2357
+ {
2358
+ "id": 193,
2359
+ "name": "schema",
2360
+ "kind": 32768,
2361
+ "kindString": "Parameter",
2362
+ "flags": {},
2363
+ "type": {
2364
+ "type": "array",
2365
+ "elementType": {
2366
+ "type": "intrinsic",
2367
+ "name": "string"
2574
2368
  }
2575
2369
  }
2370
+ }
2371
+ ],
2372
+ "type": {
2373
+ "type": "reference",
2374
+ "typeArguments": [
2375
+ {
2376
+ "type": "reference",
2377
+ "id": 149,
2378
+ "name": "XyoEthereumGasEtherscanPayload"
2379
+ }
2576
2380
  ],
2577
- "name": "XyoBoundWitnessWithMeta"
2381
+ "name": "XyoModuleQueryResult"
2578
2382
  },
2579
2383
  "inheritedFrom": {
2580
2384
  "type": "reference",
2581
- "name": "XyoTimestampWitness.bindHashes"
2385
+ "name": "XyoTimestampWitness.bindHashesInternal"
2582
2386
  }
2583
2387
  }
2584
2388
  ],
2585
2389
  "inheritedFrom": {
2586
2390
  "type": "reference",
2587
- "name": "XyoTimestampWitness.bindHashes"
2391
+ "name": "XyoTimestampWitness.bindHashesInternal"
2588
2392
  }
2589
2393
  },
2590
2394
  {
2591
- "id": 199,
2395
+ "id": 202,
2592
2396
  "name": "bindPayloads",
2593
2397
  "kind": 2048,
2594
2398
  "kindString": "Method",
@@ -2596,20 +2400,20 @@
2596
2400
  "sources": [
2597
2401
  {
2598
2402
  "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2599
- "line": 27,
2403
+ "line": 24,
2600
2404
  "character": 4
2601
2405
  }
2602
2406
  ],
2603
2407
  "signatures": [
2604
2408
  {
2605
- "id": 200,
2409
+ "id": 203,
2606
2410
  "name": "bindPayloads",
2607
2411
  "kind": 4096,
2608
2412
  "kindString": "Call signature",
2609
2413
  "flags": {},
2610
2414
  "parameters": [
2611
2415
  {
2612
- "id": 201,
2416
+ "id": 204,
2613
2417
  "name": "payloads",
2614
2418
  "kind": 32768,
2615
2419
  "kindString": "Parameter",
@@ -2624,119 +2428,26 @@
2624
2428
  "value": null
2625
2429
  },
2626
2430
  {
2627
- "type": "reflection",
2628
- "declaration": {
2629
- "id": 202,
2630
- "name": "__type",
2631
- "kind": 65536,
2632
- "kindString": "Type literal",
2633
- "flags": {},
2634
- "children": [
2635
- {
2636
- "id": 204,
2637
- "name": "previousHash",
2638
- "kind": 1024,
2639
- "kindString": "Property",
2640
- "flags": {
2641
- "isOptional": true
2642
- },
2643
- "sources": [
2644
- {
2645
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
2646
- "line": 9,
2647
- "character": 4
2648
- }
2649
- ],
2650
- "type": {
2651
- "type": "intrinsic",
2652
- "name": "string"
2653
- }
2654
- },
2655
- {
2656
- "id": 203,
2657
- "name": "schema",
2658
- "kind": 1024,
2659
- "kindString": "Property",
2660
- "flags": {},
2661
- "sources": [
2662
- {
2663
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
2664
- "line": 8,
2665
- "character": 4
2666
- }
2667
- ],
2668
- "type": {
2669
- "type": "intrinsic",
2670
- "name": "string"
2671
- }
2672
- },
2673
- {
2674
- "id": 205,
2675
- "name": "sources",
2676
- "kind": 1024,
2677
- "kindString": "Property",
2678
- "flags": {
2679
- "isOptional": true
2680
- },
2681
- "sources": [
2682
- {
2683
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
2684
- "line": 10,
2685
- "character": 4
2686
- }
2687
- ],
2688
- "type": {
2689
- "type": "array",
2690
- "elementType": {
2691
- "type": "intrinsic",
2692
- "name": "string"
2693
- }
2694
- }
2695
- },
2696
- {
2697
- "id": 206,
2698
- "name": "timestamp",
2699
- "kind": 1024,
2700
- "kindString": "Property",
2701
- "flags": {
2702
- "isOptional": true
2703
- },
2704
- "sources": [
2705
- {
2706
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
2707
- "line": 11,
2708
- "character": 4
2709
- }
2710
- ],
2711
- "type": {
2712
- "type": "intrinsic",
2713
- "name": "number"
2714
- }
2715
- }
2716
- ],
2717
- "groups": [
2718
- {
2719
- "title": "Properties",
2720
- "children": [
2721
- 204,
2722
- 203,
2723
- 205,
2724
- 206
2725
- ]
2726
- }
2727
- ],
2728
- "sources": [
2729
- {
2730
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
2731
- "line": 7,
2732
- "character": 107
2733
- }
2734
- ]
2735
- }
2431
+ "type": "reference",
2432
+ "id": 149,
2433
+ "name": "XyoEthereumGasEtherscanPayload"
2736
2434
  }
2737
2435
  ]
2738
2436
  }
2739
2437
  }
2438
+ },
2439
+ {
2440
+ "id": 205,
2441
+ "name": "account",
2442
+ "kind": 32768,
2443
+ "kindString": "Parameter",
2444
+ "flags": {
2445
+ "isOptional": true
2446
+ },
2447
+ "type": {
2448
+ "type": "reference",
2449
+ "name": "XyoAccount"
2450
+ }
2740
2451
  }
2741
2452
  ],
2742
2453
  "type": {
@@ -2744,135 +2455,103 @@
2744
2455
  "typeArguments": [
2745
2456
  {
2746
2457
  "type": "reference",
2747
- "name": "XyoBoundWitness"
2458
+ "typeArguments": [
2459
+ {
2460
+ "type": "reference",
2461
+ "id": 149,
2462
+ "name": "XyoEthereumGasEtherscanPayload"
2463
+ }
2464
+ ],
2465
+ "name": "XyoModuleQueryResult"
2748
2466
  },
2749
2467
  {
2750
- "type": "reflection",
2751
- "declaration": {
2752
- "id": 207,
2753
- "name": "__type",
2754
- "kind": 65536,
2755
- "kindString": "Type literal",
2756
- "flags": {},
2757
- "children": [
2758
- {
2759
- "id": 209,
2760
- "name": "previousHash",
2761
- "kind": 1024,
2762
- "kindString": "Property",
2763
- "flags": {
2764
- "isOptional": true
2765
- },
2766
- "sources": [
2767
- {
2768
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2769
- "line": 29,
2770
- "character": 8
2771
- }
2772
- ],
2773
- "type": {
2774
- "type": "intrinsic",
2775
- "name": "string"
2776
- }
2777
- },
2778
- {
2779
- "id": 208,
2780
- "name": "schema",
2781
- "kind": 1024,
2782
- "kindString": "Property",
2783
- "flags": {},
2784
- "sources": [
2785
- {
2786
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2787
- "line": 28,
2788
- "character": 8
2789
- }
2790
- ],
2791
- "type": {
2792
- "type": "intrinsic",
2793
- "name": "string"
2794
- }
2795
- },
2468
+ "type": "reference",
2469
+ "name": "XyoAccount"
2470
+ }
2471
+ ],
2472
+ "name": "PromiseEx"
2473
+ },
2474
+ "inheritedFrom": {
2475
+ "type": "reference",
2476
+ "name": "XyoTimestampWitness.bindPayloads"
2477
+ }
2478
+ }
2479
+ ],
2480
+ "inheritedFrom": {
2481
+ "type": "reference",
2482
+ "name": "XyoTimestampWitness.bindPayloads"
2483
+ }
2484
+ },
2485
+ {
2486
+ "id": 199,
2487
+ "name": "bindPayloadsInternal",
2488
+ "kind": 2048,
2489
+ "kindString": "Method",
2490
+ "flags": {},
2491
+ "sources": [
2492
+ {
2493
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2494
+ "line": 23,
2495
+ "character": 4
2496
+ }
2497
+ ],
2498
+ "signatures": [
2499
+ {
2500
+ "id": 200,
2501
+ "name": "bindPayloadsInternal",
2502
+ "kind": 4096,
2503
+ "kindString": "Call signature",
2504
+ "flags": {},
2505
+ "parameters": [
2506
+ {
2507
+ "id": 201,
2508
+ "name": "payloads",
2509
+ "kind": 32768,
2510
+ "kindString": "Parameter",
2511
+ "flags": {},
2512
+ "type": {
2513
+ "type": "array",
2514
+ "elementType": {
2515
+ "type": "union",
2516
+ "types": [
2796
2517
  {
2797
- "id": 210,
2798
- "name": "sources",
2799
- "kind": 1024,
2800
- "kindString": "Property",
2801
- "flags": {
2802
- "isOptional": true
2803
- },
2804
- "sources": [
2805
- {
2806
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2807
- "line": 30,
2808
- "character": 8
2809
- }
2810
- ],
2811
- "type": {
2812
- "type": "array",
2813
- "elementType": {
2814
- "type": "intrinsic",
2815
- "name": "string"
2816
- }
2817
- }
2518
+ "type": "literal",
2519
+ "value": null
2818
2520
  },
2819
2521
  {
2820
- "id": 211,
2821
- "name": "timestamp",
2822
- "kind": 1024,
2823
- "kindString": "Property",
2824
- "flags": {
2825
- "isOptional": true
2826
- },
2827
- "sources": [
2828
- {
2829
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2830
- "line": 31,
2831
- "character": 8
2832
- }
2833
- ],
2834
- "type": {
2835
- "type": "intrinsic",
2836
- "name": "number"
2837
- }
2838
- }
2839
- ],
2840
- "groups": [
2841
- {
2842
- "title": "Properties",
2843
- "children": [
2844
- 209,
2845
- 208,
2846
- 210,
2847
- 211
2848
- ]
2849
- }
2850
- ],
2851
- "sources": [
2852
- {
2853
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
2854
- "line": 27,
2855
- "character": 164
2522
+ "type": "reference",
2523
+ "id": 149,
2524
+ "name": "XyoEthereumGasEtherscanPayload"
2856
2525
  }
2857
2526
  ]
2858
2527
  }
2859
2528
  }
2529
+ }
2530
+ ],
2531
+ "type": {
2532
+ "type": "reference",
2533
+ "typeArguments": [
2534
+ {
2535
+ "type": "reference",
2536
+ "id": 149,
2537
+ "name": "XyoEthereumGasEtherscanPayload"
2538
+ }
2860
2539
  ],
2861
- "name": "XyoBoundWitnessWithMeta"
2540
+ "name": "XyoModuleQueryResult"
2862
2541
  },
2863
2542
  "inheritedFrom": {
2864
2543
  "type": "reference",
2865
- "name": "XyoTimestampWitness.bindPayloads"
2544
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
2866
2545
  }
2867
2546
  }
2868
2547
  ],
2869
2548
  "inheritedFrom": {
2870
2549
  "type": "reference",
2871
- "name": "XyoTimestampWitness.bindPayloads"
2550
+ "name": "XyoTimestampWitness.bindPayloadsInternal"
2872
2551
  }
2873
2552
  },
2874
2553
  {
2875
- "id": 182,
2554
+ "id": 178,
2876
2555
  "name": "discover",
2877
2556
  "kind": 2048,
2878
2557
  "kindString": "Method",
@@ -2886,11 +2565,26 @@
2886
2565
  ],
2887
2566
  "signatures": [
2888
2567
  {
2889
- "id": 183,
2568
+ "id": 179,
2890
2569
  "name": "discover",
2891
2570
  "kind": 4096,
2892
2571
  "kindString": "Call signature",
2893
2572
  "flags": {},
2573
+ "parameters": [
2574
+ {
2575
+ "id": 180,
2576
+ "name": "_queryAccount",
2577
+ "kind": 32768,
2578
+ "kindString": "Parameter",
2579
+ "flags": {
2580
+ "isOptional": true
2581
+ },
2582
+ "type": {
2583
+ "type": "reference",
2584
+ "name": "XyoAccount"
2585
+ }
2586
+ }
2587
+ ],
2894
2588
  "type": {
2895
2589
  "type": "intrinsic",
2896
2590
  "name": "void"
@@ -2907,7 +2601,7 @@
2907
2601
  }
2908
2602
  },
2909
2603
  {
2910
- "id": 184,
2604
+ "id": 181,
2911
2605
  "name": "initialize",
2912
2606
  "kind": 2048,
2913
2607
  "kindString": "Method",
@@ -2921,11 +2615,26 @@
2921
2615
  ],
2922
2616
  "signatures": [
2923
2617
  {
2924
- "id": 185,
2618
+ "id": 182,
2925
2619
  "name": "initialize",
2926
2620
  "kind": 4096,
2927
2621
  "kindString": "Call signature",
2928
2622
  "flags": {},
2623
+ "parameters": [
2624
+ {
2625
+ "id": 183,
2626
+ "name": "_queryAccount",
2627
+ "kind": 32768,
2628
+ "kindString": "Parameter",
2629
+ "flags": {
2630
+ "isOptional": true
2631
+ },
2632
+ "type": {
2633
+ "type": "reference",
2634
+ "name": "XyoAccount"
2635
+ }
2636
+ }
2637
+ ],
2929
2638
  "type": {
2930
2639
  "type": "intrinsic",
2931
2640
  "name": "void"
@@ -2942,7 +2651,7 @@
2942
2651
  }
2943
2652
  },
2944
2653
  {
2945
- "id": 165,
2654
+ "id": 161,
2946
2655
  "name": "observe",
2947
2656
  "kind": 2048,
2948
2657
  "kindString": "Method",
@@ -2956,7 +2665,7 @@
2956
2665
  ],
2957
2666
  "signatures": [
2958
2667
  {
2959
- "id": 166,
2668
+ "id": 162,
2960
2669
  "name": "observe",
2961
2670
  "kind": 4096,
2962
2671
  "kindString": "Call signature",
@@ -2966,7 +2675,7 @@
2966
2675
  "typeArguments": [
2967
2676
  {
2968
2677
  "type": "reference",
2969
- "id": 153,
2678
+ "id": 149,
2970
2679
  "name": "XyoEthereumGasEtherscanPayload"
2971
2680
  }
2972
2681
  ],
@@ -2986,7 +2695,7 @@
2986
2695
  }
2987
2696
  },
2988
2697
  {
2989
- "id": 169,
2698
+ "id": 165,
2990
2699
  "name": "queries",
2991
2700
  "kind": 2048,
2992
2701
  "kindString": "Method",
@@ -3000,7 +2709,7 @@
3000
2709
  ],
3001
2710
  "signatures": [
3002
2711
  {
3003
- "id": 170,
2712
+ "id": 166,
3004
2713
  "name": "queries",
3005
2714
  "kind": 4096,
3006
2715
  "kindString": "Call signature",
@@ -3024,7 +2733,7 @@
3024
2733
  }
3025
2734
  },
3026
2735
  {
3027
- "id": 171,
2736
+ "id": 167,
3028
2737
  "name": "query",
3029
2738
  "kind": 2048,
3030
2739
  "kindString": "Method",
@@ -3038,14 +2747,14 @@
3038
2747
  ],
3039
2748
  "signatures": [
3040
2749
  {
3041
- "id": 172,
2750
+ "id": 168,
3042
2751
  "name": "query",
3043
2752
  "kind": 4096,
3044
2753
  "kindString": "Call signature",
3045
2754
  "flags": {},
3046
2755
  "parameters": [
3047
2756
  {
3048
- "id": 173,
2757
+ "id": 169,
3049
2758
  "name": "query",
3050
2759
  "kind": 32768,
3051
2760
  "kindString": "Parameter",
@@ -3055,7 +2764,7 @@
3055
2764
  "typeArguments": [
3056
2765
  {
3057
2766
  "type": "reference",
3058
- "id": 153,
2767
+ "id": 149,
3059
2768
  "name": "XyoEthereumGasEtherscanPayload"
3060
2769
  }
3061
2770
  ],
@@ -3071,7 +2780,7 @@
3071
2780
  "typeArguments": [
3072
2781
  {
3073
2782
  "type": "reference",
3074
- "id": 153,
2783
+ "id": 149,
3075
2784
  "name": "XyoEthereumGasEtherscanPayload"
3076
2785
  }
3077
2786
  ],
@@ -3094,7 +2803,7 @@
3094
2803
  }
3095
2804
  },
3096
2805
  {
3097
- "id": 179,
2806
+ "id": 175,
3098
2807
  "name": "queryable",
3099
2808
  "kind": 2048,
3100
2809
  "kindString": "Method",
@@ -3108,14 +2817,14 @@
3108
2817
  ],
3109
2818
  "signatures": [
3110
2819
  {
3111
- "id": 180,
2820
+ "id": 176,
3112
2821
  "name": "queryable",
3113
2822
  "kind": 4096,
3114
2823
  "kindString": "Call signature",
3115
2824
  "flags": {},
3116
2825
  "parameters": [
3117
2826
  {
3118
- "id": 181,
2827
+ "id": 177,
3119
2828
  "name": "schema",
3120
2829
  "kind": 32768,
3121
2830
  "kindString": "Parameter",
@@ -3142,7 +2851,7 @@
3142
2851
  }
3143
2852
  },
3144
2853
  {
3145
- "id": 188,
2854
+ "id": 187,
3146
2855
  "name": "shutdown",
3147
2856
  "kind": 2048,
3148
2857
  "kindString": "Method",
@@ -3156,11 +2865,26 @@
3156
2865
  ],
3157
2866
  "signatures": [
3158
2867
  {
3159
- "id": 189,
2868
+ "id": 188,
3160
2869
  "name": "shutdown",
3161
2870
  "kind": 4096,
3162
2871
  "kindString": "Call signature",
3163
2872
  "flags": {},
2873
+ "parameters": [
2874
+ {
2875
+ "id": 189,
2876
+ "name": "_queryAccount",
2877
+ "kind": 32768,
2878
+ "kindString": "Parameter",
2879
+ "flags": {
2880
+ "isOptional": true
2881
+ },
2882
+ "type": {
2883
+ "type": "reference",
2884
+ "name": "XyoAccount"
2885
+ }
2886
+ }
2887
+ ],
3164
2888
  "type": {
3165
2889
  "type": "intrinsic",
3166
2890
  "name": "void"
@@ -3177,7 +2901,7 @@
3177
2901
  }
3178
2902
  },
3179
2903
  {
3180
- "id": 186,
2904
+ "id": 184,
3181
2905
  "name": "subscribe",
3182
2906
  "kind": 2048,
3183
2907
  "kindString": "Method",
@@ -3191,11 +2915,26 @@
3191
2915
  ],
3192
2916
  "signatures": [
3193
2917
  {
3194
- "id": 187,
2918
+ "id": 185,
3195
2919
  "name": "subscribe",
3196
2920
  "kind": 4096,
3197
2921
  "kindString": "Call signature",
3198
2922
  "flags": {},
2923
+ "parameters": [
2924
+ {
2925
+ "id": 186,
2926
+ "name": "_queryAccount",
2927
+ "kind": 32768,
2928
+ "kindString": "Parameter",
2929
+ "flags": {
2930
+ "isOptional": true
2931
+ },
2932
+ "type": {
2933
+ "type": "reference",
2934
+ "name": "XyoAccount"
2935
+ }
2936
+ }
2937
+ ],
3199
2938
  "type": {
3200
2939
  "type": "intrinsic",
3201
2940
  "name": "void"
@@ -3216,37 +2955,39 @@
3216
2955
  {
3217
2956
  "title": "Constructors",
3218
2957
  "children": [
3219
- 162
2958
+ 158
3220
2959
  ]
3221
2960
  },
3222
2961
  {
3223
2962
  "title": "Properties",
3224
2963
  "children": [
3225
- 175,
3226
- 174,
3227
- 176
2964
+ 171,
2965
+ 170,
2966
+ 172
3228
2967
  ]
3229
2968
  },
3230
2969
  {
3231
2970
  "title": "Accessors",
3232
2971
  "children": [
3233
- 177,
3234
- 167
2972
+ 173,
2973
+ 163
3235
2974
  ]
3236
2975
  },
3237
2976
  {
3238
2977
  "title": "Methods",
3239
2978
  "children": [
2979
+ 194,
3240
2980
  190,
2981
+ 202,
3241
2982
  199,
3242
- 182,
3243
- 184,
2983
+ 178,
2984
+ 181,
2985
+ 161,
3244
2986
  165,
3245
- 169,
3246
- 171,
3247
- 179,
3248
- 188,
3249
- 186
2987
+ 167,
2988
+ 175,
2989
+ 187,
2990
+ 184
3250
2991
  ]
3251
2992
  }
3252
2993
  ],
@@ -3263,12 +3004,12 @@
3263
3004
  "typeArguments": [
3264
3005
  {
3265
3006
  "type": "reference",
3266
- "id": 153,
3007
+ "id": 149,
3267
3008
  "name": "XyoEthereumGasEtherscanPayload"
3268
3009
  },
3269
3010
  {
3270
3011
  "type": "reference",
3271
- "id": 149,
3012
+ "id": 145,
3272
3013
  "name": "XyoEthereumGasEtherscanWitnessConfig"
3273
3014
  }
3274
3015
  ],
@@ -3593,7 +3334,7 @@
3593
3334
  }
3594
3335
  },
3595
3336
  {
3596
- "id": 80,
3337
+ "id": 78,
3597
3338
  "name": "XyoEthereumGasEtherchainV2Payload",
3598
3339
  "kind": 4194304,
3599
3340
  "kindString": "Type alias",
@@ -3611,14 +3352,14 @@
3611
3352
  {
3612
3353
  "type": "reflection",
3613
3354
  "declaration": {
3614
- "id": 81,
3355
+ "id": 79,
3615
3356
  "name": "__type",
3616
3357
  "kind": 65536,
3617
3358
  "kindString": "Type literal",
3618
3359
  "flags": {},
3619
3360
  "children": [
3620
3361
  {
3621
- "id": 83,
3362
+ "id": 81,
3622
3363
  "name": "code",
3623
3364
  "kind": 1024,
3624
3365
  "kindString": "Property",
@@ -3636,7 +3377,7 @@
3636
3377
  }
3637
3378
  },
3638
3379
  {
3639
- "id": 84,
3380
+ "id": 82,
3640
3381
  "name": "data",
3641
3382
  "kind": 1024,
3642
3383
  "kindString": "Property",
@@ -3651,14 +3392,14 @@
3651
3392
  "type": {
3652
3393
  "type": "reflection",
3653
3394
  "declaration": {
3654
- "id": 85,
3395
+ "id": 83,
3655
3396
  "name": "__type",
3656
3397
  "kind": 65536,
3657
3398
  "kindString": "Type literal",
3658
3399
  "flags": {},
3659
3400
  "children": [
3660
3401
  {
3661
- "id": 86,
3402
+ "id": 84,
3662
3403
  "name": "fast",
3663
3404
  "kind": 1024,
3664
3405
  "kindString": "Property",
@@ -3676,7 +3417,7 @@
3676
3417
  }
3677
3418
  },
3678
3419
  {
3679
- "id": 87,
3420
+ "id": 85,
3680
3421
  "name": "priceUSD",
3681
3422
  "kind": 1024,
3682
3423
  "kindString": "Property",
@@ -3694,7 +3435,7 @@
3694
3435
  }
3695
3436
  },
3696
3437
  {
3697
- "id": 88,
3438
+ "id": 86,
3698
3439
  "name": "rapid",
3699
3440
  "kind": 1024,
3700
3441
  "kindString": "Property",
@@ -3712,7 +3453,7 @@
3712
3453
  }
3713
3454
  },
3714
3455
  {
3715
- "id": 89,
3456
+ "id": 87,
3716
3457
  "name": "slow",
3717
3458
  "kind": 1024,
3718
3459
  "kindString": "Property",
@@ -3730,7 +3471,7 @@
3730
3471
  }
3731
3472
  },
3732
3473
  {
3733
- "id": 90,
3474
+ "id": 88,
3734
3475
  "name": "standard",
3735
3476
  "kind": 1024,
3736
3477
  "kindString": "Property",
@@ -3748,7 +3489,7 @@
3748
3489
  }
3749
3490
  },
3750
3491
  {
3751
- "id": 91,
3492
+ "id": 89,
3752
3493
  "name": "timestamp",
3753
3494
  "kind": 1024,
3754
3495
  "kindString": "Property",
@@ -3770,12 +3511,12 @@
3770
3511
  {
3771
3512
  "title": "Properties",
3772
3513
  "children": [
3514
+ 84,
3515
+ 85,
3773
3516
  86,
3774
3517
  87,
3775
3518
  88,
3776
- 89,
3777
- 90,
3778
- 91
3519
+ 89
3779
3520
  ]
3780
3521
  }
3781
3522
  ],
@@ -3790,7 +3531,7 @@
3790
3531
  }
3791
3532
  },
3792
3533
  {
3793
- "id": 82,
3534
+ "id": 80,
3794
3535
  "name": "schema",
3795
3536
  "kind": 1024,
3796
3537
  "kindString": "Property",
@@ -3804,7 +3545,7 @@
3804
3545
  ],
3805
3546
  "type": {
3806
3547
  "type": "reference",
3807
- "id": 94,
3548
+ "id": 92,
3808
3549
  "name": "XyoEthereumGasEtherchainV2Schema"
3809
3550
  }
3810
3551
  }
@@ -3813,9 +3554,9 @@
3813
3554
  {
3814
3555
  "title": "Properties",
3815
3556
  "children": [
3816
- 83,
3817
- 84,
3818
- 82
3557
+ 81,
3558
+ 82,
3559
+ 80
3819
3560
  ]
3820
3561
  }
3821
3562
  ],
@@ -3833,7 +3574,7 @@
3833
3574
  }
3834
3575
  },
3835
3576
  {
3836
- "id": 95,
3577
+ "id": 93,
3837
3578
  "name": "XyoEthereumGasEtherchainV2Schema",
3838
3579
  "kind": 4194304,
3839
3580
  "kindString": "Type alias",
@@ -3856,7 +3597,7 @@
3856
3597
  }
3857
3598
  },
3858
3599
  {
3859
- "id": 77,
3600
+ "id": 75,
3860
3601
  "name": "XyoEthereumGasEtherchainV2WitnessConfig",
3861
3602
  "kind": 4194304,
3862
3603
  "kindString": "Type alias",
@@ -3873,20 +3614,20 @@
3873
3614
  "typeArguments": [
3874
3615
  {
3875
3616
  "type": "reference",
3876
- "id": 80,
3617
+ "id": 78,
3877
3618
  "name": "XyoEthereumGasEtherchainV2Payload"
3878
3619
  },
3879
3620
  {
3880
3621
  "type": "reflection",
3881
3622
  "declaration": {
3882
- "id": 78,
3623
+ "id": 76,
3883
3624
  "name": "__type",
3884
3625
  "kind": 65536,
3885
3626
  "kindString": "Type literal",
3886
3627
  "flags": {},
3887
3628
  "children": [
3888
3629
  {
3889
- "id": 79,
3630
+ "id": 77,
3890
3631
  "name": "schema",
3891
3632
  "kind": 1024,
3892
3633
  "kindString": "Property",
@@ -3900,7 +3641,7 @@
3900
3641
  ],
3901
3642
  "type": {
3902
3643
  "type": "reference",
3903
- "id": 92,
3644
+ "id": 90,
3904
3645
  "name": "XyoEthereumGasEtherchainV2WitnessConfigSchema"
3905
3646
  }
3906
3647
  }
@@ -3909,7 +3650,7 @@
3909
3650
  {
3910
3651
  "title": "Properties",
3911
3652
  "children": [
3912
- 79
3653
+ 77
3913
3654
  ]
3914
3655
  }
3915
3656
  ],
@@ -3927,7 +3668,7 @@
3927
3668
  }
3928
3669
  },
3929
3670
  {
3930
- "id": 93,
3671
+ "id": 91,
3931
3672
  "name": "XyoEthereumGasEtherchainV2WitnessConfigSchema",
3932
3673
  "kind": 4194304,
3933
3674
  "kindString": "Type alias",
@@ -3950,7 +3691,7 @@
3950
3691
  }
3951
3692
  },
3952
3693
  {
3953
- "id": 153,
3694
+ "id": 149,
3954
3695
  "name": "XyoEthereumGasEtherscanPayload",
3955
3696
  "kind": 4194304,
3956
3697
  "kindString": "Type alias",
@@ -3982,14 +3723,14 @@
3982
3723
  {
3983
3724
  "type": "reflection",
3984
3725
  "declaration": {
3985
- "id": 154,
3726
+ "id": 150,
3986
3727
  "name": "__type",
3987
3728
  "kind": 65536,
3988
3729
  "kindString": "Type literal",
3989
3730
  "flags": {},
3990
3731
  "children": [
3991
3732
  {
3992
- "id": 155,
3733
+ "id": 151,
3993
3734
  "name": "schema",
3994
3735
  "kind": 1024,
3995
3736
  "kindString": "Property",
@@ -4003,12 +3744,12 @@
4003
3744
  ],
4004
3745
  "type": {
4005
3746
  "type": "reference",
4006
- "id": 159,
3747
+ "id": 155,
4007
3748
  "name": "XyoEthereumGasEtherscanSchema"
4008
3749
  }
4009
3750
  },
4010
3751
  {
4011
- "id": 156,
3752
+ "id": 152,
4012
3753
  "name": "timestamp",
4013
3754
  "kind": 1024,
4014
3755
  "kindString": "Property",
@@ -4030,8 +3771,8 @@
4030
3771
  {
4031
3772
  "title": "Properties",
4032
3773
  "children": [
4033
- 155,
4034
- 156
3774
+ 151,
3775
+ 152
4035
3776
  ]
4036
3777
  }
4037
3778
  ],
@@ -4051,7 +3792,7 @@
4051
3792
  }
4052
3793
  },
4053
3794
  {
4054
- "id": 160,
3795
+ "id": 156,
4055
3796
  "name": "XyoEthereumGasEtherscanSchema",
4056
3797
  "kind": 4194304,
4057
3798
  "kindString": "Type alias",
@@ -4074,7 +3815,7 @@
4074
3815
  }
4075
3816
  },
4076
3817
  {
4077
- "id": 149,
3818
+ "id": 145,
4078
3819
  "name": "XyoEthereumGasEtherscanWitnessConfig",
4079
3820
  "kind": 4194304,
4080
3821
  "kindString": "Type alias",
@@ -4091,20 +3832,20 @@
4091
3832
  "typeArguments": [
4092
3833
  {
4093
3834
  "type": "reference",
4094
- "id": 153,
3835
+ "id": 149,
4095
3836
  "name": "XyoEthereumGasEtherscanPayload"
4096
3837
  },
4097
3838
  {
4098
3839
  "type": "reflection",
4099
3840
  "declaration": {
4100
- "id": 150,
3841
+ "id": 146,
4101
3842
  "name": "__type",
4102
3843
  "kind": 65536,
4103
3844
  "kindString": "Type literal",
4104
3845
  "flags": {},
4105
3846
  "children": [
4106
3847
  {
4107
- "id": 152,
3848
+ "id": 148,
4108
3849
  "name": "apiKey",
4109
3850
  "kind": 1024,
4110
3851
  "kindString": "Property",
@@ -4122,7 +3863,7 @@
4122
3863
  }
4123
3864
  },
4124
3865
  {
4125
- "id": 151,
3866
+ "id": 147,
4126
3867
  "name": "schema",
4127
3868
  "kind": 1024,
4128
3869
  "kindString": "Property",
@@ -4136,7 +3877,7 @@
4136
3877
  ],
4137
3878
  "type": {
4138
3879
  "type": "reference",
4139
- "id": 157,
3880
+ "id": 153,
4140
3881
  "name": "XyoEthereumGasEtherscanWitnessConfigSchema"
4141
3882
  }
4142
3883
  }
@@ -4145,8 +3886,8 @@
4145
3886
  {
4146
3887
  "title": "Properties",
4147
3888
  "children": [
4148
- 152,
4149
- 151
3889
+ 148,
3890
+ 147
4150
3891
  ]
4151
3892
  }
4152
3893
  ],
@@ -4164,7 +3905,7 @@
4164
3905
  }
4165
3906
  },
4166
3907
  {
4167
- "id": 158,
3908
+ "id": 154,
4168
3909
  "name": "XyoEthereumGasEtherscanWitnessConfigSchema",
4169
3910
  "kind": 4194304,
4170
3911
  "kindString": "Type alias",
@@ -4256,7 +3997,7 @@
4256
3997
  }
4257
3998
  },
4258
3999
  {
4259
- "id": 94,
4000
+ "id": 92,
4260
4001
  "name": "XyoEthereumGasEtherchainV2Schema",
4261
4002
  "kind": 32,
4262
4003
  "kindString": "Variable",
@@ -4279,7 +4020,7 @@
4279
4020
  }
4280
4021
  },
4281
4022
  {
4282
- "id": 92,
4023
+ "id": 90,
4283
4024
  "name": "XyoEthereumGasEtherchainV2WitnessConfigSchema",
4284
4025
  "kind": 32,
4285
4026
  "kindString": "Variable",
@@ -4302,7 +4043,7 @@
4302
4043
  }
4303
4044
  },
4304
4045
  {
4305
- "id": 159,
4046
+ "id": 155,
4306
4047
  "name": "XyoEthereumGasEtherscanSchema",
4307
4048
  "kind": 32,
4308
4049
  "kindString": "Variable",
@@ -4325,7 +4066,7 @@
4325
4066
  }
4326
4067
  },
4327
4068
  {
4328
- "id": 157,
4069
+ "id": 153,
4329
4070
  "name": "XyoEthereumGasEtherscanWitnessConfigSchema",
4330
4071
  "kind": 32,
4331
4072
  "kindString": "Variable",
@@ -4383,7 +4124,7 @@
4383
4124
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
4384
4125
  "line": 6,
4385
4126
  "character": 13,
4386
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L6"
4127
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L6"
4387
4128
  }
4388
4129
  ],
4389
4130
  "type": {
@@ -4446,7 +4187,7 @@
4446
4187
  ]
4447
4188
  },
4448
4189
  {
4449
- "id": 75,
4190
+ "id": 73,
4450
4191
  "name": "XyoEthereumGasEtherchainV2PayloadPlugin",
4451
4192
  "kind": 64,
4452
4193
  "kindString": "Function",
@@ -4460,7 +4201,7 @@
4460
4201
  ],
4461
4202
  "signatures": [
4462
4203
  {
4463
- "id": 76,
4204
+ "id": 74,
4464
4205
  "name": "XyoEthereumGasEtherchainV2PayloadPlugin",
4465
4206
  "kind": 4096,
4466
4207
  "kindString": "Call signature",
@@ -4470,12 +4211,12 @@
4470
4211
  "typeArguments": [
4471
4212
  {
4472
4213
  "type": "reference",
4473
- "id": 80,
4214
+ "id": 78,
4474
4215
  "name": "XyoEthereumGasEtherchainV2Payload"
4475
4216
  },
4476
4217
  {
4477
4218
  "type": "reference",
4478
- "id": 77,
4219
+ "id": 75,
4479
4220
  "name": "XyoEthereumGasEtherchainV2WitnessConfig"
4480
4221
  },
4481
4222
  {
@@ -4483,7 +4224,7 @@
4483
4224
  "typeArguments": [
4484
4225
  {
4485
4226
  "type": "reference",
4486
- "id": 80,
4227
+ "id": 78,
4487
4228
  "name": "XyoEthereumGasEtherchainV2Payload"
4488
4229
  }
4489
4230
  ],
@@ -4496,7 +4237,7 @@
4496
4237
  ]
4497
4238
  },
4498
4239
  {
4499
- "id": 147,
4240
+ "id": 143,
4500
4241
  "name": "XyoEthereumGasEtherscanPayloadPlugin",
4501
4242
  "kind": 64,
4502
4243
  "kindString": "Function",
@@ -4510,7 +4251,7 @@
4510
4251
  ],
4511
4252
  "signatures": [
4512
4253
  {
4513
- "id": 148,
4254
+ "id": 144,
4514
4255
  "name": "XyoEthereumGasEtherscanPayloadPlugin",
4515
4256
  "kind": 4096,
4516
4257
  "kindString": "Call signature",
@@ -4520,12 +4261,12 @@
4520
4261
  "typeArguments": [
4521
4262
  {
4522
4263
  "type": "reference",
4523
- "id": 153,
4264
+ "id": 149,
4524
4265
  "name": "XyoEthereumGasEtherscanPayload"
4525
4266
  },
4526
4267
  {
4527
4268
  "type": "reference",
4528
- "id": 149,
4269
+ "id": 145,
4529
4270
  "name": "XyoEthereumGasEtherscanWitnessConfig"
4530
4271
  },
4531
4272
  {
@@ -4533,7 +4274,7 @@
4533
4274
  "typeArguments": [
4534
4275
  {
4535
4276
  "type": "reference",
4536
- "id": 153,
4277
+ "id": 149,
4537
4278
  "name": "XyoEthereumGasEtherscanPayload"
4538
4279
  }
4539
4280
  ],
@@ -4557,8 +4298,8 @@
4557
4298
  "title": "Classes",
4558
4299
  "children": [
4559
4300
  24,
4560
- 96,
4561
- 161
4301
+ 94,
4302
+ 157
4562
4303
  ]
4563
4304
  },
4564
4305
  {
@@ -4568,14 +4309,14 @@
4568
4309
  23,
4569
4310
  7,
4570
4311
  21,
4571
- 80,
4572
- 95,
4573
- 77,
4312
+ 78,
4574
4313
  93,
4575
- 153,
4576
- 160,
4314
+ 75,
4315
+ 91,
4577
4316
  149,
4578
- 158
4317
+ 156,
4318
+ 145,
4319
+ 154
4579
4320
  ]
4580
4321
  },
4581
4322
  {
@@ -4584,10 +4325,10 @@
4584
4325
  4,
4585
4326
  22,
4586
4327
  20,
4587
- 94,
4588
4328
  92,
4589
- 159,
4590
- 157,
4329
+ 90,
4330
+ 155,
4331
+ 153,
4591
4332
  3,
4592
4333
  1
4593
4334
  ]
@@ -4596,8 +4337,8 @@
4596
4337
  "title": "Functions",
4597
4338
  "children": [
4598
4339
  5,
4599
- 75,
4600
- 147
4340
+ 73,
4341
+ 143
4601
4342
  ]
4602
4343
  }
4603
4344
  ],
@@ -4606,7 +4347,7 @@
4606
4347
  "fileName": "plugins/packages/blockchain/packages/ethereum/src/index.ts",
4607
4348
  "line": 1,
4608
4349
  "character": 0,
4609
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L1"
4350
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/plugins/packages/blockchain/packages/ethereum/src/index.ts#L1"
4610
4351
  }
4611
4352
  ]
4612
4353
  }