@xyo-network/node 2.33.0-rc.1 → 2.33.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/XyoNode.d.ts +2 -2
- package/dist/cjs/XyoNode.d.ts.map +1 -1
- package/dist/cjs/XyoNode.js +2 -0
- package/dist/cjs/XyoNode.js.map +1 -1
- package/dist/cjs/cli/terminal.d.ts +1 -1
- package/dist/cjs/cli/terminal.d.ts.map +1 -1
- package/dist/cjs/cli/terminal.js +92 -18
- package/dist/cjs/cli/terminal.js.map +1 -1
- package/dist/cjs/cli/xyo_logo_full_white.png +0 -0
- package/dist/docs.json +571 -519
- package/dist/esm/XyoNode.d.ts +2 -2
- package/dist/esm/XyoNode.d.ts.map +1 -1
- package/dist/esm/XyoNode.js +2 -0
- package/dist/esm/XyoNode.js.map +1 -1
- package/dist/esm/cli/terminal.d.ts +1 -1
- package/dist/esm/cli/terminal.d.ts.map +1 -1
- package/dist/esm/cli/terminal.js +91 -17
- package/dist/esm/cli/terminal.js.map +1 -1
- package/dist/esm/cli/xyo_logo_full_white.png +0 -0
- package/package.json +6 -6
- package/src/XyoNode.ts +3 -1
- package/src/cli/terminal.ts +97 -21
- package/src/cli/xyo_logo_full_white.png +0 -0
- package/xyo-config.js +4 -0
- package/dist/cjs/cli/xyo_logo_black.png +0 -0
- package/dist/esm/cli/xyo_logo_black.png +0 -0
- package/src/cli/xyo_logo_black.png +0 -0
package/dist/docs.json
CHANGED
|
@@ -518,131 +518,20 @@
|
|
|
518
518
|
"type": {
|
|
519
519
|
"type": "reference",
|
|
520
520
|
"typeArguments": [
|
|
521
|
-
{
|
|
522
|
-
"type": "reflection",
|
|
523
|
-
"declaration": {
|
|
524
|
-
"id": 62,
|
|
525
|
-
"name": "__type",
|
|
526
|
-
"kind": 65536,
|
|
527
|
-
"kindString": "Type literal",
|
|
528
|
-
"flags": {},
|
|
529
|
-
"children": [
|
|
530
|
-
{
|
|
531
|
-
"id": 64,
|
|
532
|
-
"name": "previousHash",
|
|
533
|
-
"kind": 1024,
|
|
534
|
-
"kindString": "Property",
|
|
535
|
-
"flags": {
|
|
536
|
-
"isOptional": true
|
|
537
|
-
},
|
|
538
|
-
"sources": [
|
|
539
|
-
{
|
|
540
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
541
|
-
"line": 9,
|
|
542
|
-
"character": 4
|
|
543
|
-
}
|
|
544
|
-
],
|
|
545
|
-
"type": {
|
|
546
|
-
"type": "intrinsic",
|
|
547
|
-
"name": "string"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"id": 63,
|
|
552
|
-
"name": "schema",
|
|
553
|
-
"kind": 1024,
|
|
554
|
-
"kindString": "Property",
|
|
555
|
-
"flags": {},
|
|
556
|
-
"sources": [
|
|
557
|
-
{
|
|
558
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
559
|
-
"line": 8,
|
|
560
|
-
"character": 4
|
|
561
|
-
}
|
|
562
|
-
],
|
|
563
|
-
"type": {
|
|
564
|
-
"type": "intrinsic",
|
|
565
|
-
"name": "string"
|
|
566
|
-
}
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"id": 65,
|
|
570
|
-
"name": "sources",
|
|
571
|
-
"kind": 1024,
|
|
572
|
-
"kindString": "Property",
|
|
573
|
-
"flags": {
|
|
574
|
-
"isOptional": true
|
|
575
|
-
},
|
|
576
|
-
"sources": [
|
|
577
|
-
{
|
|
578
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
579
|
-
"line": 10,
|
|
580
|
-
"character": 4
|
|
581
|
-
}
|
|
582
|
-
],
|
|
583
|
-
"type": {
|
|
584
|
-
"type": "array",
|
|
585
|
-
"elementType": {
|
|
586
|
-
"type": "intrinsic",
|
|
587
|
-
"name": "string"
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"id": 66,
|
|
593
|
-
"name": "timestamp",
|
|
594
|
-
"kind": 1024,
|
|
595
|
-
"kindString": "Property",
|
|
596
|
-
"flags": {
|
|
597
|
-
"isOptional": true
|
|
598
|
-
},
|
|
599
|
-
"sources": [
|
|
600
|
-
{
|
|
601
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
602
|
-
"line": 11,
|
|
603
|
-
"character": 4
|
|
604
|
-
}
|
|
605
|
-
],
|
|
606
|
-
"type": {
|
|
607
|
-
"type": "intrinsic",
|
|
608
|
-
"name": "number"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
|
-
"groups": [
|
|
613
|
-
{
|
|
614
|
-
"title": "Properties",
|
|
615
|
-
"children": [
|
|
616
|
-
64,
|
|
617
|
-
63,
|
|
618
|
-
65,
|
|
619
|
-
66
|
|
620
|
-
]
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"sources": [
|
|
624
|
-
{
|
|
625
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
626
|
-
"line": 7,
|
|
627
|
-
"character": 107
|
|
628
|
-
}
|
|
629
|
-
]
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
521
|
{
|
|
633
522
|
"type": "reference",
|
|
634
523
|
"typeArguments": [
|
|
635
524
|
{
|
|
636
525
|
"type": "reflection",
|
|
637
526
|
"declaration": {
|
|
638
|
-
"id":
|
|
527
|
+
"id": 62,
|
|
639
528
|
"name": "__type",
|
|
640
529
|
"kind": 65536,
|
|
641
530
|
"kindString": "Type literal",
|
|
642
531
|
"flags": {},
|
|
643
532
|
"children": [
|
|
644
533
|
{
|
|
645
|
-
"id":
|
|
534
|
+
"id": 64,
|
|
646
535
|
"name": "previousHash",
|
|
647
536
|
"kind": 1024,
|
|
648
537
|
"kindString": "Property",
|
|
@@ -662,7 +551,7 @@
|
|
|
662
551
|
}
|
|
663
552
|
},
|
|
664
553
|
{
|
|
665
|
-
"id":
|
|
554
|
+
"id": 63,
|
|
666
555
|
"name": "schema",
|
|
667
556
|
"kind": 1024,
|
|
668
557
|
"kindString": "Property",
|
|
@@ -680,7 +569,7 @@
|
|
|
680
569
|
}
|
|
681
570
|
},
|
|
682
571
|
{
|
|
683
|
-
"id":
|
|
572
|
+
"id": 65,
|
|
684
573
|
"name": "sources",
|
|
685
574
|
"kind": 1024,
|
|
686
575
|
"kindString": "Property",
|
|
@@ -703,7 +592,7 @@
|
|
|
703
592
|
}
|
|
704
593
|
},
|
|
705
594
|
{
|
|
706
|
-
"id":
|
|
595
|
+
"id": 66,
|
|
707
596
|
"name": "timestamp",
|
|
708
597
|
"kind": 1024,
|
|
709
598
|
"kindString": "Property",
|
|
@@ -727,10 +616,10 @@
|
|
|
727
616
|
{
|
|
728
617
|
"title": "Properties",
|
|
729
618
|
"children": [
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
619
|
+
64,
|
|
620
|
+
63,
|
|
621
|
+
65,
|
|
622
|
+
66
|
|
734
623
|
]
|
|
735
624
|
}
|
|
736
625
|
],
|
|
@@ -753,14 +642,14 @@
|
|
|
753
642
|
{
|
|
754
643
|
"type": "reflection",
|
|
755
644
|
"declaration": {
|
|
756
|
-
"id":
|
|
645
|
+
"id": 67,
|
|
757
646
|
"name": "__type",
|
|
758
647
|
"kind": 65536,
|
|
759
648
|
"kindString": "Type literal",
|
|
760
649
|
"flags": {},
|
|
761
650
|
"children": [
|
|
762
651
|
{
|
|
763
|
-
"id":
|
|
652
|
+
"id": 69,
|
|
764
653
|
"name": "previousHash",
|
|
765
654
|
"kind": 1024,
|
|
766
655
|
"kindString": "Property",
|
|
@@ -780,7 +669,7 @@
|
|
|
780
669
|
}
|
|
781
670
|
},
|
|
782
671
|
{
|
|
783
|
-
"id":
|
|
672
|
+
"id": 68,
|
|
784
673
|
"name": "schema",
|
|
785
674
|
"kind": 1024,
|
|
786
675
|
"kindString": "Property",
|
|
@@ -798,7 +687,7 @@
|
|
|
798
687
|
}
|
|
799
688
|
},
|
|
800
689
|
{
|
|
801
|
-
"id":
|
|
690
|
+
"id": 70,
|
|
802
691
|
"name": "sources",
|
|
803
692
|
"kind": 1024,
|
|
804
693
|
"kindString": "Property",
|
|
@@ -821,7 +710,7 @@
|
|
|
821
710
|
}
|
|
822
711
|
},
|
|
823
712
|
{
|
|
824
|
-
"id":
|
|
713
|
+
"id": 71,
|
|
825
714
|
"name": "timestamp",
|
|
826
715
|
"kind": 1024,
|
|
827
716
|
"kindString": "Property",
|
|
@@ -845,10 +734,10 @@
|
|
|
845
734
|
{
|
|
846
735
|
"title": "Properties",
|
|
847
736
|
"children": [
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
737
|
+
69,
|
|
738
|
+
68,
|
|
739
|
+
70,
|
|
740
|
+
71
|
|
852
741
|
]
|
|
853
742
|
}
|
|
854
743
|
],
|
|
@@ -861,28 +750,17 @@
|
|
|
861
750
|
]
|
|
862
751
|
}
|
|
863
752
|
},
|
|
864
|
-
{
|
|
865
|
-
"type": "reference",
|
|
866
|
-
"id": 92,
|
|
867
|
-
"name": "TModule"
|
|
868
|
-
}
|
|
869
|
-
],
|
|
870
|
-
"name": "XyoModule"
|
|
871
|
-
},
|
|
872
|
-
"default": {
|
|
873
|
-
"type": "reference",
|
|
874
|
-
"typeArguments": [
|
|
875
753
|
{
|
|
876
754
|
"type": "reflection",
|
|
877
755
|
"declaration": {
|
|
878
|
-
"id":
|
|
756
|
+
"id": 72,
|
|
879
757
|
"name": "__type",
|
|
880
758
|
"kind": 65536,
|
|
881
759
|
"kindString": "Type literal",
|
|
882
760
|
"flags": {},
|
|
883
761
|
"children": [
|
|
884
762
|
{
|
|
885
|
-
"id":
|
|
763
|
+
"id": 74,
|
|
886
764
|
"name": "previousHash",
|
|
887
765
|
"kind": 1024,
|
|
888
766
|
"kindString": "Property",
|
|
@@ -902,7 +780,7 @@
|
|
|
902
780
|
}
|
|
903
781
|
},
|
|
904
782
|
{
|
|
905
|
-
"id":
|
|
783
|
+
"id": 73,
|
|
906
784
|
"name": "schema",
|
|
907
785
|
"kind": 1024,
|
|
908
786
|
"kindString": "Property",
|
|
@@ -920,7 +798,7 @@
|
|
|
920
798
|
}
|
|
921
799
|
},
|
|
922
800
|
{
|
|
923
|
-
"id":
|
|
801
|
+
"id": 75,
|
|
924
802
|
"name": "sources",
|
|
925
803
|
"kind": 1024,
|
|
926
804
|
"kindString": "Property",
|
|
@@ -943,7 +821,7 @@
|
|
|
943
821
|
}
|
|
944
822
|
},
|
|
945
823
|
{
|
|
946
|
-
"id":
|
|
824
|
+
"id": 76,
|
|
947
825
|
"name": "timestamp",
|
|
948
826
|
"kind": 1024,
|
|
949
827
|
"kindString": "Property",
|
|
@@ -967,10 +845,10 @@
|
|
|
967
845
|
{
|
|
968
846
|
"title": "Properties",
|
|
969
847
|
"children": [
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
848
|
+
74,
|
|
849
|
+
73,
|
|
850
|
+
75,
|
|
851
|
+
76
|
|
974
852
|
]
|
|
975
853
|
}
|
|
976
854
|
],
|
|
@@ -983,20 +861,31 @@
|
|
|
983
861
|
]
|
|
984
862
|
}
|
|
985
863
|
},
|
|
864
|
+
{
|
|
865
|
+
"type": "reference",
|
|
866
|
+
"id": 92,
|
|
867
|
+
"name": "TModule"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"name": "XyoModule"
|
|
871
|
+
},
|
|
872
|
+
"default": {
|
|
873
|
+
"type": "reference",
|
|
874
|
+
"typeArguments": [
|
|
986
875
|
{
|
|
987
876
|
"type": "reference",
|
|
988
877
|
"typeArguments": [
|
|
989
878
|
{
|
|
990
879
|
"type": "reflection",
|
|
991
880
|
"declaration": {
|
|
992
|
-
"id":
|
|
881
|
+
"id": 77,
|
|
993
882
|
"name": "__type",
|
|
994
883
|
"kind": 65536,
|
|
995
884
|
"kindString": "Type literal",
|
|
996
885
|
"flags": {},
|
|
997
886
|
"children": [
|
|
998
887
|
{
|
|
999
|
-
"id":
|
|
888
|
+
"id": 79,
|
|
1000
889
|
"name": "previousHash",
|
|
1001
890
|
"kind": 1024,
|
|
1002
891
|
"kindString": "Property",
|
|
@@ -1016,7 +905,7 @@
|
|
|
1016
905
|
}
|
|
1017
906
|
},
|
|
1018
907
|
{
|
|
1019
|
-
"id":
|
|
908
|
+
"id": 78,
|
|
1020
909
|
"name": "schema",
|
|
1021
910
|
"kind": 1024,
|
|
1022
911
|
"kindString": "Property",
|
|
@@ -1034,7 +923,7 @@
|
|
|
1034
923
|
}
|
|
1035
924
|
},
|
|
1036
925
|
{
|
|
1037
|
-
"id":
|
|
926
|
+
"id": 80,
|
|
1038
927
|
"name": "sources",
|
|
1039
928
|
"kind": 1024,
|
|
1040
929
|
"kindString": "Property",
|
|
@@ -1057,7 +946,7 @@
|
|
|
1057
946
|
}
|
|
1058
947
|
},
|
|
1059
948
|
{
|
|
1060
|
-
"id":
|
|
949
|
+
"id": 81,
|
|
1061
950
|
"name": "timestamp",
|
|
1062
951
|
"kind": 1024,
|
|
1063
952
|
"kindString": "Property",
|
|
@@ -1081,10 +970,10 @@
|
|
|
1081
970
|
{
|
|
1082
971
|
"title": "Properties",
|
|
1083
972
|
"children": [
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
973
|
+
79,
|
|
974
|
+
78,
|
|
975
|
+
80,
|
|
976
|
+
81
|
|
1088
977
|
]
|
|
1089
978
|
}
|
|
1090
979
|
],
|
|
@@ -1104,6 +993,117 @@
|
|
|
1104
993
|
],
|
|
1105
994
|
"name": "XyoQuery"
|
|
1106
995
|
},
|
|
996
|
+
{
|
|
997
|
+
"type": "reflection",
|
|
998
|
+
"declaration": {
|
|
999
|
+
"id": 82,
|
|
1000
|
+
"name": "__type",
|
|
1001
|
+
"kind": 65536,
|
|
1002
|
+
"kindString": "Type literal",
|
|
1003
|
+
"flags": {},
|
|
1004
|
+
"children": [
|
|
1005
|
+
{
|
|
1006
|
+
"id": 84,
|
|
1007
|
+
"name": "previousHash",
|
|
1008
|
+
"kind": 1024,
|
|
1009
|
+
"kindString": "Property",
|
|
1010
|
+
"flags": {
|
|
1011
|
+
"isOptional": true
|
|
1012
|
+
},
|
|
1013
|
+
"sources": [
|
|
1014
|
+
{
|
|
1015
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1016
|
+
"line": 9,
|
|
1017
|
+
"character": 4
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"type": {
|
|
1021
|
+
"type": "intrinsic",
|
|
1022
|
+
"name": "string"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": 83,
|
|
1027
|
+
"name": "schema",
|
|
1028
|
+
"kind": 1024,
|
|
1029
|
+
"kindString": "Property",
|
|
1030
|
+
"flags": {},
|
|
1031
|
+
"sources": [
|
|
1032
|
+
{
|
|
1033
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1034
|
+
"line": 8,
|
|
1035
|
+
"character": 4
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"type": {
|
|
1039
|
+
"type": "intrinsic",
|
|
1040
|
+
"name": "string"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"id": 85,
|
|
1045
|
+
"name": "sources",
|
|
1046
|
+
"kind": 1024,
|
|
1047
|
+
"kindString": "Property",
|
|
1048
|
+
"flags": {
|
|
1049
|
+
"isOptional": true
|
|
1050
|
+
},
|
|
1051
|
+
"sources": [
|
|
1052
|
+
{
|
|
1053
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1054
|
+
"line": 10,
|
|
1055
|
+
"character": 4
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"type": {
|
|
1059
|
+
"type": "array",
|
|
1060
|
+
"elementType": {
|
|
1061
|
+
"type": "intrinsic",
|
|
1062
|
+
"name": "string"
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": 86,
|
|
1068
|
+
"name": "timestamp",
|
|
1069
|
+
"kind": 1024,
|
|
1070
|
+
"kindString": "Property",
|
|
1071
|
+
"flags": {
|
|
1072
|
+
"isOptional": true
|
|
1073
|
+
},
|
|
1074
|
+
"sources": [
|
|
1075
|
+
{
|
|
1076
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1077
|
+
"line": 11,
|
|
1078
|
+
"character": 4
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"type": {
|
|
1082
|
+
"type": "intrinsic",
|
|
1083
|
+
"name": "number"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"groups": [
|
|
1088
|
+
{
|
|
1089
|
+
"title": "Properties",
|
|
1090
|
+
"children": [
|
|
1091
|
+
84,
|
|
1092
|
+
83,
|
|
1093
|
+
85,
|
|
1094
|
+
86
|
|
1095
|
+
]
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"sources": [
|
|
1099
|
+
{
|
|
1100
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1101
|
+
"line": 7,
|
|
1102
|
+
"character": 107
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
1107
|
{
|
|
1108
1108
|
"type": "reflection",
|
|
1109
1109
|
"declaration": {
|
|
@@ -1291,13 +1291,13 @@
|
|
|
1291
1291
|
},
|
|
1292
1292
|
"inheritedFrom": {
|
|
1293
1293
|
"type": "reference",
|
|
1294
|
-
"name": "XyoModule<
|
|
1294
|
+
"name": "XyoModule<TQuery, TQueryResult, TConfig>.constructor"
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
1297
|
],
|
|
1298
1298
|
"inheritedFrom": {
|
|
1299
1299
|
"type": "reference",
|
|
1300
|
-
"name": "XyoModule<
|
|
1300
|
+
"name": "XyoModule<TQuery, TQueryResult, TConfig>.constructor"
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1432
1432
|
"line": 18,
|
|
1433
1433
|
"character": 11,
|
|
1434
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1434
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L18"
|
|
1435
1435
|
}
|
|
1436
1436
|
],
|
|
1437
1437
|
"signatures": [
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1491
1491
|
"line": 25,
|
|
1492
1492
|
"character": 2,
|
|
1493
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1493
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L25"
|
|
1494
1494
|
}
|
|
1495
1495
|
],
|
|
1496
1496
|
"signatures": [
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1532
1532
|
"line": 32,
|
|
1533
1533
|
"character": 2,
|
|
1534
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1534
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L32"
|
|
1535
1535
|
}
|
|
1536
1536
|
],
|
|
1537
1537
|
"signatures": [
|
|
@@ -1546,131 +1546,20 @@
|
|
|
1546
1546
|
"elementType": {
|
|
1547
1547
|
"type": "reference",
|
|
1548
1548
|
"typeArguments": [
|
|
1549
|
-
{
|
|
1550
|
-
"type": "reflection",
|
|
1551
|
-
"declaration": {
|
|
1552
|
-
"id": 143,
|
|
1553
|
-
"name": "__type",
|
|
1554
|
-
"kind": 65536,
|
|
1555
|
-
"kindString": "Type literal",
|
|
1556
|
-
"flags": {},
|
|
1557
|
-
"children": [
|
|
1558
|
-
{
|
|
1559
|
-
"id": 145,
|
|
1560
|
-
"name": "previousHash",
|
|
1561
|
-
"kind": 1024,
|
|
1562
|
-
"kindString": "Property",
|
|
1563
|
-
"flags": {
|
|
1564
|
-
"isOptional": true
|
|
1565
|
-
},
|
|
1566
|
-
"sources": [
|
|
1567
|
-
{
|
|
1568
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1569
|
-
"line": 9,
|
|
1570
|
-
"character": 4
|
|
1571
|
-
}
|
|
1572
|
-
],
|
|
1573
|
-
"type": {
|
|
1574
|
-
"type": "intrinsic",
|
|
1575
|
-
"name": "string"
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"id": 144,
|
|
1580
|
-
"name": "schema",
|
|
1581
|
-
"kind": 1024,
|
|
1582
|
-
"kindString": "Property",
|
|
1583
|
-
"flags": {},
|
|
1584
|
-
"sources": [
|
|
1585
|
-
{
|
|
1586
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1587
|
-
"line": 8,
|
|
1588
|
-
"character": 4
|
|
1589
|
-
}
|
|
1590
|
-
],
|
|
1591
|
-
"type": {
|
|
1592
|
-
"type": "intrinsic",
|
|
1593
|
-
"name": "string"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"id": 146,
|
|
1598
|
-
"name": "sources",
|
|
1599
|
-
"kind": 1024,
|
|
1600
|
-
"kindString": "Property",
|
|
1601
|
-
"flags": {
|
|
1602
|
-
"isOptional": true
|
|
1603
|
-
},
|
|
1604
|
-
"sources": [
|
|
1605
|
-
{
|
|
1606
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1607
|
-
"line": 10,
|
|
1608
|
-
"character": 4
|
|
1609
|
-
}
|
|
1610
|
-
],
|
|
1611
|
-
"type": {
|
|
1612
|
-
"type": "array",
|
|
1613
|
-
"elementType": {
|
|
1614
|
-
"type": "intrinsic",
|
|
1615
|
-
"name": "string"
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"id": 147,
|
|
1621
|
-
"name": "timestamp",
|
|
1622
|
-
"kind": 1024,
|
|
1623
|
-
"kindString": "Property",
|
|
1624
|
-
"flags": {
|
|
1625
|
-
"isOptional": true
|
|
1626
|
-
},
|
|
1627
|
-
"sources": [
|
|
1628
|
-
{
|
|
1629
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1630
|
-
"line": 11,
|
|
1631
|
-
"character": 4
|
|
1632
|
-
}
|
|
1633
|
-
],
|
|
1634
|
-
"type": {
|
|
1635
|
-
"type": "intrinsic",
|
|
1636
|
-
"name": "number"
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
],
|
|
1640
|
-
"groups": [
|
|
1641
|
-
{
|
|
1642
|
-
"title": "Properties",
|
|
1643
|
-
"children": [
|
|
1644
|
-
145,
|
|
1645
|
-
144,
|
|
1646
|
-
146,
|
|
1647
|
-
147
|
|
1648
|
-
]
|
|
1649
|
-
}
|
|
1650
|
-
],
|
|
1651
|
-
"sources": [
|
|
1652
|
-
{
|
|
1653
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1654
|
-
"line": 7,
|
|
1655
|
-
"character": 107
|
|
1656
|
-
}
|
|
1657
|
-
]
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
1549
|
{
|
|
1661
1550
|
"type": "reference",
|
|
1662
1551
|
"typeArguments": [
|
|
1663
1552
|
{
|
|
1664
1553
|
"type": "reflection",
|
|
1665
1554
|
"declaration": {
|
|
1666
|
-
"id":
|
|
1555
|
+
"id": 143,
|
|
1667
1556
|
"name": "__type",
|
|
1668
1557
|
"kind": 65536,
|
|
1669
1558
|
"kindString": "Type literal",
|
|
1670
1559
|
"flags": {},
|
|
1671
1560
|
"children": [
|
|
1672
1561
|
{
|
|
1673
|
-
"id":
|
|
1562
|
+
"id": 145,
|
|
1674
1563
|
"name": "previousHash",
|
|
1675
1564
|
"kind": 1024,
|
|
1676
1565
|
"kindString": "Property",
|
|
@@ -1690,7 +1579,7 @@
|
|
|
1690
1579
|
}
|
|
1691
1580
|
},
|
|
1692
1581
|
{
|
|
1693
|
-
"id":
|
|
1582
|
+
"id": 144,
|
|
1694
1583
|
"name": "schema",
|
|
1695
1584
|
"kind": 1024,
|
|
1696
1585
|
"kindString": "Property",
|
|
@@ -1708,7 +1597,7 @@
|
|
|
1708
1597
|
}
|
|
1709
1598
|
},
|
|
1710
1599
|
{
|
|
1711
|
-
"id":
|
|
1600
|
+
"id": 146,
|
|
1712
1601
|
"name": "sources",
|
|
1713
1602
|
"kind": 1024,
|
|
1714
1603
|
"kindString": "Property",
|
|
@@ -1731,7 +1620,7 @@
|
|
|
1731
1620
|
}
|
|
1732
1621
|
},
|
|
1733
1622
|
{
|
|
1734
|
-
"id":
|
|
1623
|
+
"id": 147,
|
|
1735
1624
|
"name": "timestamp",
|
|
1736
1625
|
"kind": 1024,
|
|
1737
1626
|
"kindString": "Property",
|
|
@@ -1755,10 +1644,10 @@
|
|
|
1755
1644
|
{
|
|
1756
1645
|
"title": "Properties",
|
|
1757
1646
|
"children": [
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1647
|
+
145,
|
|
1648
|
+
144,
|
|
1649
|
+
146,
|
|
1650
|
+
147
|
|
1762
1651
|
]
|
|
1763
1652
|
}
|
|
1764
1653
|
],
|
|
@@ -1781,14 +1670,14 @@
|
|
|
1781
1670
|
{
|
|
1782
1671
|
"type": "reflection",
|
|
1783
1672
|
"declaration": {
|
|
1784
|
-
"id":
|
|
1673
|
+
"id": 148,
|
|
1785
1674
|
"name": "__type",
|
|
1786
1675
|
"kind": 65536,
|
|
1787
1676
|
"kindString": "Type literal",
|
|
1788
1677
|
"flags": {},
|
|
1789
1678
|
"children": [
|
|
1790
1679
|
{
|
|
1791
|
-
"id":
|
|
1680
|
+
"id": 150,
|
|
1792
1681
|
"name": "previousHash",
|
|
1793
1682
|
"kind": 1024,
|
|
1794
1683
|
"kindString": "Property",
|
|
@@ -1808,7 +1697,7 @@
|
|
|
1808
1697
|
}
|
|
1809
1698
|
},
|
|
1810
1699
|
{
|
|
1811
|
-
"id":
|
|
1700
|
+
"id": 149,
|
|
1812
1701
|
"name": "schema",
|
|
1813
1702
|
"kind": 1024,
|
|
1814
1703
|
"kindString": "Property",
|
|
@@ -1826,7 +1715,7 @@
|
|
|
1826
1715
|
}
|
|
1827
1716
|
},
|
|
1828
1717
|
{
|
|
1829
|
-
"id":
|
|
1718
|
+
"id": 151,
|
|
1830
1719
|
"name": "sources",
|
|
1831
1720
|
"kind": 1024,
|
|
1832
1721
|
"kindString": "Property",
|
|
@@ -1849,7 +1738,7 @@
|
|
|
1849
1738
|
}
|
|
1850
1739
|
},
|
|
1851
1740
|
{
|
|
1852
|
-
"id":
|
|
1741
|
+
"id": 152,
|
|
1853
1742
|
"name": "timestamp",
|
|
1854
1743
|
"kind": 1024,
|
|
1855
1744
|
"kindString": "Property",
|
|
@@ -1873,10 +1762,10 @@
|
|
|
1873
1762
|
{
|
|
1874
1763
|
"title": "Properties",
|
|
1875
1764
|
"children": [
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1765
|
+
150,
|
|
1766
|
+
149,
|
|
1767
|
+
151,
|
|
1768
|
+
152
|
|
1880
1769
|
]
|
|
1881
1770
|
}
|
|
1882
1771
|
],
|
|
@@ -1888,51 +1777,18 @@
|
|
|
1888
1777
|
}
|
|
1889
1778
|
]
|
|
1890
1779
|
}
|
|
1891
|
-
}
|
|
1892
|
-
],
|
|
1893
|
-
"name": "XyoModule"
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
|
-
]
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"id": 124,
|
|
1901
|
-
"name": "availableModules",
|
|
1902
|
-
"kind": 2048,
|
|
1903
|
-
"kindString": "Method",
|
|
1904
|
-
"flags": {},
|
|
1905
|
-
"sources": [
|
|
1906
|
-
{
|
|
1907
|
-
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1908
|
-
"line": 29,
|
|
1909
|
-
"character": 2,
|
|
1910
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L29"
|
|
1911
|
-
}
|
|
1912
|
-
],
|
|
1913
|
-
"signatures": [
|
|
1914
|
-
{
|
|
1915
|
-
"id": 125,
|
|
1916
|
-
"name": "availableModules",
|
|
1917
|
-
"kind": 4096,
|
|
1918
|
-
"kindString": "Call signature",
|
|
1919
|
-
"flags": {},
|
|
1920
|
-
"type": {
|
|
1921
|
-
"type": "array",
|
|
1922
|
-
"elementType": {
|
|
1923
|
-
"type": "reference",
|
|
1924
|
-
"typeArguments": [
|
|
1780
|
+
},
|
|
1925
1781
|
{
|
|
1926
1782
|
"type": "reflection",
|
|
1927
1783
|
"declaration": {
|
|
1928
|
-
"id":
|
|
1784
|
+
"id": 153,
|
|
1929
1785
|
"name": "__type",
|
|
1930
1786
|
"kind": 65536,
|
|
1931
1787
|
"kindString": "Type literal",
|
|
1932
1788
|
"flags": {},
|
|
1933
1789
|
"children": [
|
|
1934
1790
|
{
|
|
1935
|
-
"id":
|
|
1791
|
+
"id": 155,
|
|
1936
1792
|
"name": "previousHash",
|
|
1937
1793
|
"kind": 1024,
|
|
1938
1794
|
"kindString": "Property",
|
|
@@ -1952,7 +1808,7 @@
|
|
|
1952
1808
|
}
|
|
1953
1809
|
},
|
|
1954
1810
|
{
|
|
1955
|
-
"id":
|
|
1811
|
+
"id": 154,
|
|
1956
1812
|
"name": "schema",
|
|
1957
1813
|
"kind": 1024,
|
|
1958
1814
|
"kindString": "Property",
|
|
@@ -1970,7 +1826,7 @@
|
|
|
1970
1826
|
}
|
|
1971
1827
|
},
|
|
1972
1828
|
{
|
|
1973
|
-
"id":
|
|
1829
|
+
"id": 156,
|
|
1974
1830
|
"name": "sources",
|
|
1975
1831
|
"kind": 1024,
|
|
1976
1832
|
"kindString": "Property",
|
|
@@ -1993,7 +1849,7 @@
|
|
|
1993
1849
|
}
|
|
1994
1850
|
},
|
|
1995
1851
|
{
|
|
1996
|
-
"id":
|
|
1852
|
+
"id": 157,
|
|
1997
1853
|
"name": "timestamp",
|
|
1998
1854
|
"kind": 1024,
|
|
1999
1855
|
"kindString": "Property",
|
|
@@ -2017,10 +1873,10 @@
|
|
|
2017
1873
|
{
|
|
2018
1874
|
"title": "Properties",
|
|
2019
1875
|
"children": [
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
1876
|
+
155,
|
|
1877
|
+
154,
|
|
1878
|
+
156,
|
|
1879
|
+
157
|
|
2024
1880
|
]
|
|
2025
1881
|
}
|
|
2026
1882
|
],
|
|
@@ -2032,21 +1888,54 @@
|
|
|
2032
1888
|
}
|
|
2033
1889
|
]
|
|
2034
1890
|
}
|
|
2035
|
-
}
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"name": "XyoModule"
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
}
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"id": 124,
|
|
1901
|
+
"name": "availableModules",
|
|
1902
|
+
"kind": 2048,
|
|
1903
|
+
"kindString": "Method",
|
|
1904
|
+
"flags": {},
|
|
1905
|
+
"sources": [
|
|
1906
|
+
{
|
|
1907
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1908
|
+
"line": 29,
|
|
1909
|
+
"character": 2,
|
|
1910
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L29"
|
|
1911
|
+
}
|
|
1912
|
+
],
|
|
1913
|
+
"signatures": [
|
|
1914
|
+
{
|
|
1915
|
+
"id": 125,
|
|
1916
|
+
"name": "availableModules",
|
|
1917
|
+
"kind": 4096,
|
|
1918
|
+
"kindString": "Call signature",
|
|
1919
|
+
"flags": {},
|
|
1920
|
+
"type": {
|
|
1921
|
+
"type": "array",
|
|
1922
|
+
"elementType": {
|
|
1923
|
+
"type": "reference",
|
|
1924
|
+
"typeArguments": [
|
|
2036
1925
|
{
|
|
2037
1926
|
"type": "reference",
|
|
2038
1927
|
"typeArguments": [
|
|
2039
1928
|
{
|
|
2040
1929
|
"type": "reflection",
|
|
2041
1930
|
"declaration": {
|
|
2042
|
-
"id":
|
|
1931
|
+
"id": 126,
|
|
2043
1932
|
"name": "__type",
|
|
2044
1933
|
"kind": 65536,
|
|
2045
1934
|
"kindString": "Type literal",
|
|
2046
1935
|
"flags": {},
|
|
2047
1936
|
"children": [
|
|
2048
1937
|
{
|
|
2049
|
-
"id":
|
|
1938
|
+
"id": 128,
|
|
2050
1939
|
"name": "previousHash",
|
|
2051
1940
|
"kind": 1024,
|
|
2052
1941
|
"kindString": "Property",
|
|
@@ -2066,7 +1955,7 @@
|
|
|
2066
1955
|
}
|
|
2067
1956
|
},
|
|
2068
1957
|
{
|
|
2069
|
-
"id":
|
|
1958
|
+
"id": 127,
|
|
2070
1959
|
"name": "schema",
|
|
2071
1960
|
"kind": 1024,
|
|
2072
1961
|
"kindString": "Property",
|
|
@@ -2084,7 +1973,7 @@
|
|
|
2084
1973
|
}
|
|
2085
1974
|
},
|
|
2086
1975
|
{
|
|
2087
|
-
"id":
|
|
1976
|
+
"id": 129,
|
|
2088
1977
|
"name": "sources",
|
|
2089
1978
|
"kind": 1024,
|
|
2090
1979
|
"kindString": "Property",
|
|
@@ -2107,7 +1996,7 @@
|
|
|
2107
1996
|
}
|
|
2108
1997
|
},
|
|
2109
1998
|
{
|
|
2110
|
-
"id":
|
|
1999
|
+
"id": 130,
|
|
2111
2000
|
"name": "timestamp",
|
|
2112
2001
|
"kind": 1024,
|
|
2113
2002
|
"kindString": "Property",
|
|
@@ -2131,10 +2020,10 @@
|
|
|
2131
2020
|
{
|
|
2132
2021
|
"title": "Properties",
|
|
2133
2022
|
"children": [
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2023
|
+
128,
|
|
2024
|
+
127,
|
|
2025
|
+
129,
|
|
2026
|
+
130
|
|
2138
2027
|
]
|
|
2139
2028
|
}
|
|
2140
2029
|
],
|
|
@@ -2154,6 +2043,117 @@
|
|
|
2154
2043
|
],
|
|
2155
2044
|
"name": "XyoQuery"
|
|
2156
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
"type": "reflection",
|
|
2048
|
+
"declaration": {
|
|
2049
|
+
"id": 131,
|
|
2050
|
+
"name": "__type",
|
|
2051
|
+
"kind": 65536,
|
|
2052
|
+
"kindString": "Type literal",
|
|
2053
|
+
"flags": {},
|
|
2054
|
+
"children": [
|
|
2055
|
+
{
|
|
2056
|
+
"id": 133,
|
|
2057
|
+
"name": "previousHash",
|
|
2058
|
+
"kind": 1024,
|
|
2059
|
+
"kindString": "Property",
|
|
2060
|
+
"flags": {
|
|
2061
|
+
"isOptional": true
|
|
2062
|
+
},
|
|
2063
|
+
"sources": [
|
|
2064
|
+
{
|
|
2065
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2066
|
+
"line": 9,
|
|
2067
|
+
"character": 4
|
|
2068
|
+
}
|
|
2069
|
+
],
|
|
2070
|
+
"type": {
|
|
2071
|
+
"type": "intrinsic",
|
|
2072
|
+
"name": "string"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"id": 132,
|
|
2077
|
+
"name": "schema",
|
|
2078
|
+
"kind": 1024,
|
|
2079
|
+
"kindString": "Property",
|
|
2080
|
+
"flags": {},
|
|
2081
|
+
"sources": [
|
|
2082
|
+
{
|
|
2083
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2084
|
+
"line": 8,
|
|
2085
|
+
"character": 4
|
|
2086
|
+
}
|
|
2087
|
+
],
|
|
2088
|
+
"type": {
|
|
2089
|
+
"type": "intrinsic",
|
|
2090
|
+
"name": "string"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"id": 134,
|
|
2095
|
+
"name": "sources",
|
|
2096
|
+
"kind": 1024,
|
|
2097
|
+
"kindString": "Property",
|
|
2098
|
+
"flags": {
|
|
2099
|
+
"isOptional": true
|
|
2100
|
+
},
|
|
2101
|
+
"sources": [
|
|
2102
|
+
{
|
|
2103
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2104
|
+
"line": 10,
|
|
2105
|
+
"character": 4
|
|
2106
|
+
}
|
|
2107
|
+
],
|
|
2108
|
+
"type": {
|
|
2109
|
+
"type": "array",
|
|
2110
|
+
"elementType": {
|
|
2111
|
+
"type": "intrinsic",
|
|
2112
|
+
"name": "string"
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"id": 135,
|
|
2118
|
+
"name": "timestamp",
|
|
2119
|
+
"kind": 1024,
|
|
2120
|
+
"kindString": "Property",
|
|
2121
|
+
"flags": {
|
|
2122
|
+
"isOptional": true
|
|
2123
|
+
},
|
|
2124
|
+
"sources": [
|
|
2125
|
+
{
|
|
2126
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2127
|
+
"line": 11,
|
|
2128
|
+
"character": 4
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"type": {
|
|
2132
|
+
"type": "intrinsic",
|
|
2133
|
+
"name": "number"
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
],
|
|
2137
|
+
"groups": [
|
|
2138
|
+
{
|
|
2139
|
+
"title": "Properties",
|
|
2140
|
+
"children": [
|
|
2141
|
+
133,
|
|
2142
|
+
132,
|
|
2143
|
+
134,
|
|
2144
|
+
135
|
|
2145
|
+
]
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"sources": [
|
|
2149
|
+
{
|
|
2150
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2151
|
+
"line": 7,
|
|
2152
|
+
"character": 107
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
2157
|
{
|
|
2158
2158
|
"type": "reflection",
|
|
2159
2159
|
"declaration": {
|
|
@@ -2273,7 +2273,7 @@
|
|
|
2273
2273
|
]
|
|
2274
2274
|
},
|
|
2275
2275
|
{
|
|
2276
|
-
"id":
|
|
2276
|
+
"id": 194,
|
|
2277
2277
|
"name": "bindHashes",
|
|
2278
2278
|
"kind": 2048,
|
|
2279
2279
|
"kindString": "Method",
|
|
@@ -2287,14 +2287,14 @@
|
|
|
2287
2287
|
],
|
|
2288
2288
|
"signatures": [
|
|
2289
2289
|
{
|
|
2290
|
-
"id":
|
|
2290
|
+
"id": 195,
|
|
2291
2291
|
"name": "bindHashes",
|
|
2292
2292
|
"kind": 4096,
|
|
2293
2293
|
"kindString": "Call signature",
|
|
2294
2294
|
"flags": {},
|
|
2295
2295
|
"parameters": [
|
|
2296
2296
|
{
|
|
2297
|
-
"id":
|
|
2297
|
+
"id": 196,
|
|
2298
2298
|
"name": "hashes",
|
|
2299
2299
|
"kind": 32768,
|
|
2300
2300
|
"kindString": "Parameter",
|
|
@@ -2308,7 +2308,7 @@
|
|
|
2308
2308
|
}
|
|
2309
2309
|
},
|
|
2310
2310
|
{
|
|
2311
|
-
"id":
|
|
2311
|
+
"id": 197,
|
|
2312
2312
|
"name": "schema",
|
|
2313
2313
|
"kind": 32768,
|
|
2314
2314
|
"kindString": "Parameter",
|
|
@@ -2322,11 +2322,13 @@
|
|
|
2322
2322
|
}
|
|
2323
2323
|
},
|
|
2324
2324
|
{
|
|
2325
|
-
"id":
|
|
2326
|
-
"name": "
|
|
2325
|
+
"id": 198,
|
|
2326
|
+
"name": "account",
|
|
2327
2327
|
"kind": 32768,
|
|
2328
2328
|
"kindString": "Parameter",
|
|
2329
|
-
"flags": {
|
|
2329
|
+
"flags": {
|
|
2330
|
+
"isOptional": true
|
|
2331
|
+
},
|
|
2330
2332
|
"type": {
|
|
2331
2333
|
"type": "reference",
|
|
2332
2334
|
"name": "XyoAccount"
|
|
@@ -2406,6 +2408,19 @@
|
|
|
2406
2408
|
"name": "string"
|
|
2407
2409
|
}
|
|
2408
2410
|
}
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"id": 193,
|
|
2414
|
+
"name": "account",
|
|
2415
|
+
"kind": 32768,
|
|
2416
|
+
"kindString": "Parameter",
|
|
2417
|
+
"flags": {
|
|
2418
|
+
"isOptional": true
|
|
2419
|
+
},
|
|
2420
|
+
"type": {
|
|
2421
|
+
"type": "reference",
|
|
2422
|
+
"name": "XyoAccount"
|
|
2423
|
+
}
|
|
2409
2424
|
}
|
|
2410
2425
|
],
|
|
2411
2426
|
"type": {
|
|
@@ -2431,7 +2446,7 @@
|
|
|
2431
2446
|
}
|
|
2432
2447
|
},
|
|
2433
2448
|
{
|
|
2434
|
-
"id":
|
|
2449
|
+
"id": 203,
|
|
2435
2450
|
"name": "bindPayloads",
|
|
2436
2451
|
"kind": 2048,
|
|
2437
2452
|
"kindString": "Method",
|
|
@@ -2445,14 +2460,14 @@
|
|
|
2445
2460
|
],
|
|
2446
2461
|
"signatures": [
|
|
2447
2462
|
{
|
|
2448
|
-
"id":
|
|
2463
|
+
"id": 204,
|
|
2449
2464
|
"name": "bindPayloads",
|
|
2450
2465
|
"kind": 4096,
|
|
2451
2466
|
"kindString": "Call signature",
|
|
2452
2467
|
"flags": {},
|
|
2453
2468
|
"parameters": [
|
|
2454
2469
|
{
|
|
2455
|
-
"id":
|
|
2470
|
+
"id": 205,
|
|
2456
2471
|
"name": "payloads",
|
|
2457
2472
|
"kind": 32768,
|
|
2458
2473
|
"kindString": "Parameter",
|
|
@@ -2476,7 +2491,7 @@
|
|
|
2476
2491
|
}
|
|
2477
2492
|
},
|
|
2478
2493
|
{
|
|
2479
|
-
"id":
|
|
2494
|
+
"id": 206,
|
|
2480
2495
|
"name": "account",
|
|
2481
2496
|
"kind": 32768,
|
|
2482
2497
|
"kindString": "Parameter",
|
|
@@ -2522,7 +2537,7 @@
|
|
|
2522
2537
|
}
|
|
2523
2538
|
},
|
|
2524
2539
|
{
|
|
2525
|
-
"id":
|
|
2540
|
+
"id": 199,
|
|
2526
2541
|
"name": "bindPayloadsInternal",
|
|
2527
2542
|
"kind": 2048,
|
|
2528
2543
|
"kindString": "Method",
|
|
@@ -2536,14 +2551,14 @@
|
|
|
2536
2551
|
],
|
|
2537
2552
|
"signatures": [
|
|
2538
2553
|
{
|
|
2539
|
-
"id":
|
|
2554
|
+
"id": 200,
|
|
2540
2555
|
"name": "bindPayloadsInternal",
|
|
2541
2556
|
"kind": 4096,
|
|
2542
2557
|
"kindString": "Call signature",
|
|
2543
2558
|
"flags": {},
|
|
2544
2559
|
"parameters": [
|
|
2545
2560
|
{
|
|
2546
|
-
"id":
|
|
2561
|
+
"id": 201,
|
|
2547
2562
|
"name": "payloads",
|
|
2548
2563
|
"kind": 32768,
|
|
2549
2564
|
"kindString": "Parameter",
|
|
@@ -2565,6 +2580,19 @@
|
|
|
2565
2580
|
]
|
|
2566
2581
|
}
|
|
2567
2582
|
}
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"id": 202,
|
|
2586
|
+
"name": "account",
|
|
2587
|
+
"kind": 32768,
|
|
2588
|
+
"kindString": "Parameter",
|
|
2589
|
+
"flags": {
|
|
2590
|
+
"isOptional": true
|
|
2591
|
+
},
|
|
2592
|
+
"type": {
|
|
2593
|
+
"type": "reference",
|
|
2594
|
+
"name": "XyoAccount"
|
|
2595
|
+
}
|
|
2568
2596
|
}
|
|
2569
2597
|
],
|
|
2570
2598
|
"type": {
|
|
@@ -2602,7 +2630,7 @@
|
|
|
2602
2630
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2603
2631
|
"line": 19,
|
|
2604
2632
|
"character": 11,
|
|
2605
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2633
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L19"
|
|
2606
2634
|
}
|
|
2607
2635
|
],
|
|
2608
2636
|
"signatures": [
|
|
@@ -2703,9 +2731,9 @@
|
|
|
2703
2731
|
"sources": [
|
|
2704
2732
|
{
|
|
2705
2733
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2706
|
-
"line":
|
|
2734
|
+
"line": 67,
|
|
2707
2735
|
"character": 11,
|
|
2708
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2736
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L67"
|
|
2709
2737
|
}
|
|
2710
2738
|
],
|
|
2711
2739
|
"signatures": [
|
|
@@ -2862,7 +2890,7 @@
|
|
|
2862
2890
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2863
2891
|
"line": 37,
|
|
2864
2892
|
"character": 2,
|
|
2865
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2893
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L37"
|
|
2866
2894
|
}
|
|
2867
2895
|
],
|
|
2868
2896
|
"signatures": [
|
|
@@ -2895,25 +2923,49 @@
|
|
|
2895
2923
|
}
|
|
2896
2924
|
],
|
|
2897
2925
|
"type": {
|
|
2898
|
-
"type": "
|
|
2899
|
-
"
|
|
2926
|
+
"type": "union",
|
|
2927
|
+
"types": [
|
|
2900
2928
|
{
|
|
2901
2929
|
"type": "reference",
|
|
2902
2930
|
"typeArguments": [
|
|
2903
2931
|
{
|
|
2904
2932
|
"type": "reference",
|
|
2905
|
-
"
|
|
2906
|
-
|
|
2933
|
+
"typeArguments": [
|
|
2934
|
+
{
|
|
2935
|
+
"type": "reference",
|
|
2936
|
+
"id": 61,
|
|
2937
|
+
"name": "TQueryResult"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"name": "XyoModuleQueryResult"
|
|
2907
2941
|
}
|
|
2908
2942
|
],
|
|
2909
|
-
"name": "
|
|
2943
|
+
"name": "Promise",
|
|
2944
|
+
"qualifiedName": "Promise",
|
|
2945
|
+
"package": "typescript"
|
|
2910
2946
|
},
|
|
2911
2947
|
{
|
|
2912
2948
|
"type": "reference",
|
|
2913
|
-
"
|
|
2949
|
+
"typeArguments": [
|
|
2950
|
+
{
|
|
2951
|
+
"type": "reference",
|
|
2952
|
+
"typeArguments": [
|
|
2953
|
+
{
|
|
2954
|
+
"type": "reference",
|
|
2955
|
+
"id": 61,
|
|
2956
|
+
"name": "TQueryResult"
|
|
2957
|
+
}
|
|
2958
|
+
],
|
|
2959
|
+
"name": "XyoModuleQueryResult"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"type": "reference",
|
|
2963
|
+
"name": "XyoAccount"
|
|
2964
|
+
}
|
|
2965
|
+
],
|
|
2966
|
+
"name": "PromiseEx"
|
|
2914
2967
|
}
|
|
2915
|
-
]
|
|
2916
|
-
"name": "PromiseEx"
|
|
2968
|
+
]
|
|
2917
2969
|
},
|
|
2918
2970
|
"overwrites": {
|
|
2919
2971
|
"type": "reference",
|
|
@@ -3001,9 +3053,9 @@
|
|
|
3001
3053
|
"sources": [
|
|
3002
3054
|
{
|
|
3003
3055
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3004
|
-
"line":
|
|
3056
|
+
"line": 63,
|
|
3005
3057
|
"character": 2,
|
|
3006
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3058
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L63"
|
|
3007
3059
|
}
|
|
3008
3060
|
],
|
|
3009
3061
|
"signatures": [
|
|
@@ -3045,7 +3097,7 @@
|
|
|
3045
3097
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3046
3098
|
"line": 22,
|
|
3047
3099
|
"character": 2,
|
|
3048
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L22"
|
|
3049
3101
|
}
|
|
3050
3102
|
],
|
|
3051
3103
|
"signatures": [
|
|
@@ -3088,7 +3140,7 @@
|
|
|
3088
3140
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3089
3141
|
"line": 20,
|
|
3090
3142
|
"character": 11,
|
|
3091
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3143
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L20"
|
|
3092
3144
|
}
|
|
3093
3145
|
],
|
|
3094
3146
|
"signatures": [
|
|
@@ -3121,131 +3173,20 @@
|
|
|
3121
3173
|
{
|
|
3122
3174
|
"type": "reference",
|
|
3123
3175
|
"typeArguments": [
|
|
3124
|
-
{
|
|
3125
|
-
"type": "reflection",
|
|
3126
|
-
"declaration": {
|
|
3127
|
-
"id": 105,
|
|
3128
|
-
"name": "__type",
|
|
3129
|
-
"kind": 65536,
|
|
3130
|
-
"kindString": "Type literal",
|
|
3131
|
-
"flags": {},
|
|
3132
|
-
"children": [
|
|
3133
|
-
{
|
|
3134
|
-
"id": 107,
|
|
3135
|
-
"name": "previousHash",
|
|
3136
|
-
"kind": 1024,
|
|
3137
|
-
"kindString": "Property",
|
|
3138
|
-
"flags": {
|
|
3139
|
-
"isOptional": true
|
|
3140
|
-
},
|
|
3141
|
-
"sources": [
|
|
3142
|
-
{
|
|
3143
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3144
|
-
"line": 9,
|
|
3145
|
-
"character": 4
|
|
3146
|
-
}
|
|
3147
|
-
],
|
|
3148
|
-
"type": {
|
|
3149
|
-
"type": "intrinsic",
|
|
3150
|
-
"name": "string"
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"id": 106,
|
|
3155
|
-
"name": "schema",
|
|
3156
|
-
"kind": 1024,
|
|
3157
|
-
"kindString": "Property",
|
|
3158
|
-
"flags": {},
|
|
3159
|
-
"sources": [
|
|
3160
|
-
{
|
|
3161
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3162
|
-
"line": 8,
|
|
3163
|
-
"character": 4
|
|
3164
|
-
}
|
|
3165
|
-
],
|
|
3166
|
-
"type": {
|
|
3167
|
-
"type": "intrinsic",
|
|
3168
|
-
"name": "string"
|
|
3169
|
-
}
|
|
3170
|
-
},
|
|
3171
|
-
{
|
|
3172
|
-
"id": 108,
|
|
3173
|
-
"name": "sources",
|
|
3174
|
-
"kind": 1024,
|
|
3175
|
-
"kindString": "Property",
|
|
3176
|
-
"flags": {
|
|
3177
|
-
"isOptional": true
|
|
3178
|
-
},
|
|
3179
|
-
"sources": [
|
|
3180
|
-
{
|
|
3181
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3182
|
-
"line": 10,
|
|
3183
|
-
"character": 4
|
|
3184
|
-
}
|
|
3185
|
-
],
|
|
3186
|
-
"type": {
|
|
3187
|
-
"type": "array",
|
|
3188
|
-
"elementType": {
|
|
3189
|
-
"type": "intrinsic",
|
|
3190
|
-
"name": "string"
|
|
3191
|
-
}
|
|
3192
|
-
}
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"id": 109,
|
|
3196
|
-
"name": "timestamp",
|
|
3197
|
-
"kind": 1024,
|
|
3198
|
-
"kindString": "Property",
|
|
3199
|
-
"flags": {
|
|
3200
|
-
"isOptional": true
|
|
3201
|
-
},
|
|
3202
|
-
"sources": [
|
|
3203
|
-
{
|
|
3204
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3205
|
-
"line": 11,
|
|
3206
|
-
"character": 4
|
|
3207
|
-
}
|
|
3208
|
-
],
|
|
3209
|
-
"type": {
|
|
3210
|
-
"type": "intrinsic",
|
|
3211
|
-
"name": "number"
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
],
|
|
3215
|
-
"groups": [
|
|
3216
|
-
{
|
|
3217
|
-
"title": "Properties",
|
|
3218
|
-
"children": [
|
|
3219
|
-
107,
|
|
3220
|
-
106,
|
|
3221
|
-
108,
|
|
3222
|
-
109
|
|
3223
|
-
]
|
|
3224
|
-
}
|
|
3225
|
-
],
|
|
3226
|
-
"sources": [
|
|
3227
|
-
{
|
|
3228
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3229
|
-
"line": 7,
|
|
3230
|
-
"character": 107
|
|
3231
|
-
}
|
|
3232
|
-
]
|
|
3233
|
-
}
|
|
3234
|
-
},
|
|
3235
3176
|
{
|
|
3236
3177
|
"type": "reference",
|
|
3237
3178
|
"typeArguments": [
|
|
3238
3179
|
{
|
|
3239
3180
|
"type": "reflection",
|
|
3240
3181
|
"declaration": {
|
|
3241
|
-
"id":
|
|
3182
|
+
"id": 105,
|
|
3242
3183
|
"name": "__type",
|
|
3243
3184
|
"kind": 65536,
|
|
3244
3185
|
"kindString": "Type literal",
|
|
3245
3186
|
"flags": {},
|
|
3246
3187
|
"children": [
|
|
3247
3188
|
{
|
|
3248
|
-
"id":
|
|
3189
|
+
"id": 107,
|
|
3249
3190
|
"name": "previousHash",
|
|
3250
3191
|
"kind": 1024,
|
|
3251
3192
|
"kindString": "Property",
|
|
@@ -3265,7 +3206,7 @@
|
|
|
3265
3206
|
}
|
|
3266
3207
|
},
|
|
3267
3208
|
{
|
|
3268
|
-
"id":
|
|
3209
|
+
"id": 106,
|
|
3269
3210
|
"name": "schema",
|
|
3270
3211
|
"kind": 1024,
|
|
3271
3212
|
"kindString": "Property",
|
|
@@ -3283,7 +3224,7 @@
|
|
|
3283
3224
|
}
|
|
3284
3225
|
},
|
|
3285
3226
|
{
|
|
3286
|
-
"id":
|
|
3227
|
+
"id": 108,
|
|
3287
3228
|
"name": "sources",
|
|
3288
3229
|
"kind": 1024,
|
|
3289
3230
|
"kindString": "Property",
|
|
@@ -3306,7 +3247,7 @@
|
|
|
3306
3247
|
}
|
|
3307
3248
|
},
|
|
3308
3249
|
{
|
|
3309
|
-
"id":
|
|
3250
|
+
"id": 109,
|
|
3310
3251
|
"name": "timestamp",
|
|
3311
3252
|
"kind": 1024,
|
|
3312
3253
|
"kindString": "Property",
|
|
@@ -3330,10 +3271,10 @@
|
|
|
3330
3271
|
{
|
|
3331
3272
|
"title": "Properties",
|
|
3332
3273
|
"children": [
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3274
|
+
107,
|
|
3275
|
+
106,
|
|
3276
|
+
108,
|
|
3277
|
+
109
|
|
3337
3278
|
]
|
|
3338
3279
|
}
|
|
3339
3280
|
],
|
|
@@ -3353,6 +3294,117 @@
|
|
|
3353
3294
|
],
|
|
3354
3295
|
"name": "XyoQuery"
|
|
3355
3296
|
},
|
|
3297
|
+
{
|
|
3298
|
+
"type": "reflection",
|
|
3299
|
+
"declaration": {
|
|
3300
|
+
"id": 110,
|
|
3301
|
+
"name": "__type",
|
|
3302
|
+
"kind": 65536,
|
|
3303
|
+
"kindString": "Type literal",
|
|
3304
|
+
"flags": {},
|
|
3305
|
+
"children": [
|
|
3306
|
+
{
|
|
3307
|
+
"id": 112,
|
|
3308
|
+
"name": "previousHash",
|
|
3309
|
+
"kind": 1024,
|
|
3310
|
+
"kindString": "Property",
|
|
3311
|
+
"flags": {
|
|
3312
|
+
"isOptional": true
|
|
3313
|
+
},
|
|
3314
|
+
"sources": [
|
|
3315
|
+
{
|
|
3316
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3317
|
+
"line": 9,
|
|
3318
|
+
"character": 4
|
|
3319
|
+
}
|
|
3320
|
+
],
|
|
3321
|
+
"type": {
|
|
3322
|
+
"type": "intrinsic",
|
|
3323
|
+
"name": "string"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"id": 111,
|
|
3328
|
+
"name": "schema",
|
|
3329
|
+
"kind": 1024,
|
|
3330
|
+
"kindString": "Property",
|
|
3331
|
+
"flags": {},
|
|
3332
|
+
"sources": [
|
|
3333
|
+
{
|
|
3334
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3335
|
+
"line": 8,
|
|
3336
|
+
"character": 4
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"type": {
|
|
3340
|
+
"type": "intrinsic",
|
|
3341
|
+
"name": "string"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"id": 113,
|
|
3346
|
+
"name": "sources",
|
|
3347
|
+
"kind": 1024,
|
|
3348
|
+
"kindString": "Property",
|
|
3349
|
+
"flags": {
|
|
3350
|
+
"isOptional": true
|
|
3351
|
+
},
|
|
3352
|
+
"sources": [
|
|
3353
|
+
{
|
|
3354
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3355
|
+
"line": 10,
|
|
3356
|
+
"character": 4
|
|
3357
|
+
}
|
|
3358
|
+
],
|
|
3359
|
+
"type": {
|
|
3360
|
+
"type": "array",
|
|
3361
|
+
"elementType": {
|
|
3362
|
+
"type": "intrinsic",
|
|
3363
|
+
"name": "string"
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"id": 114,
|
|
3369
|
+
"name": "timestamp",
|
|
3370
|
+
"kind": 1024,
|
|
3371
|
+
"kindString": "Property",
|
|
3372
|
+
"flags": {
|
|
3373
|
+
"isOptional": true
|
|
3374
|
+
},
|
|
3375
|
+
"sources": [
|
|
3376
|
+
{
|
|
3377
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3378
|
+
"line": 11,
|
|
3379
|
+
"character": 4
|
|
3380
|
+
}
|
|
3381
|
+
],
|
|
3382
|
+
"type": {
|
|
3383
|
+
"type": "intrinsic",
|
|
3384
|
+
"name": "number"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"groups": [
|
|
3389
|
+
{
|
|
3390
|
+
"title": "Properties",
|
|
3391
|
+
"children": [
|
|
3392
|
+
112,
|
|
3393
|
+
111,
|
|
3394
|
+
113,
|
|
3395
|
+
114
|
|
3396
|
+
]
|
|
3397
|
+
}
|
|
3398
|
+
],
|
|
3399
|
+
"sources": [
|
|
3400
|
+
{
|
|
3401
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3402
|
+
"line": 7,
|
|
3403
|
+
"character": 107
|
|
3404
|
+
}
|
|
3405
|
+
]
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3356
3408
|
{
|
|
3357
3409
|
"type": "reflection",
|
|
3358
3410
|
"declaration": {
|
|
@@ -3601,10 +3653,10 @@
|
|
|
3601
3653
|
122,
|
|
3602
3654
|
141,
|
|
3603
3655
|
124,
|
|
3604
|
-
|
|
3656
|
+
194,
|
|
3605
3657
|
189,
|
|
3606
|
-
|
|
3607
|
-
|
|
3658
|
+
203,
|
|
3659
|
+
199,
|
|
3608
3660
|
99,
|
|
3609
3661
|
177,
|
|
3610
3662
|
164,
|
|
@@ -3625,12 +3677,12 @@
|
|
|
3625
3677
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3626
3678
|
"line": 8,
|
|
3627
3679
|
"character": 22,
|
|
3628
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3680
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/XyoNode.ts#L8"
|
|
3629
3681
|
}
|
|
3630
3682
|
],
|
|
3631
3683
|
"typeParameters": [
|
|
3632
3684
|
{
|
|
3633
|
-
"id":
|
|
3685
|
+
"id": 207,
|
|
3634
3686
|
"name": "TConfig",
|
|
3635
3687
|
"kind": 131072,
|
|
3636
3688
|
"kindString": "Type parameter",
|
|
@@ -3645,7 +3697,7 @@
|
|
|
3645
3697
|
}
|
|
3646
3698
|
},
|
|
3647
3699
|
{
|
|
3648
|
-
"id":
|
|
3700
|
+
"id": 208,
|
|
3649
3701
|
"name": "TQuery",
|
|
3650
3702
|
"kind": 131072,
|
|
3651
3703
|
"kindString": "Type parameter",
|
|
@@ -3660,7 +3712,7 @@
|
|
|
3660
3712
|
}
|
|
3661
3713
|
},
|
|
3662
3714
|
{
|
|
3663
|
-
"id":
|
|
3715
|
+
"id": 209,
|
|
3664
3716
|
"name": "TQueryResult",
|
|
3665
3717
|
"kind": 131072,
|
|
3666
3718
|
"kindString": "Type parameter",
|
|
@@ -3675,7 +3727,7 @@
|
|
|
3675
3727
|
}
|
|
3676
3728
|
},
|
|
3677
3729
|
{
|
|
3678
|
-
"id":
|
|
3730
|
+
"id": 210,
|
|
3679
3731
|
"name": "TModule",
|
|
3680
3732
|
"kind": 131072,
|
|
3681
3733
|
"kindString": "Type parameter",
|
|
@@ -3694,11 +3746,6 @@
|
|
|
3694
3746
|
{
|
|
3695
3747
|
"type": "reference",
|
|
3696
3748
|
"typeArguments": [
|
|
3697
|
-
{
|
|
3698
|
-
"type": "reference",
|
|
3699
|
-
"id": 49,
|
|
3700
|
-
"name": "TConfig"
|
|
3701
|
-
},
|
|
3702
3749
|
{
|
|
3703
3750
|
"type": "reference",
|
|
3704
3751
|
"id": 50,
|
|
@@ -3708,6 +3755,11 @@
|
|
|
3708
3755
|
"type": "reference",
|
|
3709
3756
|
"id": 61,
|
|
3710
3757
|
"name": "TQueryResult"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"type": "reference",
|
|
3761
|
+
"id": 49,
|
|
3762
|
+
"name": "TConfig"
|
|
3711
3763
|
}
|
|
3712
3764
|
],
|
|
3713
3765
|
"name": "XyoModule"
|
|
@@ -3751,7 +3803,7 @@
|
|
|
3751
3803
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3752
3804
|
"line": 6,
|
|
3753
3805
|
"character": 2,
|
|
3754
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3806
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L6"
|
|
3755
3807
|
}
|
|
3756
3808
|
],
|
|
3757
3809
|
"signatures": [
|
|
@@ -3792,7 +3844,7 @@
|
|
|
3792
3844
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3793
3845
|
"line": 9,
|
|
3794
3846
|
"character": 2,
|
|
3795
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3847
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L9"
|
|
3796
3848
|
}
|
|
3797
3849
|
],
|
|
3798
3850
|
"signatures": [
|
|
@@ -3833,7 +3885,7 @@
|
|
|
3833
3885
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3834
3886
|
"line": 7,
|
|
3835
3887
|
"character": 2,
|
|
3836
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3888
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L7"
|
|
3837
3889
|
}
|
|
3838
3890
|
],
|
|
3839
3891
|
"signatures": [
|
|
@@ -3874,7 +3926,7 @@
|
|
|
3874
3926
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3875
3927
|
"line": 8,
|
|
3876
3928
|
"character": 2,
|
|
3877
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3929
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L8"
|
|
3878
3930
|
}
|
|
3879
3931
|
],
|
|
3880
3932
|
"signatures": [
|
|
@@ -3921,7 +3973,7 @@
|
|
|
3921
3973
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3922
3974
|
"line": 5,
|
|
3923
3975
|
"character": 17,
|
|
3924
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3976
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L5"
|
|
3925
3977
|
}
|
|
3926
3978
|
],
|
|
3927
3979
|
"extendedBy": [
|
|
@@ -4112,7 +4164,7 @@
|
|
|
4112
4164
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4113
4165
|
"line": 6,
|
|
4114
4166
|
"character": 2,
|
|
4115
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4167
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L6"
|
|
4116
4168
|
}
|
|
4117
4169
|
],
|
|
4118
4170
|
"signatures": [
|
|
@@ -4163,7 +4215,7 @@
|
|
|
4163
4215
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4164
4216
|
"line": 9,
|
|
4165
4217
|
"character": 2,
|
|
4166
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4218
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L9"
|
|
4167
4219
|
}
|
|
4168
4220
|
],
|
|
4169
4221
|
"signatures": [
|
|
@@ -4214,7 +4266,7 @@
|
|
|
4214
4266
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4215
4267
|
"line": 7,
|
|
4216
4268
|
"character": 2,
|
|
4217
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4269
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L7"
|
|
4218
4270
|
}
|
|
4219
4271
|
],
|
|
4220
4272
|
"signatures": [
|
|
@@ -4303,7 +4355,7 @@
|
|
|
4303
4355
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4304
4356
|
"line": 8,
|
|
4305
4357
|
"character": 2,
|
|
4306
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4358
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L8"
|
|
4307
4359
|
}
|
|
4308
4360
|
],
|
|
4309
4361
|
"signatures": [
|
|
@@ -4369,7 +4421,7 @@
|
|
|
4369
4421
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4370
4422
|
"line": 12,
|
|
4371
4423
|
"character": 17,
|
|
4372
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4424
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/Node.ts#L12"
|
|
4373
4425
|
}
|
|
4374
4426
|
],
|
|
4375
4427
|
"typeParameters": [
|
|
@@ -4456,7 +4508,7 @@
|
|
|
4456
4508
|
"fileName": "modules/packages/node/src/index.ts",
|
|
4457
4509
|
"line": 1,
|
|
4458
4510
|
"character": 0,
|
|
4459
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4511
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8bbd2fb/packages/modules/packages/node/src/index.ts#L1"
|
|
4460
4512
|
}
|
|
4461
4513
|
]
|
|
4462
4514
|
}
|