@xyo-network/crypto-asset-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/crypto/packages/market/packages/asset/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/crypto/packages/market/packages/asset/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/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
  ],
@@ -1467,7 +1480,7 @@
1467
1480
  }
1468
1481
  },
1469
1482
  {
1470
- "id": 137,
1483
+ "id": 125,
1471
1484
  "name": "supportedQueryValidator",
1472
1485
  "kind": 1024,
1473
1486
  "kindString": "Property",
@@ -1478,7 +1491,7 @@
1478
1491
  "sources": [
1479
1492
  {
1480
1493
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1481
- "line": 31,
1494
+ "line": 29,
1482
1495
  "character": 23
1483
1496
  }
1484
1497
  ],
@@ -1503,14 +1516,14 @@
1503
1516
  {
1504
1517
  "type": "reflection",
1505
1518
  "declaration": {
1506
- "id": 138,
1519
+ "id": 126,
1507
1520
  "name": "__type",
1508
1521
  "kind": 65536,
1509
1522
  "kindString": "Type literal",
1510
1523
  "flags": {},
1511
1524
  "children": [
1512
1525
  {
1513
- "id": 139,
1526
+ "id": 127,
1514
1527
  "name": "query",
1515
1528
  "kind": 1024,
1516
1529
  "kindString": "Property",
@@ -1528,7 +1541,7 @@
1528
1541
  }
1529
1542
  },
1530
1543
  {
1531
- "id": 140,
1544
+ "id": 128,
1532
1545
  "name": "resultSet",
1533
1546
  "kind": 1024,
1534
1547
  "kindString": "Property",
@@ -1548,7 +1561,7 @@
1548
1561
  }
1549
1562
  },
1550
1563
  {
1551
- "id": 141,
1564
+ "id": 129,
1552
1565
  "name": "schema",
1553
1566
  "kind": 1024,
1554
1567
  "kindString": "Property",
@@ -1570,9 +1583,9 @@
1570
1583
  {
1571
1584
  "title": "Properties",
1572
1585
  "children": [
1573
- 139,
1574
- 140,
1575
- 141
1586
+ 127,
1587
+ 128,
1588
+ 129
1576
1589
  ]
1577
1590
  }
1578
1591
  ],
@@ -1608,7 +1621,7 @@
1608
1621
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
1609
1622
  "line": 15,
1610
1623
  "character": 18,
1611
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L15"
1624
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L15"
1612
1625
  }
1613
1626
  ],
1614
1627
  "type": {
@@ -1632,8 +1645,8 @@
1632
1645
  },
1633
1646
  "sources": [
1634
1647
  {
1635
- "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1636
- "line": 14,
1648
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1649
+ "line": 21,
1637
1650
  "character": 11
1638
1651
  }
1639
1652
  ],
@@ -1659,7 +1672,7 @@
1659
1672
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
1660
1673
  "line": 16,
1661
1674
  "character": 18,
1662
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L16"
1675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L16"
1663
1676
  }
1664
1677
  ],
1665
1678
  "type": {
@@ -1673,7 +1686,7 @@
1673
1686
  }
1674
1687
  },
1675
1688
  {
1676
- "id": 142,
1689
+ "id": 130,
1677
1690
  "name": "address",
1678
1691
  "kind": 262144,
1679
1692
  "kindString": "Accessor",
@@ -1681,12 +1694,12 @@
1681
1694
  "sources": [
1682
1695
  {
1683
1696
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1684
- "line": 33,
1697
+ "line": 31,
1685
1698
  "character": 8
1686
1699
  }
1687
1700
  ],
1688
1701
  "getSignature": {
1689
- "id": 143,
1702
+ "id": 131,
1690
1703
  "name": "address",
1691
1704
  "kind": 524288,
1692
1705
  "kindString": "Get signature",
@@ -1706,7 +1719,7 @@
1706
1719
  }
1707
1720
  },
1708
1721
  {
1709
- "id": 144,
1722
+ "id": 132,
1710
1723
  "name": "allowAnonymous",
1711
1724
  "kind": 262144,
1712
1725
  "kindString": "Accessor",
@@ -1714,12 +1727,12 @@
1714
1727
  "sources": [
1715
1728
  {
1716
1729
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1717
- "line": 34,
1730
+ "line": 32,
1718
1731
  "character": 8
1719
1732
  }
1720
1733
  ],
1721
1734
  "getSignature": {
1722
- "id": 145,
1735
+ "id": 133,
1723
1736
  "name": "allowAnonymous",
1724
1737
  "kind": 524288,
1725
1738
  "kindString": "Get signature",
@@ -1739,7 +1752,7 @@
1739
1752
  }
1740
1753
  },
1741
1754
  {
1742
- "id": 146,
1755
+ "id": 134,
1743
1756
  "name": "config",
1744
1757
  "kind": 262144,
1745
1758
  "kindString": "Accessor",
@@ -1747,12 +1760,12 @@
1747
1760
  "sources": [
1748
1761
  {
1749
1762
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1750
- "line": 35,
1763
+ "line": 33,
1751
1764
  "character": 8
1752
1765
  }
1753
1766
  ],
1754
1767
  "getSignature": {
1755
- "id": 147,
1768
+ "id": 135,
1756
1769
  "name": "config",
1757
1770
  "kind": 524288,
1758
1771
  "kindString": "Get signature",
@@ -1772,7 +1785,53 @@
1772
1785
  }
1773
1786
  },
1774
1787
  {
1775
- "id": 148,
1788
+ "id": 295,
1789
+ "name": "log",
1790
+ "kind": 262144,
1791
+ "kindString": "Accessor",
1792
+ "flags": {
1793
+ "isProtected": true
1794
+ },
1795
+ "sources": [
1796
+ {
1797
+ "fileName": "protocol/packages/core/dist/types/lib/Base.d.ts",
1798
+ "line": 23,
1799
+ "character": 18
1800
+ }
1801
+ ],
1802
+ "getSignature": {
1803
+ "id": 296,
1804
+ "name": "log",
1805
+ "kind": 524288,
1806
+ "kindString": "Get signature",
1807
+ "flags": {},
1808
+ "type": {
1809
+ "type": "union",
1810
+ "types": [
1811
+ {
1812
+ "type": "reference",
1813
+ "name": "Logger"
1814
+ },
1815
+ {
1816
+ "type": "reference",
1817
+ "name": "Console",
1818
+ "qualifiedName": "global.Console",
1819
+ "package": "@types/node"
1820
+ }
1821
+ ]
1822
+ },
1823
+ "inheritedFrom": {
1824
+ "type": "reference",
1825
+ "name": "AbstractDiviner.log"
1826
+ }
1827
+ },
1828
+ "inheritedFrom": {
1829
+ "type": "reference",
1830
+ "name": "AbstractDiviner.log"
1831
+ }
1832
+ },
1833
+ {
1834
+ "id": 136,
1776
1835
  "name": "parentResolver",
1777
1836
  "kind": 262144,
1778
1837
  "kindString": "Accessor",
@@ -1780,12 +1839,12 @@
1780
1839
  "sources": [
1781
1840
  {
1782
1841
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
1783
- "line": 36,
1842
+ "line": 34,
1784
1843
  "character": 8
1785
1844
  }
1786
1845
  ],
1787
1846
  "getSignature": {
1788
- "id": 149,
1847
+ "id": 137,
1789
1848
  "name": "parentResolver",
1790
1849
  "kind": 524288,
1791
1850
  "kindString": "Get signature",
@@ -1810,14 +1869,14 @@
1810
1869
  {
1811
1870
  "type": "reflection",
1812
1871
  "declaration": {
1813
- "id": 150,
1872
+ "id": 138,
1814
1873
  "name": "__type",
1815
1874
  "kind": 65536,
1816
1875
  "kindString": "Type literal",
1817
1876
  "flags": {},
1818
1877
  "children": [
1819
1878
  {
1820
- "id": 151,
1879
+ "id": 139,
1821
1880
  "name": "name",
1822
1881
  "kind": 1024,
1823
1882
  "kindString": "Property",
@@ -1837,7 +1896,7 @@
1837
1896
  }
1838
1897
  },
1839
1898
  {
1840
- "id": 152,
1899
+ "id": 140,
1841
1900
  "name": "security",
1842
1901
  "kind": 1024,
1843
1902
  "kindString": "Property",
@@ -1854,14 +1913,14 @@
1854
1913
  "type": {
1855
1914
  "type": "reflection",
1856
1915
  "declaration": {
1857
- "id": 153,
1916
+ "id": 141,
1858
1917
  "name": "__type",
1859
1918
  "kind": 65536,
1860
1919
  "kindString": "Type literal",
1861
1920
  "flags": {},
1862
1921
  "children": [
1863
1922
  {
1864
- "id": 154,
1923
+ "id": 142,
1865
1924
  "name": "allowAnonymous",
1866
1925
  "kind": 1024,
1867
1926
  "kindString": "Property",
@@ -1881,7 +1940,7 @@
1881
1940
  }
1882
1941
  },
1883
1942
  {
1884
- "id": 155,
1943
+ "id": 143,
1885
1944
  "name": "allowed",
1886
1945
  "kind": 1024,
1887
1946
  "kindString": "Property",
@@ -1925,7 +1984,7 @@
1925
1984
  }
1926
1985
  },
1927
1986
  {
1928
- "id": 156,
1987
+ "id": 144,
1929
1988
  "name": "disallowed",
1930
1989
  "kind": 1024,
1931
1990
  "kindString": "Property",
@@ -1964,9 +2023,9 @@
1964
2023
  {
1965
2024
  "title": "Properties",
1966
2025
  "children": [
1967
- 154,
1968
- 155,
1969
- 156
2026
+ 142,
2027
+ 143,
2028
+ 144
1970
2029
  ]
1971
2030
  }
1972
2031
  ],
@@ -1985,8 +2044,8 @@
1985
2044
  {
1986
2045
  "title": "Properties",
1987
2046
  "children": [
1988
- 151,
1989
- 152
2047
+ 139,
2048
+ 140
1990
2049
  ]
1991
2050
  }
1992
2051
  ],
@@ -2002,14 +2061,14 @@
2002
2061
  {
2003
2062
  "type": "reflection",
2004
2063
  "declaration": {
2005
- "id": 157,
2064
+ "id": 145,
2006
2065
  "name": "__type",
2007
2066
  "kind": 65536,
2008
2067
  "kindString": "Type literal",
2009
2068
  "flags": {},
2010
2069
  "children": [
2011
2070
  {
2012
- "id": 158,
2071
+ "id": 146,
2013
2072
  "name": "schema",
2014
2073
  "kind": 1024,
2015
2074
  "kindString": "Property",
@@ -2031,7 +2090,7 @@
2031
2090
  {
2032
2091
  "title": "Properties",
2033
2092
  "children": [
2034
- 158
2093
+ 146
2035
2094
  ]
2036
2095
  }
2037
2096
  ],
@@ -2063,7 +2122,7 @@
2063
2122
  }
2064
2123
  },
2065
2124
  {
2066
- "id": 159,
2125
+ "id": 147,
2067
2126
  "name": "previousHash",
2068
2127
  "kind": 262144,
2069
2128
  "kindString": "Accessor",
@@ -2071,12 +2130,12 @@
2071
2130
  "sources": [
2072
2131
  {
2073
2132
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2074
- "line": 37,
2133
+ "line": 35,
2075
2134
  "character": 8
2076
2135
  }
2077
2136
  ],
2078
2137
  "getSignature": {
2079
- "id": 160,
2138
+ "id": 148,
2080
2139
  "name": "previousHash",
2081
2140
  "kind": 524288,
2082
2141
  "kindString": "Get signature",
@@ -2183,7 +2242,7 @@
2183
2242
  }
2184
2243
  },
2185
2244
  {
2186
- "id": 218,
2245
+ "id": 206,
2187
2246
  "name": "bindHashes",
2188
2247
  "kind": 2048,
2189
2248
  "kindString": "Method",
@@ -2193,20 +2252,20 @@
2193
2252
  "sources": [
2194
2253
  {
2195
2254
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2196
- "line": 46,
2255
+ "line": 44,
2197
2256
  "character": 14
2198
2257
  }
2199
2258
  ],
2200
2259
  "signatures": [
2201
2260
  {
2202
- "id": 219,
2261
+ "id": 207,
2203
2262
  "name": "bindHashes",
2204
2263
  "kind": 4096,
2205
2264
  "kindString": "Call signature",
2206
2265
  "flags": {},
2207
2266
  "parameters": [
2208
2267
  {
2209
- "id": 220,
2268
+ "id": 208,
2210
2269
  "name": "hashes",
2211
2270
  "kind": 32768,
2212
2271
  "kindString": "Parameter",
@@ -2220,7 +2279,7 @@
2220
2279
  }
2221
2280
  },
2222
2281
  {
2223
- "id": 221,
2282
+ "id": 209,
2224
2283
  "name": "schema",
2225
2284
  "kind": 32768,
2226
2285
  "kindString": "Parameter",
@@ -2234,7 +2293,7 @@
2234
2293
  }
2235
2294
  },
2236
2295
  {
2237
- "id": 222,
2296
+ "id": 210,
2238
2297
  "name": "account",
2239
2298
  "kind": 32768,
2240
2299
  "kindString": "Parameter",
@@ -2243,7 +2302,7 @@
2243
2302
  },
2244
2303
  "type": {
2245
2304
  "type": "reference",
2246
- "name": "Account"
2305
+ "name": "AccountInstance"
2247
2306
  }
2248
2307
  }
2249
2308
  ],
@@ -2256,7 +2315,7 @@
2256
2315
  },
2257
2316
  {
2258
2317
  "type": "reference",
2259
- "name": "Account"
2318
+ "name": "AccountInstance"
2260
2319
  }
2261
2320
  ],
2262
2321
  "name": "PromiseEx"
@@ -2273,7 +2332,7 @@
2273
2332
  }
2274
2333
  },
2275
2334
  {
2276
- "id": 223,
2335
+ "id": 211,
2277
2336
  "name": "bindHashesInternal",
2278
2337
  "kind": 2048,
2279
2338
  "kindString": "Method",
@@ -2283,20 +2342,20 @@
2283
2342
  "sources": [
2284
2343
  {
2285
2344
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2286
- "line": 47,
2345
+ "line": 45,
2287
2346
  "character": 14
2288
2347
  }
2289
2348
  ],
2290
2349
  "signatures": [
2291
2350
  {
2292
- "id": 224,
2351
+ "id": 212,
2293
2352
  "name": "bindHashesInternal",
2294
2353
  "kind": 4096,
2295
2354
  "kindString": "Call signature",
2296
2355
  "flags": {},
2297
2356
  "parameters": [
2298
2357
  {
2299
- "id": 225,
2358
+ "id": 213,
2300
2359
  "name": "hashes",
2301
2360
  "kind": 32768,
2302
2361
  "kindString": "Parameter",
@@ -2310,7 +2369,7 @@
2310
2369
  }
2311
2370
  },
2312
2371
  {
2313
- "id": 226,
2372
+ "id": 214,
2314
2373
  "name": "schema",
2315
2374
  "kind": 32768,
2316
2375
  "kindString": "Parameter",
@@ -2324,7 +2383,7 @@
2324
2383
  }
2325
2384
  },
2326
2385
  {
2327
- "id": 227,
2386
+ "id": 215,
2328
2387
  "name": "account",
2329
2388
  "kind": 32768,
2330
2389
  "kindString": "Parameter",
@@ -2333,7 +2392,7 @@
2333
2392
  },
2334
2393
  "type": {
2335
2394
  "type": "reference",
2336
- "name": "Account"
2395
+ "name": "AccountInstance"
2337
2396
  }
2338
2397
  }
2339
2398
  ],
@@ -2355,14 +2414,14 @@
2355
2414
  {
2356
2415
  "type": "reflection",
2357
2416
  "declaration": {
2358
- "id": 228,
2417
+ "id": 216,
2359
2418
  "name": "__type",
2360
2419
  "kind": 65536,
2361
2420
  "kindString": "Type literal",
2362
2421
  "flags": {},
2363
2422
  "children": [
2364
2423
  {
2365
- "id": 229,
2424
+ "id": 217,
2366
2425
  "name": "schema",
2367
2426
  "kind": 1024,
2368
2427
  "kindString": "Property",
@@ -2384,7 +2443,7 @@
2384
2443
  {
2385
2444
  "title": "Properties",
2386
2445
  "children": [
2387
- 229
2446
+ 217
2388
2447
  ]
2389
2448
  }
2390
2449
  ],
@@ -2411,7 +2470,7 @@
2411
2470
  }
2412
2471
  },
2413
2472
  {
2414
- "id": 230,
2473
+ "id": 218,
2415
2474
  "name": "bindQuery",
2416
2475
  "kind": 2048,
2417
2476
  "kindString": "Method",
@@ -2421,20 +2480,20 @@
2421
2480
  "sources": [
2422
2481
  {
2423
2482
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2424
- "line": 48,
2483
+ "line": 46,
2425
2484
  "character": 14
2426
2485
  }
2427
2486
  ],
2428
2487
  "signatures": [
2429
2488
  {
2430
- "id": 231,
2489
+ "id": 219,
2431
2490
  "name": "bindQuery",
2432
2491
  "kind": 4096,
2433
2492
  "kindString": "Call signature",
2434
2493
  "flags": {},
2435
2494
  "typeParameter": [
2436
2495
  {
2437
- "id": 236,
2496
+ "id": 224,
2438
2497
  "name": "T",
2439
2498
  "kind": 131072,
2440
2499
  "kindString": "Type parameter",
@@ -2460,14 +2519,14 @@
2460
2519
  {
2461
2520
  "type": "reflection",
2462
2521
  "declaration": {
2463
- "id": 232,
2522
+ "id": 220,
2464
2523
  "name": "__type",
2465
2524
  "kind": 65536,
2466
2525
  "kindString": "Type literal",
2467
2526
  "flags": {},
2468
2527
  "children": [
2469
2528
  {
2470
- "id": 233,
2529
+ "id": 221,
2471
2530
  "name": "schema",
2472
2531
  "kind": 1024,
2473
2532
  "kindString": "Property",
@@ -2489,7 +2548,7 @@
2489
2548
  {
2490
2549
  "title": "Properties",
2491
2550
  "children": [
2492
- 233
2551
+ 221
2493
2552
  ]
2494
2553
  }
2495
2554
  ],
@@ -2525,14 +2584,14 @@
2525
2584
  {
2526
2585
  "type": "reflection",
2527
2586
  "declaration": {
2528
- "id": 234,
2587
+ "id": 222,
2529
2588
  "name": "__type",
2530
2589
  "kind": 65536,
2531
2590
  "kindString": "Type literal",
2532
2591
  "flags": {},
2533
2592
  "children": [
2534
2593
  {
2535
- "id": 235,
2594
+ "id": 223,
2536
2595
  "name": "schema",
2537
2596
  "kind": 1024,
2538
2597
  "kindString": "Property",
@@ -2554,7 +2613,7 @@
2554
2613
  {
2555
2614
  "title": "Properties",
2556
2615
  "children": [
2557
- 235
2616
+ 223
2558
2617
  ]
2559
2618
  }
2560
2619
  ],
@@ -2578,19 +2637,19 @@
2578
2637
  ],
2579
2638
  "parameters": [
2580
2639
  {
2581
- "id": 237,
2640
+ "id": 225,
2582
2641
  "name": "query",
2583
2642
  "kind": 32768,
2584
2643
  "kindString": "Parameter",
2585
2644
  "flags": {},
2586
2645
  "type": {
2587
2646
  "type": "reference",
2588
- "id": 236,
2647
+ "id": 224,
2589
2648
  "name": "T"
2590
2649
  }
2591
2650
  },
2592
2651
  {
2593
- "id": 238,
2652
+ "id": 226,
2594
2653
  "name": "payloads",
2595
2654
  "kind": 32768,
2596
2655
  "kindString": "Parameter",
@@ -2613,14 +2672,14 @@
2613
2672
  {
2614
2673
  "type": "reflection",
2615
2674
  "declaration": {
2616
- "id": 239,
2675
+ "id": 227,
2617
2676
  "name": "__type",
2618
2677
  "kind": 65536,
2619
2678
  "kindString": "Type literal",
2620
2679
  "flags": {},
2621
2680
  "children": [
2622
2681
  {
2623
- "id": 240,
2682
+ "id": 228,
2624
2683
  "name": "schema",
2625
2684
  "kind": 1024,
2626
2685
  "kindString": "Property",
@@ -2642,7 +2701,7 @@
2642
2701
  {
2643
2702
  "title": "Properties",
2644
2703
  "children": [
2645
- 240
2704
+ 228
2646
2705
  ]
2647
2706
  }
2648
2707
  ],
@@ -2660,7 +2719,7 @@
2660
2719
  }
2661
2720
  },
2662
2721
  {
2663
- "id": 241,
2722
+ "id": 229,
2664
2723
  "name": "account",
2665
2724
  "kind": 32768,
2666
2725
  "kindString": "Parameter",
@@ -2669,7 +2728,7 @@
2669
2728
  },
2670
2729
  "type": {
2671
2730
  "type": "reference",
2672
- "name": "Account"
2731
+ "name": "AccountInstance"
2673
2732
  }
2674
2733
  }
2675
2734
  ],
@@ -2697,14 +2756,14 @@
2697
2756
  {
2698
2757
  "type": "reflection",
2699
2758
  "declaration": {
2700
- "id": 242,
2759
+ "id": 230,
2701
2760
  "name": "__type",
2702
2761
  "kind": 65536,
2703
2762
  "kindString": "Type literal",
2704
2763
  "flags": {},
2705
2764
  "children": [
2706
2765
  {
2707
- "id": 243,
2766
+ "id": 231,
2708
2767
  "name": "query",
2709
2768
  "kind": 1024,
2710
2769
  "kindString": "Property",
@@ -2722,7 +2781,7 @@
2722
2781
  }
2723
2782
  },
2724
2783
  {
2725
- "id": 244,
2784
+ "id": 232,
2726
2785
  "name": "resultSet",
2727
2786
  "kind": 1024,
2728
2787
  "kindString": "Property",
@@ -2742,7 +2801,7 @@
2742
2801
  }
2743
2802
  },
2744
2803
  {
2745
- "id": 245,
2804
+ "id": 233,
2746
2805
  "name": "schema",
2747
2806
  "kind": 1024,
2748
2807
  "kindString": "Property",
@@ -2764,9 +2823,9 @@
2764
2823
  {
2765
2824
  "title": "Properties",
2766
2825
  "children": [
2767
- 243,
2768
- 244,
2769
- 245
2826
+ 231,
2827
+ 232,
2828
+ 233
2770
2829
  ]
2771
2830
  }
2772
2831
  ],
@@ -2797,14 +2856,14 @@
2797
2856
  {
2798
2857
  "type": "reflection",
2799
2858
  "declaration": {
2800
- "id": 246,
2859
+ "id": 234,
2801
2860
  "name": "__type",
2802
2861
  "kind": 65536,
2803
2862
  "kindString": "Type literal",
2804
2863
  "flags": {},
2805
2864
  "children": [
2806
2865
  {
2807
- "id": 247,
2866
+ "id": 235,
2808
2867
  "name": "schema",
2809
2868
  "kind": 1024,
2810
2869
  "kindString": "Property",
@@ -2826,7 +2885,7 @@
2826
2885
  {
2827
2886
  "title": "Properties",
2828
2887
  "children": [
2829
- 247
2888
+ 235
2830
2889
  ]
2831
2890
  }
2832
2891
  ],
@@ -2846,7 +2905,7 @@
2846
2905
  },
2847
2906
  {
2848
2907
  "type": "reference",
2849
- "name": "Account"
2908
+ "name": "AccountInstance"
2850
2909
  }
2851
2910
  ],
2852
2911
  "name": "PromiseEx"
@@ -2863,7 +2922,7 @@
2863
2922
  }
2864
2923
  },
2865
2924
  {
2866
- "id": 248,
2925
+ "id": 236,
2867
2926
  "name": "bindQueryInternal",
2868
2927
  "kind": 2048,
2869
2928
  "kindString": "Method",
@@ -2873,20 +2932,20 @@
2873
2932
  "sources": [
2874
2933
  {
2875
2934
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
2876
- "line": 49,
2935
+ "line": 47,
2877
2936
  "character": 14
2878
2937
  }
2879
2938
  ],
2880
2939
  "signatures": [
2881
2940
  {
2882
- "id": 249,
2941
+ "id": 237,
2883
2942
  "name": "bindQueryInternal",
2884
2943
  "kind": 4096,
2885
2944
  "kindString": "Call signature",
2886
2945
  "flags": {},
2887
2946
  "typeParameter": [
2888
2947
  {
2889
- "id": 254,
2948
+ "id": 242,
2890
2949
  "name": "T",
2891
2950
  "kind": 131072,
2892
2951
  "kindString": "Type parameter",
@@ -2912,14 +2971,14 @@
2912
2971
  {
2913
2972
  "type": "reflection",
2914
2973
  "declaration": {
2915
- "id": 250,
2974
+ "id": 238,
2916
2975
  "name": "__type",
2917
2976
  "kind": 65536,
2918
2977
  "kindString": "Type literal",
2919
2978
  "flags": {},
2920
2979
  "children": [
2921
2980
  {
2922
- "id": 251,
2981
+ "id": 239,
2923
2982
  "name": "schema",
2924
2983
  "kind": 1024,
2925
2984
  "kindString": "Property",
@@ -2941,7 +3000,7 @@
2941
3000
  {
2942
3001
  "title": "Properties",
2943
3002
  "children": [
2944
- 251
3003
+ 239
2945
3004
  ]
2946
3005
  }
2947
3006
  ],
@@ -2977,14 +3036,14 @@
2977
3036
  {
2978
3037
  "type": "reflection",
2979
3038
  "declaration": {
2980
- "id": 252,
3039
+ "id": 240,
2981
3040
  "name": "__type",
2982
3041
  "kind": 65536,
2983
3042
  "kindString": "Type literal",
2984
3043
  "flags": {},
2985
3044
  "children": [
2986
3045
  {
2987
- "id": 253,
3046
+ "id": 241,
2988
3047
  "name": "schema",
2989
3048
  "kind": 1024,
2990
3049
  "kindString": "Property",
@@ -3006,7 +3065,7 @@
3006
3065
  {
3007
3066
  "title": "Properties",
3008
3067
  "children": [
3009
- 253
3068
+ 241
3010
3069
  ]
3011
3070
  }
3012
3071
  ],
@@ -3030,19 +3089,19 @@
3030
3089
  ],
3031
3090
  "parameters": [
3032
3091
  {
3033
- "id": 255,
3092
+ "id": 243,
3034
3093
  "name": "query",
3035
3094
  "kind": 32768,
3036
3095
  "kindString": "Parameter",
3037
3096
  "flags": {},
3038
3097
  "type": {
3039
3098
  "type": "reference",
3040
- "id": 254,
3099
+ "id": 242,
3041
3100
  "name": "T"
3042
3101
  }
3043
3102
  },
3044
3103
  {
3045
- "id": 256,
3104
+ "id": 244,
3046
3105
  "name": "payloads",
3047
3106
  "kind": 32768,
3048
3107
  "kindString": "Parameter",
@@ -3065,14 +3124,14 @@
3065
3124
  {
3066
3125
  "type": "reflection",
3067
3126
  "declaration": {
3068
- "id": 257,
3127
+ "id": 245,
3069
3128
  "name": "__type",
3070
3129
  "kind": 65536,
3071
3130
  "kindString": "Type literal",
3072
3131
  "flags": {},
3073
3132
  "children": [
3074
3133
  {
3075
- "id": 258,
3134
+ "id": 246,
3076
3135
  "name": "schema",
3077
3136
  "kind": 1024,
3078
3137
  "kindString": "Property",
@@ -3094,7 +3153,7 @@
3094
3153
  {
3095
3154
  "title": "Properties",
3096
3155
  "children": [
3097
- 258
3156
+ 246
3098
3157
  ]
3099
3158
  }
3100
3159
  ],
@@ -3112,7 +3171,7 @@
3112
3171
  }
3113
3172
  },
3114
3173
  {
3115
- "id": 259,
3174
+ "id": 247,
3116
3175
  "name": "account",
3117
3176
  "kind": 32768,
3118
3177
  "kindString": "Parameter",
@@ -3121,7 +3180,7 @@
3121
3180
  },
3122
3181
  "type": {
3123
3182
  "type": "reference",
3124
- "name": "Account"
3183
+ "name": "AccountInstance"
3125
3184
  }
3126
3185
  }
3127
3186
  ],
@@ -3146,14 +3205,14 @@
3146
3205
  {
3147
3206
  "type": "reflection",
3148
3207
  "declaration": {
3149
- "id": 260,
3208
+ "id": 248,
3150
3209
  "name": "__type",
3151
3210
  "kind": 65536,
3152
3211
  "kindString": "Type literal",
3153
3212
  "flags": {},
3154
3213
  "children": [
3155
3214
  {
3156
- "id": 261,
3215
+ "id": 249,
3157
3216
  "name": "query",
3158
3217
  "kind": 1024,
3159
3218
  "kindString": "Property",
@@ -3171,7 +3230,7 @@
3171
3230
  }
3172
3231
  },
3173
3232
  {
3174
- "id": 262,
3233
+ "id": 250,
3175
3234
  "name": "resultSet",
3176
3235
  "kind": 1024,
3177
3236
  "kindString": "Property",
@@ -3191,7 +3250,7 @@
3191
3250
  }
3192
3251
  },
3193
3252
  {
3194
- "id": 263,
3253
+ "id": 251,
3195
3254
  "name": "schema",
3196
3255
  "kind": 1024,
3197
3256
  "kindString": "Property",
@@ -3213,9 +3272,9 @@
3213
3272
  {
3214
3273
  "title": "Properties",
3215
3274
  "children": [
3216
- 261,
3217
- 262,
3218
- 263
3275
+ 249,
3276
+ 250,
3277
+ 251
3219
3278
  ]
3220
3279
  }
3221
3280
  ],
@@ -3246,14 +3305,14 @@
3246
3305
  {
3247
3306
  "type": "reflection",
3248
3307
  "declaration": {
3249
- "id": 264,
3308
+ "id": 252,
3250
3309
  "name": "__type",
3251
3310
  "kind": 65536,
3252
3311
  "kindString": "Type literal",
3253
3312
  "flags": {},
3254
3313
  "children": [
3255
3314
  {
3256
- "id": 265,
3315
+ "id": 253,
3257
3316
  "name": "schema",
3258
3317
  "kind": 1024,
3259
3318
  "kindString": "Property",
@@ -3275,7 +3334,7 @@
3275
3334
  {
3276
3335
  "title": "Properties",
3277
3336
  "children": [
3278
- 265
3337
+ 253
3279
3338
  ]
3280
3339
  }
3281
3340
  ],
@@ -3305,7 +3364,7 @@
3305
3364
  }
3306
3365
  },
3307
3366
  {
3308
- "id": 266,
3367
+ "id": 254,
3309
3368
  "name": "bindResult",
3310
3369
  "kind": 2048,
3311
3370
  "kindString": "Method",
@@ -3315,20 +3374,20 @@
3315
3374
  "sources": [
3316
3375
  {
3317
3376
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3318
- "line": 50,
3377
+ "line": 48,
3319
3378
  "character": 14
3320
3379
  }
3321
3380
  ],
3322
3381
  "signatures": [
3323
3382
  {
3324
- "id": 267,
3383
+ "id": 255,
3325
3384
  "name": "bindResult",
3326
3385
  "kind": 4096,
3327
3386
  "kindString": "Call signature",
3328
3387
  "flags": {},
3329
3388
  "parameters": [
3330
3389
  {
3331
- "id": 268,
3390
+ "id": 256,
3332
3391
  "name": "payloads",
3333
3392
  "kind": 32768,
3334
3393
  "kindString": "Parameter",
@@ -3349,14 +3408,14 @@
3349
3408
  {
3350
3409
  "type": "reflection",
3351
3410
  "declaration": {
3352
- "id": 269,
3411
+ "id": 257,
3353
3412
  "name": "__type",
3354
3413
  "kind": 65536,
3355
3414
  "kindString": "Type literal",
3356
3415
  "flags": {},
3357
3416
  "children": [
3358
3417
  {
3359
- "id": 270,
3418
+ "id": 258,
3360
3419
  "name": "schema",
3361
3420
  "kind": 1024,
3362
3421
  "kindString": "Property",
@@ -3378,7 +3437,7 @@
3378
3437
  {
3379
3438
  "title": "Properties",
3380
3439
  "children": [
3381
- 270
3440
+ 258
3382
3441
  ]
3383
3442
  }
3384
3443
  ],
@@ -3396,7 +3455,7 @@
3396
3455
  }
3397
3456
  },
3398
3457
  {
3399
- "id": 271,
3458
+ "id": 259,
3400
3459
  "name": "account",
3401
3460
  "kind": 32768,
3402
3461
  "kindString": "Parameter",
@@ -3405,7 +3464,7 @@
3405
3464
  },
3406
3465
  "type": {
3407
3466
  "type": "reference",
3408
- "name": "Account"
3467
+ "name": "AccountInstance"
3409
3468
  }
3410
3469
  }
3411
3470
  ],
@@ -3429,14 +3488,14 @@
3429
3488
  {
3430
3489
  "type": "reflection",
3431
3490
  "declaration": {
3432
- "id": 272,
3491
+ "id": 260,
3433
3492
  "name": "__type",
3434
3493
  "kind": 65536,
3435
3494
  "kindString": "Type literal",
3436
3495
  "flags": {},
3437
3496
  "children": [
3438
3497
  {
3439
- "id": 273,
3498
+ "id": 261,
3440
3499
  "name": "schema",
3441
3500
  "kind": 1024,
3442
3501
  "kindString": "Property",
@@ -3458,7 +3517,7 @@
3458
3517
  {
3459
3518
  "title": "Properties",
3460
3519
  "children": [
3461
- 273
3520
+ 261
3462
3521
  ]
3463
3522
  }
3464
3523
  ],
@@ -3478,7 +3537,7 @@
3478
3537
  },
3479
3538
  {
3480
3539
  "type": "reference",
3481
- "name": "Account"
3540
+ "name": "AccountInstance"
3482
3541
  }
3483
3542
  ],
3484
3543
  "name": "PromiseEx"
@@ -3495,7 +3554,7 @@
3495
3554
  }
3496
3555
  },
3497
3556
  {
3498
- "id": 274,
3557
+ "id": 262,
3499
3558
  "name": "bindResultInternal",
3500
3559
  "kind": 2048,
3501
3560
  "kindString": "Method",
@@ -3505,20 +3564,20 @@
3505
3564
  "sources": [
3506
3565
  {
3507
3566
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3508
- "line": 51,
3567
+ "line": 49,
3509
3568
  "character": 14
3510
3569
  }
3511
3570
  ],
3512
3571
  "signatures": [
3513
3572
  {
3514
- "id": 275,
3573
+ "id": 263,
3515
3574
  "name": "bindResultInternal",
3516
3575
  "kind": 4096,
3517
3576
  "kindString": "Call signature",
3518
3577
  "flags": {},
3519
3578
  "parameters": [
3520
3579
  {
3521
- "id": 276,
3580
+ "id": 264,
3522
3581
  "name": "payloads",
3523
3582
  "kind": 32768,
3524
3583
  "kindString": "Parameter",
@@ -3539,14 +3598,14 @@
3539
3598
  {
3540
3599
  "type": "reflection",
3541
3600
  "declaration": {
3542
- "id": 277,
3601
+ "id": 265,
3543
3602
  "name": "__type",
3544
3603
  "kind": 65536,
3545
3604
  "kindString": "Type literal",
3546
3605
  "flags": {},
3547
3606
  "children": [
3548
3607
  {
3549
- "id": 278,
3608
+ "id": 266,
3550
3609
  "name": "schema",
3551
3610
  "kind": 1024,
3552
3611
  "kindString": "Property",
@@ -3568,7 +3627,7 @@
3568
3627
  {
3569
3628
  "title": "Properties",
3570
3629
  "children": [
3571
- 278
3630
+ 266
3572
3631
  ]
3573
3632
  }
3574
3633
  ],
@@ -3586,7 +3645,7 @@
3586
3645
  }
3587
3646
  },
3588
3647
  {
3589
- "id": 279,
3648
+ "id": 267,
3590
3649
  "name": "account",
3591
3650
  "kind": 32768,
3592
3651
  "kindString": "Parameter",
@@ -3595,7 +3654,7 @@
3595
3654
  },
3596
3655
  "type": {
3597
3656
  "type": "reference",
3598
- "name": "Account"
3657
+ "name": "AccountInstance"
3599
3658
  }
3600
3659
  }
3601
3660
  ],
@@ -3616,14 +3675,14 @@
3616
3675
  {
3617
3676
  "type": "reflection",
3618
3677
  "declaration": {
3619
- "id": 280,
3678
+ "id": 268,
3620
3679
  "name": "__type",
3621
3680
  "kind": 65536,
3622
3681
  "kindString": "Type literal",
3623
3682
  "flags": {},
3624
3683
  "children": [
3625
3684
  {
3626
- "id": 281,
3685
+ "id": 269,
3627
3686
  "name": "schema",
3628
3687
  "kind": 1024,
3629
3688
  "kindString": "Property",
@@ -3645,7 +3704,7 @@
3645
3704
  {
3646
3705
  "title": "Properties",
3647
3706
  "children": [
3648
- 281
3707
+ 269
3649
3708
  ]
3650
3709
  }
3651
3710
  ],
@@ -3675,7 +3734,7 @@
3675
3734
  }
3676
3735
  },
3677
3736
  {
3678
- "id": 161,
3737
+ "id": 149,
3679
3738
  "name": "discover",
3680
3739
  "kind": 2048,
3681
3740
  "kindString": "Method",
@@ -3683,13 +3742,13 @@
3683
3742
  "sources": [
3684
3743
  {
3685
3744
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3686
- "line": 40,
3745
+ "line": 38,
3687
3746
  "character": 4
3688
3747
  }
3689
3748
  ],
3690
3749
  "signatures": [
3691
3750
  {
3692
- "id": 162,
3751
+ "id": 150,
3693
3752
  "name": "discover",
3694
3753
  "kind": 4096,
3695
3754
  "kindString": "Call signature",
@@ -3713,14 +3772,14 @@
3713
3772
  {
3714
3773
  "type": "reflection",
3715
3774
  "declaration": {
3716
- "id": 163,
3775
+ "id": 151,
3717
3776
  "name": "__type",
3718
3777
  "kind": 65536,
3719
3778
  "kindString": "Type literal",
3720
3779
  "flags": {},
3721
3780
  "children": [
3722
3781
  {
3723
- "id": 164,
3782
+ "id": 152,
3724
3783
  "name": "schema",
3725
3784
  "kind": 1024,
3726
3785
  "kindString": "Property",
@@ -3742,7 +3801,7 @@
3742
3801
  {
3743
3802
  "title": "Properties",
3744
3803
  "children": [
3745
- 164
3804
+ 152
3746
3805
  ]
3747
3806
  }
3748
3807
  ],
@@ -3787,7 +3846,7 @@
3787
3846
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
3788
3847
  "line": 22,
3789
3848
  "character": 11,
3790
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L22"
3849
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L22"
3791
3850
  }
3792
3851
  ],
3793
3852
  "signatures": [
@@ -3958,7 +4017,7 @@
3958
4017
  }
3959
4018
  },
3960
4019
  {
3961
- "id": 282,
4020
+ "id": 270,
3962
4021
  "name": "loadAccount",
3963
4022
  "kind": 2048,
3964
4023
  "kindString": "Method",
@@ -3968,20 +4027,20 @@
3968
4027
  "sources": [
3969
4028
  {
3970
4029
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
3971
- "line": 52,
4030
+ "line": 50,
3972
4031
  "character": 14
3973
4032
  }
3974
4033
  ],
3975
4034
  "signatures": [
3976
4035
  {
3977
- "id": 283,
4036
+ "id": 271,
3978
4037
  "name": "loadAccount",
3979
4038
  "kind": 4096,
3980
4039
  "kindString": "Call signature",
3981
4040
  "flags": {},
3982
4041
  "parameters": [
3983
4042
  {
3984
- "id": 284,
4043
+ "id": 272,
3985
4044
  "name": "account",
3986
4045
  "kind": 32768,
3987
4046
  "kindString": "Parameter",
@@ -3990,13 +4049,13 @@
3990
4049
  },
3991
4050
  "type": {
3992
4051
  "type": "reference",
3993
- "name": "Account"
4052
+ "name": "AccountInstance"
3994
4053
  }
3995
4054
  }
3996
4055
  ],
3997
4056
  "type": {
3998
4057
  "type": "reference",
3999
- "name": "Account"
4058
+ "name": "AccountInstance"
4000
4059
  },
4001
4060
  "inheritedFrom": {
4002
4061
  "type": "reference",
@@ -4931,7 +4990,7 @@
4931
4990
  }
4932
4991
  },
4933
4992
  {
4934
- "id": 165,
4993
+ "id": 153,
4935
4994
  "name": "queryable",
4936
4995
  "kind": 2048,
4937
4996
  "kindString": "Method",
@@ -4939,20 +4998,20 @@
4939
4998
  "sources": [
4940
4999
  {
4941
5000
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
4942
- "line": 42,
5001
+ "line": 40,
4943
5002
  "character": 4
4944
5003
  }
4945
5004
  ],
4946
5005
  "signatures": [
4947
5006
  {
4948
- "id": 166,
5007
+ "id": 154,
4949
5008
  "name": "queryable",
4950
5009
  "kind": 4096,
4951
5010
  "kindString": "Call signature",
4952
5011
  "flags": {},
4953
5012
  "typeParameter": [
4954
5013
  {
4955
- "id": 175,
5014
+ "id": 163,
4956
5015
  "name": "T",
4957
5016
  "kind": 131072,
4958
5017
  "kindString": "Type parameter",
@@ -4975,14 +5034,14 @@
4975
5034
  {
4976
5035
  "type": "reflection",
4977
5036
  "declaration": {
4978
- "id": 167,
5037
+ "id": 155,
4979
5038
  "name": "__type",
4980
5039
  "kind": 65536,
4981
5040
  "kindString": "Type literal",
4982
5041
  "flags": {},
4983
5042
  "children": [
4984
5043
  {
4985
- "id": 168,
5044
+ "id": 156,
4986
5045
  "name": "query",
4987
5046
  "kind": 1024,
4988
5047
  "kindString": "Property",
@@ -5000,7 +5059,7 @@
5000
5059
  }
5001
5060
  },
5002
5061
  {
5003
- "id": 169,
5062
+ "id": 157,
5004
5063
  "name": "resultSet",
5005
5064
  "kind": 1024,
5006
5065
  "kindString": "Property",
@@ -5020,7 +5079,7 @@
5020
5079
  }
5021
5080
  },
5022
5081
  {
5023
- "id": 170,
5082
+ "id": 158,
5024
5083
  "name": "schema",
5025
5084
  "kind": 1024,
5026
5085
  "kindString": "Property",
@@ -5042,9 +5101,9 @@
5042
5101
  {
5043
5102
  "title": "Properties",
5044
5103
  "children": [
5045
- 168,
5046
- 169,
5047
- 170
5104
+ 156,
5105
+ 157,
5106
+ 158
5048
5107
  ]
5049
5108
  }
5050
5109
  ],
@@ -5077,14 +5136,14 @@
5077
5136
  {
5078
5137
  "type": "reflection",
5079
5138
  "declaration": {
5080
- "id": 171,
5139
+ "id": 159,
5081
5140
  "name": "__type",
5082
5141
  "kind": 65536,
5083
5142
  "kindString": "Type literal",
5084
5143
  "flags": {},
5085
5144
  "children": [
5086
5145
  {
5087
- "id": 172,
5146
+ "id": 160,
5088
5147
  "name": "query",
5089
5148
  "kind": 1024,
5090
5149
  "kindString": "Property",
@@ -5102,7 +5161,7 @@
5102
5161
  }
5103
5162
  },
5104
5163
  {
5105
- "id": 173,
5164
+ "id": 161,
5106
5165
  "name": "resultSet",
5107
5166
  "kind": 1024,
5108
5167
  "kindString": "Property",
@@ -5122,7 +5181,7 @@
5122
5181
  }
5123
5182
  },
5124
5183
  {
5125
- "id": 174,
5184
+ "id": 162,
5126
5185
  "name": "schema",
5127
5186
  "kind": 1024,
5128
5187
  "kindString": "Property",
@@ -5144,9 +5203,9 @@
5144
5203
  {
5145
5204
  "title": "Properties",
5146
5205
  "children": [
5147
- 172,
5148
- 173,
5149
- 174
5206
+ 160,
5207
+ 161,
5208
+ 162
5150
5209
  ]
5151
5210
  }
5152
5211
  ],
@@ -5163,7 +5222,7 @@
5163
5222
  }
5164
5223
  },
5165
5224
  {
5166
- "id": 194,
5225
+ "id": 182,
5167
5226
  "name": "TConfig",
5168
5227
  "kind": 131072,
5169
5228
  "kindString": "Type parameter",
@@ -5182,14 +5241,14 @@
5182
5241
  {
5183
5242
  "type": "reflection",
5184
5243
  "declaration": {
5185
- "id": 176,
5244
+ "id": 164,
5186
5245
  "name": "__type",
5187
5246
  "kind": 65536,
5188
5247
  "kindString": "Type literal",
5189
5248
  "flags": {},
5190
5249
  "children": [
5191
5250
  {
5192
- "id": 177,
5251
+ "id": 165,
5193
5252
  "name": "name",
5194
5253
  "kind": 1024,
5195
5254
  "kindString": "Property",
@@ -5209,7 +5268,7 @@
5209
5268
  }
5210
5269
  },
5211
5270
  {
5212
- "id": 178,
5271
+ "id": 166,
5213
5272
  "name": "security",
5214
5273
  "kind": 1024,
5215
5274
  "kindString": "Property",
@@ -5226,14 +5285,14 @@
5226
5285
  "type": {
5227
5286
  "type": "reflection",
5228
5287
  "declaration": {
5229
- "id": 179,
5288
+ "id": 167,
5230
5289
  "name": "__type",
5231
5290
  "kind": 65536,
5232
5291
  "kindString": "Type literal",
5233
5292
  "flags": {},
5234
5293
  "children": [
5235
5294
  {
5236
- "id": 180,
5295
+ "id": 168,
5237
5296
  "name": "allowAnonymous",
5238
5297
  "kind": 1024,
5239
5298
  "kindString": "Property",
@@ -5253,7 +5312,7 @@
5253
5312
  }
5254
5313
  },
5255
5314
  {
5256
- "id": 181,
5315
+ "id": 169,
5257
5316
  "name": "allowed",
5258
5317
  "kind": 1024,
5259
5318
  "kindString": "Property",
@@ -5297,7 +5356,7 @@
5297
5356
  }
5298
5357
  },
5299
5358
  {
5300
- "id": 182,
5359
+ "id": 170,
5301
5360
  "name": "disallowed",
5302
5361
  "kind": 1024,
5303
5362
  "kindString": "Property",
@@ -5336,9 +5395,9 @@
5336
5395
  {
5337
5396
  "title": "Properties",
5338
5397
  "children": [
5339
- 180,
5340
- 181,
5341
- 182
5398
+ 168,
5399
+ 169,
5400
+ 170
5342
5401
  ]
5343
5402
  }
5344
5403
  ],
@@ -5357,8 +5416,8 @@
5357
5416
  {
5358
5417
  "title": "Properties",
5359
5418
  "children": [
5360
- 177,
5361
- 178
5419
+ 165,
5420
+ 166
5362
5421
  ]
5363
5422
  }
5364
5423
  ],
@@ -5374,14 +5433,14 @@
5374
5433
  {
5375
5434
  "type": "reflection",
5376
5435
  "declaration": {
5377
- "id": 183,
5436
+ "id": 171,
5378
5437
  "name": "__type",
5379
5438
  "kind": 65536,
5380
5439
  "kindString": "Type literal",
5381
5440
  "flags": {},
5382
5441
  "children": [
5383
5442
  {
5384
- "id": 184,
5443
+ "id": 172,
5385
5444
  "name": "schema",
5386
5445
  "kind": 1024,
5387
5446
  "kindString": "Property",
@@ -5403,7 +5462,7 @@
5403
5462
  {
5404
5463
  "title": "Properties",
5405
5464
  "children": [
5406
- 184
5465
+ 172
5407
5466
  ]
5408
5467
  }
5409
5468
  ],
@@ -5432,14 +5491,14 @@
5432
5491
  {
5433
5492
  "type": "reflection",
5434
5493
  "declaration": {
5435
- "id": 185,
5494
+ "id": 173,
5436
5495
  "name": "__type",
5437
5496
  "kind": 65536,
5438
5497
  "kindString": "Type literal",
5439
5498
  "flags": {},
5440
5499
  "children": [
5441
5500
  {
5442
- "id": 186,
5501
+ "id": 174,
5443
5502
  "name": "name",
5444
5503
  "kind": 1024,
5445
5504
  "kindString": "Property",
@@ -5459,7 +5518,7 @@
5459
5518
  }
5460
5519
  },
5461
5520
  {
5462
- "id": 187,
5521
+ "id": 175,
5463
5522
  "name": "security",
5464
5523
  "kind": 1024,
5465
5524
  "kindString": "Property",
@@ -5476,14 +5535,14 @@
5476
5535
  "type": {
5477
5536
  "type": "reflection",
5478
5537
  "declaration": {
5479
- "id": 188,
5538
+ "id": 176,
5480
5539
  "name": "__type",
5481
5540
  "kind": 65536,
5482
5541
  "kindString": "Type literal",
5483
5542
  "flags": {},
5484
5543
  "children": [
5485
5544
  {
5486
- "id": 189,
5545
+ "id": 177,
5487
5546
  "name": "allowAnonymous",
5488
5547
  "kind": 1024,
5489
5548
  "kindString": "Property",
@@ -5503,7 +5562,7 @@
5503
5562
  }
5504
5563
  },
5505
5564
  {
5506
- "id": 190,
5565
+ "id": 178,
5507
5566
  "name": "allowed",
5508
5567
  "kind": 1024,
5509
5568
  "kindString": "Property",
@@ -5547,7 +5606,7 @@
5547
5606
  }
5548
5607
  },
5549
5608
  {
5550
- "id": 191,
5609
+ "id": 179,
5551
5610
  "name": "disallowed",
5552
5611
  "kind": 1024,
5553
5612
  "kindString": "Property",
@@ -5586,9 +5645,9 @@
5586
5645
  {
5587
5646
  "title": "Properties",
5588
5647
  "children": [
5589
- 189,
5590
- 190,
5591
- 191
5648
+ 177,
5649
+ 178,
5650
+ 179
5592
5651
  ]
5593
5652
  }
5594
5653
  ],
@@ -5607,8 +5666,8 @@
5607
5666
  {
5608
5667
  "title": "Properties",
5609
5668
  "children": [
5610
- 186,
5611
- 187
5669
+ 174,
5670
+ 175
5612
5671
  ]
5613
5672
  }
5614
5673
  ],
@@ -5624,14 +5683,14 @@
5624
5683
  {
5625
5684
  "type": "reflection",
5626
5685
  "declaration": {
5627
- "id": 192,
5686
+ "id": 180,
5628
5687
  "name": "__type",
5629
5688
  "kind": 65536,
5630
5689
  "kindString": "Type literal",
5631
5690
  "flags": {},
5632
5691
  "children": [
5633
5692
  {
5634
- "id": 193,
5693
+ "id": 181,
5635
5694
  "name": "schema",
5636
5695
  "kind": 1024,
5637
5696
  "kindString": "Property",
@@ -5653,7 +5712,7 @@
5653
5712
  {
5654
5713
  "title": "Properties",
5655
5714
  "children": [
5656
- 193
5715
+ 181
5657
5716
  ]
5658
5717
  }
5659
5718
  ],
@@ -5672,19 +5731,19 @@
5672
5731
  ],
5673
5732
  "parameters": [
5674
5733
  {
5675
- "id": 195,
5734
+ "id": 183,
5676
5735
  "name": "query",
5677
5736
  "kind": 32768,
5678
5737
  "kindString": "Parameter",
5679
5738
  "flags": {},
5680
5739
  "type": {
5681
5740
  "type": "reference",
5682
- "id": 175,
5741
+ "id": 163,
5683
5742
  "name": "T"
5684
5743
  }
5685
5744
  },
5686
5745
  {
5687
- "id": 196,
5746
+ "id": 184,
5688
5747
  "name": "payloads",
5689
5748
  "kind": 32768,
5690
5749
  "kindString": "Parameter",
@@ -5707,14 +5766,14 @@
5707
5766
  {
5708
5767
  "type": "reflection",
5709
5768
  "declaration": {
5710
- "id": 197,
5769
+ "id": 185,
5711
5770
  "name": "__type",
5712
5771
  "kind": 65536,
5713
5772
  "kindString": "Type literal",
5714
5773
  "flags": {},
5715
5774
  "children": [
5716
5775
  {
5717
- "id": 198,
5776
+ "id": 186,
5718
5777
  "name": "schema",
5719
5778
  "kind": 1024,
5720
5779
  "kindString": "Property",
@@ -5736,7 +5795,7 @@
5736
5795
  {
5737
5796
  "title": "Properties",
5738
5797
  "children": [
5739
- 198
5798
+ 186
5740
5799
  ]
5741
5800
  }
5742
5801
  ],
@@ -5754,7 +5813,7 @@
5754
5813
  }
5755
5814
  },
5756
5815
  {
5757
- "id": 199,
5816
+ "id": 187,
5758
5817
  "name": "queryConfig",
5759
5818
  "kind": 32768,
5760
5819
  "kindString": "Parameter",
@@ -5763,7 +5822,7 @@
5763
5822
  },
5764
5823
  "type": {
5765
5824
  "type": "reference",
5766
- "id": 194,
5825
+ "id": 182,
5767
5826
  "name": "TConfig"
5768
5827
  }
5769
5828
  }
@@ -5784,7 +5843,7 @@
5784
5843
  }
5785
5844
  },
5786
5845
  {
5787
- "id": 200,
5846
+ "id": 188,
5788
5847
  "name": "resolve",
5789
5848
  "kind": 2048,
5790
5849
  "kindString": "Method",
@@ -5792,20 +5851,20 @@
5792
5851
  "sources": [
5793
5852
  {
5794
5853
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
5795
- "line": 43,
5854
+ "line": 41,
5796
5855
  "character": 4
5797
5856
  }
5798
5857
  ],
5799
5858
  "signatures": [
5800
5859
  {
5801
- "id": 201,
5860
+ "id": 189,
5802
5861
  "name": "resolve",
5803
5862
  "kind": 4096,
5804
5863
  "kindString": "Call signature",
5805
5864
  "flags": {},
5806
5865
  "parameters": [
5807
5866
  {
5808
- "id": 202,
5867
+ "id": 190,
5809
5868
  "name": "filter",
5810
5869
  "kind": 32768,
5811
5870
  "kindString": "Parameter",
@@ -5840,14 +5899,14 @@
5840
5899
  {
5841
5900
  "type": "reflection",
5842
5901
  "declaration": {
5843
- "id": 203,
5902
+ "id": 191,
5844
5903
  "name": "__type",
5845
5904
  "kind": 65536,
5846
5905
  "kindString": "Type literal",
5847
5906
  "flags": {},
5848
5907
  "children": [
5849
5908
  {
5850
- "id": 204,
5909
+ "id": 192,
5851
5910
  "name": "name",
5852
5911
  "kind": 1024,
5853
5912
  "kindString": "Property",
@@ -5867,7 +5926,7 @@
5867
5926
  }
5868
5927
  },
5869
5928
  {
5870
- "id": 205,
5929
+ "id": 193,
5871
5930
  "name": "security",
5872
5931
  "kind": 1024,
5873
5932
  "kindString": "Property",
@@ -5884,14 +5943,14 @@
5884
5943
  "type": {
5885
5944
  "type": "reflection",
5886
5945
  "declaration": {
5887
- "id": 206,
5946
+ "id": 194,
5888
5947
  "name": "__type",
5889
5948
  "kind": 65536,
5890
5949
  "kindString": "Type literal",
5891
5950
  "flags": {},
5892
5951
  "children": [
5893
5952
  {
5894
- "id": 207,
5953
+ "id": 195,
5895
5954
  "name": "allowAnonymous",
5896
5955
  "kind": 1024,
5897
5956
  "kindString": "Property",
@@ -5911,7 +5970,7 @@
5911
5970
  }
5912
5971
  },
5913
5972
  {
5914
- "id": 208,
5973
+ "id": 196,
5915
5974
  "name": "allowed",
5916
5975
  "kind": 1024,
5917
5976
  "kindString": "Property",
@@ -5955,7 +6014,7 @@
5955
6014
  }
5956
6015
  },
5957
6016
  {
5958
- "id": 209,
6017
+ "id": 197,
5959
6018
  "name": "disallowed",
5960
6019
  "kind": 1024,
5961
6020
  "kindString": "Property",
@@ -5994,9 +6053,9 @@
5994
6053
  {
5995
6054
  "title": "Properties",
5996
6055
  "children": [
5997
- 207,
5998
- 208,
5999
- 209
6056
+ 195,
6057
+ 196,
6058
+ 197
6000
6059
  ]
6001
6060
  }
6002
6061
  ],
@@ -6015,8 +6074,8 @@
6015
6074
  {
6016
6075
  "title": "Properties",
6017
6076
  "children": [
6018
- 204,
6019
- 205
6077
+ 192,
6078
+ 193
6020
6079
  ]
6021
6080
  }
6022
6081
  ],
@@ -6032,14 +6091,14 @@
6032
6091
  {
6033
6092
  "type": "reflection",
6034
6093
  "declaration": {
6035
- "id": 210,
6094
+ "id": 198,
6036
6095
  "name": "__type",
6037
6096
  "kind": 65536,
6038
6097
  "kindString": "Type literal",
6039
6098
  "flags": {},
6040
6099
  "children": [
6041
6100
  {
6042
- "id": 211,
6101
+ "id": 199,
6043
6102
  "name": "schema",
6044
6103
  "kind": 1024,
6045
6104
  "kindString": "Property",
@@ -6061,7 +6120,7 @@
6061
6120
  {
6062
6121
  "title": "Properties",
6063
6122
  "children": [
6064
- 211
6123
+ 199
6065
6124
  ]
6066
6125
  }
6067
6126
  ],
@@ -6097,7 +6156,7 @@
6097
6156
  }
6098
6157
  },
6099
6158
  {
6100
- "id": 285,
6159
+ "id": 273,
6101
6160
  "name": "start",
6102
6161
  "kind": 2048,
6103
6162
  "kindString": "Method",
@@ -6107,20 +6166,20 @@
6107
6166
  "sources": [
6108
6167
  {
6109
6168
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6110
- "line": 53,
6169
+ "line": 51,
6111
6170
  "character": 14
6112
6171
  }
6113
6172
  ],
6114
6173
  "signatures": [
6115
6174
  {
6116
- "id": 286,
6175
+ "id": 274,
6117
6176
  "name": "start",
6118
6177
  "kind": 4096,
6119
6178
  "kindString": "Call signature",
6120
6179
  "flags": {},
6121
6180
  "parameters": [
6122
6181
  {
6123
- "id": 287,
6182
+ "id": 275,
6124
6183
  "name": "_timeout",
6125
6184
  "kind": 32768,
6126
6185
  "kindString": "Parameter",
@@ -6160,7 +6219,7 @@
6160
6219
  }
6161
6220
  },
6162
6221
  {
6163
- "id": 212,
6222
+ "id": 200,
6164
6223
  "name": "started",
6165
6224
  "kind": 2048,
6166
6225
  "kindString": "Method",
@@ -6168,20 +6227,20 @@
6168
6227
  "sources": [
6169
6228
  {
6170
6229
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6171
- "line": 44,
6230
+ "line": 42,
6172
6231
  "character": 4
6173
6232
  }
6174
6233
  ],
6175
6234
  "signatures": [
6176
6235
  {
6177
- "id": 213,
6236
+ "id": 201,
6178
6237
  "name": "started",
6179
6238
  "kind": 4096,
6180
6239
  "kindString": "Call signature",
6181
6240
  "flags": {},
6182
6241
  "parameters": [
6183
6242
  {
6184
- "id": 214,
6243
+ "id": 202,
6185
6244
  "name": "notStartedAction",
6186
6245
  "kind": 32768,
6187
6246
  "kindString": "Parameter",
@@ -6231,7 +6290,7 @@
6231
6290
  }
6232
6291
  },
6233
6292
  {
6234
- "id": 288,
6293
+ "id": 276,
6235
6294
  "name": "stop",
6236
6295
  "kind": 2048,
6237
6296
  "kindString": "Method",
@@ -6241,20 +6300,20 @@
6241
6300
  "sources": [
6242
6301
  {
6243
6302
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6244
- "line": 54,
6303
+ "line": 52,
6245
6304
  "character": 14
6246
6305
  }
6247
6306
  ],
6248
6307
  "signatures": [
6249
6308
  {
6250
- "id": 289,
6309
+ "id": 277,
6251
6310
  "name": "stop",
6252
6311
  "kind": 4096,
6253
6312
  "kindString": "Call signature",
6254
6313
  "flags": {},
6255
6314
  "parameters": [
6256
6315
  {
6257
- "id": 290,
6316
+ "id": 278,
6258
6317
  "name": "_timeout",
6259
6318
  "kind": 32768,
6260
6319
  "kindString": "Parameter",
@@ -6294,7 +6353,7 @@
6294
6353
  }
6295
6354
  },
6296
6355
  {
6297
- "id": 215,
6356
+ "id": 203,
6298
6357
  "name": "subscribe",
6299
6358
  "kind": 2048,
6300
6359
  "kindString": "Method",
@@ -6302,20 +6361,20 @@
6302
6361
  "sources": [
6303
6362
  {
6304
6363
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6305
- "line": 45,
6364
+ "line": 43,
6306
6365
  "character": 4
6307
6366
  }
6308
6367
  ],
6309
6368
  "signatures": [
6310
6369
  {
6311
- "id": 216,
6370
+ "id": 204,
6312
6371
  "name": "subscribe",
6313
6372
  "kind": 4096,
6314
6373
  "kindString": "Call signature",
6315
6374
  "flags": {},
6316
6375
  "parameters": [
6317
6376
  {
6318
- "id": 217,
6377
+ "id": 205,
6319
6378
  "name": "_queryAccount",
6320
6379
  "kind": 32768,
6321
6380
  "kindString": "Parameter",
@@ -6324,7 +6383,7 @@
6324
6383
  },
6325
6384
  "type": {
6326
6385
  "type": "reference",
6327
- "name": "Account"
6386
+ "name": "AccountInstance"
6328
6387
  }
6329
6388
  }
6330
6389
  ],
@@ -6344,7 +6403,7 @@
6344
6403
  }
6345
6404
  },
6346
6405
  {
6347
- "id": 291,
6406
+ "id": 279,
6348
6407
  "name": "validateConfig",
6349
6408
  "kind": 2048,
6350
6409
  "kindString": "Method",
@@ -6354,20 +6413,20 @@
6354
6413
  "sources": [
6355
6414
  {
6356
6415
  "fileName": "modules/packages/module/dist/types/AbstractModule.d.ts",
6357
- "line": 55,
6416
+ "line": 53,
6358
6417
  "character": 14
6359
6418
  }
6360
6419
  ],
6361
6420
  "signatures": [
6362
6421
  {
6363
- "id": 292,
6422
+ "id": 280,
6364
6423
  "name": "validateConfig",
6365
6424
  "kind": 4096,
6366
6425
  "kindString": "Call signature",
6367
6426
  "flags": {},
6368
6427
  "parameters": [
6369
6428
  {
6370
- "id": 293,
6429
+ "id": 281,
6371
6430
  "name": "config",
6372
6431
  "kind": 32768,
6373
6432
  "kindString": "Parameter",
@@ -6380,7 +6439,7 @@
6380
6439
  }
6381
6440
  },
6382
6441
  {
6383
- "id": 294,
6442
+ "id": 282,
6384
6443
  "name": "parents",
6385
6444
  "kind": 32768,
6386
6445
  "kindString": "Parameter",
@@ -6424,7 +6483,7 @@
6424
6483
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
6425
6484
  "line": 18,
6426
6485
  "character": 24,
6427
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L18"
6486
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L18"
6428
6487
  }
6429
6488
  ],
6430
6489
  "signatures": [
@@ -6787,14 +6846,14 @@
6787
6846
  {
6788
6847
  "title": "Properties",
6789
6848
  "children": [
6790
- 97,
6849
+ 107,
6850
+ 117,
6851
+ 118,
6791
6852
  119,
6792
- 129,
6793
- 130,
6794
- 131,
6795
- 132,
6796
- 109,
6797
- 137,
6853
+ 120,
6854
+ 283,
6855
+ 97,
6856
+ 125,
6798
6857
  18,
6799
6858
  34,
6800
6859
  19
@@ -6803,11 +6862,12 @@
6803
6862
  {
6804
6863
  "title": "Accessors",
6805
6864
  "children": [
6806
- 142,
6807
- 144,
6808
- 146,
6809
- 148,
6810
- 159,
6865
+ 130,
6866
+ 132,
6867
+ 134,
6868
+ 295,
6869
+ 136,
6870
+ 147,
6811
6871
  56,
6812
6872
  58
6813
6873
  ]
@@ -6815,23 +6875,23 @@
6815
6875
  {
6816
6876
  "title": "Methods",
6817
6877
  "children": [
6878
+ 206,
6879
+ 211,
6818
6880
  218,
6819
- 223,
6820
- 230,
6821
- 248,
6822
- 266,
6823
- 274,
6824
- 161,
6881
+ 236,
6882
+ 254,
6883
+ 262,
6884
+ 149,
6825
6885
  49,
6826
- 282,
6886
+ 270,
6827
6887
  60,
6828
- 165,
6888
+ 153,
6889
+ 188,
6890
+ 273,
6829
6891
  200,
6830
- 285,
6831
- 212,
6832
- 288,
6833
- 215,
6834
- 291,
6892
+ 276,
6893
+ 203,
6894
+ 279,
6835
6895
  20
6836
6896
  ]
6837
6897
  }
@@ -6841,7 +6901,7 @@
6841
6901
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
6842
6902
  "line": 14,
6843
6903
  "character": 13,
6844
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L14"
6904
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L14"
6845
6905
  }
6846
6906
  ],
6847
6907
  "extendedTypes": [
@@ -6862,7 +6922,7 @@
6862
6922
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
6863
6923
  "line": 12,
6864
6924
  "character": 12,
6865
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6925
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6866
6926
  }
6867
6927
  ],
6868
6928
  "type": {
@@ -6888,12 +6948,12 @@
6888
6948
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
6889
6949
  "line": 12,
6890
6950
  "character": 64,
6891
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6951
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6892
6952
  }
6893
6953
  ],
6894
6954
  "type": {
6895
6955
  "type": "reference",
6896
- "id": 297,
6956
+ "id": 299,
6897
6957
  "name": "XyoCryptoMarketAssetDivinerConfigSchema"
6898
6958
  }
6899
6959
  }
@@ -6911,7 +6971,7 @@
6911
6971
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts",
6912
6972
  "line": 12,
6913
6973
  "character": 62,
6914
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6974
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Diviner.ts#L12"
6915
6975
  }
6916
6976
  ]
6917
6977
  }
@@ -6921,7 +6981,7 @@
6921
6981
  }
6922
6982
  },
6923
6983
  {
6924
- "id": 298,
6984
+ "id": 300,
6925
6985
  "name": "XyoCryptoMarketAssetDivinerConfigSchema",
6926
6986
  "kind": 4194304,
6927
6987
  "kindString": "Type alias",
@@ -6931,13 +6991,13 @@
6931
6991
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6932
6992
  "line": 4,
6933
6993
  "character": 12,
6934
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L4"
6994
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L4"
6935
6995
  },
6936
6996
  {
6937
6997
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6938
6998
  "line": 5,
6939
6999
  "character": 13,
6940
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L5"
7000
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L5"
6941
7001
  }
6942
7002
  ],
6943
7003
  "type": {
@@ -6946,7 +7006,7 @@
6946
7006
  }
6947
7007
  },
6948
7008
  {
6949
- "id": 296,
7009
+ "id": 298,
6950
7010
  "name": "XyoCryptoMarketAssetDivinerQuerySchema",
6951
7011
  "kind": 4194304,
6952
7012
  "kindString": "Type alias",
@@ -6956,13 +7016,13 @@
6956
7016
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6957
7017
  "line": 1,
6958
7018
  "character": 12,
6959
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L1"
7019
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L1"
6960
7020
  },
6961
7021
  {
6962
7022
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6963
7023
  "line": 2,
6964
7024
  "character": 13,
6965
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L2"
7025
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L2"
6966
7026
  }
6967
7027
  ],
6968
7028
  "type": {
@@ -6971,7 +7031,7 @@
6971
7031
  }
6972
7032
  },
6973
7033
  {
6974
- "id": 297,
7034
+ "id": 299,
6975
7035
  "name": "XyoCryptoMarketAssetDivinerConfigSchema",
6976
7036
  "kind": 32,
6977
7037
  "kindString": "Variable",
@@ -6981,13 +7041,13 @@
6981
7041
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6982
7042
  "line": 4,
6983
7043
  "character": 12,
6984
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L4"
7044
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L4"
6985
7045
  },
6986
7046
  {
6987
7047
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
6988
7048
  "line": 5,
6989
7049
  "character": 13,
6990
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L5"
7050
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L5"
6991
7051
  }
6992
7052
  ],
6993
7053
  "type": {
@@ -6996,7 +7056,7 @@
6996
7056
  }
6997
7057
  },
6998
7058
  {
6999
- "id": 295,
7059
+ "id": 297,
7000
7060
  "name": "XyoCryptoMarketAssetDivinerQuerySchema",
7001
7061
  "kind": 32,
7002
7062
  "kindString": "Variable",
@@ -7006,13 +7066,13 @@
7006
7066
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
7007
7067
  "line": 1,
7008
7068
  "character": 12,
7009
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L1"
7069
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L1"
7010
7070
  },
7011
7071
  {
7012
7072
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts",
7013
7073
  "line": 2,
7014
7074
  "character": 13,
7015
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L2"
7075
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Schema.ts#L2"
7016
7076
  }
7017
7077
  ],
7018
7078
  "type": {
@@ -7031,7 +7091,7 @@
7031
7091
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Plugin.ts",
7032
7092
  "line": 8,
7033
7093
  "character": 13,
7034
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Plugin.ts#L8"
7094
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/Plugin.ts#L8"
7035
7095
  }
7036
7096
  ],
7037
7097
  "signatures": [
@@ -7367,7 +7427,7 @@
7367
7427
  {
7368
7428
  "title": "References",
7369
7429
  "children": [
7370
- 299
7430
+ 301
7371
7431
  ]
7372
7432
  },
7373
7433
  {
@@ -7380,15 +7440,15 @@
7380
7440
  "title": "Type Aliases",
7381
7441
  "children": [
7382
7442
  14,
7383
- 298,
7384
- 296
7443
+ 300,
7444
+ 298
7385
7445
  ]
7386
7446
  },
7387
7447
  {
7388
7448
  "title": "Variables",
7389
7449
  "children": [
7390
- 297,
7391
- 295
7450
+ 299,
7451
+ 297
7392
7452
  ]
7393
7453
  },
7394
7454
  {
@@ -7403,7 +7463,7 @@
7403
7463
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/index.ts",
7404
7464
  "line": 1,
7405
7465
  "character": 0,
7406
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fdb1de0113b/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/index.ts#L1"
7466
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/591e39f0c/packages/plugins/packages/payloadset/packages/crypto/packages/market/packages/asset/src/index.ts#L1"
7407
7467
  }
7408
7468
  ]
7409
7469
  }