@xyo-network/gas-price-plugin 2.47.9 → 2.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/docs.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 299,
10
+ "id": 301,
11
11
  "name": "default",
12
12
  "kind": 8388608,
13
13
  "kindString": "Reference",
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -40,7 +40,7 @@
40
40
  "sources": [
41
41
  {
42
42
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
43
- "line": 32,
43
+ "line": 30,
44
44
  "character": 4
45
45
  }
46
46
  ],
@@ -384,322 +384,7 @@
384
384
  }
385
385
  },
386
386
  {
387
- "id": 97,
388
- "name": "_config",
389
- "kind": 1024,
390
- "kindString": "Property",
391
- "flags": {},
392
- "sources": [
393
- {
394
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
395
- "line": 15,
396
- "character": 4
397
- }
398
- ],
399
- "type": {
400
- "type": "intersection",
401
- "types": [
402
- {
403
- "type": "reference",
404
- "name": "SchemaFields"
405
- },
406
- {
407
- "type": "reference",
408
- "name": "PayloadFields"
409
- },
410
- {
411
- "type": "reflection",
412
- "declaration": {
413
- "id": 98,
414
- "name": "__type",
415
- "kind": 65536,
416
- "kindString": "Type literal",
417
- "flags": {},
418
- "children": [
419
- {
420
- "id": 99,
421
- "name": "name",
422
- "kind": 1024,
423
- "kindString": "Property",
424
- "flags": {
425
- "isOptional": true
426
- },
427
- "sources": [
428
- {
429
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
430
- "line": 9,
431
- "character": 4
432
- }
433
- ],
434
- "type": {
435
- "type": "intrinsic",
436
- "name": "string"
437
- }
438
- },
439
- {
440
- "id": 100,
441
- "name": "security",
442
- "kind": 1024,
443
- "kindString": "Property",
444
- "flags": {
445
- "isOptional": true
446
- },
447
- "sources": [
448
- {
449
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
450
- "line": 10,
451
- "character": 4
452
- }
453
- ],
454
- "type": {
455
- "type": "reflection",
456
- "declaration": {
457
- "id": 101,
458
- "name": "__type",
459
- "kind": 65536,
460
- "kindString": "Type literal",
461
- "flags": {},
462
- "children": [
463
- {
464
- "id": 102,
465
- "name": "allowAnonymous",
466
- "kind": 1024,
467
- "kindString": "Property",
468
- "flags": {
469
- "isOptional": true
470
- },
471
- "sources": [
472
- {
473
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
474
- "line": 11,
475
- "character": 8
476
- }
477
- ],
478
- "type": {
479
- "type": "intrinsic",
480
- "name": "boolean"
481
- }
482
- },
483
- {
484
- "id": 103,
485
- "name": "allowed",
486
- "kind": 1024,
487
- "kindString": "Property",
488
- "flags": {
489
- "isOptional": true
490
- },
491
- "sources": [
492
- {
493
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
494
- "line": 12,
495
- "character": 8
496
- }
497
- ],
498
- "type": {
499
- "type": "reference",
500
- "typeArguments": [
501
- {
502
- "type": "intrinsic",
503
- "name": "string"
504
- },
505
- {
506
- "type": "array",
507
- "elementType": {
508
- "type": "union",
509
- "types": [
510
- {
511
- "type": "intrinsic",
512
- "name": "string"
513
- },
514
- {
515
- "type": "reference",
516
- "name": "CosigningAddressSet"
517
- }
518
- ]
519
- }
520
- }
521
- ],
522
- "name": "Record",
523
- "qualifiedName": "Record",
524
- "package": "typescript"
525
- }
526
- },
527
- {
528
- "id": 104,
529
- "name": "disallowed",
530
- "kind": 1024,
531
- "kindString": "Property",
532
- "flags": {
533
- "isOptional": true
534
- },
535
- "sources": [
536
- {
537
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
538
- "line": 13,
539
- "character": 8
540
- }
541
- ],
542
- "type": {
543
- "type": "reference",
544
- "typeArguments": [
545
- {
546
- "type": "intrinsic",
547
- "name": "string"
548
- },
549
- {
550
- "type": "array",
551
- "elementType": {
552
- "type": "intrinsic",
553
- "name": "string"
554
- }
555
- }
556
- ],
557
- "name": "Record",
558
- "qualifiedName": "Record",
559
- "package": "typescript"
560
- }
561
- }
562
- ],
563
- "groups": [
564
- {
565
- "title": "Properties",
566
- "children": [
567
- 102,
568
- 103,
569
- 104
570
- ]
571
- }
572
- ],
573
- "sources": [
574
- {
575
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
576
- "line": 10,
577
- "character": 15
578
- }
579
- ]
580
- }
581
- }
582
- }
583
- ],
584
- "groups": [
585
- {
586
- "title": "Properties",
587
- "children": [
588
- 99,
589
- 100
590
- ]
591
- }
592
- ],
593
- "sources": [
594
- {
595
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
596
- "line": 8,
597
- "character": 75
598
- }
599
- ]
600
- }
601
- },
602
- {
603
- "type": "reflection",
604
- "declaration": {
605
- "id": 105,
606
- "name": "__type",
607
- "kind": 65536,
608
- "kindString": "Type literal",
609
- "flags": {},
610
- "children": [
611
- {
612
- "id": 106,
613
- "name": "targetSchema",
614
- "kind": 1024,
615
- "kindString": "Property",
616
- "flags": {
617
- "isOptional": true
618
- },
619
- "sources": [
620
- {
621
- "fileName": "modules/packages/diviner/packages/model/dist/types/Config.d.ts",
622
- "line": 6,
623
- "character": 4
624
- }
625
- ],
626
- "type": {
627
- "type": "intrinsic",
628
- "name": "string"
629
- }
630
- }
631
- ],
632
- "groups": [
633
- {
634
- "title": "Properties",
635
- "children": [
636
- 106
637
- ]
638
- }
639
- ],
640
- "sources": [
641
- {
642
- "fileName": "modules/packages/diviner/packages/model/dist/types/Config.d.ts",
643
- "line": 5,
644
- "character": 123
645
- }
646
- ]
647
- }
648
- },
649
- {
650
- "type": "reflection",
651
- "declaration": {
652
- "id": 107,
653
- "name": "__type",
654
- "kind": 65536,
655
- "kindString": "Type literal",
656
- "flags": {},
657
- "children": [
658
- {
659
- "id": 108,
660
- "name": "schema",
661
- "kind": 1024,
662
- "kindString": "Property",
663
- "flags": {},
664
- "sources": [
665
- {
666
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
667
- "line": 19,
668
- "character": 4
669
- }
670
- ],
671
- "type": {
672
- "type": "intrinsic",
673
- "name": "string"
674
- }
675
- }
676
- ],
677
- "groups": [
678
- {
679
- "title": "Properties",
680
- "children": [
681
- 108
682
- ]
683
- }
684
- ],
685
- "sources": [
686
- {
687
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
688
- "line": 18,
689
- "character": 17
690
- }
691
- ]
692
- }
693
- }
694
- ]
695
- },
696
- "inheritedFrom": {
697
- "type": "reference",
698
- "name": "AbstractDiviner._config"
699
- }
700
- },
701
- {
702
- "id": 119,
387
+ "id": 107,
703
388
  "name": "_parentResolver",
704
389
  "kind": 1024,
705
390
  "kindString": "Property",
@@ -709,7 +394,7 @@
709
394
  "sources": [
710
395
  {
711
396
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
712
- "line": 17,
397
+ "line": 15,
713
398
  "character": 14
714
399
  }
715
400
  ],
@@ -733,14 +418,14 @@
733
418
  {
734
419
  "type": "reflection",
735
420
  "declaration": {
736
- "id": 120,
421
+ "id": 108,
737
422
  "name": "__type",
738
423
  "kind": 65536,
739
424
  "kindString": "Type literal",
740
425
  "flags": {},
741
426
  "children": [
742
427
  {
743
- "id": 121,
428
+ "id": 109,
744
429
  "name": "name",
745
430
  "kind": 1024,
746
431
  "kindString": "Property",
@@ -750,7 +435,7 @@
750
435
  "sources": [
751
436
  {
752
437
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
753
- "line": 18,
438
+ "line": 16,
754
439
  "character": 8
755
440
  }
756
441
  ],
@@ -760,7 +445,7 @@
760
445
  }
761
446
  },
762
447
  {
763
- "id": 122,
448
+ "id": 110,
764
449
  "name": "security",
765
450
  "kind": 1024,
766
451
  "kindString": "Property",
@@ -770,21 +455,21 @@
770
455
  "sources": [
771
456
  {
772
457
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
773
- "line": 19,
458
+ "line": 17,
774
459
  "character": 8
775
460
  }
776
461
  ],
777
462
  "type": {
778
463
  "type": "reflection",
779
464
  "declaration": {
780
- "id": 123,
465
+ "id": 111,
781
466
  "name": "__type",
782
467
  "kind": 65536,
783
468
  "kindString": "Type literal",
784
469
  "flags": {},
785
470
  "children": [
786
471
  {
787
- "id": 124,
472
+ "id": 112,
788
473
  "name": "allowAnonymous",
789
474
  "kind": 1024,
790
475
  "kindString": "Property",
@@ -794,7 +479,7 @@
794
479
  "sources": [
795
480
  {
796
481
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
797
- "line": 20,
482
+ "line": 18,
798
483
  "character": 12
799
484
  }
800
485
  ],
@@ -804,7 +489,7 @@
804
489
  }
805
490
  },
806
491
  {
807
- "id": 125,
492
+ "id": 113,
808
493
  "name": "allowed",
809
494
  "kind": 1024,
810
495
  "kindString": "Property",
@@ -814,7 +499,7 @@
814
499
  "sources": [
815
500
  {
816
501
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
817
- "line": 21,
502
+ "line": 19,
818
503
  "character": 12
819
504
  }
820
505
  ],
@@ -848,7 +533,7 @@
848
533
  }
849
534
  },
850
535
  {
851
- "id": 126,
536
+ "id": 114,
852
537
  "name": "disallowed",
853
538
  "kind": 1024,
854
539
  "kindString": "Property",
@@ -858,7 +543,7 @@
858
543
  "sources": [
859
544
  {
860
545
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
861
- "line": 22,
546
+ "line": 20,
862
547
  "character": 12
863
548
  }
864
549
  ],
@@ -887,16 +572,16 @@
887
572
  {
888
573
  "title": "Properties",
889
574
  "children": [
890
- 124,
891
- 125,
892
- 126
575
+ 112,
576
+ 113,
577
+ 114
893
578
  ]
894
579
  }
895
580
  ],
896
581
  "sources": [
897
582
  {
898
583
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
899
- "line": 19,
584
+ "line": 17,
900
585
  "character": 19
901
586
  }
902
587
  ]
@@ -908,15 +593,15 @@
908
593
  {
909
594
  "title": "Properties",
910
595
  "children": [
911
- 121,
912
- 122
596
+ 109,
597
+ 110
913
598
  ]
914
599
  }
915
600
  ],
916
601
  "sources": [
917
602
  {
918
603
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
919
- "line": 17,
604
+ "line": 15,
920
605
  "character": 167
921
606
  }
922
607
  ]
@@ -925,14 +610,14 @@
925
610
  {
926
611
  "type": "reflection",
927
612
  "declaration": {
928
- "id": 127,
613
+ "id": 115,
929
614
  "name": "__type",
930
615
  "kind": 65536,
931
616
  "kindString": "Type literal",
932
617
  "flags": {},
933
618
  "children": [
934
619
  {
935
- "id": 128,
620
+ "id": 116,
936
621
  "name": "schema",
937
622
  "kind": 1024,
938
623
  "kindString": "Property",
@@ -940,7 +625,7 @@
940
625
  "sources": [
941
626
  {
942
627
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
943
- "line": 25,
628
+ "line": 23,
944
629
  "character": 8
945
630
  }
946
631
  ],
@@ -954,14 +639,14 @@
954
639
  {
955
640
  "title": "Properties",
956
641
  "children": [
957
- 128
642
+ 116
958
643
  ]
959
644
  }
960
645
  ],
961
646
  "sources": [
962
647
  {
963
648
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
964
- "line": 24,
649
+ "line": 22,
965
650
  "character": 8
966
651
  }
967
652
  ]
@@ -981,7 +666,7 @@
981
666
  }
982
667
  },
983
668
  {
984
- "id": 129,
669
+ "id": 117,
985
670
  "name": "_started",
986
671
  "kind": 1024,
987
672
  "kindString": "Property",
@@ -991,7 +676,7 @@
991
676
  "sources": [
992
677
  {
993
678
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
994
- "line": 27,
679
+ "line": 25,
995
680
  "character": 14
996
681
  }
997
682
  ],
@@ -1005,7 +690,7 @@
1005
690
  }
1006
691
  },
1007
692
  {
1008
- "id": 130,
693
+ "id": 118,
1009
694
  "name": "account",
1010
695
  "kind": 1024,
1011
696
  "kindString": "Property",
@@ -1016,13 +701,13 @@
1016
701
  "sources": [
1017
702
  {
1018
703
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1019
- "line": 28,
704
+ "line": 26,
1020
705
  "character": 23
1021
706
  }
1022
707
  ],
1023
708
  "type": {
1024
709
  "type": "reference",
1025
- "name": "Account"
710
+ "name": "AccountInstance"
1026
711
  },
1027
712
  "inheritedFrom": {
1028
713
  "type": "reference",
@@ -1030,7 +715,7 @@
1030
715
  }
1031
716
  },
1032
717
  {
1033
- "id": 131,
718
+ "id": 119,
1034
719
  "name": "logger",
1035
720
  "kind": 1024,
1036
721
  "kindString": "Property",
@@ -1042,7 +727,7 @@
1042
727
  "sources": [
1043
728
  {
1044
729
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1045
- "line": 29,
730
+ "line": 27,
1046
731
  "character": 23
1047
732
  }
1048
733
  ],
@@ -1056,7 +741,7 @@
1056
741
  }
1057
742
  },
1058
743
  {
1059
- "id": 132,
744
+ "id": 120,
1060
745
  "name": "moduleConfigQueryValidator",
1061
746
  "kind": 1024,
1062
747
  "kindString": "Property",
@@ -1067,7 +752,7 @@
1067
752
  "sources": [
1068
753
  {
1069
754
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1070
- "line": 30,
755
+ "line": 28,
1071
756
  "character": 23
1072
757
  }
1073
758
  ],
@@ -1092,33 +777,332 @@
1092
777
  {
1093
778
  "type": "reflection",
1094
779
  "declaration": {
1095
- "id": 133,
780
+ "id": 121,
781
+ "name": "__type",
782
+ "kind": 65536,
783
+ "kindString": "Type literal",
784
+ "flags": {},
785
+ "children": [
786
+ {
787
+ "id": 122,
788
+ "name": "query",
789
+ "kind": 1024,
790
+ "kindString": "Property",
791
+ "flags": {},
792
+ "sources": [
793
+ {
794
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
795
+ "line": 5,
796
+ "character": 4
797
+ }
798
+ ],
799
+ "type": {
800
+ "type": "intrinsic",
801
+ "name": "string"
802
+ }
803
+ },
804
+ {
805
+ "id": 123,
806
+ "name": "resultSet",
807
+ "kind": 1024,
808
+ "kindString": "Property",
809
+ "flags": {
810
+ "isOptional": true
811
+ },
812
+ "sources": [
813
+ {
814
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
815
+ "line": 6,
816
+ "character": 4
817
+ }
818
+ ],
819
+ "type": {
820
+ "type": "intrinsic",
821
+ "name": "string"
822
+ }
823
+ },
824
+ {
825
+ "id": 124,
826
+ "name": "schema",
827
+ "kind": 1024,
828
+ "kindString": "Property",
829
+ "flags": {},
830
+ "sources": [
831
+ {
832
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
833
+ "line": 7,
834
+ "character": 4
835
+ }
836
+ ],
837
+ "type": {
838
+ "type": "literal",
839
+ "value": "network.xyo.boundwitness.query"
840
+ }
841
+ }
842
+ ],
843
+ "groups": [
844
+ {
845
+ "title": "Properties",
846
+ "children": [
847
+ 122,
848
+ 123,
849
+ 124
850
+ ]
851
+ }
852
+ ],
853
+ "sources": [
854
+ {
855
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
856
+ "line": 4,
857
+ "character": 51
858
+ }
859
+ ]
860
+ }
861
+ }
862
+ ]
863
+ }
864
+ ],
865
+ "name": "Queryable"
866
+ },
867
+ "inheritedFrom": {
868
+ "type": "reference",
869
+ "name": "AbstractDiviner.moduleConfigQueryValidator"
870
+ }
871
+ },
872
+ {
873
+ "id": 283,
874
+ "name": "params",
875
+ "kind": 1024,
876
+ "kindString": "Property",
877
+ "flags": {
878
+ "isProtected": true,
879
+ "isReadonly": true
880
+ },
881
+ "sources": [
882
+ {
883
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
884
+ "line": 20,
885
+ "character": 23
886
+ }
887
+ ],
888
+ "type": {
889
+ "type": "reference",
890
+ "typeArguments": [
891
+ {
892
+ "type": "intersection",
893
+ "types": [
894
+ {
895
+ "type": "reference",
896
+ "name": "SchemaFields"
897
+ },
898
+ {
899
+ "type": "reference",
900
+ "name": "PayloadFields"
901
+ },
902
+ {
903
+ "type": "reflection",
904
+ "declaration": {
905
+ "id": 284,
906
+ "name": "__type",
907
+ "kind": 65536,
908
+ "kindString": "Type literal",
909
+ "flags": {},
910
+ "children": [
911
+ {
912
+ "id": 285,
913
+ "name": "name",
914
+ "kind": 1024,
915
+ "kindString": "Property",
916
+ "flags": {
917
+ "isOptional": true
918
+ },
919
+ "sources": [
920
+ {
921
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
922
+ "line": 9,
923
+ "character": 4
924
+ }
925
+ ],
926
+ "type": {
927
+ "type": "intrinsic",
928
+ "name": "string"
929
+ }
930
+ },
931
+ {
932
+ "id": 286,
933
+ "name": "security",
934
+ "kind": 1024,
935
+ "kindString": "Property",
936
+ "flags": {
937
+ "isOptional": true
938
+ },
939
+ "sources": [
940
+ {
941
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
942
+ "line": 10,
943
+ "character": 4
944
+ }
945
+ ],
946
+ "type": {
947
+ "type": "reflection",
948
+ "declaration": {
949
+ "id": 287,
950
+ "name": "__type",
951
+ "kind": 65536,
952
+ "kindString": "Type literal",
953
+ "flags": {},
954
+ "children": [
955
+ {
956
+ "id": 288,
957
+ "name": "allowAnonymous",
958
+ "kind": 1024,
959
+ "kindString": "Property",
960
+ "flags": {
961
+ "isOptional": true
962
+ },
963
+ "sources": [
964
+ {
965
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
966
+ "line": 11,
967
+ "character": 8
968
+ }
969
+ ],
970
+ "type": {
971
+ "type": "intrinsic",
972
+ "name": "boolean"
973
+ }
974
+ },
975
+ {
976
+ "id": 289,
977
+ "name": "allowed",
978
+ "kind": 1024,
979
+ "kindString": "Property",
980
+ "flags": {
981
+ "isOptional": true
982
+ },
983
+ "sources": [
984
+ {
985
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
986
+ "line": 12,
987
+ "character": 8
988
+ }
989
+ ],
990
+ "type": {
991
+ "type": "reference",
992
+ "typeArguments": [
993
+ {
994
+ "type": "intrinsic",
995
+ "name": "string"
996
+ },
997
+ {
998
+ "type": "array",
999
+ "elementType": {
1000
+ "type": "union",
1001
+ "types": [
1002
+ {
1003
+ "type": "intrinsic",
1004
+ "name": "string"
1005
+ },
1006
+ {
1007
+ "type": "reference",
1008
+ "name": "CosigningAddressSet"
1009
+ }
1010
+ ]
1011
+ }
1012
+ }
1013
+ ],
1014
+ "name": "Record",
1015
+ "qualifiedName": "Record",
1016
+ "package": "typescript"
1017
+ }
1018
+ },
1019
+ {
1020
+ "id": 290,
1021
+ "name": "disallowed",
1022
+ "kind": 1024,
1023
+ "kindString": "Property",
1024
+ "flags": {
1025
+ "isOptional": true
1026
+ },
1027
+ "sources": [
1028
+ {
1029
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1030
+ "line": 13,
1031
+ "character": 8
1032
+ }
1033
+ ],
1034
+ "type": {
1035
+ "type": "reference",
1036
+ "typeArguments": [
1037
+ {
1038
+ "type": "intrinsic",
1039
+ "name": "string"
1040
+ },
1041
+ {
1042
+ "type": "array",
1043
+ "elementType": {
1044
+ "type": "intrinsic",
1045
+ "name": "string"
1046
+ }
1047
+ }
1048
+ ],
1049
+ "name": "Record",
1050
+ "qualifiedName": "Record",
1051
+ "package": "typescript"
1052
+ }
1053
+ }
1054
+ ],
1055
+ "groups": [
1056
+ {
1057
+ "title": "Properties",
1058
+ "children": [
1059
+ 288,
1060
+ 289,
1061
+ 290
1062
+ ]
1063
+ }
1064
+ ],
1065
+ "sources": [
1066
+ {
1067
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1068
+ "line": 10,
1069
+ "character": 15
1070
+ }
1071
+ ]
1072
+ }
1073
+ }
1074
+ }
1075
+ ],
1076
+ "groups": [
1077
+ {
1078
+ "title": "Properties",
1079
+ "children": [
1080
+ 285,
1081
+ 286
1082
+ ]
1083
+ }
1084
+ ],
1085
+ "sources": [
1086
+ {
1087
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
1088
+ "line": 8,
1089
+ "character": 75
1090
+ }
1091
+ ]
1092
+ }
1093
+ },
1094
+ {
1095
+ "type": "reflection",
1096
+ "declaration": {
1097
+ "id": 291,
1096
1098
  "name": "__type",
1097
1099
  "kind": 65536,
1098
1100
  "kindString": "Type literal",
1099
1101
  "flags": {},
1100
1102
  "children": [
1101
1103
  {
1102
- "id": 134,
1103
- "name": "query",
1104
- "kind": 1024,
1105
- "kindString": "Property",
1106
- "flags": {},
1107
- "sources": [
1108
- {
1109
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1110
- "line": 5,
1111
- "character": 4
1112
- }
1113
- ],
1114
- "type": {
1115
- "type": "intrinsic",
1116
- "name": "string"
1117
- }
1118
- },
1119
- {
1120
- "id": 135,
1121
- "name": "resultSet",
1104
+ "id": 292,
1105
+ "name": "targetSchema",
1122
1106
  "kind": 1024,
1123
1107
  "kindString": "Property",
1124
1108
  "flags": {
@@ -1126,7 +1110,7 @@
1126
1110
  },
1127
1111
  "sources": [
1128
1112
  {
1129
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1113
+ "fileName": "modules/packages/diviner/packages/model/dist/types/Config.d.ts",
1130
1114
  "line": 6,
1131
1115
  "character": 4
1132
1116
  }
@@ -1135,23 +1119,50 @@
1135
1119
  "type": "intrinsic",
1136
1120
  "name": "string"
1137
1121
  }
1138
- },
1122
+ }
1123
+ ],
1124
+ "groups": [
1125
+ {
1126
+ "title": "Properties",
1127
+ "children": [
1128
+ 292
1129
+ ]
1130
+ }
1131
+ ],
1132
+ "sources": [
1133
+ {
1134
+ "fileName": "modules/packages/diviner/packages/model/dist/types/Config.d.ts",
1135
+ "line": 5,
1136
+ "character": 123
1137
+ }
1138
+ ]
1139
+ }
1140
+ },
1141
+ {
1142
+ "type": "reflection",
1143
+ "declaration": {
1144
+ "id": 293,
1145
+ "name": "__type",
1146
+ "kind": 65536,
1147
+ "kindString": "Type literal",
1148
+ "flags": {},
1149
+ "children": [
1139
1150
  {
1140
- "id": 136,
1151
+ "id": 294,
1141
1152
  "name": "schema",
1142
1153
  "kind": 1024,
1143
1154
  "kindString": "Property",
1144
1155
  "flags": {},
1145
1156
  "sources": [
1146
1157
  {
1147
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1148
- "line": 7,
1158
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1159
+ "line": 19,
1149
1160
  "character": 4
1150
1161
  }
1151
1162
  ],
1152
1163
  "type": {
1153
- "type": "literal",
1154
- "value": "network.xyo.boundwitness.query"
1164
+ "type": "intrinsic",
1165
+ "name": "string"
1155
1166
  }
1156
1167
  }
1157
1168
  ],
@@ -1159,33 +1170,35 @@
1159
1170
  {
1160
1171
  "title": "Properties",
1161
1172
  "children": [
1162
- 134,
1163
- 135,
1164
- 136
1173
+ 294
1165
1174
  ]
1166
1175
  }
1167
1176
  ],
1168
1177
  "sources": [
1169
1178
  {
1170
- "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1171
- "line": 4,
1172
- "character": 51
1179
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1180
+ "line": 18,
1181
+ "character": 17
1173
1182
  }
1174
1183
  ]
1175
1184
  }
1176
1185
  }
1177
1186
  ]
1187
+ },
1188
+ {
1189
+ "type": "reference",
1190
+ "name": "AnyObject"
1178
1191
  }
1179
1192
  ],
1180
- "name": "Queryable"
1193
+ "name": "ModuleParams"
1181
1194
  },
1182
1195
  "inheritedFrom": {
1183
1196
  "type": "reference",
1184
- "name": "AbstractDiviner.moduleConfigQueryValidator"
1197
+ "name": "AbstractDiviner.params"
1185
1198
  }
1186
1199
  },
1187
1200
  {
1188
- "id": 109,
1201
+ "id": 97,
1189
1202
  "name": "resolver",
1190
1203
  "kind": 1024,
1191
1204
  "kindString": "Property",
@@ -1195,7 +1208,7 @@
1195
1208
  "sources": [
1196
1209
  {
1197
1210
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1198
- "line": 16,
1211
+ "line": 14,
1199
1212
  "character": 13
1200
1213
  }
1201
1214
  ],
@@ -1219,14 +1232,14 @@
1219
1232
  {
1220
1233
  "type": "reflection",
1221
1234
  "declaration": {
1222
- "id": 110,
1235
+ "id": 98,
1223
1236
  "name": "__type",
1224
1237
  "kind": 65536,
1225
1238
  "kindString": "Type literal",
1226
1239
  "flags": {},
1227
1240
  "children": [
1228
1241
  {
1229
- "id": 111,
1242
+ "id": 99,
1230
1243
  "name": "name",
1231
1244
  "kind": 1024,
1232
1245
  "kindString": "Property",
@@ -1246,7 +1259,7 @@
1246
1259
  }
1247
1260
  },
1248
1261
  {
1249
- "id": 112,
1262
+ "id": 100,
1250
1263
  "name": "security",
1251
1264
  "kind": 1024,
1252
1265
  "kindString": "Property",
@@ -1263,14 +1276,14 @@
1263
1276
  "type": {
1264
1277
  "type": "reflection",
1265
1278
  "declaration": {
1266
- "id": 113,
1279
+ "id": 101,
1267
1280
  "name": "__type",
1268
1281
  "kind": 65536,
1269
1282
  "kindString": "Type literal",
1270
1283
  "flags": {},
1271
1284
  "children": [
1272
1285
  {
1273
- "id": 114,
1286
+ "id": 102,
1274
1287
  "name": "allowAnonymous",
1275
1288
  "kind": 1024,
1276
1289
  "kindString": "Property",
@@ -1290,7 +1303,7 @@
1290
1303
  }
1291
1304
  },
1292
1305
  {
1293
- "id": 115,
1306
+ "id": 103,
1294
1307
  "name": "allowed",
1295
1308
  "kind": 1024,
1296
1309
  "kindString": "Property",
@@ -1334,7 +1347,7 @@
1334
1347
  }
1335
1348
  },
1336
1349
  {
1337
- "id": 116,
1350
+ "id": 104,
1338
1351
  "name": "disallowed",
1339
1352
  "kind": 1024,
1340
1353
  "kindString": "Property",
@@ -1373,9 +1386,9 @@
1373
1386
  {
1374
1387
  "title": "Properties",
1375
1388
  "children": [
1376
- 114,
1377
- 115,
1378
- 116
1389
+ 102,
1390
+ 103,
1391
+ 104
1379
1392
  ]
1380
1393
  }
1381
1394
  ],
@@ -1394,8 +1407,8 @@
1394
1407
  {
1395
1408
  "title": "Properties",
1396
1409
  "children": [
1397
- 111,
1398
- 112
1410
+ 99,
1411
+ 100
1399
1412
  ]
1400
1413
  }
1401
1414
  ],
@@ -1411,14 +1424,14 @@
1411
1424
  {
1412
1425
  "type": "reflection",
1413
1426
  "declaration": {
1414
- "id": 117,
1427
+ "id": 105,
1415
1428
  "name": "__type",
1416
1429
  "kind": 65536,
1417
1430
  "kindString": "Type literal",
1418
1431
  "flags": {},
1419
1432
  "children": [
1420
1433
  {
1421
- "id": 118,
1434
+ "id": 106,
1422
1435
  "name": "schema",
1423
1436
  "kind": 1024,
1424
1437
  "kindString": "Property",
@@ -1440,7 +1453,7 @@
1440
1453
  {
1441
1454
  "title": "Properties",
1442
1455
  "children": [
1443
- 118
1456
+ 106
1444
1457
  ]
1445
1458
  }
1446
1459
  ],
@@ -1471,7 +1484,7 @@
1471
1484
  }
1472
1485
  },
1473
1486
  {
1474
- "id": 137,
1487
+ "id": 125,
1475
1488
  "name": "supportedQueryValidator",
1476
1489
  "kind": 1024,
1477
1490
  "kindString": "Property",
@@ -1482,7 +1495,7 @@
1482
1495
  "sources": [
1483
1496
  {
1484
1497
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1485
- "line": 31,
1498
+ "line": 29,
1486
1499
  "character": 23
1487
1500
  }
1488
1501
  ],
@@ -1507,14 +1520,14 @@
1507
1520
  {
1508
1521
  "type": "reflection",
1509
1522
  "declaration": {
1510
- "id": 138,
1523
+ "id": 126,
1511
1524
  "name": "__type",
1512
1525
  "kind": 65536,
1513
1526
  "kindString": "Type literal",
1514
1527
  "flags": {},
1515
1528
  "children": [
1516
1529
  {
1517
- "id": 139,
1530
+ "id": 127,
1518
1531
  "name": "query",
1519
1532
  "kind": 1024,
1520
1533
  "kindString": "Property",
@@ -1532,7 +1545,7 @@
1532
1545
  }
1533
1546
  },
1534
1547
  {
1535
- "id": 140,
1548
+ "id": 128,
1536
1549
  "name": "resultSet",
1537
1550
  "kind": 1024,
1538
1551
  "kindString": "Property",
@@ -1552,7 +1565,7 @@
1552
1565
  }
1553
1566
  },
1554
1567
  {
1555
- "id": 141,
1568
+ "id": 129,
1556
1569
  "name": "schema",
1557
1570
  "kind": 1024,
1558
1571
  "kindString": "Property",
@@ -1574,9 +1587,9 @@
1574
1587
  {
1575
1588
  "title": "Properties",
1576
1589
  "children": [
1577
- 139,
1578
- 140,
1579
- 141
1590
+ 127,
1591
+ 128,
1592
+ 129
1580
1593
  ]
1581
1594
  }
1582
1595
  ],
@@ -1612,7 +1625,7 @@
1612
1625
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
1613
1626
  "line": 13,
1614
1627
  "character": 18,
1615
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L13"
1628
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L13"
1616
1629
  }
1617
1630
  ],
1618
1631
  "type": {
@@ -1636,8 +1649,8 @@
1636
1649
  },
1637
1650
  "sources": [
1638
1651
  {
1639
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1640
- "line": 14,
1652
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1653
+ "line": 21,
1641
1654
  "character": 11
1642
1655
  }
1643
1656
  ],
@@ -1663,7 +1676,7 @@
1663
1676
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
1664
1677
  "line": 14,
1665
1678
  "character": 18,
1666
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L14"
1679
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L14"
1667
1680
  }
1668
1681
  ],
1669
1682
  "type": {
@@ -1677,7 +1690,7 @@
1677
1690
  }
1678
1691
  },
1679
1692
  {
1680
- "id": 142,
1693
+ "id": 130,
1681
1694
  "name": "address",
1682
1695
  "kind": 262144,
1683
1696
  "kindString": "Accessor",
@@ -1685,12 +1698,12 @@
1685
1698
  "sources": [
1686
1699
  {
1687
1700
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1688
- "line": 33,
1701
+ "line": 31,
1689
1702
  "character": 8
1690
1703
  }
1691
1704
  ],
1692
1705
  "getSignature": {
1693
- "id": 143,
1706
+ "id": 131,
1694
1707
  "name": "address",
1695
1708
  "kind": 524288,
1696
1709
  "kindString": "Get signature",
@@ -1718,7 +1731,7 @@
1718
1731
  }
1719
1732
  },
1720
1733
  {
1721
- "id": 144,
1734
+ "id": 132,
1722
1735
  "name": "allowAnonymous",
1723
1736
  "kind": 262144,
1724
1737
  "kindString": "Accessor",
@@ -1726,12 +1739,12 @@
1726
1739
  "sources": [
1727
1740
  {
1728
1741
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1729
- "line": 34,
1742
+ "line": 32,
1730
1743
  "character": 8
1731
1744
  }
1732
1745
  ],
1733
1746
  "getSignature": {
1734
- "id": 145,
1747
+ "id": 133,
1735
1748
  "name": "allowAnonymous",
1736
1749
  "kind": 524288,
1737
1750
  "kindString": "Get signature",
@@ -1751,7 +1764,7 @@
1751
1764
  }
1752
1765
  },
1753
1766
  {
1754
- "id": 146,
1767
+ "id": 134,
1755
1768
  "name": "config",
1756
1769
  "kind": 262144,
1757
1770
  "kindString": "Accessor",
@@ -1759,12 +1772,12 @@
1759
1772
  "sources": [
1760
1773
  {
1761
1774
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1762
- "line": 35,
1775
+ "line": 33,
1763
1776
  "character": 8
1764
1777
  }
1765
1778
  ],
1766
1779
  "getSignature": {
1767
- "id": 147,
1780
+ "id": 135,
1768
1781
  "name": "config",
1769
1782
  "kind": 524288,
1770
1783
  "kindString": "Get signature",
@@ -1792,7 +1805,53 @@
1792
1805
  }
1793
1806
  },
1794
1807
  {
1795
- "id": 148,
1808
+ "id": 295,
1809
+ "name": "log",
1810
+ "kind": 262144,
1811
+ "kindString": "Accessor",
1812
+ "flags": {
1813
+ "isProtected": true
1814
+ },
1815
+ "sources": [
1816
+ {
1817
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1818
+ "line": 23,
1819
+ "character": 18
1820
+ }
1821
+ ],
1822
+ "getSignature": {
1823
+ "id": 296,
1824
+ "name": "log",
1825
+ "kind": 524288,
1826
+ "kindString": "Get signature",
1827
+ "flags": {},
1828
+ "type": {
1829
+ "type": "union",
1830
+ "types": [
1831
+ {
1832
+ "type": "reference",
1833
+ "name": "Logger"
1834
+ },
1835
+ {
1836
+ "type": "reference",
1837
+ "name": "Console",
1838
+ "qualifiedName": "global.Console",
1839
+ "package": "@types/node"
1840
+ }
1841
+ ]
1842
+ },
1843
+ "inheritedFrom": {
1844
+ "type": "reference",
1845
+ "name": "AbstractDiviner.log"
1846
+ }
1847
+ },
1848
+ "inheritedFrom": {
1849
+ "type": "reference",
1850
+ "name": "AbstractDiviner.log"
1851
+ }
1852
+ },
1853
+ {
1854
+ "id": 136,
1796
1855
  "name": "parentResolver",
1797
1856
  "kind": 262144,
1798
1857
  "kindString": "Accessor",
@@ -1800,12 +1859,12 @@
1800
1859
  "sources": [
1801
1860
  {
1802
1861
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1803
- "line": 36,
1862
+ "line": 34,
1804
1863
  "character": 8
1805
1864
  }
1806
1865
  ],
1807
1866
  "getSignature": {
1808
- "id": 149,
1867
+ "id": 137,
1809
1868
  "name": "parentResolver",
1810
1869
  "kind": 524288,
1811
1870
  "kindString": "Get signature",
@@ -1830,14 +1889,14 @@
1830
1889
  {
1831
1890
  "type": "reflection",
1832
1891
  "declaration": {
1833
- "id": 150,
1892
+ "id": 138,
1834
1893
  "name": "__type",
1835
1894
  "kind": 65536,
1836
1895
  "kindString": "Type literal",
1837
1896
  "flags": {},
1838
1897
  "children": [
1839
1898
  {
1840
- "id": 151,
1899
+ "id": 139,
1841
1900
  "name": "name",
1842
1901
  "kind": 1024,
1843
1902
  "kindString": "Property",
@@ -1857,7 +1916,7 @@
1857
1916
  }
1858
1917
  },
1859
1918
  {
1860
- "id": 152,
1919
+ "id": 140,
1861
1920
  "name": "security",
1862
1921
  "kind": 1024,
1863
1922
  "kindString": "Property",
@@ -1874,14 +1933,14 @@
1874
1933
  "type": {
1875
1934
  "type": "reflection",
1876
1935
  "declaration": {
1877
- "id": 153,
1936
+ "id": 141,
1878
1937
  "name": "__type",
1879
1938
  "kind": 65536,
1880
1939
  "kindString": "Type literal",
1881
1940
  "flags": {},
1882
1941
  "children": [
1883
1942
  {
1884
- "id": 154,
1943
+ "id": 142,
1885
1944
  "name": "allowAnonymous",
1886
1945
  "kind": 1024,
1887
1946
  "kindString": "Property",
@@ -1901,7 +1960,7 @@
1901
1960
  }
1902
1961
  },
1903
1962
  {
1904
- "id": 155,
1963
+ "id": 143,
1905
1964
  "name": "allowed",
1906
1965
  "kind": 1024,
1907
1966
  "kindString": "Property",
@@ -1945,7 +2004,7 @@
1945
2004
  }
1946
2005
  },
1947
2006
  {
1948
- "id": 156,
2007
+ "id": 144,
1949
2008
  "name": "disallowed",
1950
2009
  "kind": 1024,
1951
2010
  "kindString": "Property",
@@ -1984,9 +2043,9 @@
1984
2043
  {
1985
2044
  "title": "Properties",
1986
2045
  "children": [
1987
- 154,
1988
- 155,
1989
- 156
2046
+ 142,
2047
+ 143,
2048
+ 144
1990
2049
  ]
1991
2050
  }
1992
2051
  ],
@@ -2005,8 +2064,8 @@
2005
2064
  {
2006
2065
  "title": "Properties",
2007
2066
  "children": [
2008
- 151,
2009
- 152
2067
+ 139,
2068
+ 140
2010
2069
  ]
2011
2070
  }
2012
2071
  ],
@@ -2022,14 +2081,14 @@
2022
2081
  {
2023
2082
  "type": "reflection",
2024
2083
  "declaration": {
2025
- "id": 157,
2084
+ "id": 145,
2026
2085
  "name": "__type",
2027
2086
  "kind": 65536,
2028
2087
  "kindString": "Type literal",
2029
2088
  "flags": {},
2030
2089
  "children": [
2031
2090
  {
2032
- "id": 158,
2091
+ "id": 146,
2033
2092
  "name": "schema",
2034
2093
  "kind": 1024,
2035
2094
  "kindString": "Property",
@@ -2051,7 +2110,7 @@
2051
2110
  {
2052
2111
  "title": "Properties",
2053
2112
  "children": [
2054
- 158
2113
+ 146
2055
2114
  ]
2056
2115
  }
2057
2116
  ],
@@ -2091,7 +2150,7 @@
2091
2150
  }
2092
2151
  },
2093
2152
  {
2094
- "id": 159,
2153
+ "id": 147,
2095
2154
  "name": "previousHash",
2096
2155
  "kind": 262144,
2097
2156
  "kindString": "Accessor",
@@ -2099,12 +2158,12 @@
2099
2158
  "sources": [
2100
2159
  {
2101
2160
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2102
- "line": 37,
2161
+ "line": 35,
2103
2162
  "character": 8
2104
2163
  }
2105
2164
  ],
2106
2165
  "getSignature": {
2107
- "id": 160,
2166
+ "id": 148,
2108
2167
  "name": "previousHash",
2109
2168
  "kind": 524288,
2110
2169
  "kindString": "Get signature",
@@ -2219,7 +2278,7 @@
2219
2278
  }
2220
2279
  },
2221
2280
  {
2222
- "id": 218,
2281
+ "id": 206,
2223
2282
  "name": "bindHashes",
2224
2283
  "kind": 2048,
2225
2284
  "kindString": "Method",
@@ -2229,20 +2288,20 @@
2229
2288
  "sources": [
2230
2289
  {
2231
2290
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2232
- "line": 46,
2291
+ "line": 44,
2233
2292
  "character": 14
2234
2293
  }
2235
2294
  ],
2236
2295
  "signatures": [
2237
2296
  {
2238
- "id": 219,
2297
+ "id": 207,
2239
2298
  "name": "bindHashes",
2240
2299
  "kind": 4096,
2241
2300
  "kindString": "Call signature",
2242
2301
  "flags": {},
2243
2302
  "parameters": [
2244
2303
  {
2245
- "id": 220,
2304
+ "id": 208,
2246
2305
  "name": "hashes",
2247
2306
  "kind": 32768,
2248
2307
  "kindString": "Parameter",
@@ -2256,7 +2315,7 @@
2256
2315
  }
2257
2316
  },
2258
2317
  {
2259
- "id": 221,
2318
+ "id": 209,
2260
2319
  "name": "schema",
2261
2320
  "kind": 32768,
2262
2321
  "kindString": "Parameter",
@@ -2270,7 +2329,7 @@
2270
2329
  }
2271
2330
  },
2272
2331
  {
2273
- "id": 222,
2332
+ "id": 210,
2274
2333
  "name": "account",
2275
2334
  "kind": 32768,
2276
2335
  "kindString": "Parameter",
@@ -2279,7 +2338,7 @@
2279
2338
  },
2280
2339
  "type": {
2281
2340
  "type": "reference",
2282
- "name": "Account"
2341
+ "name": "AccountInstance"
2283
2342
  }
2284
2343
  }
2285
2344
  ],
@@ -2292,7 +2351,7 @@
2292
2351
  },
2293
2352
  {
2294
2353
  "type": "reference",
2295
- "name": "Account"
2354
+ "name": "AccountInstance"
2296
2355
  }
2297
2356
  ],
2298
2357
  "name": "PromiseEx"
@@ -2309,7 +2368,7 @@
2309
2368
  }
2310
2369
  },
2311
2370
  {
2312
- "id": 223,
2371
+ "id": 211,
2313
2372
  "name": "bindHashesInternal",
2314
2373
  "kind": 2048,
2315
2374
  "kindString": "Method",
@@ -2319,20 +2378,20 @@
2319
2378
  "sources": [
2320
2379
  {
2321
2380
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2322
- "line": 47,
2381
+ "line": 45,
2323
2382
  "character": 14
2324
2383
  }
2325
2384
  ],
2326
2385
  "signatures": [
2327
2386
  {
2328
- "id": 224,
2387
+ "id": 212,
2329
2388
  "name": "bindHashesInternal",
2330
2389
  "kind": 4096,
2331
2390
  "kindString": "Call signature",
2332
2391
  "flags": {},
2333
2392
  "parameters": [
2334
2393
  {
2335
- "id": 225,
2394
+ "id": 213,
2336
2395
  "name": "hashes",
2337
2396
  "kind": 32768,
2338
2397
  "kindString": "Parameter",
@@ -2346,7 +2405,7 @@
2346
2405
  }
2347
2406
  },
2348
2407
  {
2349
- "id": 226,
2408
+ "id": 214,
2350
2409
  "name": "schema",
2351
2410
  "kind": 32768,
2352
2411
  "kindString": "Parameter",
@@ -2360,7 +2419,7 @@
2360
2419
  }
2361
2420
  },
2362
2421
  {
2363
- "id": 227,
2422
+ "id": 215,
2364
2423
  "name": "account",
2365
2424
  "kind": 32768,
2366
2425
  "kindString": "Parameter",
@@ -2369,7 +2428,7 @@
2369
2428
  },
2370
2429
  "type": {
2371
2430
  "type": "reference",
2372
- "name": "Account"
2431
+ "name": "AccountInstance"
2373
2432
  }
2374
2433
  }
2375
2434
  ],
@@ -2391,14 +2450,14 @@
2391
2450
  {
2392
2451
  "type": "reflection",
2393
2452
  "declaration": {
2394
- "id": 228,
2453
+ "id": 216,
2395
2454
  "name": "__type",
2396
2455
  "kind": 65536,
2397
2456
  "kindString": "Type literal",
2398
2457
  "flags": {},
2399
2458
  "children": [
2400
2459
  {
2401
- "id": 229,
2460
+ "id": 217,
2402
2461
  "name": "schema",
2403
2462
  "kind": 1024,
2404
2463
  "kindString": "Property",
@@ -2420,7 +2479,7 @@
2420
2479
  {
2421
2480
  "title": "Properties",
2422
2481
  "children": [
2423
- 229
2482
+ 217
2424
2483
  ]
2425
2484
  }
2426
2485
  ],
@@ -2447,7 +2506,7 @@
2447
2506
  }
2448
2507
  },
2449
2508
  {
2450
- "id": 230,
2509
+ "id": 218,
2451
2510
  "name": "bindQuery",
2452
2511
  "kind": 2048,
2453
2512
  "kindString": "Method",
@@ -2457,20 +2516,20 @@
2457
2516
  "sources": [
2458
2517
  {
2459
2518
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2460
- "line": 48,
2519
+ "line": 46,
2461
2520
  "character": 14
2462
2521
  }
2463
2522
  ],
2464
2523
  "signatures": [
2465
2524
  {
2466
- "id": 231,
2525
+ "id": 219,
2467
2526
  "name": "bindQuery",
2468
2527
  "kind": 4096,
2469
2528
  "kindString": "Call signature",
2470
2529
  "flags": {},
2471
2530
  "typeParameter": [
2472
2531
  {
2473
- "id": 236,
2532
+ "id": 224,
2474
2533
  "name": "T",
2475
2534
  "kind": 131072,
2476
2535
  "kindString": "Type parameter",
@@ -2496,14 +2555,14 @@
2496
2555
  {
2497
2556
  "type": "reflection",
2498
2557
  "declaration": {
2499
- "id": 232,
2558
+ "id": 220,
2500
2559
  "name": "__type",
2501
2560
  "kind": 65536,
2502
2561
  "kindString": "Type literal",
2503
2562
  "flags": {},
2504
2563
  "children": [
2505
2564
  {
2506
- "id": 233,
2565
+ "id": 221,
2507
2566
  "name": "schema",
2508
2567
  "kind": 1024,
2509
2568
  "kindString": "Property",
@@ -2525,7 +2584,7 @@
2525
2584
  {
2526
2585
  "title": "Properties",
2527
2586
  "children": [
2528
- 233
2587
+ 221
2529
2588
  ]
2530
2589
  }
2531
2590
  ],
@@ -2561,14 +2620,14 @@
2561
2620
  {
2562
2621
  "type": "reflection",
2563
2622
  "declaration": {
2564
- "id": 234,
2623
+ "id": 222,
2565
2624
  "name": "__type",
2566
2625
  "kind": 65536,
2567
2626
  "kindString": "Type literal",
2568
2627
  "flags": {},
2569
2628
  "children": [
2570
2629
  {
2571
- "id": 235,
2630
+ "id": 223,
2572
2631
  "name": "schema",
2573
2632
  "kind": 1024,
2574
2633
  "kindString": "Property",
@@ -2590,7 +2649,7 @@
2590
2649
  {
2591
2650
  "title": "Properties",
2592
2651
  "children": [
2593
- 235
2652
+ 223
2594
2653
  ]
2595
2654
  }
2596
2655
  ],
@@ -2614,19 +2673,19 @@
2614
2673
  ],
2615
2674
  "parameters": [
2616
2675
  {
2617
- "id": 237,
2676
+ "id": 225,
2618
2677
  "name": "query",
2619
2678
  "kind": 32768,
2620
2679
  "kindString": "Parameter",
2621
2680
  "flags": {},
2622
2681
  "type": {
2623
2682
  "type": "reference",
2624
- "id": 236,
2683
+ "id": 224,
2625
2684
  "name": "T"
2626
2685
  }
2627
2686
  },
2628
2687
  {
2629
- "id": 238,
2688
+ "id": 226,
2630
2689
  "name": "payloads",
2631
2690
  "kind": 32768,
2632
2691
  "kindString": "Parameter",
@@ -2649,14 +2708,14 @@
2649
2708
  {
2650
2709
  "type": "reflection",
2651
2710
  "declaration": {
2652
- "id": 239,
2711
+ "id": 227,
2653
2712
  "name": "__type",
2654
2713
  "kind": 65536,
2655
2714
  "kindString": "Type literal",
2656
2715
  "flags": {},
2657
2716
  "children": [
2658
2717
  {
2659
- "id": 240,
2718
+ "id": 228,
2660
2719
  "name": "schema",
2661
2720
  "kind": 1024,
2662
2721
  "kindString": "Property",
@@ -2678,7 +2737,7 @@
2678
2737
  {
2679
2738
  "title": "Properties",
2680
2739
  "children": [
2681
- 240
2740
+ 228
2682
2741
  ]
2683
2742
  }
2684
2743
  ],
@@ -2696,7 +2755,7 @@
2696
2755
  }
2697
2756
  },
2698
2757
  {
2699
- "id": 241,
2758
+ "id": 229,
2700
2759
  "name": "account",
2701
2760
  "kind": 32768,
2702
2761
  "kindString": "Parameter",
@@ -2705,7 +2764,7 @@
2705
2764
  },
2706
2765
  "type": {
2707
2766
  "type": "reference",
2708
- "name": "Account"
2767
+ "name": "AccountInstance"
2709
2768
  }
2710
2769
  }
2711
2770
  ],
@@ -2733,14 +2792,14 @@
2733
2792
  {
2734
2793
  "type": "reflection",
2735
2794
  "declaration": {
2736
- "id": 242,
2795
+ "id": 230,
2737
2796
  "name": "__type",
2738
2797
  "kind": 65536,
2739
2798
  "kindString": "Type literal",
2740
2799
  "flags": {},
2741
2800
  "children": [
2742
2801
  {
2743
- "id": 243,
2802
+ "id": 231,
2744
2803
  "name": "query",
2745
2804
  "kind": 1024,
2746
2805
  "kindString": "Property",
@@ -2758,7 +2817,7 @@
2758
2817
  }
2759
2818
  },
2760
2819
  {
2761
- "id": 244,
2820
+ "id": 232,
2762
2821
  "name": "resultSet",
2763
2822
  "kind": 1024,
2764
2823
  "kindString": "Property",
@@ -2778,7 +2837,7 @@
2778
2837
  }
2779
2838
  },
2780
2839
  {
2781
- "id": 245,
2840
+ "id": 233,
2782
2841
  "name": "schema",
2783
2842
  "kind": 1024,
2784
2843
  "kindString": "Property",
@@ -2800,9 +2859,9 @@
2800
2859
  {
2801
2860
  "title": "Properties",
2802
2861
  "children": [
2803
- 243,
2804
- 244,
2805
- 245
2862
+ 231,
2863
+ 232,
2864
+ 233
2806
2865
  ]
2807
2866
  }
2808
2867
  ],
@@ -2833,14 +2892,14 @@
2833
2892
  {
2834
2893
  "type": "reflection",
2835
2894
  "declaration": {
2836
- "id": 246,
2895
+ "id": 234,
2837
2896
  "name": "__type",
2838
2897
  "kind": 65536,
2839
2898
  "kindString": "Type literal",
2840
2899
  "flags": {},
2841
2900
  "children": [
2842
2901
  {
2843
- "id": 247,
2902
+ "id": 235,
2844
2903
  "name": "schema",
2845
2904
  "kind": 1024,
2846
2905
  "kindString": "Property",
@@ -2862,7 +2921,7 @@
2862
2921
  {
2863
2922
  "title": "Properties",
2864
2923
  "children": [
2865
- 247
2924
+ 235
2866
2925
  ]
2867
2926
  }
2868
2927
  ],
@@ -2882,7 +2941,7 @@
2882
2941
  },
2883
2942
  {
2884
2943
  "type": "reference",
2885
- "name": "Account"
2944
+ "name": "AccountInstance"
2886
2945
  }
2887
2946
  ],
2888
2947
  "name": "PromiseEx"
@@ -2899,7 +2958,7 @@
2899
2958
  }
2900
2959
  },
2901
2960
  {
2902
- "id": 248,
2961
+ "id": 236,
2903
2962
  "name": "bindQueryInternal",
2904
2963
  "kind": 2048,
2905
2964
  "kindString": "Method",
@@ -2909,20 +2968,20 @@
2909
2968
  "sources": [
2910
2969
  {
2911
2970
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2912
- "line": 49,
2971
+ "line": 47,
2913
2972
  "character": 14
2914
2973
  }
2915
2974
  ],
2916
2975
  "signatures": [
2917
2976
  {
2918
- "id": 249,
2977
+ "id": 237,
2919
2978
  "name": "bindQueryInternal",
2920
2979
  "kind": 4096,
2921
2980
  "kindString": "Call signature",
2922
2981
  "flags": {},
2923
2982
  "typeParameter": [
2924
2983
  {
2925
- "id": 254,
2984
+ "id": 242,
2926
2985
  "name": "T",
2927
2986
  "kind": 131072,
2928
2987
  "kindString": "Type parameter",
@@ -2948,14 +3007,14 @@
2948
3007
  {
2949
3008
  "type": "reflection",
2950
3009
  "declaration": {
2951
- "id": 250,
3010
+ "id": 238,
2952
3011
  "name": "__type",
2953
3012
  "kind": 65536,
2954
3013
  "kindString": "Type literal",
2955
3014
  "flags": {},
2956
3015
  "children": [
2957
3016
  {
2958
- "id": 251,
3017
+ "id": 239,
2959
3018
  "name": "schema",
2960
3019
  "kind": 1024,
2961
3020
  "kindString": "Property",
@@ -2977,7 +3036,7 @@
2977
3036
  {
2978
3037
  "title": "Properties",
2979
3038
  "children": [
2980
- 251
3039
+ 239
2981
3040
  ]
2982
3041
  }
2983
3042
  ],
@@ -3013,14 +3072,14 @@
3013
3072
  {
3014
3073
  "type": "reflection",
3015
3074
  "declaration": {
3016
- "id": 252,
3075
+ "id": 240,
3017
3076
  "name": "__type",
3018
3077
  "kind": 65536,
3019
3078
  "kindString": "Type literal",
3020
3079
  "flags": {},
3021
3080
  "children": [
3022
3081
  {
3023
- "id": 253,
3082
+ "id": 241,
3024
3083
  "name": "schema",
3025
3084
  "kind": 1024,
3026
3085
  "kindString": "Property",
@@ -3042,7 +3101,7 @@
3042
3101
  {
3043
3102
  "title": "Properties",
3044
3103
  "children": [
3045
- 253
3104
+ 241
3046
3105
  ]
3047
3106
  }
3048
3107
  ],
@@ -3066,19 +3125,19 @@
3066
3125
  ],
3067
3126
  "parameters": [
3068
3127
  {
3069
- "id": 255,
3128
+ "id": 243,
3070
3129
  "name": "query",
3071
3130
  "kind": 32768,
3072
3131
  "kindString": "Parameter",
3073
3132
  "flags": {},
3074
3133
  "type": {
3075
3134
  "type": "reference",
3076
- "id": 254,
3135
+ "id": 242,
3077
3136
  "name": "T"
3078
3137
  }
3079
3138
  },
3080
3139
  {
3081
- "id": 256,
3140
+ "id": 244,
3082
3141
  "name": "payloads",
3083
3142
  "kind": 32768,
3084
3143
  "kindString": "Parameter",
@@ -3101,14 +3160,14 @@
3101
3160
  {
3102
3161
  "type": "reflection",
3103
3162
  "declaration": {
3104
- "id": 257,
3163
+ "id": 245,
3105
3164
  "name": "__type",
3106
3165
  "kind": 65536,
3107
3166
  "kindString": "Type literal",
3108
3167
  "flags": {},
3109
3168
  "children": [
3110
3169
  {
3111
- "id": 258,
3170
+ "id": 246,
3112
3171
  "name": "schema",
3113
3172
  "kind": 1024,
3114
3173
  "kindString": "Property",
@@ -3130,7 +3189,7 @@
3130
3189
  {
3131
3190
  "title": "Properties",
3132
3191
  "children": [
3133
- 258
3192
+ 246
3134
3193
  ]
3135
3194
  }
3136
3195
  ],
@@ -3148,7 +3207,7 @@
3148
3207
  }
3149
3208
  },
3150
3209
  {
3151
- "id": 259,
3210
+ "id": 247,
3152
3211
  "name": "account",
3153
3212
  "kind": 32768,
3154
3213
  "kindString": "Parameter",
@@ -3157,7 +3216,7 @@
3157
3216
  },
3158
3217
  "type": {
3159
3218
  "type": "reference",
3160
- "name": "Account"
3219
+ "name": "AccountInstance"
3161
3220
  }
3162
3221
  }
3163
3222
  ],
@@ -3182,14 +3241,14 @@
3182
3241
  {
3183
3242
  "type": "reflection",
3184
3243
  "declaration": {
3185
- "id": 260,
3244
+ "id": 248,
3186
3245
  "name": "__type",
3187
3246
  "kind": 65536,
3188
3247
  "kindString": "Type literal",
3189
3248
  "flags": {},
3190
3249
  "children": [
3191
3250
  {
3192
- "id": 261,
3251
+ "id": 249,
3193
3252
  "name": "query",
3194
3253
  "kind": 1024,
3195
3254
  "kindString": "Property",
@@ -3207,7 +3266,7 @@
3207
3266
  }
3208
3267
  },
3209
3268
  {
3210
- "id": 262,
3269
+ "id": 250,
3211
3270
  "name": "resultSet",
3212
3271
  "kind": 1024,
3213
3272
  "kindString": "Property",
@@ -3227,7 +3286,7 @@
3227
3286
  }
3228
3287
  },
3229
3288
  {
3230
- "id": 263,
3289
+ "id": 251,
3231
3290
  "name": "schema",
3232
3291
  "kind": 1024,
3233
3292
  "kindString": "Property",
@@ -3249,9 +3308,9 @@
3249
3308
  {
3250
3309
  "title": "Properties",
3251
3310
  "children": [
3252
- 261,
3253
- 262,
3254
- 263
3311
+ 249,
3312
+ 250,
3313
+ 251
3255
3314
  ]
3256
3315
  }
3257
3316
  ],
@@ -3282,14 +3341,14 @@
3282
3341
  {
3283
3342
  "type": "reflection",
3284
3343
  "declaration": {
3285
- "id": 264,
3344
+ "id": 252,
3286
3345
  "name": "__type",
3287
3346
  "kind": 65536,
3288
3347
  "kindString": "Type literal",
3289
3348
  "flags": {},
3290
3349
  "children": [
3291
3350
  {
3292
- "id": 265,
3351
+ "id": 253,
3293
3352
  "name": "schema",
3294
3353
  "kind": 1024,
3295
3354
  "kindString": "Property",
@@ -3311,7 +3370,7 @@
3311
3370
  {
3312
3371
  "title": "Properties",
3313
3372
  "children": [
3314
- 265
3373
+ 253
3315
3374
  ]
3316
3375
  }
3317
3376
  ],
@@ -3341,7 +3400,7 @@
3341
3400
  }
3342
3401
  },
3343
3402
  {
3344
- "id": 266,
3403
+ "id": 254,
3345
3404
  "name": "bindResult",
3346
3405
  "kind": 2048,
3347
3406
  "kindString": "Method",
@@ -3351,20 +3410,20 @@
3351
3410
  "sources": [
3352
3411
  {
3353
3412
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3354
- "line": 50,
3413
+ "line": 48,
3355
3414
  "character": 14
3356
3415
  }
3357
3416
  ],
3358
3417
  "signatures": [
3359
3418
  {
3360
- "id": 267,
3419
+ "id": 255,
3361
3420
  "name": "bindResult",
3362
3421
  "kind": 4096,
3363
3422
  "kindString": "Call signature",
3364
3423
  "flags": {},
3365
3424
  "parameters": [
3366
3425
  {
3367
- "id": 268,
3426
+ "id": 256,
3368
3427
  "name": "payloads",
3369
3428
  "kind": 32768,
3370
3429
  "kindString": "Parameter",
@@ -3385,14 +3444,14 @@
3385
3444
  {
3386
3445
  "type": "reflection",
3387
3446
  "declaration": {
3388
- "id": 269,
3447
+ "id": 257,
3389
3448
  "name": "__type",
3390
3449
  "kind": 65536,
3391
3450
  "kindString": "Type literal",
3392
3451
  "flags": {},
3393
3452
  "children": [
3394
3453
  {
3395
- "id": 270,
3454
+ "id": 258,
3396
3455
  "name": "schema",
3397
3456
  "kind": 1024,
3398
3457
  "kindString": "Property",
@@ -3414,7 +3473,7 @@
3414
3473
  {
3415
3474
  "title": "Properties",
3416
3475
  "children": [
3417
- 270
3476
+ 258
3418
3477
  ]
3419
3478
  }
3420
3479
  ],
@@ -3432,7 +3491,7 @@
3432
3491
  }
3433
3492
  },
3434
3493
  {
3435
- "id": 271,
3494
+ "id": 259,
3436
3495
  "name": "account",
3437
3496
  "kind": 32768,
3438
3497
  "kindString": "Parameter",
@@ -3441,7 +3500,7 @@
3441
3500
  },
3442
3501
  "type": {
3443
3502
  "type": "reference",
3444
- "name": "Account"
3503
+ "name": "AccountInstance"
3445
3504
  }
3446
3505
  }
3447
3506
  ],
@@ -3465,14 +3524,14 @@
3465
3524
  {
3466
3525
  "type": "reflection",
3467
3526
  "declaration": {
3468
- "id": 272,
3527
+ "id": 260,
3469
3528
  "name": "__type",
3470
3529
  "kind": 65536,
3471
3530
  "kindString": "Type literal",
3472
3531
  "flags": {},
3473
3532
  "children": [
3474
3533
  {
3475
- "id": 273,
3534
+ "id": 261,
3476
3535
  "name": "schema",
3477
3536
  "kind": 1024,
3478
3537
  "kindString": "Property",
@@ -3494,7 +3553,7 @@
3494
3553
  {
3495
3554
  "title": "Properties",
3496
3555
  "children": [
3497
- 273
3556
+ 261
3498
3557
  ]
3499
3558
  }
3500
3559
  ],
@@ -3514,7 +3573,7 @@
3514
3573
  },
3515
3574
  {
3516
3575
  "type": "reference",
3517
- "name": "Account"
3576
+ "name": "AccountInstance"
3518
3577
  }
3519
3578
  ],
3520
3579
  "name": "PromiseEx"
@@ -3531,7 +3590,7 @@
3531
3590
  }
3532
3591
  },
3533
3592
  {
3534
- "id": 274,
3593
+ "id": 262,
3535
3594
  "name": "bindResultInternal",
3536
3595
  "kind": 2048,
3537
3596
  "kindString": "Method",
@@ -3541,20 +3600,20 @@
3541
3600
  "sources": [
3542
3601
  {
3543
3602
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3544
- "line": 51,
3603
+ "line": 49,
3545
3604
  "character": 14
3546
3605
  }
3547
3606
  ],
3548
3607
  "signatures": [
3549
3608
  {
3550
- "id": 275,
3609
+ "id": 263,
3551
3610
  "name": "bindResultInternal",
3552
3611
  "kind": 4096,
3553
3612
  "kindString": "Call signature",
3554
3613
  "flags": {},
3555
3614
  "parameters": [
3556
3615
  {
3557
- "id": 276,
3616
+ "id": 264,
3558
3617
  "name": "payloads",
3559
3618
  "kind": 32768,
3560
3619
  "kindString": "Parameter",
@@ -3575,14 +3634,14 @@
3575
3634
  {
3576
3635
  "type": "reflection",
3577
3636
  "declaration": {
3578
- "id": 277,
3637
+ "id": 265,
3579
3638
  "name": "__type",
3580
3639
  "kind": 65536,
3581
3640
  "kindString": "Type literal",
3582
3641
  "flags": {},
3583
3642
  "children": [
3584
3643
  {
3585
- "id": 278,
3644
+ "id": 266,
3586
3645
  "name": "schema",
3587
3646
  "kind": 1024,
3588
3647
  "kindString": "Property",
@@ -3604,7 +3663,7 @@
3604
3663
  {
3605
3664
  "title": "Properties",
3606
3665
  "children": [
3607
- 278
3666
+ 266
3608
3667
  ]
3609
3668
  }
3610
3669
  ],
@@ -3622,7 +3681,7 @@
3622
3681
  }
3623
3682
  },
3624
3683
  {
3625
- "id": 279,
3684
+ "id": 267,
3626
3685
  "name": "account",
3627
3686
  "kind": 32768,
3628
3687
  "kindString": "Parameter",
@@ -3631,7 +3690,7 @@
3631
3690
  },
3632
3691
  "type": {
3633
3692
  "type": "reference",
3634
- "name": "Account"
3693
+ "name": "AccountInstance"
3635
3694
  }
3636
3695
  }
3637
3696
  ],
@@ -3652,14 +3711,14 @@
3652
3711
  {
3653
3712
  "type": "reflection",
3654
3713
  "declaration": {
3655
- "id": 280,
3714
+ "id": 268,
3656
3715
  "name": "__type",
3657
3716
  "kind": 65536,
3658
3717
  "kindString": "Type literal",
3659
3718
  "flags": {},
3660
3719
  "children": [
3661
3720
  {
3662
- "id": 281,
3721
+ "id": 269,
3663
3722
  "name": "schema",
3664
3723
  "kind": 1024,
3665
3724
  "kindString": "Property",
@@ -3681,7 +3740,7 @@
3681
3740
  {
3682
3741
  "title": "Properties",
3683
3742
  "children": [
3684
- 281
3743
+ 269
3685
3744
  ]
3686
3745
  }
3687
3746
  ],
@@ -3711,7 +3770,7 @@
3711
3770
  }
3712
3771
  },
3713
3772
  {
3714
- "id": 161,
3773
+ "id": 149,
3715
3774
  "name": "discover",
3716
3775
  "kind": 2048,
3717
3776
  "kindString": "Method",
@@ -3719,13 +3778,13 @@
3719
3778
  "sources": [
3720
3779
  {
3721
3780
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3722
- "line": 40,
3781
+ "line": 38,
3723
3782
  "character": 4
3724
3783
  }
3725
3784
  ],
3726
3785
  "signatures": [
3727
3786
  {
3728
- "id": 162,
3787
+ "id": 150,
3729
3788
  "name": "discover",
3730
3789
  "kind": 4096,
3731
3790
  "kindString": "Call signature",
@@ -3749,14 +3808,14 @@
3749
3808
  {
3750
3809
  "type": "reflection",
3751
3810
  "declaration": {
3752
- "id": 163,
3811
+ "id": 151,
3753
3812
  "name": "__type",
3754
3813
  "kind": 65536,
3755
3814
  "kindString": "Type literal",
3756
3815
  "flags": {},
3757
3816
  "children": [
3758
3817
  {
3759
- "id": 164,
3818
+ "id": 152,
3760
3819
  "name": "schema",
3761
3820
  "kind": 1024,
3762
3821
  "kindString": "Property",
@@ -3778,7 +3837,7 @@
3778
3837
  {
3779
3838
  "title": "Properties",
3780
3839
  "children": [
3781
- 164
3840
+ 152
3782
3841
  ]
3783
3842
  }
3784
3843
  ],
@@ -3823,7 +3882,7 @@
3823
3882
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
3824
3883
  "line": 20,
3825
3884
  "character": 11,
3826
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L20"
3885
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L20"
3827
3886
  }
3828
3887
  ],
3829
3888
  "signatures": [
@@ -4002,7 +4061,7 @@
4002
4061
  }
4003
4062
  },
4004
4063
  {
4005
- "id": 282,
4064
+ "id": 270,
4006
4065
  "name": "loadAccount",
4007
4066
  "kind": 2048,
4008
4067
  "kindString": "Method",
@@ -4012,20 +4071,20 @@
4012
4071
  "sources": [
4013
4072
  {
4014
4073
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
4015
- "line": 52,
4074
+ "line": 50,
4016
4075
  "character": 14
4017
4076
  }
4018
4077
  ],
4019
4078
  "signatures": [
4020
4079
  {
4021
- "id": 283,
4080
+ "id": 271,
4022
4081
  "name": "loadAccount",
4023
4082
  "kind": 4096,
4024
4083
  "kindString": "Call signature",
4025
4084
  "flags": {},
4026
4085
  "parameters": [
4027
4086
  {
4028
- "id": 284,
4087
+ "id": 272,
4029
4088
  "name": "account",
4030
4089
  "kind": 32768,
4031
4090
  "kindString": "Parameter",
@@ -4034,13 +4093,13 @@
4034
4093
  },
4035
4094
  "type": {
4036
4095
  "type": "reference",
4037
- "name": "Account"
4096
+ "name": "AccountInstance"
4038
4097
  }
4039
4098
  }
4040
4099
  ],
4041
4100
  "type": {
4042
4101
  "type": "reference",
4043
- "name": "Account"
4102
+ "name": "AccountInstance"
4044
4103
  },
4045
4104
  "inheritedFrom": {
4046
4105
  "type": "reference",
@@ -4983,7 +5042,7 @@
4983
5042
  }
4984
5043
  },
4985
5044
  {
4986
- "id": 165,
5045
+ "id": 153,
4987
5046
  "name": "queryable",
4988
5047
  "kind": 2048,
4989
5048
  "kindString": "Method",
@@ -4991,20 +5050,20 @@
4991
5050
  "sources": [
4992
5051
  {
4993
5052
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
4994
- "line": 42,
5053
+ "line": 40,
4995
5054
  "character": 4
4996
5055
  }
4997
5056
  ],
4998
5057
  "signatures": [
4999
5058
  {
5000
- "id": 166,
5059
+ "id": 154,
5001
5060
  "name": "queryable",
5002
5061
  "kind": 4096,
5003
5062
  "kindString": "Call signature",
5004
5063
  "flags": {},
5005
5064
  "typeParameter": [
5006
5065
  {
5007
- "id": 175,
5066
+ "id": 163,
5008
5067
  "name": "T",
5009
5068
  "kind": 131072,
5010
5069
  "kindString": "Type parameter",
@@ -5027,14 +5086,14 @@
5027
5086
  {
5028
5087
  "type": "reflection",
5029
5088
  "declaration": {
5030
- "id": 167,
5089
+ "id": 155,
5031
5090
  "name": "__type",
5032
5091
  "kind": 65536,
5033
5092
  "kindString": "Type literal",
5034
5093
  "flags": {},
5035
5094
  "children": [
5036
5095
  {
5037
- "id": 168,
5096
+ "id": 156,
5038
5097
  "name": "query",
5039
5098
  "kind": 1024,
5040
5099
  "kindString": "Property",
@@ -5052,7 +5111,7 @@
5052
5111
  }
5053
5112
  },
5054
5113
  {
5055
- "id": 169,
5114
+ "id": 157,
5056
5115
  "name": "resultSet",
5057
5116
  "kind": 1024,
5058
5117
  "kindString": "Property",
@@ -5072,7 +5131,7 @@
5072
5131
  }
5073
5132
  },
5074
5133
  {
5075
- "id": 170,
5134
+ "id": 158,
5076
5135
  "name": "schema",
5077
5136
  "kind": 1024,
5078
5137
  "kindString": "Property",
@@ -5094,9 +5153,9 @@
5094
5153
  {
5095
5154
  "title": "Properties",
5096
5155
  "children": [
5097
- 168,
5098
- 169,
5099
- 170
5156
+ 156,
5157
+ 157,
5158
+ 158
5100
5159
  ]
5101
5160
  }
5102
5161
  ],
@@ -5129,14 +5188,14 @@
5129
5188
  {
5130
5189
  "type": "reflection",
5131
5190
  "declaration": {
5132
- "id": 171,
5191
+ "id": 159,
5133
5192
  "name": "__type",
5134
5193
  "kind": 65536,
5135
5194
  "kindString": "Type literal",
5136
5195
  "flags": {},
5137
5196
  "children": [
5138
5197
  {
5139
- "id": 172,
5198
+ "id": 160,
5140
5199
  "name": "query",
5141
5200
  "kind": 1024,
5142
5201
  "kindString": "Property",
@@ -5154,7 +5213,7 @@
5154
5213
  }
5155
5214
  },
5156
5215
  {
5157
- "id": 173,
5216
+ "id": 161,
5158
5217
  "name": "resultSet",
5159
5218
  "kind": 1024,
5160
5219
  "kindString": "Property",
@@ -5174,7 +5233,7 @@
5174
5233
  }
5175
5234
  },
5176
5235
  {
5177
- "id": 174,
5236
+ "id": 162,
5178
5237
  "name": "schema",
5179
5238
  "kind": 1024,
5180
5239
  "kindString": "Property",
@@ -5196,9 +5255,9 @@
5196
5255
  {
5197
5256
  "title": "Properties",
5198
5257
  "children": [
5199
- 172,
5200
- 173,
5201
- 174
5258
+ 160,
5259
+ 161,
5260
+ 162
5202
5261
  ]
5203
5262
  }
5204
5263
  ],
@@ -5215,7 +5274,7 @@
5215
5274
  }
5216
5275
  },
5217
5276
  {
5218
- "id": 194,
5277
+ "id": 182,
5219
5278
  "name": "TConfig",
5220
5279
  "kind": 131072,
5221
5280
  "kindString": "Type parameter",
@@ -5234,14 +5293,14 @@
5234
5293
  {
5235
5294
  "type": "reflection",
5236
5295
  "declaration": {
5237
- "id": 176,
5296
+ "id": 164,
5238
5297
  "name": "__type",
5239
5298
  "kind": 65536,
5240
5299
  "kindString": "Type literal",
5241
5300
  "flags": {},
5242
5301
  "children": [
5243
5302
  {
5244
- "id": 177,
5303
+ "id": 165,
5245
5304
  "name": "name",
5246
5305
  "kind": 1024,
5247
5306
  "kindString": "Property",
@@ -5261,7 +5320,7 @@
5261
5320
  }
5262
5321
  },
5263
5322
  {
5264
- "id": 178,
5323
+ "id": 166,
5265
5324
  "name": "security",
5266
5325
  "kind": 1024,
5267
5326
  "kindString": "Property",
@@ -5278,14 +5337,14 @@
5278
5337
  "type": {
5279
5338
  "type": "reflection",
5280
5339
  "declaration": {
5281
- "id": 179,
5340
+ "id": 167,
5282
5341
  "name": "__type",
5283
5342
  "kind": 65536,
5284
5343
  "kindString": "Type literal",
5285
5344
  "flags": {},
5286
5345
  "children": [
5287
5346
  {
5288
- "id": 180,
5347
+ "id": 168,
5289
5348
  "name": "allowAnonymous",
5290
5349
  "kind": 1024,
5291
5350
  "kindString": "Property",
@@ -5305,7 +5364,7 @@
5305
5364
  }
5306
5365
  },
5307
5366
  {
5308
- "id": 181,
5367
+ "id": 169,
5309
5368
  "name": "allowed",
5310
5369
  "kind": 1024,
5311
5370
  "kindString": "Property",
@@ -5349,7 +5408,7 @@
5349
5408
  }
5350
5409
  },
5351
5410
  {
5352
- "id": 182,
5411
+ "id": 170,
5353
5412
  "name": "disallowed",
5354
5413
  "kind": 1024,
5355
5414
  "kindString": "Property",
@@ -5388,9 +5447,9 @@
5388
5447
  {
5389
5448
  "title": "Properties",
5390
5449
  "children": [
5391
- 180,
5392
- 181,
5393
- 182
5450
+ 168,
5451
+ 169,
5452
+ 170
5394
5453
  ]
5395
5454
  }
5396
5455
  ],
@@ -5409,8 +5468,8 @@
5409
5468
  {
5410
5469
  "title": "Properties",
5411
5470
  "children": [
5412
- 177,
5413
- 178
5471
+ 165,
5472
+ 166
5414
5473
  ]
5415
5474
  }
5416
5475
  ],
@@ -5426,14 +5485,14 @@
5426
5485
  {
5427
5486
  "type": "reflection",
5428
5487
  "declaration": {
5429
- "id": 183,
5488
+ "id": 171,
5430
5489
  "name": "__type",
5431
5490
  "kind": 65536,
5432
5491
  "kindString": "Type literal",
5433
5492
  "flags": {},
5434
5493
  "children": [
5435
5494
  {
5436
- "id": 184,
5495
+ "id": 172,
5437
5496
  "name": "schema",
5438
5497
  "kind": 1024,
5439
5498
  "kindString": "Property",
@@ -5455,7 +5514,7 @@
5455
5514
  {
5456
5515
  "title": "Properties",
5457
5516
  "children": [
5458
- 184
5517
+ 172
5459
5518
  ]
5460
5519
  }
5461
5520
  ],
@@ -5484,14 +5543,14 @@
5484
5543
  {
5485
5544
  "type": "reflection",
5486
5545
  "declaration": {
5487
- "id": 185,
5546
+ "id": 173,
5488
5547
  "name": "__type",
5489
5548
  "kind": 65536,
5490
5549
  "kindString": "Type literal",
5491
5550
  "flags": {},
5492
5551
  "children": [
5493
5552
  {
5494
- "id": 186,
5553
+ "id": 174,
5495
5554
  "name": "name",
5496
5555
  "kind": 1024,
5497
5556
  "kindString": "Property",
@@ -5511,7 +5570,7 @@
5511
5570
  }
5512
5571
  },
5513
5572
  {
5514
- "id": 187,
5573
+ "id": 175,
5515
5574
  "name": "security",
5516
5575
  "kind": 1024,
5517
5576
  "kindString": "Property",
@@ -5528,14 +5587,14 @@
5528
5587
  "type": {
5529
5588
  "type": "reflection",
5530
5589
  "declaration": {
5531
- "id": 188,
5590
+ "id": 176,
5532
5591
  "name": "__type",
5533
5592
  "kind": 65536,
5534
5593
  "kindString": "Type literal",
5535
5594
  "flags": {},
5536
5595
  "children": [
5537
5596
  {
5538
- "id": 189,
5597
+ "id": 177,
5539
5598
  "name": "allowAnonymous",
5540
5599
  "kind": 1024,
5541
5600
  "kindString": "Property",
@@ -5555,7 +5614,7 @@
5555
5614
  }
5556
5615
  },
5557
5616
  {
5558
- "id": 190,
5617
+ "id": 178,
5559
5618
  "name": "allowed",
5560
5619
  "kind": 1024,
5561
5620
  "kindString": "Property",
@@ -5599,7 +5658,7 @@
5599
5658
  }
5600
5659
  },
5601
5660
  {
5602
- "id": 191,
5661
+ "id": 179,
5603
5662
  "name": "disallowed",
5604
5663
  "kind": 1024,
5605
5664
  "kindString": "Property",
@@ -5638,9 +5697,9 @@
5638
5697
  {
5639
5698
  "title": "Properties",
5640
5699
  "children": [
5641
- 189,
5642
- 190,
5643
- 191
5700
+ 177,
5701
+ 178,
5702
+ 179
5644
5703
  ]
5645
5704
  }
5646
5705
  ],
@@ -5659,8 +5718,8 @@
5659
5718
  {
5660
5719
  "title": "Properties",
5661
5720
  "children": [
5662
- 186,
5663
- 187
5721
+ 174,
5722
+ 175
5664
5723
  ]
5665
5724
  }
5666
5725
  ],
@@ -5676,14 +5735,14 @@
5676
5735
  {
5677
5736
  "type": "reflection",
5678
5737
  "declaration": {
5679
- "id": 192,
5738
+ "id": 180,
5680
5739
  "name": "__type",
5681
5740
  "kind": 65536,
5682
5741
  "kindString": "Type literal",
5683
5742
  "flags": {},
5684
5743
  "children": [
5685
5744
  {
5686
- "id": 193,
5745
+ "id": 181,
5687
5746
  "name": "schema",
5688
5747
  "kind": 1024,
5689
5748
  "kindString": "Property",
@@ -5705,7 +5764,7 @@
5705
5764
  {
5706
5765
  "title": "Properties",
5707
5766
  "children": [
5708
- 193
5767
+ 181
5709
5768
  ]
5710
5769
  }
5711
5770
  ],
@@ -5724,19 +5783,19 @@
5724
5783
  ],
5725
5784
  "parameters": [
5726
5785
  {
5727
- "id": 195,
5786
+ "id": 183,
5728
5787
  "name": "query",
5729
5788
  "kind": 32768,
5730
5789
  "kindString": "Parameter",
5731
5790
  "flags": {},
5732
5791
  "type": {
5733
5792
  "type": "reference",
5734
- "id": 175,
5793
+ "id": 163,
5735
5794
  "name": "T"
5736
5795
  }
5737
5796
  },
5738
5797
  {
5739
- "id": 196,
5798
+ "id": 184,
5740
5799
  "name": "payloads",
5741
5800
  "kind": 32768,
5742
5801
  "kindString": "Parameter",
@@ -5759,14 +5818,14 @@
5759
5818
  {
5760
5819
  "type": "reflection",
5761
5820
  "declaration": {
5762
- "id": 197,
5821
+ "id": 185,
5763
5822
  "name": "__type",
5764
5823
  "kind": 65536,
5765
5824
  "kindString": "Type literal",
5766
5825
  "flags": {},
5767
5826
  "children": [
5768
5827
  {
5769
- "id": 198,
5828
+ "id": 186,
5770
5829
  "name": "schema",
5771
5830
  "kind": 1024,
5772
5831
  "kindString": "Property",
@@ -5788,7 +5847,7 @@
5788
5847
  {
5789
5848
  "title": "Properties",
5790
5849
  "children": [
5791
- 198
5850
+ 186
5792
5851
  ]
5793
5852
  }
5794
5853
  ],
@@ -5806,7 +5865,7 @@
5806
5865
  }
5807
5866
  },
5808
5867
  {
5809
- "id": 199,
5868
+ "id": 187,
5810
5869
  "name": "queryConfig",
5811
5870
  "kind": 32768,
5812
5871
  "kindString": "Parameter",
@@ -5815,7 +5874,7 @@
5815
5874
  },
5816
5875
  "type": {
5817
5876
  "type": "reference",
5818
- "id": 194,
5877
+ "id": 182,
5819
5878
  "name": "TConfig"
5820
5879
  }
5821
5880
  }
@@ -5844,7 +5903,7 @@
5844
5903
  }
5845
5904
  },
5846
5905
  {
5847
- "id": 200,
5906
+ "id": 188,
5848
5907
  "name": "resolve",
5849
5908
  "kind": 2048,
5850
5909
  "kindString": "Method",
@@ -5852,20 +5911,20 @@
5852
5911
  "sources": [
5853
5912
  {
5854
5913
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
5855
- "line": 43,
5914
+ "line": 41,
5856
5915
  "character": 4
5857
5916
  }
5858
5917
  ],
5859
5918
  "signatures": [
5860
5919
  {
5861
- "id": 201,
5920
+ "id": 189,
5862
5921
  "name": "resolve",
5863
5922
  "kind": 4096,
5864
5923
  "kindString": "Call signature",
5865
5924
  "flags": {},
5866
5925
  "parameters": [
5867
5926
  {
5868
- "id": 202,
5927
+ "id": 190,
5869
5928
  "name": "filter",
5870
5929
  "kind": 32768,
5871
5930
  "kindString": "Parameter",
@@ -5900,14 +5959,14 @@
5900
5959
  {
5901
5960
  "type": "reflection",
5902
5961
  "declaration": {
5903
- "id": 203,
5962
+ "id": 191,
5904
5963
  "name": "__type",
5905
5964
  "kind": 65536,
5906
5965
  "kindString": "Type literal",
5907
5966
  "flags": {},
5908
5967
  "children": [
5909
5968
  {
5910
- "id": 204,
5969
+ "id": 192,
5911
5970
  "name": "name",
5912
5971
  "kind": 1024,
5913
5972
  "kindString": "Property",
@@ -5927,7 +5986,7 @@
5927
5986
  }
5928
5987
  },
5929
5988
  {
5930
- "id": 205,
5989
+ "id": 193,
5931
5990
  "name": "security",
5932
5991
  "kind": 1024,
5933
5992
  "kindString": "Property",
@@ -5944,14 +6003,14 @@
5944
6003
  "type": {
5945
6004
  "type": "reflection",
5946
6005
  "declaration": {
5947
- "id": 206,
6006
+ "id": 194,
5948
6007
  "name": "__type",
5949
6008
  "kind": 65536,
5950
6009
  "kindString": "Type literal",
5951
6010
  "flags": {},
5952
6011
  "children": [
5953
6012
  {
5954
- "id": 207,
6013
+ "id": 195,
5955
6014
  "name": "allowAnonymous",
5956
6015
  "kind": 1024,
5957
6016
  "kindString": "Property",
@@ -5971,7 +6030,7 @@
5971
6030
  }
5972
6031
  },
5973
6032
  {
5974
- "id": 208,
6033
+ "id": 196,
5975
6034
  "name": "allowed",
5976
6035
  "kind": 1024,
5977
6036
  "kindString": "Property",
@@ -6015,7 +6074,7 @@
6015
6074
  }
6016
6075
  },
6017
6076
  {
6018
- "id": 209,
6077
+ "id": 197,
6019
6078
  "name": "disallowed",
6020
6079
  "kind": 1024,
6021
6080
  "kindString": "Property",
@@ -6054,9 +6113,9 @@
6054
6113
  {
6055
6114
  "title": "Properties",
6056
6115
  "children": [
6057
- 207,
6058
- 208,
6059
- 209
6116
+ 195,
6117
+ 196,
6118
+ 197
6060
6119
  ]
6061
6120
  }
6062
6121
  ],
@@ -6075,8 +6134,8 @@
6075
6134
  {
6076
6135
  "title": "Properties",
6077
6136
  "children": [
6078
- 204,
6079
- 205
6137
+ 192,
6138
+ 193
6080
6139
  ]
6081
6140
  }
6082
6141
  ],
@@ -6092,14 +6151,14 @@
6092
6151
  {
6093
6152
  "type": "reflection",
6094
6153
  "declaration": {
6095
- "id": 210,
6154
+ "id": 198,
6096
6155
  "name": "__type",
6097
6156
  "kind": 65536,
6098
6157
  "kindString": "Type literal",
6099
6158
  "flags": {},
6100
6159
  "children": [
6101
6160
  {
6102
- "id": 211,
6161
+ "id": 199,
6103
6162
  "name": "schema",
6104
6163
  "kind": 1024,
6105
6164
  "kindString": "Property",
@@ -6121,7 +6180,7 @@
6121
6180
  {
6122
6181
  "title": "Properties",
6123
6182
  "children": [
6124
- 211
6183
+ 199
6125
6184
  ]
6126
6185
  }
6127
6186
  ],
@@ -6165,7 +6224,7 @@
6165
6224
  }
6166
6225
  },
6167
6226
  {
6168
- "id": 285,
6227
+ "id": 273,
6169
6228
  "name": "start",
6170
6229
  "kind": 2048,
6171
6230
  "kindString": "Method",
@@ -6175,20 +6234,20 @@
6175
6234
  "sources": [
6176
6235
  {
6177
6236
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6178
- "line": 53,
6237
+ "line": 51,
6179
6238
  "character": 14
6180
6239
  }
6181
6240
  ],
6182
6241
  "signatures": [
6183
6242
  {
6184
- "id": 286,
6243
+ "id": 274,
6185
6244
  "name": "start",
6186
6245
  "kind": 4096,
6187
6246
  "kindString": "Call signature",
6188
6247
  "flags": {},
6189
6248
  "parameters": [
6190
6249
  {
6191
- "id": 287,
6250
+ "id": 275,
6192
6251
  "name": "_timeout",
6193
6252
  "kind": 32768,
6194
6253
  "kindString": "Parameter",
@@ -6228,7 +6287,7 @@
6228
6287
  }
6229
6288
  },
6230
6289
  {
6231
- "id": 212,
6290
+ "id": 200,
6232
6291
  "name": "started",
6233
6292
  "kind": 2048,
6234
6293
  "kindString": "Method",
@@ -6236,20 +6295,20 @@
6236
6295
  "sources": [
6237
6296
  {
6238
6297
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6239
- "line": 44,
6298
+ "line": 42,
6240
6299
  "character": 4
6241
6300
  }
6242
6301
  ],
6243
6302
  "signatures": [
6244
6303
  {
6245
- "id": 213,
6304
+ "id": 201,
6246
6305
  "name": "started",
6247
6306
  "kind": 4096,
6248
6307
  "kindString": "Call signature",
6249
6308
  "flags": {},
6250
6309
  "parameters": [
6251
6310
  {
6252
- "id": 214,
6311
+ "id": 202,
6253
6312
  "name": "notStartedAction",
6254
6313
  "kind": 32768,
6255
6314
  "kindString": "Parameter",
@@ -6299,7 +6358,7 @@
6299
6358
  }
6300
6359
  },
6301
6360
  {
6302
- "id": 288,
6361
+ "id": 276,
6303
6362
  "name": "stop",
6304
6363
  "kind": 2048,
6305
6364
  "kindString": "Method",
@@ -6309,20 +6368,20 @@
6309
6368
  "sources": [
6310
6369
  {
6311
6370
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6312
- "line": 54,
6371
+ "line": 52,
6313
6372
  "character": 14
6314
6373
  }
6315
6374
  ],
6316
6375
  "signatures": [
6317
6376
  {
6318
- "id": 289,
6377
+ "id": 277,
6319
6378
  "name": "stop",
6320
6379
  "kind": 4096,
6321
6380
  "kindString": "Call signature",
6322
6381
  "flags": {},
6323
6382
  "parameters": [
6324
6383
  {
6325
- "id": 290,
6384
+ "id": 278,
6326
6385
  "name": "_timeout",
6327
6386
  "kind": 32768,
6328
6387
  "kindString": "Parameter",
@@ -6362,7 +6421,7 @@
6362
6421
  }
6363
6422
  },
6364
6423
  {
6365
- "id": 215,
6424
+ "id": 203,
6366
6425
  "name": "subscribe",
6367
6426
  "kind": 2048,
6368
6427
  "kindString": "Method",
@@ -6370,20 +6429,20 @@
6370
6429
  "sources": [
6371
6430
  {
6372
6431
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6373
- "line": 45,
6432
+ "line": 43,
6374
6433
  "character": 4
6375
6434
  }
6376
6435
  ],
6377
6436
  "signatures": [
6378
6437
  {
6379
- "id": 216,
6438
+ "id": 204,
6380
6439
  "name": "subscribe",
6381
6440
  "kind": 4096,
6382
6441
  "kindString": "Call signature",
6383
6442
  "flags": {},
6384
6443
  "parameters": [
6385
6444
  {
6386
- "id": 217,
6445
+ "id": 205,
6387
6446
  "name": "_queryAccount",
6388
6447
  "kind": 32768,
6389
6448
  "kindString": "Parameter",
@@ -6392,7 +6451,7 @@
6392
6451
  },
6393
6452
  "type": {
6394
6453
  "type": "reference",
6395
- "name": "Account"
6454
+ "name": "AccountInstance"
6396
6455
  }
6397
6456
  }
6398
6457
  ],
@@ -6412,7 +6471,7 @@
6412
6471
  }
6413
6472
  },
6414
6473
  {
6415
- "id": 291,
6474
+ "id": 279,
6416
6475
  "name": "validateConfig",
6417
6476
  "kind": 2048,
6418
6477
  "kindString": "Method",
@@ -6422,20 +6481,20 @@
6422
6481
  "sources": [
6423
6482
  {
6424
6483
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6425
- "line": 55,
6484
+ "line": 53,
6426
6485
  "character": 14
6427
6486
  }
6428
6487
  ],
6429
6488
  "signatures": [
6430
6489
  {
6431
- "id": 292,
6490
+ "id": 280,
6432
6491
  "name": "validateConfig",
6433
6492
  "kind": 4096,
6434
6493
  "kindString": "Call signature",
6435
6494
  "flags": {},
6436
6495
  "parameters": [
6437
6496
  {
6438
- "id": 293,
6497
+ "id": 281,
6439
6498
  "name": "config",
6440
6499
  "kind": 32768,
6441
6500
  "kindString": "Parameter",
@@ -6448,7 +6507,7 @@
6448
6507
  }
6449
6508
  },
6450
6509
  {
6451
- "id": 294,
6510
+ "id": 282,
6452
6511
  "name": "parents",
6453
6512
  "kind": 32768,
6454
6513
  "kindString": "Parameter",
@@ -6492,7 +6551,7 @@
6492
6551
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
6493
6552
  "line": 16,
6494
6553
  "character": 24,
6495
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L16"
6554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L16"
6496
6555
  }
6497
6556
  ],
6498
6557
  "signatures": [
@@ -6855,14 +6914,14 @@
6855
6914
  {
6856
6915
  "title": "Properties",
6857
6916
  "children": [
6858
- 97,
6917
+ 107,
6918
+ 117,
6919
+ 118,
6859
6920
  119,
6860
- 129,
6861
- 130,
6862
- 131,
6863
- 132,
6864
- 109,
6865
- 137,
6921
+ 120,
6922
+ 283,
6923
+ 97,
6924
+ 125,
6866
6925
  18,
6867
6926
  34,
6868
6927
  19
@@ -6871,11 +6930,12 @@
6871
6930
  {
6872
6931
  "title": "Accessors",
6873
6932
  "children": [
6874
- 142,
6875
- 144,
6876
- 146,
6877
- 148,
6878
- 159,
6933
+ 130,
6934
+ 132,
6935
+ 134,
6936
+ 295,
6937
+ 136,
6938
+ 147,
6879
6939
  56,
6880
6940
  58
6881
6941
  ]
@@ -6883,23 +6943,23 @@
6883
6943
  {
6884
6944
  "title": "Methods",
6885
6945
  "children": [
6946
+ 206,
6947
+ 211,
6886
6948
  218,
6887
- 223,
6888
- 230,
6889
- 248,
6890
- 266,
6891
- 274,
6892
- 161,
6949
+ 236,
6950
+ 254,
6951
+ 262,
6952
+ 149,
6893
6953
  49,
6894
- 282,
6954
+ 270,
6895
6955
  60,
6896
- 165,
6956
+ 153,
6957
+ 188,
6958
+ 273,
6897
6959
  200,
6898
- 285,
6899
- 212,
6900
- 288,
6901
- 215,
6902
- 291,
6960
+ 276,
6961
+ 203,
6962
+ 279,
6903
6963
  20
6904
6964
  ]
6905
6965
  }
@@ -6909,7 +6969,7 @@
6909
6969
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
6910
6970
  "line": 12,
6911
6971
  "character": 13,
6912
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L12"
6972
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L12"
6913
6973
  }
6914
6974
  ],
6915
6975
  "extendedTypes": [
@@ -6936,7 +6996,7 @@
6936
6996
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
6937
6997
  "line": 10,
6938
6998
  "character": 12,
6939
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
6999
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
6940
7000
  }
6941
7001
  ],
6942
7002
  "type": {
@@ -6962,12 +7022,12 @@
6962
7022
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
6963
7023
  "line": 10,
6964
7024
  "character": 58,
6965
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
7025
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
6966
7026
  }
6967
7027
  ],
6968
7028
  "type": {
6969
7029
  "type": "reference",
6970
- "id": 297,
7030
+ "id": 299,
6971
7031
  "name": "XyoEthereumGasDivinerConfigSchema"
6972
7032
  }
6973
7033
  }
@@ -6985,7 +7045,7 @@
6985
7045
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts",
6986
7046
  "line": 10,
6987
7047
  "character": 56,
6988
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
7048
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Diviner.ts#L10"
6989
7049
  }
6990
7050
  ]
6991
7051
  }
@@ -6995,7 +7055,7 @@
6995
7055
  }
6996
7056
  },
6997
7057
  {
6998
- "id": 298,
7058
+ "id": 300,
6999
7059
  "name": "XyoEthereumGasDivinerConfigSchema",
7000
7060
  "kind": 4194304,
7001
7061
  "kindString": "Type alias",
@@ -7005,13 +7065,13 @@
7005
7065
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7006
7066
  "line": 4,
7007
7067
  "character": 12,
7008
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L4"
7068
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L4"
7009
7069
  },
7010
7070
  {
7011
7071
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7012
7072
  "line": 5,
7013
7073
  "character": 13,
7014
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L5"
7074
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L5"
7015
7075
  }
7016
7076
  ],
7017
7077
  "type": {
@@ -7020,7 +7080,7 @@
7020
7080
  }
7021
7081
  },
7022
7082
  {
7023
- "id": 296,
7083
+ "id": 298,
7024
7084
  "name": "XyoEthereumGasDivinerQuerySchema",
7025
7085
  "kind": 4194304,
7026
7086
  "kindString": "Type alias",
@@ -7030,13 +7090,13 @@
7030
7090
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7031
7091
  "line": 1,
7032
7092
  "character": 12,
7033
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L1"
7093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L1"
7034
7094
  },
7035
7095
  {
7036
7096
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7037
7097
  "line": 2,
7038
7098
  "character": 13,
7039
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L2"
7099
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L2"
7040
7100
  }
7041
7101
  ],
7042
7102
  "type": {
@@ -7045,7 +7105,7 @@
7045
7105
  }
7046
7106
  },
7047
7107
  {
7048
- "id": 297,
7108
+ "id": 299,
7049
7109
  "name": "XyoEthereumGasDivinerConfigSchema",
7050
7110
  "kind": 32,
7051
7111
  "kindString": "Variable",
@@ -7055,13 +7115,13 @@
7055
7115
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7056
7116
  "line": 4,
7057
7117
  "character": 12,
7058
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L4"
7118
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L4"
7059
7119
  },
7060
7120
  {
7061
7121
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7062
7122
  "line": 5,
7063
7123
  "character": 13,
7064
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L5"
7124
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L5"
7065
7125
  }
7066
7126
  ],
7067
7127
  "type": {
@@ -7070,7 +7130,7 @@
7070
7130
  }
7071
7131
  },
7072
7132
  {
7073
- "id": 295,
7133
+ "id": 297,
7074
7134
  "name": "XyoEthereumGasDivinerQuerySchema",
7075
7135
  "kind": 32,
7076
7136
  "kindString": "Variable",
@@ -7080,13 +7140,13 @@
7080
7140
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7081
7141
  "line": 1,
7082
7142
  "character": 12,
7083
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L1"
7143
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L1"
7084
7144
  },
7085
7145
  {
7086
7146
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts",
7087
7147
  "line": 2,
7088
7148
  "character": 13,
7089
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L2"
7149
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Schema.ts#L2"
7090
7150
  }
7091
7151
  ],
7092
7152
  "type": {
@@ -7105,7 +7165,7 @@
7105
7165
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Plugin.ts",
7106
7166
  "line": 8,
7107
7167
  "character": 13,
7108
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Plugin.ts#L8"
7168
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/Plugin.ts#L8"
7109
7169
  }
7110
7170
  ],
7111
7171
  "signatures": [
@@ -7441,7 +7501,7 @@
7441
7501
  {
7442
7502
  "title": "References",
7443
7503
  "children": [
7444
- 299
7504
+ 301
7445
7505
  ]
7446
7506
  },
7447
7507
  {
@@ -7454,15 +7514,15 @@
7454
7514
  "title": "Type Aliases",
7455
7515
  "children": [
7456
7516
  14,
7457
- 298,
7458
- 296
7517
+ 300,
7518
+ 298
7459
7519
  ]
7460
7520
  },
7461
7521
  {
7462
7522
  "title": "Variables",
7463
7523
  "children": [
7464
- 297,
7465
- 295
7524
+ 299,
7525
+ 297
7466
7526
  ]
7467
7527
  },
7468
7528
  {
@@ -7477,7 +7537,7 @@
7477
7537
  "fileName": "plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts",
7478
7538
  "line": 1,
7479
7539
  "character": 0,
7480
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts#L1"
7540
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/blockchain/packages/ethereum/packages/gas/packages/gas/src/index.ts#L1"
7481
7541
  }
7482
7542
  ]
7483
7543
  }