@xyo-network/bridge 2.32.1 → 2.33.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Bridge.d.ts +1 -1
- package/dist/cjs/Bridge.d.ts.map +1 -1
- package/dist/cjs/XyoBridge.d.ts +7 -2
- package/dist/cjs/XyoBridge.d.ts.map +1 -1
- package/dist/cjs/XyoBridge.js +3 -1
- package/dist/cjs/XyoBridge.js.map +1 -1
- package/dist/cjs/XyoHttpBridge.d.ts +8 -3
- package/dist/cjs/XyoHttpBridge.d.ts.map +1 -1
- package/dist/cjs/XyoHttpBridge.js +3 -2
- package/dist/cjs/XyoHttpBridge.js.map +1 -1
- package/dist/docs.json +1713 -829
- package/dist/esm/Bridge.d.ts +1 -1
- package/dist/esm/Bridge.d.ts.map +1 -1
- package/dist/esm/XyoBridge.d.ts +7 -2
- package/dist/esm/XyoBridge.d.ts.map +1 -1
- package/dist/esm/XyoBridge.js +3 -1
- package/dist/esm/XyoBridge.js.map +1 -1
- package/dist/esm/XyoHttpBridge.d.ts +8 -3
- package/dist/esm/XyoHttpBridge.d.ts.map +1 -1
- package/dist/esm/XyoHttpBridge.js +3 -2
- package/dist/esm/XyoHttpBridge.js.map +1 -1
- package/package.json +7 -5
- package/src/Bridge.ts +1 -1
- package/src/XyoBridge.ts +5 -3
- package/src/XyoHttpBridge.ts +6 -5
package/dist/docs.json
CHANGED
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
}
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
|
-
"id":
|
|
487
|
+
"id": 93,
|
|
488
488
|
"name": "bindHashes",
|
|
489
489
|
"kind": 2048,
|
|
490
490
|
"kindString": "Method",
|
|
@@ -492,20 +492,20 @@
|
|
|
492
492
|
"sources": [
|
|
493
493
|
{
|
|
494
494
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
495
|
-
"line":
|
|
495
|
+
"line": 22,
|
|
496
496
|
"character": 4
|
|
497
497
|
}
|
|
498
498
|
],
|
|
499
499
|
"signatures": [
|
|
500
500
|
{
|
|
501
|
-
"id":
|
|
501
|
+
"id": 94,
|
|
502
502
|
"name": "bindHashes",
|
|
503
503
|
"kind": 4096,
|
|
504
504
|
"kindString": "Call signature",
|
|
505
505
|
"flags": {},
|
|
506
506
|
"parameters": [
|
|
507
507
|
{
|
|
508
|
-
"id":
|
|
508
|
+
"id": 95,
|
|
509
509
|
"name": "hashes",
|
|
510
510
|
"kind": 32768,
|
|
511
511
|
"kindString": "Parameter",
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
|
-
"id":
|
|
522
|
+
"id": 96,
|
|
523
523
|
"name": "schema",
|
|
524
524
|
"kind": 32768,
|
|
525
525
|
"kindString": "Parameter",
|
|
@@ -531,26 +531,108 @@
|
|
|
531
531
|
"name": "string"
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": 97,
|
|
537
|
+
"name": "queryAccount",
|
|
538
|
+
"kind": 32768,
|
|
539
|
+
"kindString": "Parameter",
|
|
540
|
+
"flags": {},
|
|
541
|
+
"type": {
|
|
542
|
+
"type": "reference",
|
|
543
|
+
"name": "XyoAccount"
|
|
544
|
+
}
|
|
534
545
|
}
|
|
535
546
|
],
|
|
536
547
|
"type": {
|
|
537
548
|
"type": "reference",
|
|
538
549
|
"typeArguments": [
|
|
539
550
|
{
|
|
540
|
-
"type": "
|
|
541
|
-
"name": "
|
|
551
|
+
"type": "intrinsic",
|
|
552
|
+
"name": "unknown"
|
|
542
553
|
},
|
|
554
|
+
{
|
|
555
|
+
"type": "reference",
|
|
556
|
+
"name": "XyoAccount"
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"name": "PromiseEx"
|
|
560
|
+
},
|
|
561
|
+
"inheritedFrom": {
|
|
562
|
+
"type": "reference",
|
|
563
|
+
"name": "XyoModule.bindHashes"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"inheritedFrom": {
|
|
568
|
+
"type": "reference",
|
|
569
|
+
"name": "XyoModule.bindHashes"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": 84,
|
|
574
|
+
"name": "bindHashesInternal",
|
|
575
|
+
"kind": 2048,
|
|
576
|
+
"kindString": "Method",
|
|
577
|
+
"flags": {},
|
|
578
|
+
"sources": [
|
|
579
|
+
{
|
|
580
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
581
|
+
"line": 21,
|
|
582
|
+
"character": 4
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"signatures": [
|
|
586
|
+
{
|
|
587
|
+
"id": 85,
|
|
588
|
+
"name": "bindHashesInternal",
|
|
589
|
+
"kind": 4096,
|
|
590
|
+
"kindString": "Call signature",
|
|
591
|
+
"flags": {},
|
|
592
|
+
"parameters": [
|
|
593
|
+
{
|
|
594
|
+
"id": 86,
|
|
595
|
+
"name": "hashes",
|
|
596
|
+
"kind": 32768,
|
|
597
|
+
"kindString": "Parameter",
|
|
598
|
+
"flags": {},
|
|
599
|
+
"type": {
|
|
600
|
+
"type": "array",
|
|
601
|
+
"elementType": {
|
|
602
|
+
"type": "intrinsic",
|
|
603
|
+
"name": "string"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": 87,
|
|
609
|
+
"name": "schema",
|
|
610
|
+
"kind": 32768,
|
|
611
|
+
"kindString": "Parameter",
|
|
612
|
+
"flags": {},
|
|
613
|
+
"type": {
|
|
614
|
+
"type": "array",
|
|
615
|
+
"elementType": {
|
|
616
|
+
"type": "intrinsic",
|
|
617
|
+
"name": "string"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"type": {
|
|
623
|
+
"type": "reference",
|
|
624
|
+
"typeArguments": [
|
|
543
625
|
{
|
|
544
626
|
"type": "reflection",
|
|
545
627
|
"declaration": {
|
|
546
|
-
"id":
|
|
628
|
+
"id": 88,
|
|
547
629
|
"name": "__type",
|
|
548
630
|
"kind": 65536,
|
|
549
631
|
"kindString": "Type literal",
|
|
550
632
|
"flags": {},
|
|
551
633
|
"children": [
|
|
552
634
|
{
|
|
553
|
-
"id":
|
|
635
|
+
"id": 90,
|
|
554
636
|
"name": "previousHash",
|
|
555
637
|
"kind": 1024,
|
|
556
638
|
"kindString": "Property",
|
|
@@ -559,9 +641,9 @@
|
|
|
559
641
|
},
|
|
560
642
|
"sources": [
|
|
561
643
|
{
|
|
562
|
-
"fileName": "
|
|
563
|
-
"line":
|
|
564
|
-
"character":
|
|
644
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
645
|
+
"line": 9,
|
|
646
|
+
"character": 4
|
|
565
647
|
}
|
|
566
648
|
],
|
|
567
649
|
"type": {
|
|
@@ -570,16 +652,16 @@
|
|
|
570
652
|
}
|
|
571
653
|
},
|
|
572
654
|
{
|
|
573
|
-
"id":
|
|
655
|
+
"id": 89,
|
|
574
656
|
"name": "schema",
|
|
575
657
|
"kind": 1024,
|
|
576
658
|
"kindString": "Property",
|
|
577
659
|
"flags": {},
|
|
578
660
|
"sources": [
|
|
579
661
|
{
|
|
580
|
-
"fileName": "
|
|
581
|
-
"line":
|
|
582
|
-
"character":
|
|
662
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
663
|
+
"line": 8,
|
|
664
|
+
"character": 4
|
|
583
665
|
}
|
|
584
666
|
],
|
|
585
667
|
"type": {
|
|
@@ -588,7 +670,7 @@
|
|
|
588
670
|
}
|
|
589
671
|
},
|
|
590
672
|
{
|
|
591
|
-
"id":
|
|
673
|
+
"id": 91,
|
|
592
674
|
"name": "sources",
|
|
593
675
|
"kind": 1024,
|
|
594
676
|
"kindString": "Property",
|
|
@@ -597,9 +679,9 @@
|
|
|
597
679
|
},
|
|
598
680
|
"sources": [
|
|
599
681
|
{
|
|
600
|
-
"fileName": "
|
|
601
|
-
"line":
|
|
602
|
-
"character":
|
|
682
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
683
|
+
"line": 10,
|
|
684
|
+
"character": 4
|
|
603
685
|
}
|
|
604
686
|
],
|
|
605
687
|
"type": {
|
|
@@ -611,7 +693,7 @@
|
|
|
611
693
|
}
|
|
612
694
|
},
|
|
613
695
|
{
|
|
614
|
-
"id":
|
|
696
|
+
"id": 92,
|
|
615
697
|
"name": "timestamp",
|
|
616
698
|
"kind": 1024,
|
|
617
699
|
"kindString": "Property",
|
|
@@ -620,9 +702,9 @@
|
|
|
620
702
|
},
|
|
621
703
|
"sources": [
|
|
622
704
|
{
|
|
623
|
-
"fileName": "
|
|
624
|
-
"line":
|
|
625
|
-
"character":
|
|
705
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
706
|
+
"line": 11,
|
|
707
|
+
"character": 4
|
|
626
708
|
}
|
|
627
709
|
],
|
|
628
710
|
"type": {
|
|
@@ -635,38 +717,38 @@
|
|
|
635
717
|
{
|
|
636
718
|
"title": "Properties",
|
|
637
719
|
"children": [
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
720
|
+
90,
|
|
721
|
+
89,
|
|
722
|
+
91,
|
|
723
|
+
92
|
|
642
724
|
]
|
|
643
725
|
}
|
|
644
726
|
],
|
|
645
727
|
"sources": [
|
|
646
728
|
{
|
|
647
|
-
"fileName": "
|
|
648
|
-
"line":
|
|
649
|
-
"character":
|
|
729
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
730
|
+
"line": 7,
|
|
731
|
+
"character": 107
|
|
650
732
|
}
|
|
651
733
|
]
|
|
652
734
|
}
|
|
653
735
|
}
|
|
654
736
|
],
|
|
655
|
-
"name": "
|
|
737
|
+
"name": "XyoModuleQueryResult"
|
|
656
738
|
},
|
|
657
739
|
"inheritedFrom": {
|
|
658
740
|
"type": "reference",
|
|
659
|
-
"name": "XyoModule.
|
|
741
|
+
"name": "XyoModule.bindHashesInternal"
|
|
660
742
|
}
|
|
661
743
|
}
|
|
662
744
|
],
|
|
663
745
|
"inheritedFrom": {
|
|
664
746
|
"type": "reference",
|
|
665
|
-
"name": "XyoModule.
|
|
747
|
+
"name": "XyoModule.bindHashesInternal"
|
|
666
748
|
}
|
|
667
749
|
},
|
|
668
750
|
{
|
|
669
|
-
"id":
|
|
751
|
+
"id": 111,
|
|
670
752
|
"name": "bindPayloads",
|
|
671
753
|
"kind": 2048,
|
|
672
754
|
"kindString": "Method",
|
|
@@ -674,20 +756,20 @@
|
|
|
674
756
|
"sources": [
|
|
675
757
|
{
|
|
676
758
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
677
|
-
"line":
|
|
759
|
+
"line": 24,
|
|
678
760
|
"character": 4
|
|
679
761
|
}
|
|
680
762
|
],
|
|
681
763
|
"signatures": [
|
|
682
764
|
{
|
|
683
|
-
"id":
|
|
765
|
+
"id": 112,
|
|
684
766
|
"name": "bindPayloads",
|
|
685
767
|
"kind": 4096,
|
|
686
768
|
"kindString": "Call signature",
|
|
687
769
|
"flags": {},
|
|
688
770
|
"parameters": [
|
|
689
771
|
{
|
|
690
|
-
"id":
|
|
772
|
+
"id": 113,
|
|
691
773
|
"name": "payloads",
|
|
692
774
|
"kind": 32768,
|
|
693
775
|
"kindString": "Parameter",
|
|
@@ -704,14 +786,14 @@
|
|
|
704
786
|
{
|
|
705
787
|
"type": "reflection",
|
|
706
788
|
"declaration": {
|
|
707
|
-
"id":
|
|
789
|
+
"id": 114,
|
|
708
790
|
"name": "__type",
|
|
709
791
|
"kind": 65536,
|
|
710
792
|
"kindString": "Type literal",
|
|
711
793
|
"flags": {},
|
|
712
794
|
"children": [
|
|
713
795
|
{
|
|
714
|
-
"id":
|
|
796
|
+
"id": 116,
|
|
715
797
|
"name": "previousHash",
|
|
716
798
|
"kind": 1024,
|
|
717
799
|
"kindString": "Property",
|
|
@@ -731,7 +813,7 @@
|
|
|
731
813
|
}
|
|
732
814
|
},
|
|
733
815
|
{
|
|
734
|
-
"id":
|
|
816
|
+
"id": 115,
|
|
735
817
|
"name": "schema",
|
|
736
818
|
"kind": 1024,
|
|
737
819
|
"kindString": "Property",
|
|
@@ -749,7 +831,7 @@
|
|
|
749
831
|
}
|
|
750
832
|
},
|
|
751
833
|
{
|
|
752
|
-
"id":
|
|
834
|
+
"id": 117,
|
|
753
835
|
"name": "sources",
|
|
754
836
|
"kind": 1024,
|
|
755
837
|
"kindString": "Property",
|
|
@@ -772,7 +854,7 @@
|
|
|
772
854
|
}
|
|
773
855
|
},
|
|
774
856
|
{
|
|
775
|
-
"id":
|
|
857
|
+
"id": 118,
|
|
776
858
|
"name": "timestamp",
|
|
777
859
|
"kind": 1024,
|
|
778
860
|
"kindString": "Property",
|
|
@@ -796,10 +878,10 @@
|
|
|
796
878
|
{
|
|
797
879
|
"title": "Properties",
|
|
798
880
|
"children": [
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
881
|
+
116,
|
|
882
|
+
115,
|
|
883
|
+
117,
|
|
884
|
+
118
|
|
803
885
|
]
|
|
804
886
|
}
|
|
805
887
|
],
|
|
@@ -815,6 +897,19 @@
|
|
|
815
897
|
]
|
|
816
898
|
}
|
|
817
899
|
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"id": 119,
|
|
903
|
+
"name": "account",
|
|
904
|
+
"kind": 32768,
|
|
905
|
+
"kindString": "Parameter",
|
|
906
|
+
"flags": {
|
|
907
|
+
"isOptional": true
|
|
908
|
+
},
|
|
909
|
+
"type": {
|
|
910
|
+
"type": "reference",
|
|
911
|
+
"name": "XyoAccount"
|
|
912
|
+
}
|
|
818
913
|
}
|
|
819
914
|
],
|
|
820
915
|
"type": {
|
|
@@ -822,93 +917,379 @@
|
|
|
822
917
|
"typeArguments": [
|
|
823
918
|
{
|
|
824
919
|
"type": "reference",
|
|
825
|
-
"
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
"kindString": "Type literal",
|
|
834
|
-
"flags": {},
|
|
835
|
-
"children": [
|
|
836
|
-
{
|
|
837
|
-
"id": 99,
|
|
838
|
-
"name": "previousHash",
|
|
839
|
-
"kind": 1024,
|
|
840
|
-
"kindString": "Property",
|
|
841
|
-
"flags": {
|
|
842
|
-
"isOptional": true
|
|
843
|
-
},
|
|
844
|
-
"sources": [
|
|
845
|
-
{
|
|
846
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
847
|
-
"line": 29,
|
|
848
|
-
"character": 8
|
|
849
|
-
}
|
|
850
|
-
],
|
|
851
|
-
"type": {
|
|
852
|
-
"type": "intrinsic",
|
|
853
|
-
"name": "string"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"id": 98,
|
|
858
|
-
"name": "schema",
|
|
859
|
-
"kind": 1024,
|
|
860
|
-
"kindString": "Property",
|
|
920
|
+
"typeArguments": [
|
|
921
|
+
{
|
|
922
|
+
"type": "reflection",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"id": 120,
|
|
925
|
+
"name": "__type",
|
|
926
|
+
"kind": 65536,
|
|
927
|
+
"kindString": "Type literal",
|
|
861
928
|
"flags": {},
|
|
862
|
-
"
|
|
929
|
+
"children": [
|
|
930
|
+
{
|
|
931
|
+
"id": 122,
|
|
932
|
+
"name": "previousHash",
|
|
933
|
+
"kind": 1024,
|
|
934
|
+
"kindString": "Property",
|
|
935
|
+
"flags": {
|
|
936
|
+
"isOptional": true
|
|
937
|
+
},
|
|
938
|
+
"sources": [
|
|
939
|
+
{
|
|
940
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
941
|
+
"line": 9,
|
|
942
|
+
"character": 4
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"type": {
|
|
946
|
+
"type": "intrinsic",
|
|
947
|
+
"name": "string"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"id": 121,
|
|
952
|
+
"name": "schema",
|
|
953
|
+
"kind": 1024,
|
|
954
|
+
"kindString": "Property",
|
|
955
|
+
"flags": {},
|
|
956
|
+
"sources": [
|
|
957
|
+
{
|
|
958
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
959
|
+
"line": 8,
|
|
960
|
+
"character": 4
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"type": {
|
|
964
|
+
"type": "intrinsic",
|
|
965
|
+
"name": "string"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"id": 123,
|
|
970
|
+
"name": "sources",
|
|
971
|
+
"kind": 1024,
|
|
972
|
+
"kindString": "Property",
|
|
973
|
+
"flags": {
|
|
974
|
+
"isOptional": true
|
|
975
|
+
},
|
|
976
|
+
"sources": [
|
|
977
|
+
{
|
|
978
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
979
|
+
"line": 10,
|
|
980
|
+
"character": 4
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"type": {
|
|
984
|
+
"type": "array",
|
|
985
|
+
"elementType": {
|
|
986
|
+
"type": "intrinsic",
|
|
987
|
+
"name": "string"
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
},
|
|
863
991
|
{
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
"
|
|
992
|
+
"id": 124,
|
|
993
|
+
"name": "timestamp",
|
|
994
|
+
"kind": 1024,
|
|
995
|
+
"kindString": "Property",
|
|
996
|
+
"flags": {
|
|
997
|
+
"isOptional": true
|
|
998
|
+
},
|
|
999
|
+
"sources": [
|
|
1000
|
+
{
|
|
1001
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1002
|
+
"line": 11,
|
|
1003
|
+
"character": 4
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"type": {
|
|
1007
|
+
"type": "intrinsic",
|
|
1008
|
+
"name": "number"
|
|
1009
|
+
}
|
|
867
1010
|
}
|
|
868
1011
|
],
|
|
869
|
-
"
|
|
870
|
-
"type": "intrinsic",
|
|
871
|
-
"name": "string"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"id": 100,
|
|
876
|
-
"name": "sources",
|
|
877
|
-
"kind": 1024,
|
|
878
|
-
"kindString": "Property",
|
|
879
|
-
"flags": {
|
|
880
|
-
"isOptional": true
|
|
881
|
-
},
|
|
882
|
-
"sources": [
|
|
1012
|
+
"groups": [
|
|
883
1013
|
{
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
|
|
1014
|
+
"title": "Properties",
|
|
1015
|
+
"children": [
|
|
1016
|
+
122,
|
|
1017
|
+
121,
|
|
1018
|
+
123,
|
|
1019
|
+
124
|
|
1020
|
+
]
|
|
887
1021
|
}
|
|
888
1022
|
],
|
|
889
|
-
"type": {
|
|
890
|
-
"type": "array",
|
|
891
|
-
"elementType": {
|
|
892
|
-
"type": "intrinsic",
|
|
893
|
-
"name": "string"
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"id": 101,
|
|
899
|
-
"name": "timestamp",
|
|
900
|
-
"kind": 1024,
|
|
901
|
-
"kindString": "Property",
|
|
902
|
-
"flags": {
|
|
903
|
-
"isOptional": true
|
|
904
|
-
},
|
|
905
1023
|
"sources": [
|
|
906
1024
|
{
|
|
907
|
-
"fileName": "
|
|
908
|
-
"line":
|
|
909
|
-
"character":
|
|
910
|
-
}
|
|
911
|
-
]
|
|
1025
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1026
|
+
"line": 7,
|
|
1027
|
+
"character": 107
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
],
|
|
1033
|
+
"name": "XyoModuleQueryResult"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"type": "reference",
|
|
1037
|
+
"name": "XyoAccount"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"name": "PromiseEx"
|
|
1041
|
+
},
|
|
1042
|
+
"inheritedFrom": {
|
|
1043
|
+
"type": "reference",
|
|
1044
|
+
"name": "XyoModule.bindPayloads"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"inheritedFrom": {
|
|
1049
|
+
"type": "reference",
|
|
1050
|
+
"name": "XyoModule.bindPayloads"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"id": 98,
|
|
1055
|
+
"name": "bindPayloadsInternal",
|
|
1056
|
+
"kind": 2048,
|
|
1057
|
+
"kindString": "Method",
|
|
1058
|
+
"flags": {},
|
|
1059
|
+
"sources": [
|
|
1060
|
+
{
|
|
1061
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1062
|
+
"line": 23,
|
|
1063
|
+
"character": 4
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"signatures": [
|
|
1067
|
+
{
|
|
1068
|
+
"id": 99,
|
|
1069
|
+
"name": "bindPayloadsInternal",
|
|
1070
|
+
"kind": 4096,
|
|
1071
|
+
"kindString": "Call signature",
|
|
1072
|
+
"flags": {},
|
|
1073
|
+
"parameters": [
|
|
1074
|
+
{
|
|
1075
|
+
"id": 100,
|
|
1076
|
+
"name": "payloads",
|
|
1077
|
+
"kind": 32768,
|
|
1078
|
+
"kindString": "Parameter",
|
|
1079
|
+
"flags": {},
|
|
1080
|
+
"type": {
|
|
1081
|
+
"type": "array",
|
|
1082
|
+
"elementType": {
|
|
1083
|
+
"type": "union",
|
|
1084
|
+
"types": [
|
|
1085
|
+
{
|
|
1086
|
+
"type": "literal",
|
|
1087
|
+
"value": null
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"type": "reflection",
|
|
1091
|
+
"declaration": {
|
|
1092
|
+
"id": 101,
|
|
1093
|
+
"name": "__type",
|
|
1094
|
+
"kind": 65536,
|
|
1095
|
+
"kindString": "Type literal",
|
|
1096
|
+
"flags": {},
|
|
1097
|
+
"children": [
|
|
1098
|
+
{
|
|
1099
|
+
"id": 103,
|
|
1100
|
+
"name": "previousHash",
|
|
1101
|
+
"kind": 1024,
|
|
1102
|
+
"kindString": "Property",
|
|
1103
|
+
"flags": {
|
|
1104
|
+
"isOptional": true
|
|
1105
|
+
},
|
|
1106
|
+
"sources": [
|
|
1107
|
+
{
|
|
1108
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1109
|
+
"line": 9,
|
|
1110
|
+
"character": 4
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
1113
|
+
"type": {
|
|
1114
|
+
"type": "intrinsic",
|
|
1115
|
+
"name": "string"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": 102,
|
|
1120
|
+
"name": "schema",
|
|
1121
|
+
"kind": 1024,
|
|
1122
|
+
"kindString": "Property",
|
|
1123
|
+
"flags": {},
|
|
1124
|
+
"sources": [
|
|
1125
|
+
{
|
|
1126
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1127
|
+
"line": 8,
|
|
1128
|
+
"character": 4
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"type": {
|
|
1132
|
+
"type": "intrinsic",
|
|
1133
|
+
"name": "string"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": 104,
|
|
1138
|
+
"name": "sources",
|
|
1139
|
+
"kind": 1024,
|
|
1140
|
+
"kindString": "Property",
|
|
1141
|
+
"flags": {
|
|
1142
|
+
"isOptional": true
|
|
1143
|
+
},
|
|
1144
|
+
"sources": [
|
|
1145
|
+
{
|
|
1146
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1147
|
+
"line": 10,
|
|
1148
|
+
"character": 4
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"type": {
|
|
1152
|
+
"type": "array",
|
|
1153
|
+
"elementType": {
|
|
1154
|
+
"type": "intrinsic",
|
|
1155
|
+
"name": "string"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"id": 105,
|
|
1161
|
+
"name": "timestamp",
|
|
1162
|
+
"kind": 1024,
|
|
1163
|
+
"kindString": "Property",
|
|
1164
|
+
"flags": {
|
|
1165
|
+
"isOptional": true
|
|
1166
|
+
},
|
|
1167
|
+
"sources": [
|
|
1168
|
+
{
|
|
1169
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1170
|
+
"line": 11,
|
|
1171
|
+
"character": 4
|
|
1172
|
+
}
|
|
1173
|
+
],
|
|
1174
|
+
"type": {
|
|
1175
|
+
"type": "intrinsic",
|
|
1176
|
+
"name": "number"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"groups": [
|
|
1181
|
+
{
|
|
1182
|
+
"title": "Properties",
|
|
1183
|
+
"children": [
|
|
1184
|
+
103,
|
|
1185
|
+
102,
|
|
1186
|
+
104,
|
|
1187
|
+
105
|
|
1188
|
+
]
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"sources": [
|
|
1192
|
+
{
|
|
1193
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1194
|
+
"line": 7,
|
|
1195
|
+
"character": 107
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
],
|
|
1205
|
+
"type": {
|
|
1206
|
+
"type": "reference",
|
|
1207
|
+
"typeArguments": [
|
|
1208
|
+
{
|
|
1209
|
+
"type": "reflection",
|
|
1210
|
+
"declaration": {
|
|
1211
|
+
"id": 106,
|
|
1212
|
+
"name": "__type",
|
|
1213
|
+
"kind": 65536,
|
|
1214
|
+
"kindString": "Type literal",
|
|
1215
|
+
"flags": {},
|
|
1216
|
+
"children": [
|
|
1217
|
+
{
|
|
1218
|
+
"id": 108,
|
|
1219
|
+
"name": "previousHash",
|
|
1220
|
+
"kind": 1024,
|
|
1221
|
+
"kindString": "Property",
|
|
1222
|
+
"flags": {
|
|
1223
|
+
"isOptional": true
|
|
1224
|
+
},
|
|
1225
|
+
"sources": [
|
|
1226
|
+
{
|
|
1227
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1228
|
+
"line": 9,
|
|
1229
|
+
"character": 4
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"type": {
|
|
1233
|
+
"type": "intrinsic",
|
|
1234
|
+
"name": "string"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"id": 107,
|
|
1239
|
+
"name": "schema",
|
|
1240
|
+
"kind": 1024,
|
|
1241
|
+
"kindString": "Property",
|
|
1242
|
+
"flags": {},
|
|
1243
|
+
"sources": [
|
|
1244
|
+
{
|
|
1245
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1246
|
+
"line": 8,
|
|
1247
|
+
"character": 4
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"type": {
|
|
1251
|
+
"type": "intrinsic",
|
|
1252
|
+
"name": "string"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"id": 109,
|
|
1257
|
+
"name": "sources",
|
|
1258
|
+
"kind": 1024,
|
|
1259
|
+
"kindString": "Property",
|
|
1260
|
+
"flags": {
|
|
1261
|
+
"isOptional": true
|
|
1262
|
+
},
|
|
1263
|
+
"sources": [
|
|
1264
|
+
{
|
|
1265
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1266
|
+
"line": 10,
|
|
1267
|
+
"character": 4
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"type": {
|
|
1271
|
+
"type": "array",
|
|
1272
|
+
"elementType": {
|
|
1273
|
+
"type": "intrinsic",
|
|
1274
|
+
"name": "string"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"id": 110,
|
|
1280
|
+
"name": "timestamp",
|
|
1281
|
+
"kind": 1024,
|
|
1282
|
+
"kindString": "Property",
|
|
1283
|
+
"flags": {
|
|
1284
|
+
"isOptional": true
|
|
1285
|
+
},
|
|
1286
|
+
"sources": [
|
|
1287
|
+
{
|
|
1288
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1289
|
+
"line": 11,
|
|
1290
|
+
"character": 4
|
|
1291
|
+
}
|
|
1292
|
+
],
|
|
912
1293
|
"type": {
|
|
913
1294
|
"type": "intrinsic",
|
|
914
1295
|
"name": "number"
|
|
@@ -919,34 +1300,34 @@
|
|
|
919
1300
|
{
|
|
920
1301
|
"title": "Properties",
|
|
921
1302
|
"children": [
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
1303
|
+
108,
|
|
1304
|
+
107,
|
|
1305
|
+
109,
|
|
1306
|
+
110
|
|
926
1307
|
]
|
|
927
1308
|
}
|
|
928
1309
|
],
|
|
929
1310
|
"sources": [
|
|
930
1311
|
{
|
|
931
|
-
"fileName": "
|
|
932
|
-
"line":
|
|
933
|
-
"character":
|
|
1312
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1313
|
+
"line": 7,
|
|
1314
|
+
"character": 107
|
|
934
1315
|
}
|
|
935
1316
|
]
|
|
936
1317
|
}
|
|
937
1318
|
}
|
|
938
1319
|
],
|
|
939
|
-
"name": "
|
|
1320
|
+
"name": "XyoModuleQueryResult"
|
|
940
1321
|
},
|
|
941
1322
|
"inheritedFrom": {
|
|
942
1323
|
"type": "reference",
|
|
943
|
-
"name": "XyoModule.
|
|
1324
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
944
1325
|
}
|
|
945
1326
|
}
|
|
946
1327
|
],
|
|
947
1328
|
"inheritedFrom": {
|
|
948
1329
|
"type": "reference",
|
|
949
|
-
"name": "XyoModule.
|
|
1330
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
950
1331
|
}
|
|
951
1332
|
},
|
|
952
1333
|
{
|
|
@@ -960,9 +1341,9 @@
|
|
|
960
1341
|
"sources": [
|
|
961
1342
|
{
|
|
962
1343
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
963
|
-
"line":
|
|
1344
|
+
"line": 19,
|
|
964
1345
|
"character": 11,
|
|
965
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1346
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L19"
|
|
966
1347
|
}
|
|
967
1348
|
],
|
|
968
1349
|
"signatures": [
|
|
@@ -978,6 +1359,10 @@
|
|
|
978
1359
|
{
|
|
979
1360
|
"type": "intrinsic",
|
|
980
1361
|
"name": "boolean"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"type": "intrinsic",
|
|
1365
|
+
"name": "never"
|
|
981
1366
|
}
|
|
982
1367
|
],
|
|
983
1368
|
"name": "Promisable"
|
|
@@ -1004,9 +1389,9 @@
|
|
|
1004
1389
|
"sources": [
|
|
1005
1390
|
{
|
|
1006
1391
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1007
|
-
"line":
|
|
1392
|
+
"line": 20,
|
|
1008
1393
|
"character": 11,
|
|
1009
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1394
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L20"
|
|
1010
1395
|
}
|
|
1011
1396
|
],
|
|
1012
1397
|
"signatures": [
|
|
@@ -1022,6 +1407,10 @@
|
|
|
1022
1407
|
{
|
|
1023
1408
|
"type": "intrinsic",
|
|
1024
1409
|
"name": "boolean"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"type": "intrinsic",
|
|
1413
|
+
"name": "never"
|
|
1025
1414
|
}
|
|
1026
1415
|
],
|
|
1027
1416
|
"name": "Promisable"
|
|
@@ -1057,6 +1446,21 @@
|
|
|
1057
1446
|
"kind": 4096,
|
|
1058
1447
|
"kindString": "Call signature",
|
|
1059
1448
|
"flags": {},
|
|
1449
|
+
"parameters": [
|
|
1450
|
+
{
|
|
1451
|
+
"id": 74,
|
|
1452
|
+
"name": "_queryAccount",
|
|
1453
|
+
"kind": 32768,
|
|
1454
|
+
"kindString": "Parameter",
|
|
1455
|
+
"flags": {
|
|
1456
|
+
"isOptional": true
|
|
1457
|
+
},
|
|
1458
|
+
"type": {
|
|
1459
|
+
"type": "reference",
|
|
1460
|
+
"name": "XyoAccount"
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
],
|
|
1060
1464
|
"type": {
|
|
1061
1465
|
"type": "intrinsic",
|
|
1062
1466
|
"name": "void"
|
|
@@ -1083,9 +1487,9 @@
|
|
|
1083
1487
|
"sources": [
|
|
1084
1488
|
{
|
|
1085
1489
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1086
|
-
"line":
|
|
1490
|
+
"line": 22,
|
|
1087
1491
|
"character": 11,
|
|
1088
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1492
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L22"
|
|
1089
1493
|
}
|
|
1090
1494
|
],
|
|
1091
1495
|
"signatures": [
|
|
@@ -1253,7 +1657,7 @@
|
|
|
1253
1657
|
]
|
|
1254
1658
|
},
|
|
1255
1659
|
{
|
|
1256
|
-
"id":
|
|
1660
|
+
"id": 75,
|
|
1257
1661
|
"name": "initialize",
|
|
1258
1662
|
"kind": 2048,
|
|
1259
1663
|
"kindString": "Method",
|
|
@@ -1267,11 +1671,26 @@
|
|
|
1267
1671
|
],
|
|
1268
1672
|
"signatures": [
|
|
1269
1673
|
{
|
|
1270
|
-
"id":
|
|
1674
|
+
"id": 76,
|
|
1271
1675
|
"name": "initialize",
|
|
1272
1676
|
"kind": 4096,
|
|
1273
1677
|
"kindString": "Call signature",
|
|
1274
1678
|
"flags": {},
|
|
1679
|
+
"parameters": [
|
|
1680
|
+
{
|
|
1681
|
+
"id": 77,
|
|
1682
|
+
"name": "_queryAccount",
|
|
1683
|
+
"kind": 32768,
|
|
1684
|
+
"kindString": "Parameter",
|
|
1685
|
+
"flags": {
|
|
1686
|
+
"isOptional": true
|
|
1687
|
+
},
|
|
1688
|
+
"type": {
|
|
1689
|
+
"type": "reference",
|
|
1690
|
+
"name": "XyoAccount"
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1275
1694
|
"type": {
|
|
1276
1695
|
"type": "intrinsic",
|
|
1277
1696
|
"name": "void"
|
|
@@ -1296,9 +1715,9 @@
|
|
|
1296
1715
|
"sources": [
|
|
1297
1716
|
{
|
|
1298
1717
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1299
|
-
"line":
|
|
1718
|
+
"line": 15,
|
|
1300
1719
|
"character": 11,
|
|
1301
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1720
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L15"
|
|
1302
1721
|
}
|
|
1303
1722
|
],
|
|
1304
1723
|
"signatures": [
|
|
@@ -1364,9 +1783,9 @@
|
|
|
1364
1783
|
"sources": [
|
|
1365
1784
|
{
|
|
1366
1785
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1367
|
-
"line":
|
|
1786
|
+
"line": 24,
|
|
1368
1787
|
"character": 17,
|
|
1369
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1788
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L24"
|
|
1370
1789
|
}
|
|
1371
1790
|
],
|
|
1372
1791
|
"signatures": [
|
|
@@ -1394,136 +1813,121 @@
|
|
|
1394
1813
|
"type": "reference",
|
|
1395
1814
|
"typeArguments": [
|
|
1396
1815
|
{
|
|
1397
|
-
"type": "
|
|
1398
|
-
"
|
|
1399
|
-
{
|
|
1400
|
-
"type": "reference",
|
|
1401
|
-
"name": "XyoBoundWitness"
|
|
1402
|
-
},
|
|
1816
|
+
"type": "reference",
|
|
1817
|
+
"typeArguments": [
|
|
1403
1818
|
{
|
|
1404
|
-
"type": "
|
|
1405
|
-
"
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1819
|
+
"type": "reflection",
|
|
1820
|
+
"declaration": {
|
|
1821
|
+
"id": 59,
|
|
1822
|
+
"name": "__type",
|
|
1823
|
+
"kind": 65536,
|
|
1824
|
+
"kindString": "Type literal",
|
|
1825
|
+
"flags": {},
|
|
1826
|
+
"children": [
|
|
1408
1827
|
{
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1828
|
+
"id": 61,
|
|
1829
|
+
"name": "previousHash",
|
|
1830
|
+
"kind": 1024,
|
|
1831
|
+
"kindString": "Property",
|
|
1832
|
+
"flags": {
|
|
1833
|
+
"isOptional": true
|
|
1834
|
+
},
|
|
1835
|
+
"sources": [
|
|
1836
|
+
{
|
|
1837
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1838
|
+
"line": 9,
|
|
1839
|
+
"character": 4
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
"type": {
|
|
1843
|
+
"type": "intrinsic",
|
|
1844
|
+
"name": "string"
|
|
1845
|
+
}
|
|
1411
1846
|
},
|
|
1412
1847
|
{
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
"character": 4
|
|
1472
|
-
}
|
|
1473
|
-
],
|
|
1474
|
-
"type": {
|
|
1475
|
-
"type": "array",
|
|
1476
|
-
"elementType": {
|
|
1477
|
-
"type": "intrinsic",
|
|
1478
|
-
"name": "string"
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"id": 63,
|
|
1484
|
-
"name": "timestamp",
|
|
1485
|
-
"kind": 1024,
|
|
1486
|
-
"kindString": "Property",
|
|
1487
|
-
"flags": {
|
|
1488
|
-
"isOptional": true
|
|
1489
|
-
},
|
|
1490
|
-
"sources": [
|
|
1491
|
-
{
|
|
1492
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1493
|
-
"line": 11,
|
|
1494
|
-
"character": 4
|
|
1495
|
-
}
|
|
1496
|
-
],
|
|
1497
|
-
"type": {
|
|
1498
|
-
"type": "intrinsic",
|
|
1499
|
-
"name": "number"
|
|
1500
|
-
}
|
|
1501
|
-
}
|
|
1502
|
-
],
|
|
1503
|
-
"groups": [
|
|
1504
|
-
{
|
|
1505
|
-
"title": "Properties",
|
|
1506
|
-
"children": [
|
|
1507
|
-
61,
|
|
1508
|
-
60,
|
|
1509
|
-
62,
|
|
1510
|
-
63
|
|
1511
|
-
]
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"sources": [
|
|
1515
|
-
{
|
|
1516
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1517
|
-
"line": 7,
|
|
1518
|
-
"character": 107
|
|
1519
|
-
}
|
|
1520
|
-
]
|
|
1848
|
+
"id": 60,
|
|
1849
|
+
"name": "schema",
|
|
1850
|
+
"kind": 1024,
|
|
1851
|
+
"kindString": "Property",
|
|
1852
|
+
"flags": {},
|
|
1853
|
+
"sources": [
|
|
1854
|
+
{
|
|
1855
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1856
|
+
"line": 8,
|
|
1857
|
+
"character": 4
|
|
1858
|
+
}
|
|
1859
|
+
],
|
|
1860
|
+
"type": {
|
|
1861
|
+
"type": "intrinsic",
|
|
1862
|
+
"name": "string"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"id": 62,
|
|
1867
|
+
"name": "sources",
|
|
1868
|
+
"kind": 1024,
|
|
1869
|
+
"kindString": "Property",
|
|
1870
|
+
"flags": {
|
|
1871
|
+
"isOptional": true
|
|
1872
|
+
},
|
|
1873
|
+
"sources": [
|
|
1874
|
+
{
|
|
1875
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1876
|
+
"line": 10,
|
|
1877
|
+
"character": 4
|
|
1878
|
+
}
|
|
1879
|
+
],
|
|
1880
|
+
"type": {
|
|
1881
|
+
"type": "array",
|
|
1882
|
+
"elementType": {
|
|
1883
|
+
"type": "intrinsic",
|
|
1884
|
+
"name": "string"
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"id": 63,
|
|
1890
|
+
"name": "timestamp",
|
|
1891
|
+
"kind": 1024,
|
|
1892
|
+
"kindString": "Property",
|
|
1893
|
+
"flags": {
|
|
1894
|
+
"isOptional": true
|
|
1895
|
+
},
|
|
1896
|
+
"sources": [
|
|
1897
|
+
{
|
|
1898
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1899
|
+
"line": 11,
|
|
1900
|
+
"character": 4
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"type": {
|
|
1904
|
+
"type": "intrinsic",
|
|
1905
|
+
"name": "number"
|
|
1521
1906
|
}
|
|
1522
1907
|
}
|
|
1908
|
+
],
|
|
1909
|
+
"groups": [
|
|
1910
|
+
{
|
|
1911
|
+
"title": "Properties",
|
|
1912
|
+
"children": [
|
|
1913
|
+
61,
|
|
1914
|
+
60,
|
|
1915
|
+
62,
|
|
1916
|
+
63
|
|
1917
|
+
]
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"sources": [
|
|
1921
|
+
{
|
|
1922
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1923
|
+
"line": 7,
|
|
1924
|
+
"character": 107
|
|
1925
|
+
}
|
|
1523
1926
|
]
|
|
1524
1927
|
}
|
|
1525
1928
|
}
|
|
1526
|
-
]
|
|
1929
|
+
],
|
|
1930
|
+
"name": "XyoModuleQueryResult"
|
|
1527
1931
|
}
|
|
1528
1932
|
],
|
|
1529
1933
|
"name": "Promise",
|
|
@@ -1606,7 +2010,7 @@
|
|
|
1606
2010
|
}
|
|
1607
2011
|
},
|
|
1608
2012
|
{
|
|
1609
|
-
"id":
|
|
2013
|
+
"id": 81,
|
|
1610
2014
|
"name": "shutdown",
|
|
1611
2015
|
"kind": 2048,
|
|
1612
2016
|
"kindString": "Method",
|
|
@@ -1620,18 +2024,33 @@
|
|
|
1620
2024
|
],
|
|
1621
2025
|
"signatures": [
|
|
1622
2026
|
{
|
|
1623
|
-
"id":
|
|
2027
|
+
"id": 82,
|
|
1624
2028
|
"name": "shutdown",
|
|
1625
2029
|
"kind": 4096,
|
|
1626
2030
|
"kindString": "Call signature",
|
|
1627
2031
|
"flags": {},
|
|
1628
|
-
"
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
2032
|
+
"parameters": [
|
|
2033
|
+
{
|
|
2034
|
+
"id": 83,
|
|
2035
|
+
"name": "_queryAccount",
|
|
2036
|
+
"kind": 32768,
|
|
2037
|
+
"kindString": "Parameter",
|
|
2038
|
+
"flags": {
|
|
2039
|
+
"isOptional": true
|
|
2040
|
+
},
|
|
2041
|
+
"type": {
|
|
2042
|
+
"type": "reference",
|
|
2043
|
+
"name": "XyoAccount"
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
],
|
|
2047
|
+
"type": {
|
|
2048
|
+
"type": "intrinsic",
|
|
2049
|
+
"name": "void"
|
|
2050
|
+
},
|
|
2051
|
+
"inheritedFrom": {
|
|
2052
|
+
"type": "reference",
|
|
2053
|
+
"name": "XyoModule.shutdown"
|
|
1635
2054
|
}
|
|
1636
2055
|
}
|
|
1637
2056
|
],
|
|
@@ -1641,7 +2060,7 @@
|
|
|
1641
2060
|
}
|
|
1642
2061
|
},
|
|
1643
2062
|
{
|
|
1644
|
-
"id":
|
|
2063
|
+
"id": 78,
|
|
1645
2064
|
"name": "subscribe",
|
|
1646
2065
|
"kind": 2048,
|
|
1647
2066
|
"kindString": "Method",
|
|
@@ -1655,11 +2074,26 @@
|
|
|
1655
2074
|
],
|
|
1656
2075
|
"signatures": [
|
|
1657
2076
|
{
|
|
1658
|
-
"id":
|
|
2077
|
+
"id": 79,
|
|
1659
2078
|
"name": "subscribe",
|
|
1660
2079
|
"kind": 4096,
|
|
1661
2080
|
"kindString": "Call signature",
|
|
1662
2081
|
"flags": {},
|
|
2082
|
+
"parameters": [
|
|
2083
|
+
{
|
|
2084
|
+
"id": 80,
|
|
2085
|
+
"name": "_queryAccount",
|
|
2086
|
+
"kind": 32768,
|
|
2087
|
+
"kindString": "Parameter",
|
|
2088
|
+
"flags": {
|
|
2089
|
+
"isOptional": true
|
|
2090
|
+
},
|
|
2091
|
+
"type": {
|
|
2092
|
+
"type": "reference",
|
|
2093
|
+
"name": "XyoAccount"
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
1663
2097
|
"type": {
|
|
1664
2098
|
"type": "intrinsic",
|
|
1665
2099
|
"name": "void"
|
|
@@ -1700,32 +2134,34 @@
|
|
|
1700
2134
|
{
|
|
1701
2135
|
"title": "Methods",
|
|
1702
2136
|
"children": [
|
|
1703
|
-
|
|
1704
|
-
|
|
2137
|
+
93,
|
|
2138
|
+
84,
|
|
2139
|
+
111,
|
|
2140
|
+
98,
|
|
1705
2141
|
44,
|
|
1706
2142
|
46,
|
|
1707
2143
|
72,
|
|
1708
2144
|
48,
|
|
1709
|
-
|
|
2145
|
+
75,
|
|
1710
2146
|
42,
|
|
1711
2147
|
56,
|
|
1712
2148
|
69,
|
|
1713
|
-
|
|
1714
|
-
|
|
2149
|
+
81,
|
|
2150
|
+
78
|
|
1715
2151
|
]
|
|
1716
2152
|
}
|
|
1717
2153
|
],
|
|
1718
2154
|
"sources": [
|
|
1719
2155
|
{
|
|
1720
2156
|
"fileName": "modules/packages/bridge/src/XyoBridge.ts",
|
|
1721
|
-
"line":
|
|
2157
|
+
"line": 11,
|
|
1722
2158
|
"character": 22,
|
|
1723
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2159
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridge.ts#L11"
|
|
1724
2160
|
}
|
|
1725
2161
|
],
|
|
1726
2162
|
"typeParameters": [
|
|
1727
2163
|
{
|
|
1728
|
-
"id":
|
|
2164
|
+
"id": 125,
|
|
1729
2165
|
"name": "TConfig",
|
|
1730
2166
|
"kind": 131072,
|
|
1731
2167
|
"kindString": "Type parameter",
|
|
@@ -1742,7 +2178,7 @@
|
|
|
1742
2178
|
}
|
|
1743
2179
|
},
|
|
1744
2180
|
{
|
|
1745
|
-
"id":
|
|
2181
|
+
"id": 126,
|
|
1746
2182
|
"name": "TQuery",
|
|
1747
2183
|
"kind": 131072,
|
|
1748
2184
|
"kindString": "Type parameter",
|
|
@@ -1792,14 +2228,14 @@
|
|
|
1792
2228
|
]
|
|
1793
2229
|
},
|
|
1794
2230
|
{
|
|
1795
|
-
"id":
|
|
2231
|
+
"id": 127,
|
|
1796
2232
|
"name": "XyoBridgeWrapper",
|
|
1797
2233
|
"kind": 128,
|
|
1798
2234
|
"kindString": "Class",
|
|
1799
2235
|
"flags": {},
|
|
1800
2236
|
"children": [
|
|
1801
2237
|
{
|
|
1802
|
-
"id":
|
|
2238
|
+
"id": 128,
|
|
1803
2239
|
"name": "constructor",
|
|
1804
2240
|
"kind": 512,
|
|
1805
2241
|
"kindString": "Constructor",
|
|
@@ -1813,14 +2249,14 @@
|
|
|
1813
2249
|
],
|
|
1814
2250
|
"signatures": [
|
|
1815
2251
|
{
|
|
1816
|
-
"id":
|
|
2252
|
+
"id": 129,
|
|
1817
2253
|
"name": "new XyoBridgeWrapper",
|
|
1818
2254
|
"kind": 16384,
|
|
1819
2255
|
"kindString": "Constructor signature",
|
|
1820
2256
|
"flags": {},
|
|
1821
2257
|
"parameters": [
|
|
1822
2258
|
{
|
|
1823
|
-
"id":
|
|
2259
|
+
"id": 130,
|
|
1824
2260
|
"name": "module",
|
|
1825
2261
|
"kind": 32768,
|
|
1826
2262
|
"kindString": "Parameter",
|
|
@@ -1831,14 +2267,14 @@
|
|
|
1831
2267
|
{
|
|
1832
2268
|
"type": "reflection",
|
|
1833
2269
|
"declaration": {
|
|
1834
|
-
"id":
|
|
2270
|
+
"id": 131,
|
|
1835
2271
|
"name": "__type",
|
|
1836
2272
|
"kind": 65536,
|
|
1837
2273
|
"kindString": "Type literal",
|
|
1838
2274
|
"flags": {},
|
|
1839
2275
|
"children": [
|
|
1840
2276
|
{
|
|
1841
|
-
"id":
|
|
2277
|
+
"id": 133,
|
|
1842
2278
|
"name": "previousHash",
|
|
1843
2279
|
"kind": 1024,
|
|
1844
2280
|
"kindString": "Property",
|
|
@@ -1858,7 +2294,7 @@
|
|
|
1858
2294
|
}
|
|
1859
2295
|
},
|
|
1860
2296
|
{
|
|
1861
|
-
"id":
|
|
2297
|
+
"id": 132,
|
|
1862
2298
|
"name": "schema",
|
|
1863
2299
|
"kind": 1024,
|
|
1864
2300
|
"kindString": "Property",
|
|
@@ -1876,7 +2312,7 @@
|
|
|
1876
2312
|
}
|
|
1877
2313
|
},
|
|
1878
2314
|
{
|
|
1879
|
-
"id":
|
|
2315
|
+
"id": 134,
|
|
1880
2316
|
"name": "sources",
|
|
1881
2317
|
"kind": 1024,
|
|
1882
2318
|
"kindString": "Property",
|
|
@@ -1899,7 +2335,7 @@
|
|
|
1899
2335
|
}
|
|
1900
2336
|
},
|
|
1901
2337
|
{
|
|
1902
|
-
"id":
|
|
2338
|
+
"id": 135,
|
|
1903
2339
|
"name": "timestamp",
|
|
1904
2340
|
"kind": 1024,
|
|
1905
2341
|
"kindString": "Property",
|
|
@@ -1923,10 +2359,10 @@
|
|
|
1923
2359
|
{
|
|
1924
2360
|
"title": "Properties",
|
|
1925
2361
|
"children": [
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
2362
|
+
133,
|
|
2363
|
+
132,
|
|
2364
|
+
134,
|
|
2365
|
+
135
|
|
1930
2366
|
]
|
|
1931
2367
|
}
|
|
1932
2368
|
],
|
|
@@ -1945,14 +2381,14 @@
|
|
|
1945
2381
|
{
|
|
1946
2382
|
"type": "reflection",
|
|
1947
2383
|
"declaration": {
|
|
1948
|
-
"id":
|
|
2384
|
+
"id": 136,
|
|
1949
2385
|
"name": "__type",
|
|
1950
2386
|
"kind": 65536,
|
|
1951
2387
|
"kindString": "Type literal",
|
|
1952
2388
|
"flags": {},
|
|
1953
2389
|
"children": [
|
|
1954
2390
|
{
|
|
1955
|
-
"id":
|
|
2391
|
+
"id": 138,
|
|
1956
2392
|
"name": "previousHash",
|
|
1957
2393
|
"kind": 1024,
|
|
1958
2394
|
"kindString": "Property",
|
|
@@ -1972,7 +2408,7 @@
|
|
|
1972
2408
|
}
|
|
1973
2409
|
},
|
|
1974
2410
|
{
|
|
1975
|
-
"id":
|
|
2411
|
+
"id": 137,
|
|
1976
2412
|
"name": "schema",
|
|
1977
2413
|
"kind": 1024,
|
|
1978
2414
|
"kindString": "Property",
|
|
@@ -1990,7 +2426,7 @@
|
|
|
1990
2426
|
}
|
|
1991
2427
|
},
|
|
1992
2428
|
{
|
|
1993
|
-
"id":
|
|
2429
|
+
"id": 139,
|
|
1994
2430
|
"name": "sources",
|
|
1995
2431
|
"kind": 1024,
|
|
1996
2432
|
"kindString": "Property",
|
|
@@ -2013,7 +2449,7 @@
|
|
|
2013
2449
|
}
|
|
2014
2450
|
},
|
|
2015
2451
|
{
|
|
2016
|
-
"id":
|
|
2452
|
+
"id": 140,
|
|
2017
2453
|
"name": "timestamp",
|
|
2018
2454
|
"kind": 1024,
|
|
2019
2455
|
"kindString": "Property",
|
|
@@ -2037,10 +2473,10 @@
|
|
|
2037
2473
|
{
|
|
2038
2474
|
"title": "Properties",
|
|
2039
2475
|
"children": [
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2476
|
+
138,
|
|
2477
|
+
137,
|
|
2478
|
+
139,
|
|
2479
|
+
140
|
|
2044
2480
|
]
|
|
2045
2481
|
}
|
|
2046
2482
|
],
|
|
@@ -2063,14 +2499,14 @@
|
|
|
2063
2499
|
{
|
|
2064
2500
|
"type": "reflection",
|
|
2065
2501
|
"declaration": {
|
|
2066
|
-
"id":
|
|
2502
|
+
"id": 141,
|
|
2067
2503
|
"name": "__type",
|
|
2068
2504
|
"kind": 65536,
|
|
2069
2505
|
"kindString": "Type literal",
|
|
2070
2506
|
"flags": {},
|
|
2071
2507
|
"children": [
|
|
2072
2508
|
{
|
|
2073
|
-
"id":
|
|
2509
|
+
"id": 143,
|
|
2074
2510
|
"name": "previousHash",
|
|
2075
2511
|
"kind": 1024,
|
|
2076
2512
|
"kindString": "Property",
|
|
@@ -2090,7 +2526,7 @@
|
|
|
2090
2526
|
}
|
|
2091
2527
|
},
|
|
2092
2528
|
{
|
|
2093
|
-
"id":
|
|
2529
|
+
"id": 142,
|
|
2094
2530
|
"name": "schema",
|
|
2095
2531
|
"kind": 1024,
|
|
2096
2532
|
"kindString": "Property",
|
|
@@ -2108,7 +2544,7 @@
|
|
|
2108
2544
|
}
|
|
2109
2545
|
},
|
|
2110
2546
|
{
|
|
2111
|
-
"id":
|
|
2547
|
+
"id": 144,
|
|
2112
2548
|
"name": "sources",
|
|
2113
2549
|
"kind": 1024,
|
|
2114
2550
|
"kindString": "Property",
|
|
@@ -2131,7 +2567,7 @@
|
|
|
2131
2567
|
}
|
|
2132
2568
|
},
|
|
2133
2569
|
{
|
|
2134
|
-
"id":
|
|
2570
|
+
"id": 145,
|
|
2135
2571
|
"name": "timestamp",
|
|
2136
2572
|
"kind": 1024,
|
|
2137
2573
|
"kindString": "Property",
|
|
@@ -2155,10 +2591,10 @@
|
|
|
2155
2591
|
{
|
|
2156
2592
|
"title": "Properties",
|
|
2157
2593
|
"children": [
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2594
|
+
143,
|
|
2595
|
+
142,
|
|
2596
|
+
144,
|
|
2597
|
+
145
|
|
2162
2598
|
]
|
|
2163
2599
|
}
|
|
2164
2600
|
],
|
|
@@ -2178,7 +2614,7 @@
|
|
|
2178
2614
|
],
|
|
2179
2615
|
"type": {
|
|
2180
2616
|
"type": "reference",
|
|
2181
|
-
"id":
|
|
2617
|
+
"id": 127,
|
|
2182
2618
|
"name": "XyoBridgeWrapper"
|
|
2183
2619
|
},
|
|
2184
2620
|
"inheritedFrom": {
|
|
@@ -2193,7 +2629,7 @@
|
|
|
2193
2629
|
}
|
|
2194
2630
|
},
|
|
2195
2631
|
{
|
|
2196
|
-
"id":
|
|
2632
|
+
"id": 152,
|
|
2197
2633
|
"name": "module",
|
|
2198
2634
|
"kind": 1024,
|
|
2199
2635
|
"kindString": "Property",
|
|
@@ -2211,14 +2647,14 @@
|
|
|
2211
2647
|
{
|
|
2212
2648
|
"type": "reflection",
|
|
2213
2649
|
"declaration": {
|
|
2214
|
-
"id":
|
|
2650
|
+
"id": 153,
|
|
2215
2651
|
"name": "__type",
|
|
2216
2652
|
"kind": 65536,
|
|
2217
2653
|
"kindString": "Type literal",
|
|
2218
2654
|
"flags": {},
|
|
2219
2655
|
"children": [
|
|
2220
2656
|
{
|
|
2221
|
-
"id":
|
|
2657
|
+
"id": 155,
|
|
2222
2658
|
"name": "previousHash",
|
|
2223
2659
|
"kind": 1024,
|
|
2224
2660
|
"kindString": "Property",
|
|
@@ -2238,7 +2674,7 @@
|
|
|
2238
2674
|
}
|
|
2239
2675
|
},
|
|
2240
2676
|
{
|
|
2241
|
-
"id":
|
|
2677
|
+
"id": 154,
|
|
2242
2678
|
"name": "schema",
|
|
2243
2679
|
"kind": 1024,
|
|
2244
2680
|
"kindString": "Property",
|
|
@@ -2256,7 +2692,7 @@
|
|
|
2256
2692
|
}
|
|
2257
2693
|
},
|
|
2258
2694
|
{
|
|
2259
|
-
"id":
|
|
2695
|
+
"id": 156,
|
|
2260
2696
|
"name": "sources",
|
|
2261
2697
|
"kind": 1024,
|
|
2262
2698
|
"kindString": "Property",
|
|
@@ -2279,7 +2715,7 @@
|
|
|
2279
2715
|
}
|
|
2280
2716
|
},
|
|
2281
2717
|
{
|
|
2282
|
-
"id":
|
|
2718
|
+
"id": 157,
|
|
2283
2719
|
"name": "timestamp",
|
|
2284
2720
|
"kind": 1024,
|
|
2285
2721
|
"kindString": "Property",
|
|
@@ -2303,10 +2739,10 @@
|
|
|
2303
2739
|
{
|
|
2304
2740
|
"title": "Properties",
|
|
2305
2741
|
"children": [
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2742
|
+
155,
|
|
2743
|
+
154,
|
|
2744
|
+
156,
|
|
2745
|
+
157
|
|
2310
2746
|
]
|
|
2311
2747
|
}
|
|
2312
2748
|
],
|
|
@@ -2325,14 +2761,14 @@
|
|
|
2325
2761
|
{
|
|
2326
2762
|
"type": "reflection",
|
|
2327
2763
|
"declaration": {
|
|
2328
|
-
"id":
|
|
2764
|
+
"id": 158,
|
|
2329
2765
|
"name": "__type",
|
|
2330
2766
|
"kind": 65536,
|
|
2331
2767
|
"kindString": "Type literal",
|
|
2332
2768
|
"flags": {},
|
|
2333
2769
|
"children": [
|
|
2334
2770
|
{
|
|
2335
|
-
"id":
|
|
2771
|
+
"id": 160,
|
|
2336
2772
|
"name": "previousHash",
|
|
2337
2773
|
"kind": 1024,
|
|
2338
2774
|
"kindString": "Property",
|
|
@@ -2352,7 +2788,7 @@
|
|
|
2352
2788
|
}
|
|
2353
2789
|
},
|
|
2354
2790
|
{
|
|
2355
|
-
"id":
|
|
2791
|
+
"id": 159,
|
|
2356
2792
|
"name": "schema",
|
|
2357
2793
|
"kind": 1024,
|
|
2358
2794
|
"kindString": "Property",
|
|
@@ -2370,7 +2806,7 @@
|
|
|
2370
2806
|
}
|
|
2371
2807
|
},
|
|
2372
2808
|
{
|
|
2373
|
-
"id":
|
|
2809
|
+
"id": 161,
|
|
2374
2810
|
"name": "sources",
|
|
2375
2811
|
"kind": 1024,
|
|
2376
2812
|
"kindString": "Property",
|
|
@@ -2393,7 +2829,7 @@
|
|
|
2393
2829
|
}
|
|
2394
2830
|
},
|
|
2395
2831
|
{
|
|
2396
|
-
"id":
|
|
2832
|
+
"id": 162,
|
|
2397
2833
|
"name": "timestamp",
|
|
2398
2834
|
"kind": 1024,
|
|
2399
2835
|
"kindString": "Property",
|
|
@@ -2417,10 +2853,10 @@
|
|
|
2417
2853
|
{
|
|
2418
2854
|
"title": "Properties",
|
|
2419
2855
|
"children": [
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2856
|
+
160,
|
|
2857
|
+
159,
|
|
2858
|
+
161,
|
|
2859
|
+
162
|
|
2424
2860
|
]
|
|
2425
2861
|
}
|
|
2426
2862
|
],
|
|
@@ -2443,14 +2879,14 @@
|
|
|
2443
2879
|
{
|
|
2444
2880
|
"type": "reflection",
|
|
2445
2881
|
"declaration": {
|
|
2446
|
-
"id":
|
|
2882
|
+
"id": 163,
|
|
2447
2883
|
"name": "__type",
|
|
2448
2884
|
"kind": 65536,
|
|
2449
2885
|
"kindString": "Type literal",
|
|
2450
2886
|
"flags": {},
|
|
2451
2887
|
"children": [
|
|
2452
2888
|
{
|
|
2453
|
-
"id":
|
|
2889
|
+
"id": 165,
|
|
2454
2890
|
"name": "previousHash",
|
|
2455
2891
|
"kind": 1024,
|
|
2456
2892
|
"kindString": "Property",
|
|
@@ -2470,7 +2906,7 @@
|
|
|
2470
2906
|
}
|
|
2471
2907
|
},
|
|
2472
2908
|
{
|
|
2473
|
-
"id":
|
|
2909
|
+
"id": 164,
|
|
2474
2910
|
"name": "schema",
|
|
2475
2911
|
"kind": 1024,
|
|
2476
2912
|
"kindString": "Property",
|
|
@@ -2488,7 +2924,7 @@
|
|
|
2488
2924
|
}
|
|
2489
2925
|
},
|
|
2490
2926
|
{
|
|
2491
|
-
"id":
|
|
2927
|
+
"id": 166,
|
|
2492
2928
|
"name": "sources",
|
|
2493
2929
|
"kind": 1024,
|
|
2494
2930
|
"kindString": "Property",
|
|
@@ -2511,7 +2947,7 @@
|
|
|
2511
2947
|
}
|
|
2512
2948
|
},
|
|
2513
2949
|
{
|
|
2514
|
-
"id":
|
|
2950
|
+
"id": 167,
|
|
2515
2951
|
"name": "timestamp",
|
|
2516
2952
|
"kind": 1024,
|
|
2517
2953
|
"kindString": "Property",
|
|
@@ -2535,10 +2971,10 @@
|
|
|
2535
2971
|
{
|
|
2536
2972
|
"title": "Properties",
|
|
2537
2973
|
"children": [
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2974
|
+
165,
|
|
2975
|
+
164,
|
|
2976
|
+
166,
|
|
2977
|
+
167
|
|
2542
2978
|
]
|
|
2543
2979
|
}
|
|
2544
2980
|
],
|
|
@@ -2560,7 +2996,7 @@
|
|
|
2560
2996
|
}
|
|
2561
2997
|
},
|
|
2562
2998
|
{
|
|
2563
|
-
"id":
|
|
2999
|
+
"id": 168,
|
|
2564
3000
|
"name": "address",
|
|
2565
3001
|
"kind": 262144,
|
|
2566
3002
|
"kindString": "Accessor",
|
|
@@ -2573,7 +3009,7 @@
|
|
|
2573
3009
|
}
|
|
2574
3010
|
],
|
|
2575
3011
|
"getSignature": {
|
|
2576
|
-
"id":
|
|
3012
|
+
"id": 169,
|
|
2577
3013
|
"name": "address",
|
|
2578
3014
|
"kind": 524288,
|
|
2579
3015
|
"kindString": "Get signature",
|
|
@@ -2593,7 +3029,7 @@
|
|
|
2593
3029
|
}
|
|
2594
3030
|
},
|
|
2595
3031
|
{
|
|
2596
|
-
"id":
|
|
3032
|
+
"id": 170,
|
|
2597
3033
|
"name": "queries",
|
|
2598
3034
|
"kind": 262144,
|
|
2599
3035
|
"kindString": "Accessor",
|
|
@@ -2606,7 +3042,7 @@
|
|
|
2606
3042
|
}
|
|
2607
3043
|
],
|
|
2608
3044
|
"getSignature": {
|
|
2609
|
-
"id":
|
|
3045
|
+
"id": 171,
|
|
2610
3046
|
"name": "queries",
|
|
2611
3047
|
"kind": 524288,
|
|
2612
3048
|
"kindString": "Get signature",
|
|
@@ -2614,7 +3050,7 @@
|
|
|
2614
3050
|
"type": {
|
|
2615
3051
|
"type": "reflection",
|
|
2616
3052
|
"declaration": {
|
|
2617
|
-
"id":
|
|
3053
|
+
"id": 172,
|
|
2618
3054
|
"name": "__type",
|
|
2619
3055
|
"kind": 65536,
|
|
2620
3056
|
"kindString": "Type literal",
|
|
@@ -2628,7 +3064,7 @@
|
|
|
2628
3064
|
],
|
|
2629
3065
|
"signatures": [
|
|
2630
3066
|
{
|
|
2631
|
-
"id":
|
|
3067
|
+
"id": 173,
|
|
2632
3068
|
"name": "__type",
|
|
2633
3069
|
"kind": 4096,
|
|
2634
3070
|
"kindString": "Call signature",
|
|
@@ -2655,7 +3091,7 @@
|
|
|
2655
3091
|
}
|
|
2656
3092
|
},
|
|
2657
3093
|
{
|
|
2658
|
-
"id":
|
|
3094
|
+
"id": 146,
|
|
2659
3095
|
"name": "connect",
|
|
2660
3096
|
"kind": 2048,
|
|
2661
3097
|
"kindString": "Method",
|
|
@@ -2665,19 +3101,19 @@
|
|
|
2665
3101
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
2666
3102
|
"line": 7,
|
|
2667
3103
|
"character": 8,
|
|
2668
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3104
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L7"
|
|
2669
3105
|
}
|
|
2670
3106
|
],
|
|
2671
3107
|
"signatures": [
|
|
2672
3108
|
{
|
|
2673
|
-
"id":
|
|
3109
|
+
"id": 147,
|
|
2674
3110
|
"name": "connect",
|
|
2675
3111
|
"kind": 4096,
|
|
2676
3112
|
"kindString": "Call signature",
|
|
2677
3113
|
"flags": {},
|
|
2678
3114
|
"parameters": [
|
|
2679
3115
|
{
|
|
2680
|
-
"id":
|
|
3116
|
+
"id": 148,
|
|
2681
3117
|
"name": "uri",
|
|
2682
3118
|
"kind": 32768,
|
|
2683
3119
|
"kindString": "Parameter",
|
|
@@ -2714,7 +3150,7 @@
|
|
|
2714
3150
|
}
|
|
2715
3151
|
},
|
|
2716
3152
|
{
|
|
2717
|
-
"id":
|
|
3153
|
+
"id": 149,
|
|
2718
3154
|
"name": "disconnect",
|
|
2719
3155
|
"kind": 2048,
|
|
2720
3156
|
"kindString": "Method",
|
|
@@ -2724,19 +3160,19 @@
|
|
|
2724
3160
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
2725
3161
|
"line": 13,
|
|
2726
3162
|
"character": 8,
|
|
2727
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3163
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L13"
|
|
2728
3164
|
}
|
|
2729
3165
|
],
|
|
2730
3166
|
"signatures": [
|
|
2731
3167
|
{
|
|
2732
|
-
"id":
|
|
3168
|
+
"id": 150,
|
|
2733
3169
|
"name": "disconnect",
|
|
2734
3170
|
"kind": 4096,
|
|
2735
3171
|
"kindString": "Call signature",
|
|
2736
3172
|
"flags": {},
|
|
2737
3173
|
"parameters": [
|
|
2738
3174
|
{
|
|
2739
|
-
"id":
|
|
3175
|
+
"id": 151,
|
|
2740
3176
|
"name": "uri",
|
|
2741
3177
|
"kind": 32768,
|
|
2742
3178
|
"kindString": "Parameter",
|
|
@@ -2773,7 +3209,7 @@
|
|
|
2773
3209
|
}
|
|
2774
3210
|
},
|
|
2775
3211
|
{
|
|
2776
|
-
"id":
|
|
3212
|
+
"id": 177,
|
|
2777
3213
|
"name": "query",
|
|
2778
3214
|
"kind": 2048,
|
|
2779
3215
|
"kindString": "Method",
|
|
@@ -2787,14 +3223,14 @@
|
|
|
2787
3223
|
],
|
|
2788
3224
|
"signatures": [
|
|
2789
3225
|
{
|
|
2790
|
-
"id":
|
|
3226
|
+
"id": 178,
|
|
2791
3227
|
"name": "query",
|
|
2792
3228
|
"kind": 4096,
|
|
2793
3229
|
"kindString": "Call signature",
|
|
2794
3230
|
"flags": {},
|
|
2795
3231
|
"parameters": [
|
|
2796
3232
|
{
|
|
2797
|
-
"id":
|
|
3233
|
+
"id": 179,
|
|
2798
3234
|
"name": "query",
|
|
2799
3235
|
"kind": 32768,
|
|
2800
3236
|
"kindString": "Parameter",
|
|
@@ -2805,14 +3241,14 @@
|
|
|
2805
3241
|
{
|
|
2806
3242
|
"type": "reflection",
|
|
2807
3243
|
"declaration": {
|
|
2808
|
-
"id":
|
|
3244
|
+
"id": 180,
|
|
2809
3245
|
"name": "__type",
|
|
2810
3246
|
"kind": 65536,
|
|
2811
3247
|
"kindString": "Type literal",
|
|
2812
3248
|
"flags": {},
|
|
2813
3249
|
"children": [
|
|
2814
3250
|
{
|
|
2815
|
-
"id":
|
|
3251
|
+
"id": 182,
|
|
2816
3252
|
"name": "previousHash",
|
|
2817
3253
|
"kind": 1024,
|
|
2818
3254
|
"kindString": "Property",
|
|
@@ -2832,7 +3268,7 @@
|
|
|
2832
3268
|
}
|
|
2833
3269
|
},
|
|
2834
3270
|
{
|
|
2835
|
-
"id":
|
|
3271
|
+
"id": 181,
|
|
2836
3272
|
"name": "schema",
|
|
2837
3273
|
"kind": 1024,
|
|
2838
3274
|
"kindString": "Property",
|
|
@@ -2850,7 +3286,7 @@
|
|
|
2850
3286
|
}
|
|
2851
3287
|
},
|
|
2852
3288
|
{
|
|
2853
|
-
"id":
|
|
3289
|
+
"id": 183,
|
|
2854
3290
|
"name": "sources",
|
|
2855
3291
|
"kind": 1024,
|
|
2856
3292
|
"kindString": "Property",
|
|
@@ -2873,7 +3309,7 @@
|
|
|
2873
3309
|
}
|
|
2874
3310
|
},
|
|
2875
3311
|
{
|
|
2876
|
-
"id":
|
|
3312
|
+
"id": 184,
|
|
2877
3313
|
"name": "timestamp",
|
|
2878
3314
|
"kind": 1024,
|
|
2879
3315
|
"kindString": "Property",
|
|
@@ -2897,10 +3333,10 @@
|
|
|
2897
3333
|
{
|
|
2898
3334
|
"title": "Properties",
|
|
2899
3335
|
"children": [
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
3336
|
+
182,
|
|
3337
|
+
181,
|
|
3338
|
+
183,
|
|
3339
|
+
184
|
|
2904
3340
|
]
|
|
2905
3341
|
}
|
|
2906
3342
|
],
|
|
@@ -2931,14 +3367,14 @@
|
|
|
2931
3367
|
{
|
|
2932
3368
|
"type": "reflection",
|
|
2933
3369
|
"declaration": {
|
|
2934
|
-
"id":
|
|
3370
|
+
"id": 185,
|
|
2935
3371
|
"name": "__type",
|
|
2936
3372
|
"kind": 65536,
|
|
2937
3373
|
"kindString": "Type literal",
|
|
2938
3374
|
"flags": {},
|
|
2939
3375
|
"children": [
|
|
2940
3376
|
{
|
|
2941
|
-
"id":
|
|
3377
|
+
"id": 187,
|
|
2942
3378
|
"name": "previousHash",
|
|
2943
3379
|
"kind": 1024,
|
|
2944
3380
|
"kindString": "Property",
|
|
@@ -2958,7 +3394,7 @@
|
|
|
2958
3394
|
}
|
|
2959
3395
|
},
|
|
2960
3396
|
{
|
|
2961
|
-
"id":
|
|
3397
|
+
"id": 186,
|
|
2962
3398
|
"name": "schema",
|
|
2963
3399
|
"kind": 1024,
|
|
2964
3400
|
"kindString": "Property",
|
|
@@ -2976,7 +3412,7 @@
|
|
|
2976
3412
|
}
|
|
2977
3413
|
},
|
|
2978
3414
|
{
|
|
2979
|
-
"id":
|
|
3415
|
+
"id": 188,
|
|
2980
3416
|
"name": "sources",
|
|
2981
3417
|
"kind": 1024,
|
|
2982
3418
|
"kindString": "Property",
|
|
@@ -2999,7 +3435,7 @@
|
|
|
2999
3435
|
}
|
|
3000
3436
|
},
|
|
3001
3437
|
{
|
|
3002
|
-
"id":
|
|
3438
|
+
"id": 189,
|
|
3003
3439
|
"name": "timestamp",
|
|
3004
3440
|
"kind": 1024,
|
|
3005
3441
|
"kindString": "Property",
|
|
@@ -3023,10 +3459,10 @@
|
|
|
3023
3459
|
{
|
|
3024
3460
|
"title": "Properties",
|
|
3025
3461
|
"children": [
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3462
|
+
187,
|
|
3463
|
+
186,
|
|
3464
|
+
188,
|
|
3465
|
+
189
|
|
3030
3466
|
]
|
|
3031
3467
|
}
|
|
3032
3468
|
],
|
|
@@ -3041,6 +3477,10 @@
|
|
|
3041
3477
|
}
|
|
3042
3478
|
],
|
|
3043
3479
|
"name": "XyoModuleQueryResult"
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"type": "intrinsic",
|
|
3483
|
+
"name": "never"
|
|
3044
3484
|
}
|
|
3045
3485
|
],
|
|
3046
3486
|
"name": "Promisable"
|
|
@@ -3057,7 +3497,7 @@
|
|
|
3057
3497
|
}
|
|
3058
3498
|
},
|
|
3059
3499
|
{
|
|
3060
|
-
"id":
|
|
3500
|
+
"id": 174,
|
|
3061
3501
|
"name": "queryable",
|
|
3062
3502
|
"kind": 2048,
|
|
3063
3503
|
"kindString": "Method",
|
|
@@ -3071,14 +3511,14 @@
|
|
|
3071
3511
|
],
|
|
3072
3512
|
"signatures": [
|
|
3073
3513
|
{
|
|
3074
|
-
"id":
|
|
3514
|
+
"id": 175,
|
|
3075
3515
|
"name": "queryable",
|
|
3076
3516
|
"kind": 4096,
|
|
3077
3517
|
"kindString": "Call signature",
|
|
3078
3518
|
"flags": {},
|
|
3079
3519
|
"parameters": [
|
|
3080
3520
|
{
|
|
3081
|
-
"id":
|
|
3521
|
+
"id": 176,
|
|
3082
3522
|
"name": "schema",
|
|
3083
3523
|
"kind": 32768,
|
|
3084
3524
|
"kindString": "Parameter",
|
|
@@ -3109,29 +3549,29 @@
|
|
|
3109
3549
|
{
|
|
3110
3550
|
"title": "Constructors",
|
|
3111
3551
|
"children": [
|
|
3112
|
-
|
|
3552
|
+
128
|
|
3113
3553
|
]
|
|
3114
3554
|
},
|
|
3115
3555
|
{
|
|
3116
3556
|
"title": "Properties",
|
|
3117
3557
|
"children": [
|
|
3118
|
-
|
|
3558
|
+
152
|
|
3119
3559
|
]
|
|
3120
3560
|
},
|
|
3121
3561
|
{
|
|
3122
3562
|
"title": "Accessors",
|
|
3123
3563
|
"children": [
|
|
3124
|
-
|
|
3125
|
-
|
|
3564
|
+
168,
|
|
3565
|
+
170
|
|
3126
3566
|
]
|
|
3127
3567
|
},
|
|
3128
3568
|
{
|
|
3129
3569
|
"title": "Methods",
|
|
3130
3570
|
"children": [
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3571
|
+
146,
|
|
3572
|
+
149,
|
|
3573
|
+
177,
|
|
3574
|
+
174
|
|
3135
3575
|
]
|
|
3136
3576
|
}
|
|
3137
3577
|
],
|
|
@@ -3140,7 +3580,7 @@
|
|
|
3140
3580
|
"fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
|
|
3141
3581
|
"line": 6,
|
|
3142
3582
|
"character": 13,
|
|
3143
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3583
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L6"
|
|
3144
3584
|
}
|
|
3145
3585
|
],
|
|
3146
3586
|
"extendedTypes": [
|
|
@@ -3157,14 +3597,14 @@
|
|
|
3157
3597
|
]
|
|
3158
3598
|
},
|
|
3159
3599
|
{
|
|
3160
|
-
"id":
|
|
3600
|
+
"id": 197,
|
|
3161
3601
|
"name": "XyoHttpBridge",
|
|
3162
3602
|
"kind": 128,
|
|
3163
3603
|
"kindString": "Class",
|
|
3164
3604
|
"flags": {},
|
|
3165
3605
|
"children": [
|
|
3166
3606
|
{
|
|
3167
|
-
"id":
|
|
3607
|
+
"id": 198,
|
|
3168
3608
|
"name": "constructor",
|
|
3169
3609
|
"kind": 512,
|
|
3170
3610
|
"kindString": "Constructor",
|
|
@@ -3172,21 +3612,21 @@
|
|
|
3172
3612
|
"sources": [
|
|
3173
3613
|
{
|
|
3174
3614
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3175
|
-
"line":
|
|
3615
|
+
"line": 30,
|
|
3176
3616
|
"character": 2,
|
|
3177
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3617
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L30"
|
|
3178
3618
|
}
|
|
3179
3619
|
],
|
|
3180
3620
|
"signatures": [
|
|
3181
3621
|
{
|
|
3182
|
-
"id":
|
|
3622
|
+
"id": 199,
|
|
3183
3623
|
"name": "new XyoHttpBridge",
|
|
3184
3624
|
"kind": 16384,
|
|
3185
3625
|
"kindString": "Constructor signature",
|
|
3186
3626
|
"flags": {},
|
|
3187
3627
|
"typeParameter": [
|
|
3188
3628
|
{
|
|
3189
|
-
"id":
|
|
3629
|
+
"id": 200,
|
|
3190
3630
|
"name": "TQuery",
|
|
3191
3631
|
"kind": 131072,
|
|
3192
3632
|
"kindString": "Type parameter",
|
|
@@ -3205,7 +3645,7 @@
|
|
|
3205
3645
|
],
|
|
3206
3646
|
"parameters": [
|
|
3207
3647
|
{
|
|
3208
|
-
"id":
|
|
3648
|
+
"id": 201,
|
|
3209
3649
|
"name": "config",
|
|
3210
3650
|
"kind": 32768,
|
|
3211
3651
|
"kindString": "Parameter",
|
|
@@ -3216,7 +3656,7 @@
|
|
|
3216
3656
|
"typeArguments": [
|
|
3217
3657
|
{
|
|
3218
3658
|
"type": "reference",
|
|
3219
|
-
"id":
|
|
3659
|
+
"id": 192,
|
|
3220
3660
|
"name": "XyoHttpBridgeConfig"
|
|
3221
3661
|
}
|
|
3222
3662
|
],
|
|
@@ -3226,11 +3666,11 @@
|
|
|
3226
3666
|
],
|
|
3227
3667
|
"type": {
|
|
3228
3668
|
"type": "reference",
|
|
3229
|
-
"id":
|
|
3669
|
+
"id": 197,
|
|
3230
3670
|
"typeArguments": [
|
|
3231
3671
|
{
|
|
3232
3672
|
"type": "reference",
|
|
3233
|
-
"id":
|
|
3673
|
+
"id": 200,
|
|
3234
3674
|
"name": "TQuery"
|
|
3235
3675
|
}
|
|
3236
3676
|
],
|
|
@@ -3248,7 +3688,7 @@
|
|
|
3248
3688
|
}
|
|
3249
3689
|
},
|
|
3250
3690
|
{
|
|
3251
|
-
"id":
|
|
3691
|
+
"id": 230,
|
|
3252
3692
|
"name": "account",
|
|
3253
3693
|
"kind": 1024,
|
|
3254
3694
|
"kindString": "Property",
|
|
@@ -3272,7 +3712,7 @@
|
|
|
3272
3712
|
}
|
|
3273
3713
|
},
|
|
3274
3714
|
{
|
|
3275
|
-
"id":
|
|
3715
|
+
"id": 202,
|
|
3276
3716
|
"name": "axios",
|
|
3277
3717
|
"kind": 1024,
|
|
3278
3718
|
"kindString": "Property",
|
|
@@ -3282,9 +3722,9 @@
|
|
|
3282
3722
|
"sources": [
|
|
3283
3723
|
{
|
|
3284
3724
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3285
|
-
"line":
|
|
3725
|
+
"line": 28,
|
|
3286
3726
|
"character": 10,
|
|
3287
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3727
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L28"
|
|
3288
3728
|
}
|
|
3289
3729
|
],
|
|
3290
3730
|
"type": {
|
|
@@ -3293,7 +3733,7 @@
|
|
|
3293
3733
|
}
|
|
3294
3734
|
},
|
|
3295
3735
|
{
|
|
3296
|
-
"id":
|
|
3736
|
+
"id": 229,
|
|
3297
3737
|
"name": "config",
|
|
3298
3738
|
"kind": 1024,
|
|
3299
3739
|
"kindString": "Property",
|
|
@@ -3310,7 +3750,7 @@
|
|
|
3310
3750
|
],
|
|
3311
3751
|
"type": {
|
|
3312
3752
|
"type": "reference",
|
|
3313
|
-
"id":
|
|
3753
|
+
"id": 192,
|
|
3314
3754
|
"name": "XyoHttpBridgeConfig"
|
|
3315
3755
|
},
|
|
3316
3756
|
"inheritedFrom": {
|
|
@@ -3319,7 +3759,7 @@
|
|
|
3319
3759
|
}
|
|
3320
3760
|
},
|
|
3321
3761
|
{
|
|
3322
|
-
"id":
|
|
3762
|
+
"id": 231,
|
|
3323
3763
|
"name": "resolver",
|
|
3324
3764
|
"kind": 1024,
|
|
3325
3765
|
"kindString": "Property",
|
|
@@ -3344,7 +3784,7 @@
|
|
|
3344
3784
|
}
|
|
3345
3785
|
},
|
|
3346
3786
|
{
|
|
3347
|
-
"id":
|
|
3787
|
+
"id": 232,
|
|
3348
3788
|
"name": "address",
|
|
3349
3789
|
"kind": 262144,
|
|
3350
3790
|
"kindString": "Accessor",
|
|
@@ -3357,7 +3797,7 @@
|
|
|
3357
3797
|
}
|
|
3358
3798
|
],
|
|
3359
3799
|
"getSignature": {
|
|
3360
|
-
"id":
|
|
3800
|
+
"id": 233,
|
|
3361
3801
|
"name": "address",
|
|
3362
3802
|
"kind": 524288,
|
|
3363
3803
|
"kindString": "Get signature",
|
|
@@ -3385,7 +3825,7 @@
|
|
|
3385
3825
|
}
|
|
3386
3826
|
},
|
|
3387
3827
|
{
|
|
3388
|
-
"id":
|
|
3828
|
+
"id": 203,
|
|
3389
3829
|
"name": "nodeUri",
|
|
3390
3830
|
"kind": 262144,
|
|
3391
3831
|
"kindString": "Accessor",
|
|
@@ -3395,13 +3835,13 @@
|
|
|
3395
3835
|
"sources": [
|
|
3396
3836
|
{
|
|
3397
3837
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3398
|
-
"line":
|
|
3838
|
+
"line": 35,
|
|
3399
3839
|
"character": 13,
|
|
3400
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3840
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L35"
|
|
3401
3841
|
}
|
|
3402
3842
|
],
|
|
3403
3843
|
"getSignature": {
|
|
3404
|
-
"id":
|
|
3844
|
+
"id": 204,
|
|
3405
3845
|
"name": "nodeUri",
|
|
3406
3846
|
"kind": 524288,
|
|
3407
3847
|
"kindString": "Get signature",
|
|
@@ -3413,7 +3853,7 @@
|
|
|
3413
3853
|
}
|
|
3414
3854
|
},
|
|
3415
3855
|
{
|
|
3416
|
-
"id":
|
|
3856
|
+
"id": 205,
|
|
3417
3857
|
"name": "targetAddress",
|
|
3418
3858
|
"kind": 262144,
|
|
3419
3859
|
"kindString": "Accessor",
|
|
@@ -3423,13 +3863,13 @@
|
|
|
3423
3863
|
"sources": [
|
|
3424
3864
|
{
|
|
3425
3865
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3426
|
-
"line":
|
|
3866
|
+
"line": 39,
|
|
3427
3867
|
"character": 13,
|
|
3428
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3868
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L39"
|
|
3429
3869
|
}
|
|
3430
3870
|
],
|
|
3431
3871
|
"getSignature": {
|
|
3432
|
-
"id":
|
|
3872
|
+
"id": 206,
|
|
3433
3873
|
"name": "targetAddress",
|
|
3434
3874
|
"kind": 524288,
|
|
3435
3875
|
"kindString": "Get signature",
|
|
@@ -3450,7 +3890,7 @@
|
|
|
3450
3890
|
}
|
|
3451
3891
|
},
|
|
3452
3892
|
{
|
|
3453
|
-
"id":
|
|
3893
|
+
"id": 207,
|
|
3454
3894
|
"name": "targetAddressString",
|
|
3455
3895
|
"kind": 262144,
|
|
3456
3896
|
"kindString": "Accessor",
|
|
@@ -3460,13 +3900,13 @@
|
|
|
3460
3900
|
"sources": [
|
|
3461
3901
|
{
|
|
3462
3902
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3463
|
-
"line":
|
|
3903
|
+
"line": 43,
|
|
3464
3904
|
"character": 13,
|
|
3465
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3905
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L43"
|
|
3466
3906
|
}
|
|
3467
3907
|
],
|
|
3468
3908
|
"getSignature": {
|
|
3469
|
-
"id":
|
|
3909
|
+
"id": 208,
|
|
3470
3910
|
"name": "targetAddressString",
|
|
3471
3911
|
"kind": 524288,
|
|
3472
3912
|
"kindString": "Get signature",
|
|
@@ -3478,7 +3918,7 @@
|
|
|
3478
3918
|
}
|
|
3479
3919
|
},
|
|
3480
3920
|
{
|
|
3481
|
-
"id":
|
|
3921
|
+
"id": 260,
|
|
3482
3922
|
"name": "bindHashes",
|
|
3483
3923
|
"kind": 2048,
|
|
3484
3924
|
"kindString": "Method",
|
|
@@ -3486,20 +3926,20 @@
|
|
|
3486
3926
|
"sources": [
|
|
3487
3927
|
{
|
|
3488
3928
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3489
|
-
"line":
|
|
3929
|
+
"line": 22,
|
|
3490
3930
|
"character": 4
|
|
3491
3931
|
}
|
|
3492
3932
|
],
|
|
3493
3933
|
"signatures": [
|
|
3494
3934
|
{
|
|
3495
|
-
"id":
|
|
3935
|
+
"id": 261,
|
|
3496
3936
|
"name": "bindHashes",
|
|
3497
3937
|
"kind": 4096,
|
|
3498
3938
|
"kindString": "Call signature",
|
|
3499
3939
|
"flags": {},
|
|
3500
3940
|
"parameters": [
|
|
3501
3941
|
{
|
|
3502
|
-
"id":
|
|
3942
|
+
"id": 262,
|
|
3503
3943
|
"name": "hashes",
|
|
3504
3944
|
"kind": 32768,
|
|
3505
3945
|
"kindString": "Parameter",
|
|
@@ -3513,17 +3953,396 @@
|
|
|
3513
3953
|
}
|
|
3514
3954
|
},
|
|
3515
3955
|
{
|
|
3516
|
-
"id":
|
|
3517
|
-
"name": "schema",
|
|
3956
|
+
"id": 263,
|
|
3957
|
+
"name": "schema",
|
|
3958
|
+
"kind": 32768,
|
|
3959
|
+
"kindString": "Parameter",
|
|
3960
|
+
"flags": {},
|
|
3961
|
+
"type": {
|
|
3962
|
+
"type": "array",
|
|
3963
|
+
"elementType": {
|
|
3964
|
+
"type": "intrinsic",
|
|
3965
|
+
"name": "string"
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"id": 264,
|
|
3971
|
+
"name": "queryAccount",
|
|
3972
|
+
"kind": 32768,
|
|
3973
|
+
"kindString": "Parameter",
|
|
3974
|
+
"flags": {},
|
|
3975
|
+
"type": {
|
|
3976
|
+
"type": "reference",
|
|
3977
|
+
"name": "XyoAccount"
|
|
3978
|
+
}
|
|
3979
|
+
}
|
|
3980
|
+
],
|
|
3981
|
+
"type": {
|
|
3982
|
+
"type": "reference",
|
|
3983
|
+
"typeArguments": [
|
|
3984
|
+
{
|
|
3985
|
+
"type": "intrinsic",
|
|
3986
|
+
"name": "unknown"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"type": "reference",
|
|
3990
|
+
"name": "XyoAccount"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"name": "PromiseEx"
|
|
3994
|
+
},
|
|
3995
|
+
"inheritedFrom": {
|
|
3996
|
+
"type": "reference",
|
|
3997
|
+
"name": "XyoModule.bindHashes"
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"inheritedFrom": {
|
|
4002
|
+
"type": "reference",
|
|
4003
|
+
"name": "XyoModule.bindHashes"
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"id": 251,
|
|
4008
|
+
"name": "bindHashesInternal",
|
|
4009
|
+
"kind": 2048,
|
|
4010
|
+
"kindString": "Method",
|
|
4011
|
+
"flags": {},
|
|
4012
|
+
"sources": [
|
|
4013
|
+
{
|
|
4014
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4015
|
+
"line": 21,
|
|
4016
|
+
"character": 4
|
|
4017
|
+
}
|
|
4018
|
+
],
|
|
4019
|
+
"signatures": [
|
|
4020
|
+
{
|
|
4021
|
+
"id": 252,
|
|
4022
|
+
"name": "bindHashesInternal",
|
|
4023
|
+
"kind": 4096,
|
|
4024
|
+
"kindString": "Call signature",
|
|
4025
|
+
"flags": {},
|
|
4026
|
+
"parameters": [
|
|
4027
|
+
{
|
|
4028
|
+
"id": 253,
|
|
4029
|
+
"name": "hashes",
|
|
4030
|
+
"kind": 32768,
|
|
4031
|
+
"kindString": "Parameter",
|
|
4032
|
+
"flags": {},
|
|
4033
|
+
"type": {
|
|
4034
|
+
"type": "array",
|
|
4035
|
+
"elementType": {
|
|
4036
|
+
"type": "intrinsic",
|
|
4037
|
+
"name": "string"
|
|
4038
|
+
}
|
|
4039
|
+
}
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"id": 254,
|
|
4043
|
+
"name": "schema",
|
|
4044
|
+
"kind": 32768,
|
|
4045
|
+
"kindString": "Parameter",
|
|
4046
|
+
"flags": {},
|
|
4047
|
+
"type": {
|
|
4048
|
+
"type": "array",
|
|
4049
|
+
"elementType": {
|
|
4050
|
+
"type": "intrinsic",
|
|
4051
|
+
"name": "string"
|
|
4052
|
+
}
|
|
4053
|
+
}
|
|
4054
|
+
}
|
|
4055
|
+
],
|
|
4056
|
+
"type": {
|
|
4057
|
+
"type": "reference",
|
|
4058
|
+
"typeArguments": [
|
|
4059
|
+
{
|
|
4060
|
+
"type": "reflection",
|
|
4061
|
+
"declaration": {
|
|
4062
|
+
"id": 255,
|
|
4063
|
+
"name": "__type",
|
|
4064
|
+
"kind": 65536,
|
|
4065
|
+
"kindString": "Type literal",
|
|
4066
|
+
"flags": {},
|
|
4067
|
+
"children": [
|
|
4068
|
+
{
|
|
4069
|
+
"id": 257,
|
|
4070
|
+
"name": "previousHash",
|
|
4071
|
+
"kind": 1024,
|
|
4072
|
+
"kindString": "Property",
|
|
4073
|
+
"flags": {
|
|
4074
|
+
"isOptional": true
|
|
4075
|
+
},
|
|
4076
|
+
"sources": [
|
|
4077
|
+
{
|
|
4078
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4079
|
+
"line": 9,
|
|
4080
|
+
"character": 4
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"type": {
|
|
4084
|
+
"type": "intrinsic",
|
|
4085
|
+
"name": "string"
|
|
4086
|
+
}
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"id": 256,
|
|
4090
|
+
"name": "schema",
|
|
4091
|
+
"kind": 1024,
|
|
4092
|
+
"kindString": "Property",
|
|
4093
|
+
"flags": {},
|
|
4094
|
+
"sources": [
|
|
4095
|
+
{
|
|
4096
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4097
|
+
"line": 8,
|
|
4098
|
+
"character": 4
|
|
4099
|
+
}
|
|
4100
|
+
],
|
|
4101
|
+
"type": {
|
|
4102
|
+
"type": "intrinsic",
|
|
4103
|
+
"name": "string"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"id": 258,
|
|
4108
|
+
"name": "sources",
|
|
4109
|
+
"kind": 1024,
|
|
4110
|
+
"kindString": "Property",
|
|
4111
|
+
"flags": {
|
|
4112
|
+
"isOptional": true
|
|
4113
|
+
},
|
|
4114
|
+
"sources": [
|
|
4115
|
+
{
|
|
4116
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4117
|
+
"line": 10,
|
|
4118
|
+
"character": 4
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"type": {
|
|
4122
|
+
"type": "array",
|
|
4123
|
+
"elementType": {
|
|
4124
|
+
"type": "intrinsic",
|
|
4125
|
+
"name": "string"
|
|
4126
|
+
}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"id": 259,
|
|
4131
|
+
"name": "timestamp",
|
|
4132
|
+
"kind": 1024,
|
|
4133
|
+
"kindString": "Property",
|
|
4134
|
+
"flags": {
|
|
4135
|
+
"isOptional": true
|
|
4136
|
+
},
|
|
4137
|
+
"sources": [
|
|
4138
|
+
{
|
|
4139
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4140
|
+
"line": 11,
|
|
4141
|
+
"character": 4
|
|
4142
|
+
}
|
|
4143
|
+
],
|
|
4144
|
+
"type": {
|
|
4145
|
+
"type": "intrinsic",
|
|
4146
|
+
"name": "number"
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
],
|
|
4150
|
+
"groups": [
|
|
4151
|
+
{
|
|
4152
|
+
"title": "Properties",
|
|
4153
|
+
"children": [
|
|
4154
|
+
257,
|
|
4155
|
+
256,
|
|
4156
|
+
258,
|
|
4157
|
+
259
|
|
4158
|
+
]
|
|
4159
|
+
}
|
|
4160
|
+
],
|
|
4161
|
+
"sources": [
|
|
4162
|
+
{
|
|
4163
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4164
|
+
"line": 7,
|
|
4165
|
+
"character": 107
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
],
|
|
4171
|
+
"name": "XyoModuleQueryResult"
|
|
4172
|
+
},
|
|
4173
|
+
"inheritedFrom": {
|
|
4174
|
+
"type": "reference",
|
|
4175
|
+
"name": "XyoModule.bindHashesInternal"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
],
|
|
4179
|
+
"inheritedFrom": {
|
|
4180
|
+
"type": "reference",
|
|
4181
|
+
"name": "XyoModule.bindHashesInternal"
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"id": 278,
|
|
4186
|
+
"name": "bindPayloads",
|
|
4187
|
+
"kind": 2048,
|
|
4188
|
+
"kindString": "Method",
|
|
4189
|
+
"flags": {},
|
|
4190
|
+
"sources": [
|
|
4191
|
+
{
|
|
4192
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
4193
|
+
"line": 24,
|
|
4194
|
+
"character": 4
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"signatures": [
|
|
4198
|
+
{
|
|
4199
|
+
"id": 279,
|
|
4200
|
+
"name": "bindPayloads",
|
|
4201
|
+
"kind": 4096,
|
|
4202
|
+
"kindString": "Call signature",
|
|
4203
|
+
"flags": {},
|
|
4204
|
+
"parameters": [
|
|
4205
|
+
{
|
|
4206
|
+
"id": 280,
|
|
4207
|
+
"name": "payloads",
|
|
4208
|
+
"kind": 32768,
|
|
4209
|
+
"kindString": "Parameter",
|
|
4210
|
+
"flags": {},
|
|
4211
|
+
"type": {
|
|
4212
|
+
"type": "array",
|
|
4213
|
+
"elementType": {
|
|
4214
|
+
"type": "union",
|
|
4215
|
+
"types": [
|
|
4216
|
+
{
|
|
4217
|
+
"type": "literal",
|
|
4218
|
+
"value": null
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"type": "reflection",
|
|
4222
|
+
"declaration": {
|
|
4223
|
+
"id": 281,
|
|
4224
|
+
"name": "__type",
|
|
4225
|
+
"kind": 65536,
|
|
4226
|
+
"kindString": "Type literal",
|
|
4227
|
+
"flags": {},
|
|
4228
|
+
"children": [
|
|
4229
|
+
{
|
|
4230
|
+
"id": 283,
|
|
4231
|
+
"name": "previousHash",
|
|
4232
|
+
"kind": 1024,
|
|
4233
|
+
"kindString": "Property",
|
|
4234
|
+
"flags": {
|
|
4235
|
+
"isOptional": true
|
|
4236
|
+
},
|
|
4237
|
+
"sources": [
|
|
4238
|
+
{
|
|
4239
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4240
|
+
"line": 9,
|
|
4241
|
+
"character": 4
|
|
4242
|
+
}
|
|
4243
|
+
],
|
|
4244
|
+
"type": {
|
|
4245
|
+
"type": "intrinsic",
|
|
4246
|
+
"name": "string"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"id": 282,
|
|
4251
|
+
"name": "schema",
|
|
4252
|
+
"kind": 1024,
|
|
4253
|
+
"kindString": "Property",
|
|
4254
|
+
"flags": {},
|
|
4255
|
+
"sources": [
|
|
4256
|
+
{
|
|
4257
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4258
|
+
"line": 8,
|
|
4259
|
+
"character": 4
|
|
4260
|
+
}
|
|
4261
|
+
],
|
|
4262
|
+
"type": {
|
|
4263
|
+
"type": "intrinsic",
|
|
4264
|
+
"name": "string"
|
|
4265
|
+
}
|
|
4266
|
+
},
|
|
4267
|
+
{
|
|
4268
|
+
"id": 284,
|
|
4269
|
+
"name": "sources",
|
|
4270
|
+
"kind": 1024,
|
|
4271
|
+
"kindString": "Property",
|
|
4272
|
+
"flags": {
|
|
4273
|
+
"isOptional": true
|
|
4274
|
+
},
|
|
4275
|
+
"sources": [
|
|
4276
|
+
{
|
|
4277
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4278
|
+
"line": 10,
|
|
4279
|
+
"character": 4
|
|
4280
|
+
}
|
|
4281
|
+
],
|
|
4282
|
+
"type": {
|
|
4283
|
+
"type": "array",
|
|
4284
|
+
"elementType": {
|
|
4285
|
+
"type": "intrinsic",
|
|
4286
|
+
"name": "string"
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"id": 285,
|
|
4292
|
+
"name": "timestamp",
|
|
4293
|
+
"kind": 1024,
|
|
4294
|
+
"kindString": "Property",
|
|
4295
|
+
"flags": {
|
|
4296
|
+
"isOptional": true
|
|
4297
|
+
},
|
|
4298
|
+
"sources": [
|
|
4299
|
+
{
|
|
4300
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4301
|
+
"line": 11,
|
|
4302
|
+
"character": 4
|
|
4303
|
+
}
|
|
4304
|
+
],
|
|
4305
|
+
"type": {
|
|
4306
|
+
"type": "intrinsic",
|
|
4307
|
+
"name": "number"
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4310
|
+
],
|
|
4311
|
+
"groups": [
|
|
4312
|
+
{
|
|
4313
|
+
"title": "Properties",
|
|
4314
|
+
"children": [
|
|
4315
|
+
283,
|
|
4316
|
+
282,
|
|
4317
|
+
284,
|
|
4318
|
+
285
|
|
4319
|
+
]
|
|
4320
|
+
}
|
|
4321
|
+
],
|
|
4322
|
+
"sources": [
|
|
4323
|
+
{
|
|
4324
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4325
|
+
"line": 7,
|
|
4326
|
+
"character": 107
|
|
4327
|
+
}
|
|
4328
|
+
]
|
|
4329
|
+
}
|
|
4330
|
+
}
|
|
4331
|
+
]
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"id": 286,
|
|
4337
|
+
"name": "account",
|
|
3518
4338
|
"kind": 32768,
|
|
3519
4339
|
"kindString": "Parameter",
|
|
3520
|
-
"flags": {
|
|
4340
|
+
"flags": {
|
|
4341
|
+
"isOptional": true
|
|
4342
|
+
},
|
|
3521
4343
|
"type": {
|
|
3522
|
-
"type": "
|
|
3523
|
-
"
|
|
3524
|
-
"type": "intrinsic",
|
|
3525
|
-
"name": "string"
|
|
3526
|
-
}
|
|
4344
|
+
"type": "reference",
|
|
4345
|
+
"name": "XyoAccount"
|
|
3527
4346
|
}
|
|
3528
4347
|
}
|
|
3529
4348
|
],
|
|
@@ -3532,156 +4351,162 @@
|
|
|
3532
4351
|
"typeArguments": [
|
|
3533
4352
|
{
|
|
3534
4353
|
"type": "reference",
|
|
3535
|
-
"
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
"kindString": "Type literal",
|
|
3544
|
-
"flags": {},
|
|
3545
|
-
"children": [
|
|
3546
|
-
{
|
|
3547
|
-
"id": 230,
|
|
3548
|
-
"name": "previousHash",
|
|
3549
|
-
"kind": 1024,
|
|
3550
|
-
"kindString": "Property",
|
|
3551
|
-
"flags": {
|
|
3552
|
-
"isOptional": true
|
|
3553
|
-
},
|
|
3554
|
-
"sources": [
|
|
3555
|
-
{
|
|
3556
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3557
|
-
"line": 23,
|
|
3558
|
-
"character": 8
|
|
3559
|
-
}
|
|
3560
|
-
],
|
|
3561
|
-
"type": {
|
|
3562
|
-
"type": "intrinsic",
|
|
3563
|
-
"name": "string"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"id": 229,
|
|
3568
|
-
"name": "schema",
|
|
3569
|
-
"kind": 1024,
|
|
3570
|
-
"kindString": "Property",
|
|
4354
|
+
"typeArguments": [
|
|
4355
|
+
{
|
|
4356
|
+
"type": "reflection",
|
|
4357
|
+
"declaration": {
|
|
4358
|
+
"id": 287,
|
|
4359
|
+
"name": "__type",
|
|
4360
|
+
"kind": 65536,
|
|
4361
|
+
"kindString": "Type literal",
|
|
3571
4362
|
"flags": {},
|
|
3572
|
-
"
|
|
4363
|
+
"children": [
|
|
4364
|
+
{
|
|
4365
|
+
"id": 289,
|
|
4366
|
+
"name": "previousHash",
|
|
4367
|
+
"kind": 1024,
|
|
4368
|
+
"kindString": "Property",
|
|
4369
|
+
"flags": {
|
|
4370
|
+
"isOptional": true
|
|
4371
|
+
},
|
|
4372
|
+
"sources": [
|
|
4373
|
+
{
|
|
4374
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4375
|
+
"line": 9,
|
|
4376
|
+
"character": 4
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"type": {
|
|
4380
|
+
"type": "intrinsic",
|
|
4381
|
+
"name": "string"
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"id": 288,
|
|
4386
|
+
"name": "schema",
|
|
4387
|
+
"kind": 1024,
|
|
4388
|
+
"kindString": "Property",
|
|
4389
|
+
"flags": {},
|
|
4390
|
+
"sources": [
|
|
4391
|
+
{
|
|
4392
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4393
|
+
"line": 8,
|
|
4394
|
+
"character": 4
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"type": {
|
|
4398
|
+
"type": "intrinsic",
|
|
4399
|
+
"name": "string"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"id": 290,
|
|
4404
|
+
"name": "sources",
|
|
4405
|
+
"kind": 1024,
|
|
4406
|
+
"kindString": "Property",
|
|
4407
|
+
"flags": {
|
|
4408
|
+
"isOptional": true
|
|
4409
|
+
},
|
|
4410
|
+
"sources": [
|
|
4411
|
+
{
|
|
4412
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4413
|
+
"line": 10,
|
|
4414
|
+
"character": 4
|
|
4415
|
+
}
|
|
4416
|
+
],
|
|
4417
|
+
"type": {
|
|
4418
|
+
"type": "array",
|
|
4419
|
+
"elementType": {
|
|
4420
|
+
"type": "intrinsic",
|
|
4421
|
+
"name": "string"
|
|
4422
|
+
}
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
3573
4425
|
{
|
|
3574
|
-
"
|
|
3575
|
-
"
|
|
3576
|
-
"
|
|
4426
|
+
"id": 291,
|
|
4427
|
+
"name": "timestamp",
|
|
4428
|
+
"kind": 1024,
|
|
4429
|
+
"kindString": "Property",
|
|
4430
|
+
"flags": {
|
|
4431
|
+
"isOptional": true
|
|
4432
|
+
},
|
|
4433
|
+
"sources": [
|
|
4434
|
+
{
|
|
4435
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4436
|
+
"line": 11,
|
|
4437
|
+
"character": 4
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"type": {
|
|
4441
|
+
"type": "intrinsic",
|
|
4442
|
+
"name": "number"
|
|
4443
|
+
}
|
|
3577
4444
|
}
|
|
3578
4445
|
],
|
|
3579
|
-
"
|
|
3580
|
-
"type": "intrinsic",
|
|
3581
|
-
"name": "string"
|
|
3582
|
-
}
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"id": 231,
|
|
3586
|
-
"name": "sources",
|
|
3587
|
-
"kind": 1024,
|
|
3588
|
-
"kindString": "Property",
|
|
3589
|
-
"flags": {
|
|
3590
|
-
"isOptional": true
|
|
3591
|
-
},
|
|
3592
|
-
"sources": [
|
|
4446
|
+
"groups": [
|
|
3593
4447
|
{
|
|
3594
|
-
"
|
|
3595
|
-
"
|
|
3596
|
-
|
|
4448
|
+
"title": "Properties",
|
|
4449
|
+
"children": [
|
|
4450
|
+
289,
|
|
4451
|
+
288,
|
|
4452
|
+
290,
|
|
4453
|
+
291
|
|
4454
|
+
]
|
|
3597
4455
|
}
|
|
3598
4456
|
],
|
|
3599
|
-
"type": {
|
|
3600
|
-
"type": "array",
|
|
3601
|
-
"elementType": {
|
|
3602
|
-
"type": "intrinsic",
|
|
3603
|
-
"name": "string"
|
|
3604
|
-
}
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
"id": 232,
|
|
3609
|
-
"name": "timestamp",
|
|
3610
|
-
"kind": 1024,
|
|
3611
|
-
"kindString": "Property",
|
|
3612
|
-
"flags": {
|
|
3613
|
-
"isOptional": true
|
|
3614
|
-
},
|
|
3615
4457
|
"sources": [
|
|
3616
4458
|
{
|
|
3617
|
-
"fileName": "
|
|
3618
|
-
"line":
|
|
3619
|
-
"character":
|
|
4459
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4460
|
+
"line": 7,
|
|
4461
|
+
"character": 107
|
|
3620
4462
|
}
|
|
3621
|
-
],
|
|
3622
|
-
"type": {
|
|
3623
|
-
"type": "intrinsic",
|
|
3624
|
-
"name": "number"
|
|
3625
|
-
}
|
|
3626
|
-
}
|
|
3627
|
-
],
|
|
3628
|
-
"groups": [
|
|
3629
|
-
{
|
|
3630
|
-
"title": "Properties",
|
|
3631
|
-
"children": [
|
|
3632
|
-
230,
|
|
3633
|
-
229,
|
|
3634
|
-
231,
|
|
3635
|
-
232
|
|
3636
4463
|
]
|
|
3637
4464
|
}
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
]
|
|
3646
|
-
}
|
|
4465
|
+
}
|
|
4466
|
+
],
|
|
4467
|
+
"name": "XyoModuleQueryResult"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"type": "reference",
|
|
4471
|
+
"name": "XyoAccount"
|
|
3647
4472
|
}
|
|
3648
4473
|
],
|
|
3649
|
-
"name": "
|
|
4474
|
+
"name": "PromiseEx"
|
|
3650
4475
|
},
|
|
3651
4476
|
"inheritedFrom": {
|
|
3652
4477
|
"type": "reference",
|
|
3653
|
-
"name": "XyoModule.
|
|
4478
|
+
"name": "XyoModule.bindPayloads"
|
|
3654
4479
|
}
|
|
3655
4480
|
}
|
|
3656
4481
|
],
|
|
3657
4482
|
"inheritedFrom": {
|
|
3658
4483
|
"type": "reference",
|
|
3659
|
-
"name": "XyoModule.
|
|
4484
|
+
"name": "XyoModule.bindPayloads"
|
|
3660
4485
|
}
|
|
3661
4486
|
},
|
|
3662
4487
|
{
|
|
3663
|
-
"id":
|
|
3664
|
-
"name": "
|
|
4488
|
+
"id": 265,
|
|
4489
|
+
"name": "bindPayloadsInternal",
|
|
3665
4490
|
"kind": 2048,
|
|
3666
4491
|
"kindString": "Method",
|
|
3667
4492
|
"flags": {},
|
|
3668
4493
|
"sources": [
|
|
3669
4494
|
{
|
|
3670
4495
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3671
|
-
"line":
|
|
4496
|
+
"line": 23,
|
|
3672
4497
|
"character": 4
|
|
3673
4498
|
}
|
|
3674
4499
|
],
|
|
3675
4500
|
"signatures": [
|
|
3676
4501
|
{
|
|
3677
|
-
"id":
|
|
3678
|
-
"name": "
|
|
4502
|
+
"id": 266,
|
|
4503
|
+
"name": "bindPayloadsInternal",
|
|
3679
4504
|
"kind": 4096,
|
|
3680
4505
|
"kindString": "Call signature",
|
|
3681
4506
|
"flags": {},
|
|
3682
4507
|
"parameters": [
|
|
3683
4508
|
{
|
|
3684
|
-
"id":
|
|
4509
|
+
"id": 267,
|
|
3685
4510
|
"name": "payloads",
|
|
3686
4511
|
"kind": 32768,
|
|
3687
4512
|
"kindString": "Parameter",
|
|
@@ -3698,14 +4523,14 @@
|
|
|
3698
4523
|
{
|
|
3699
4524
|
"type": "reflection",
|
|
3700
4525
|
"declaration": {
|
|
3701
|
-
"id":
|
|
4526
|
+
"id": 268,
|
|
3702
4527
|
"name": "__type",
|
|
3703
4528
|
"kind": 65536,
|
|
3704
4529
|
"kindString": "Type literal",
|
|
3705
4530
|
"flags": {},
|
|
3706
4531
|
"children": [
|
|
3707
4532
|
{
|
|
3708
|
-
"id":
|
|
4533
|
+
"id": 270,
|
|
3709
4534
|
"name": "previousHash",
|
|
3710
4535
|
"kind": 1024,
|
|
3711
4536
|
"kindString": "Property",
|
|
@@ -3725,7 +4550,7 @@
|
|
|
3725
4550
|
}
|
|
3726
4551
|
},
|
|
3727
4552
|
{
|
|
3728
|
-
"id":
|
|
4553
|
+
"id": 269,
|
|
3729
4554
|
"name": "schema",
|
|
3730
4555
|
"kind": 1024,
|
|
3731
4556
|
"kindString": "Property",
|
|
@@ -3743,7 +4568,7 @@
|
|
|
3743
4568
|
}
|
|
3744
4569
|
},
|
|
3745
4570
|
{
|
|
3746
|
-
"id":
|
|
4571
|
+
"id": 271,
|
|
3747
4572
|
"name": "sources",
|
|
3748
4573
|
"kind": 1024,
|
|
3749
4574
|
"kindString": "Property",
|
|
@@ -3766,7 +4591,7 @@
|
|
|
3766
4591
|
}
|
|
3767
4592
|
},
|
|
3768
4593
|
{
|
|
3769
|
-
"id":
|
|
4594
|
+
"id": 272,
|
|
3770
4595
|
"name": "timestamp",
|
|
3771
4596
|
"kind": 1024,
|
|
3772
4597
|
"kindString": "Property",
|
|
@@ -3790,10 +4615,10 @@
|
|
|
3790
4615
|
{
|
|
3791
4616
|
"title": "Properties",
|
|
3792
4617
|
"children": [
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
4618
|
+
270,
|
|
4619
|
+
269,
|
|
4620
|
+
271,
|
|
4621
|
+
272
|
|
3797
4622
|
]
|
|
3798
4623
|
}
|
|
3799
4624
|
],
|
|
@@ -3814,21 +4639,17 @@
|
|
|
3814
4639
|
"type": {
|
|
3815
4640
|
"type": "reference",
|
|
3816
4641
|
"typeArguments": [
|
|
3817
|
-
{
|
|
3818
|
-
"type": "reference",
|
|
3819
|
-
"name": "XyoBoundWitness"
|
|
3820
|
-
},
|
|
3821
4642
|
{
|
|
3822
4643
|
"type": "reflection",
|
|
3823
4644
|
"declaration": {
|
|
3824
|
-
"id":
|
|
4645
|
+
"id": 273,
|
|
3825
4646
|
"name": "__type",
|
|
3826
4647
|
"kind": 65536,
|
|
3827
4648
|
"kindString": "Type literal",
|
|
3828
4649
|
"flags": {},
|
|
3829
4650
|
"children": [
|
|
3830
4651
|
{
|
|
3831
|
-
"id":
|
|
4652
|
+
"id": 275,
|
|
3832
4653
|
"name": "previousHash",
|
|
3833
4654
|
"kind": 1024,
|
|
3834
4655
|
"kindString": "Property",
|
|
@@ -3837,9 +4658,9 @@
|
|
|
3837
4658
|
},
|
|
3838
4659
|
"sources": [
|
|
3839
4660
|
{
|
|
3840
|
-
"fileName": "
|
|
3841
|
-
"line":
|
|
3842
|
-
"character":
|
|
4661
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4662
|
+
"line": 9,
|
|
4663
|
+
"character": 4
|
|
3843
4664
|
}
|
|
3844
4665
|
],
|
|
3845
4666
|
"type": {
|
|
@@ -3848,16 +4669,16 @@
|
|
|
3848
4669
|
}
|
|
3849
4670
|
},
|
|
3850
4671
|
{
|
|
3851
|
-
"id":
|
|
4672
|
+
"id": 274,
|
|
3852
4673
|
"name": "schema",
|
|
3853
4674
|
"kind": 1024,
|
|
3854
4675
|
"kindString": "Property",
|
|
3855
4676
|
"flags": {},
|
|
3856
4677
|
"sources": [
|
|
3857
4678
|
{
|
|
3858
|
-
"fileName": "
|
|
3859
|
-
"line":
|
|
3860
|
-
"character":
|
|
4679
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4680
|
+
"line": 8,
|
|
4681
|
+
"character": 4
|
|
3861
4682
|
}
|
|
3862
4683
|
],
|
|
3863
4684
|
"type": {
|
|
@@ -3866,7 +4687,7 @@
|
|
|
3866
4687
|
}
|
|
3867
4688
|
},
|
|
3868
4689
|
{
|
|
3869
|
-
"id":
|
|
4690
|
+
"id": 276,
|
|
3870
4691
|
"name": "sources",
|
|
3871
4692
|
"kind": 1024,
|
|
3872
4693
|
"kindString": "Property",
|
|
@@ -3875,9 +4696,9 @@
|
|
|
3875
4696
|
},
|
|
3876
4697
|
"sources": [
|
|
3877
4698
|
{
|
|
3878
|
-
"fileName": "
|
|
3879
|
-
"line":
|
|
3880
|
-
"character":
|
|
4699
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4700
|
+
"line": 10,
|
|
4701
|
+
"character": 4
|
|
3881
4702
|
}
|
|
3882
4703
|
],
|
|
3883
4704
|
"type": {
|
|
@@ -3889,7 +4710,7 @@
|
|
|
3889
4710
|
}
|
|
3890
4711
|
},
|
|
3891
4712
|
{
|
|
3892
|
-
"id":
|
|
4713
|
+
"id": 277,
|
|
3893
4714
|
"name": "timestamp",
|
|
3894
4715
|
"kind": 1024,
|
|
3895
4716
|
"kindString": "Property",
|
|
@@ -3898,9 +4719,9 @@
|
|
|
3898
4719
|
},
|
|
3899
4720
|
"sources": [
|
|
3900
4721
|
{
|
|
3901
|
-
"fileName": "
|
|
3902
|
-
"line":
|
|
3903
|
-
"character":
|
|
4722
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4723
|
+
"line": 11,
|
|
4724
|
+
"character": 4
|
|
3904
4725
|
}
|
|
3905
4726
|
],
|
|
3906
4727
|
"type": {
|
|
@@ -3913,38 +4734,38 @@
|
|
|
3913
4734
|
{
|
|
3914
4735
|
"title": "Properties",
|
|
3915
4736
|
"children": [
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
4737
|
+
275,
|
|
4738
|
+
274,
|
|
4739
|
+
276,
|
|
4740
|
+
277
|
|
3920
4741
|
]
|
|
3921
4742
|
}
|
|
3922
4743
|
],
|
|
3923
4744
|
"sources": [
|
|
3924
4745
|
{
|
|
3925
|
-
"fileName": "
|
|
3926
|
-
"line":
|
|
3927
|
-
"character":
|
|
4746
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4747
|
+
"line": 7,
|
|
4748
|
+
"character": 107
|
|
3928
4749
|
}
|
|
3929
4750
|
]
|
|
3930
4751
|
}
|
|
3931
4752
|
}
|
|
3932
4753
|
],
|
|
3933
|
-
"name": "
|
|
4754
|
+
"name": "XyoModuleQueryResult"
|
|
3934
4755
|
},
|
|
3935
4756
|
"inheritedFrom": {
|
|
3936
4757
|
"type": "reference",
|
|
3937
|
-
"name": "XyoModule.
|
|
4758
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
3938
4759
|
}
|
|
3939
4760
|
}
|
|
3940
4761
|
],
|
|
3941
4762
|
"inheritedFrom": {
|
|
3942
4763
|
"type": "reference",
|
|
3943
|
-
"name": "XyoModule.
|
|
4764
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
3944
4765
|
}
|
|
3945
4766
|
},
|
|
3946
4767
|
{
|
|
3947
|
-
"id":
|
|
4768
|
+
"id": 209,
|
|
3948
4769
|
"name": "connect",
|
|
3949
4770
|
"kind": 2048,
|
|
3950
4771
|
"kindString": "Method",
|
|
@@ -3952,14 +4773,14 @@
|
|
|
3952
4773
|
"sources": [
|
|
3953
4774
|
{
|
|
3954
4775
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3955
|
-
"line":
|
|
4776
|
+
"line": 47,
|
|
3956
4777
|
"character": 2,
|
|
3957
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4778
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L47"
|
|
3958
4779
|
}
|
|
3959
4780
|
],
|
|
3960
4781
|
"signatures": [
|
|
3961
4782
|
{
|
|
3962
|
-
"id":
|
|
4783
|
+
"id": 210,
|
|
3963
4784
|
"name": "connect",
|
|
3964
4785
|
"kind": 4096,
|
|
3965
4786
|
"kindString": "Call signature",
|
|
@@ -3970,6 +4791,10 @@
|
|
|
3970
4791
|
{
|
|
3971
4792
|
"type": "intrinsic",
|
|
3972
4793
|
"name": "boolean"
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
"type": "intrinsic",
|
|
4797
|
+
"name": "never"
|
|
3973
4798
|
}
|
|
3974
4799
|
],
|
|
3975
4800
|
"name": "Promisable"
|
|
@@ -3986,7 +4811,7 @@
|
|
|
3986
4811
|
}
|
|
3987
4812
|
},
|
|
3988
4813
|
{
|
|
3989
|
-
"id":
|
|
4814
|
+
"id": 211,
|
|
3990
4815
|
"name": "disconnect",
|
|
3991
4816
|
"kind": 2048,
|
|
3992
4817
|
"kindString": "Method",
|
|
@@ -3994,14 +4819,14 @@
|
|
|
3994
4819
|
"sources": [
|
|
3995
4820
|
{
|
|
3996
4821
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
3997
|
-
"line":
|
|
4822
|
+
"line": 51,
|
|
3998
4823
|
"character": 2,
|
|
3999
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4824
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L51"
|
|
4000
4825
|
}
|
|
4001
4826
|
],
|
|
4002
4827
|
"signatures": [
|
|
4003
4828
|
{
|
|
4004
|
-
"id":
|
|
4829
|
+
"id": 212,
|
|
4005
4830
|
"name": "disconnect",
|
|
4006
4831
|
"kind": 4096,
|
|
4007
4832
|
"kindString": "Call signature",
|
|
@@ -4012,6 +4837,10 @@
|
|
|
4012
4837
|
{
|
|
4013
4838
|
"type": "intrinsic",
|
|
4014
4839
|
"name": "boolean"
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"type": "intrinsic",
|
|
4843
|
+
"name": "never"
|
|
4015
4844
|
}
|
|
4016
4845
|
],
|
|
4017
4846
|
"name": "Promisable"
|
|
@@ -4028,7 +4857,7 @@
|
|
|
4028
4857
|
}
|
|
4029
4858
|
},
|
|
4030
4859
|
{
|
|
4031
|
-
"id":
|
|
4860
|
+
"id": 239,
|
|
4032
4861
|
"name": "discover",
|
|
4033
4862
|
"kind": 2048,
|
|
4034
4863
|
"kindString": "Method",
|
|
@@ -4042,11 +4871,26 @@
|
|
|
4042
4871
|
],
|
|
4043
4872
|
"signatures": [
|
|
4044
4873
|
{
|
|
4045
|
-
"id":
|
|
4874
|
+
"id": 240,
|
|
4046
4875
|
"name": "discover",
|
|
4047
4876
|
"kind": 4096,
|
|
4048
4877
|
"kindString": "Call signature",
|
|
4049
4878
|
"flags": {},
|
|
4879
|
+
"parameters": [
|
|
4880
|
+
{
|
|
4881
|
+
"id": 241,
|
|
4882
|
+
"name": "_queryAccount",
|
|
4883
|
+
"kind": 32768,
|
|
4884
|
+
"kindString": "Parameter",
|
|
4885
|
+
"flags": {
|
|
4886
|
+
"isOptional": true
|
|
4887
|
+
},
|
|
4888
|
+
"type": {
|
|
4889
|
+
"type": "reference",
|
|
4890
|
+
"name": "XyoAccount"
|
|
4891
|
+
}
|
|
4892
|
+
}
|
|
4893
|
+
],
|
|
4050
4894
|
"type": {
|
|
4051
4895
|
"type": "intrinsic",
|
|
4052
4896
|
"name": "void"
|
|
@@ -4063,36 +4907,38 @@
|
|
|
4063
4907
|
}
|
|
4064
4908
|
},
|
|
4065
4909
|
{
|
|
4066
|
-
"id":
|
|
4910
|
+
"id": 213,
|
|
4067
4911
|
"name": "forward",
|
|
4068
4912
|
"kind": 2048,
|
|
4069
4913
|
"kindString": "Method",
|
|
4070
|
-
"flags": {
|
|
4914
|
+
"flags": {
|
|
4915
|
+
"isProtected": true
|
|
4916
|
+
},
|
|
4071
4917
|
"sources": [
|
|
4072
4918
|
{
|
|
4073
4919
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4074
|
-
"line":
|
|
4075
|
-
"character":
|
|
4076
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4920
|
+
"line": 55,
|
|
4921
|
+
"character": 18,
|
|
4922
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L55"
|
|
4077
4923
|
}
|
|
4078
4924
|
],
|
|
4079
4925
|
"signatures": [
|
|
4080
4926
|
{
|
|
4081
|
-
"id":
|
|
4927
|
+
"id": 214,
|
|
4082
4928
|
"name": "forward",
|
|
4083
4929
|
"kind": 4096,
|
|
4084
4930
|
"kindString": "Call signature",
|
|
4085
4931
|
"flags": {},
|
|
4086
4932
|
"parameters": [
|
|
4087
4933
|
{
|
|
4088
|
-
"id":
|
|
4934
|
+
"id": 215,
|
|
4089
4935
|
"name": "query",
|
|
4090
4936
|
"kind": 32768,
|
|
4091
4937
|
"kindString": "Parameter",
|
|
4092
4938
|
"flags": {},
|
|
4093
4939
|
"type": {
|
|
4094
4940
|
"type": "reference",
|
|
4095
|
-
"id":
|
|
4941
|
+
"id": 200,
|
|
4096
4942
|
"name": "TQuery"
|
|
4097
4943
|
}
|
|
4098
4944
|
}
|
|
@@ -4113,14 +4959,14 @@
|
|
|
4113
4959
|
{
|
|
4114
4960
|
"type": "reflection",
|
|
4115
4961
|
"declaration": {
|
|
4116
|
-
"id":
|
|
4962
|
+
"id": 216,
|
|
4117
4963
|
"name": "__type",
|
|
4118
4964
|
"kind": 65536,
|
|
4119
4965
|
"kindString": "Type literal",
|
|
4120
4966
|
"flags": {},
|
|
4121
4967
|
"children": [
|
|
4122
4968
|
{
|
|
4123
|
-
"id":
|
|
4969
|
+
"id": 218,
|
|
4124
4970
|
"name": "previousHash",
|
|
4125
4971
|
"kind": 1024,
|
|
4126
4972
|
"kindString": "Property",
|
|
@@ -4140,7 +4986,7 @@
|
|
|
4140
4986
|
}
|
|
4141
4987
|
},
|
|
4142
4988
|
{
|
|
4143
|
-
"id":
|
|
4989
|
+
"id": 217,
|
|
4144
4990
|
"name": "schema",
|
|
4145
4991
|
"kind": 1024,
|
|
4146
4992
|
"kindString": "Property",
|
|
@@ -4158,7 +5004,7 @@
|
|
|
4158
5004
|
}
|
|
4159
5005
|
},
|
|
4160
5006
|
{
|
|
4161
|
-
"id":
|
|
5007
|
+
"id": 219,
|
|
4162
5008
|
"name": "sources",
|
|
4163
5009
|
"kind": 1024,
|
|
4164
5010
|
"kindString": "Property",
|
|
@@ -4181,7 +5027,7 @@
|
|
|
4181
5027
|
}
|
|
4182
5028
|
},
|
|
4183
5029
|
{
|
|
4184
|
-
"id":
|
|
5030
|
+
"id": 220,
|
|
4185
5031
|
"name": "timestamp",
|
|
4186
5032
|
"kind": 1024,
|
|
4187
5033
|
"kindString": "Property",
|
|
@@ -4205,10 +5051,10 @@
|
|
|
4205
5051
|
{
|
|
4206
5052
|
"title": "Properties",
|
|
4207
5053
|
"children": [
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
5054
|
+
218,
|
|
5055
|
+
217,
|
|
5056
|
+
219,
|
|
5057
|
+
220
|
|
4212
5058
|
]
|
|
4213
5059
|
}
|
|
4214
5060
|
],
|
|
@@ -4235,7 +5081,7 @@
|
|
|
4235
5081
|
]
|
|
4236
5082
|
},
|
|
4237
5083
|
{
|
|
4238
|
-
"id":
|
|
5084
|
+
"id": 242,
|
|
4239
5085
|
"name": "initialize",
|
|
4240
5086
|
"kind": 2048,
|
|
4241
5087
|
"kindString": "Method",
|
|
@@ -4249,11 +5095,26 @@
|
|
|
4249
5095
|
],
|
|
4250
5096
|
"signatures": [
|
|
4251
5097
|
{
|
|
4252
|
-
"id":
|
|
5098
|
+
"id": 243,
|
|
4253
5099
|
"name": "initialize",
|
|
4254
5100
|
"kind": 4096,
|
|
4255
5101
|
"kindString": "Call signature",
|
|
4256
5102
|
"flags": {},
|
|
5103
|
+
"parameters": [
|
|
5104
|
+
{
|
|
5105
|
+
"id": 244,
|
|
5106
|
+
"name": "_queryAccount",
|
|
5107
|
+
"kind": 32768,
|
|
5108
|
+
"kindString": "Parameter",
|
|
5109
|
+
"flags": {
|
|
5110
|
+
"isOptional": true
|
|
5111
|
+
},
|
|
5112
|
+
"type": {
|
|
5113
|
+
"type": "reference",
|
|
5114
|
+
"name": "XyoAccount"
|
|
5115
|
+
}
|
|
5116
|
+
}
|
|
5117
|
+
],
|
|
4257
5118
|
"type": {
|
|
4258
5119
|
"type": "intrinsic",
|
|
4259
5120
|
"name": "void"
|
|
@@ -4270,7 +5131,7 @@
|
|
|
4270
5131
|
}
|
|
4271
5132
|
},
|
|
4272
5133
|
{
|
|
4273
|
-
"id":
|
|
5134
|
+
"id": 237,
|
|
4274
5135
|
"name": "queries",
|
|
4275
5136
|
"kind": 2048,
|
|
4276
5137
|
"kindString": "Method",
|
|
@@ -4284,7 +5145,7 @@
|
|
|
4284
5145
|
],
|
|
4285
5146
|
"signatures": [
|
|
4286
5147
|
{
|
|
4287
|
-
"id":
|
|
5148
|
+
"id": 238,
|
|
4288
5149
|
"name": "queries",
|
|
4289
5150
|
"kind": 4096,
|
|
4290
5151
|
"kindString": "Call signature",
|
|
@@ -4299,7 +5160,7 @@
|
|
|
4299
5160
|
},
|
|
4300
5161
|
"objectType": {
|
|
4301
5162
|
"type": "reference",
|
|
4302
|
-
"id":
|
|
5163
|
+
"id": 200,
|
|
4303
5164
|
"name": "TQuery"
|
|
4304
5165
|
}
|
|
4305
5166
|
}
|
|
@@ -4324,7 +5185,7 @@
|
|
|
4324
5185
|
}
|
|
4325
5186
|
},
|
|
4326
5187
|
{
|
|
4327
|
-
"id":
|
|
5188
|
+
"id": 221,
|
|
4328
5189
|
"name": "query",
|
|
4329
5190
|
"kind": 2048,
|
|
4330
5191
|
"kindString": "Method",
|
|
@@ -4332,28 +5193,28 @@
|
|
|
4332
5193
|
"sources": [
|
|
4333
5194
|
{
|
|
4334
5195
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4335
|
-
"line":
|
|
5196
|
+
"line": 70,
|
|
4336
5197
|
"character": 17,
|
|
4337
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5198
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L70"
|
|
4338
5199
|
}
|
|
4339
5200
|
],
|
|
4340
5201
|
"signatures": [
|
|
4341
5202
|
{
|
|
4342
|
-
"id":
|
|
5203
|
+
"id": 222,
|
|
4343
5204
|
"name": "query",
|
|
4344
5205
|
"kind": 4096,
|
|
4345
5206
|
"kindString": "Call signature",
|
|
4346
5207
|
"flags": {},
|
|
4347
5208
|
"parameters": [
|
|
4348
5209
|
{
|
|
4349
|
-
"id":
|
|
5210
|
+
"id": 223,
|
|
4350
5211
|
"name": "query",
|
|
4351
5212
|
"kind": 32768,
|
|
4352
5213
|
"kindString": "Parameter",
|
|
4353
5214
|
"flags": {},
|
|
4354
5215
|
"type": {
|
|
4355
5216
|
"type": "reference",
|
|
4356
|
-
"id":
|
|
5217
|
+
"id": 200,
|
|
4357
5218
|
"name": "TQuery"
|
|
4358
5219
|
}
|
|
4359
5220
|
}
|
|
@@ -4362,130 +5223,121 @@
|
|
|
4362
5223
|
"type": "reference",
|
|
4363
5224
|
"typeArguments": [
|
|
4364
5225
|
{
|
|
4365
|
-
"type": "
|
|
4366
|
-
"
|
|
4367
|
-
{
|
|
4368
|
-
"type": "reference",
|
|
4369
|
-
"name": "XyoBoundWitness"
|
|
4370
|
-
},
|
|
5226
|
+
"type": "reference",
|
|
5227
|
+
"typeArguments": [
|
|
4371
5228
|
{
|
|
4372
|
-
"type": "
|
|
4373
|
-
"
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
"
|
|
4382
|
-
"
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
"isOptional": true
|
|
4390
|
-
},
|
|
4391
|
-
"sources": [
|
|
4392
|
-
{
|
|
4393
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4394
|
-
"line": 9,
|
|
4395
|
-
"character": 4
|
|
4396
|
-
}
|
|
4397
|
-
],
|
|
4398
|
-
"type": {
|
|
4399
|
-
"type": "intrinsic",
|
|
4400
|
-
"name": "string"
|
|
4401
|
-
}
|
|
4402
|
-
},
|
|
4403
|
-
{
|
|
4404
|
-
"id": 202,
|
|
4405
|
-
"name": "schema",
|
|
4406
|
-
"kind": 1024,
|
|
4407
|
-
"kindString": "Property",
|
|
4408
|
-
"flags": {},
|
|
4409
|
-
"sources": [
|
|
4410
|
-
{
|
|
4411
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4412
|
-
"line": 8,
|
|
4413
|
-
"character": 4
|
|
4414
|
-
}
|
|
4415
|
-
],
|
|
4416
|
-
"type": {
|
|
4417
|
-
"type": "intrinsic",
|
|
4418
|
-
"name": "string"
|
|
4419
|
-
}
|
|
4420
|
-
},
|
|
5229
|
+
"type": "reflection",
|
|
5230
|
+
"declaration": {
|
|
5231
|
+
"id": 224,
|
|
5232
|
+
"name": "__type",
|
|
5233
|
+
"kind": 65536,
|
|
5234
|
+
"kindString": "Type literal",
|
|
5235
|
+
"flags": {},
|
|
5236
|
+
"children": [
|
|
5237
|
+
{
|
|
5238
|
+
"id": 226,
|
|
5239
|
+
"name": "previousHash",
|
|
5240
|
+
"kind": 1024,
|
|
5241
|
+
"kindString": "Property",
|
|
5242
|
+
"flags": {
|
|
5243
|
+
"isOptional": true
|
|
5244
|
+
},
|
|
5245
|
+
"sources": [
|
|
4421
5246
|
{
|
|
4422
|
-
"
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
"type": "intrinsic",
|
|
4440
|
-
"name": "string"
|
|
4441
|
-
}
|
|
4442
|
-
}
|
|
4443
|
-
},
|
|
5247
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
5248
|
+
"line": 9,
|
|
5249
|
+
"character": 4
|
|
5250
|
+
}
|
|
5251
|
+
],
|
|
5252
|
+
"type": {
|
|
5253
|
+
"type": "intrinsic",
|
|
5254
|
+
"name": "string"
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
"id": 225,
|
|
5259
|
+
"name": "schema",
|
|
5260
|
+
"kind": 1024,
|
|
5261
|
+
"kindString": "Property",
|
|
5262
|
+
"flags": {},
|
|
5263
|
+
"sources": [
|
|
4444
5264
|
{
|
|
4445
|
-
"
|
|
4446
|
-
"
|
|
4447
|
-
"
|
|
4448
|
-
"kindString": "Property",
|
|
4449
|
-
"flags": {
|
|
4450
|
-
"isOptional": true
|
|
4451
|
-
},
|
|
4452
|
-
"sources": [
|
|
4453
|
-
{
|
|
4454
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4455
|
-
"line": 11,
|
|
4456
|
-
"character": 4
|
|
4457
|
-
}
|
|
4458
|
-
],
|
|
4459
|
-
"type": {
|
|
4460
|
-
"type": "intrinsic",
|
|
4461
|
-
"name": "number"
|
|
4462
|
-
}
|
|
5265
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
5266
|
+
"line": 8,
|
|
5267
|
+
"character": 4
|
|
4463
5268
|
}
|
|
4464
5269
|
],
|
|
4465
|
-
"
|
|
5270
|
+
"type": {
|
|
5271
|
+
"type": "intrinsic",
|
|
5272
|
+
"name": "string"
|
|
5273
|
+
}
|
|
5274
|
+
},
|
|
5275
|
+
{
|
|
5276
|
+
"id": 227,
|
|
5277
|
+
"name": "sources",
|
|
5278
|
+
"kind": 1024,
|
|
5279
|
+
"kindString": "Property",
|
|
5280
|
+
"flags": {
|
|
5281
|
+
"isOptional": true
|
|
5282
|
+
},
|
|
5283
|
+
"sources": [
|
|
4466
5284
|
{
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4469
|
-
|
|
4470
|
-
202,
|
|
4471
|
-
204,
|
|
4472
|
-
205
|
|
4473
|
-
]
|
|
5285
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
5286
|
+
"line": 10,
|
|
5287
|
+
"character": 4
|
|
4474
5288
|
}
|
|
4475
5289
|
],
|
|
5290
|
+
"type": {
|
|
5291
|
+
"type": "array",
|
|
5292
|
+
"elementType": {
|
|
5293
|
+
"type": "intrinsic",
|
|
5294
|
+
"name": "string"
|
|
5295
|
+
}
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"id": 228,
|
|
5300
|
+
"name": "timestamp",
|
|
5301
|
+
"kind": 1024,
|
|
5302
|
+
"kindString": "Property",
|
|
5303
|
+
"flags": {
|
|
5304
|
+
"isOptional": true
|
|
5305
|
+
},
|
|
4476
5306
|
"sources": [
|
|
4477
5307
|
{
|
|
4478
5308
|
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
4479
|
-
"line":
|
|
4480
|
-
"character":
|
|
5309
|
+
"line": 11,
|
|
5310
|
+
"character": 4
|
|
4481
5311
|
}
|
|
5312
|
+
],
|
|
5313
|
+
"type": {
|
|
5314
|
+
"type": "intrinsic",
|
|
5315
|
+
"name": "number"
|
|
5316
|
+
}
|
|
5317
|
+
}
|
|
5318
|
+
],
|
|
5319
|
+
"groups": [
|
|
5320
|
+
{
|
|
5321
|
+
"title": "Properties",
|
|
5322
|
+
"children": [
|
|
5323
|
+
226,
|
|
5324
|
+
225,
|
|
5325
|
+
227,
|
|
5326
|
+
228
|
|
4482
5327
|
]
|
|
4483
5328
|
}
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
5329
|
+
],
|
|
5330
|
+
"sources": [
|
|
5331
|
+
{
|
|
5332
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
5333
|
+
"line": 7,
|
|
5334
|
+
"character": 107
|
|
5335
|
+
}
|
|
5336
|
+
]
|
|
5337
|
+
}
|
|
4487
5338
|
}
|
|
4488
|
-
]
|
|
5339
|
+
],
|
|
5340
|
+
"name": "XyoModuleQueryResult"
|
|
4489
5341
|
}
|
|
4490
5342
|
],
|
|
4491
5343
|
"name": "Promise",
|
|
@@ -4512,7 +5364,7 @@
|
|
|
4512
5364
|
}
|
|
4513
5365
|
},
|
|
4514
5366
|
{
|
|
4515
|
-
"id":
|
|
5367
|
+
"id": 234,
|
|
4516
5368
|
"name": "queryable",
|
|
4517
5369
|
"kind": 2048,
|
|
4518
5370
|
"kindString": "Method",
|
|
@@ -4526,14 +5378,14 @@
|
|
|
4526
5378
|
],
|
|
4527
5379
|
"signatures": [
|
|
4528
5380
|
{
|
|
4529
|
-
"id":
|
|
5381
|
+
"id": 235,
|
|
4530
5382
|
"name": "queryable",
|
|
4531
5383
|
"kind": 4096,
|
|
4532
5384
|
"kindString": "Call signature",
|
|
4533
5385
|
"flags": {},
|
|
4534
5386
|
"parameters": [
|
|
4535
5387
|
{
|
|
4536
|
-
"id":
|
|
5388
|
+
"id": 236,
|
|
4537
5389
|
"name": "schema",
|
|
4538
5390
|
"kind": 32768,
|
|
4539
5391
|
"kindString": "Parameter",
|
|
@@ -4568,7 +5420,7 @@
|
|
|
4568
5420
|
}
|
|
4569
5421
|
},
|
|
4570
5422
|
{
|
|
4571
|
-
"id":
|
|
5423
|
+
"id": 248,
|
|
4572
5424
|
"name": "shutdown",
|
|
4573
5425
|
"kind": 2048,
|
|
4574
5426
|
"kindString": "Method",
|
|
@@ -4582,11 +5434,26 @@
|
|
|
4582
5434
|
],
|
|
4583
5435
|
"signatures": [
|
|
4584
5436
|
{
|
|
4585
|
-
"id":
|
|
5437
|
+
"id": 249,
|
|
4586
5438
|
"name": "shutdown",
|
|
4587
5439
|
"kind": 4096,
|
|
4588
5440
|
"kindString": "Call signature",
|
|
4589
5441
|
"flags": {},
|
|
5442
|
+
"parameters": [
|
|
5443
|
+
{
|
|
5444
|
+
"id": 250,
|
|
5445
|
+
"name": "_queryAccount",
|
|
5446
|
+
"kind": 32768,
|
|
5447
|
+
"kindString": "Parameter",
|
|
5448
|
+
"flags": {
|
|
5449
|
+
"isOptional": true
|
|
5450
|
+
},
|
|
5451
|
+
"type": {
|
|
5452
|
+
"type": "reference",
|
|
5453
|
+
"name": "XyoAccount"
|
|
5454
|
+
}
|
|
5455
|
+
}
|
|
5456
|
+
],
|
|
4590
5457
|
"type": {
|
|
4591
5458
|
"type": "intrinsic",
|
|
4592
5459
|
"name": "void"
|
|
@@ -4603,7 +5470,7 @@
|
|
|
4603
5470
|
}
|
|
4604
5471
|
},
|
|
4605
5472
|
{
|
|
4606
|
-
"id":
|
|
5473
|
+
"id": 245,
|
|
4607
5474
|
"name": "subscribe",
|
|
4608
5475
|
"kind": 2048,
|
|
4609
5476
|
"kindString": "Method",
|
|
@@ -4617,11 +5484,26 @@
|
|
|
4617
5484
|
],
|
|
4618
5485
|
"signatures": [
|
|
4619
5486
|
{
|
|
4620
|
-
"id":
|
|
5487
|
+
"id": 246,
|
|
4621
5488
|
"name": "subscribe",
|
|
4622
5489
|
"kind": 4096,
|
|
4623
5490
|
"kindString": "Call signature",
|
|
4624
5491
|
"flags": {},
|
|
5492
|
+
"parameters": [
|
|
5493
|
+
{
|
|
5494
|
+
"id": 247,
|
|
5495
|
+
"name": "_queryAccount",
|
|
5496
|
+
"kind": 32768,
|
|
5497
|
+
"kindString": "Parameter",
|
|
5498
|
+
"flags": {
|
|
5499
|
+
"isOptional": true
|
|
5500
|
+
},
|
|
5501
|
+
"type": {
|
|
5502
|
+
"type": "reference",
|
|
5503
|
+
"name": "XyoAccount"
|
|
5504
|
+
}
|
|
5505
|
+
}
|
|
5506
|
+
],
|
|
4625
5507
|
"type": {
|
|
4626
5508
|
"type": "intrinsic",
|
|
4627
5509
|
"name": "void"
|
|
@@ -4642,56 +5524,58 @@
|
|
|
4642
5524
|
{
|
|
4643
5525
|
"title": "Constructors",
|
|
4644
5526
|
"children": [
|
|
4645
|
-
|
|
5527
|
+
198
|
|
4646
5528
|
]
|
|
4647
5529
|
},
|
|
4648
5530
|
{
|
|
4649
5531
|
"title": "Properties",
|
|
4650
5532
|
"children": [
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
5533
|
+
230,
|
|
5534
|
+
202,
|
|
5535
|
+
229,
|
|
5536
|
+
231
|
|
4655
5537
|
]
|
|
4656
5538
|
},
|
|
4657
5539
|
{
|
|
4658
5540
|
"title": "Accessors",
|
|
4659
5541
|
"children": [
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
5542
|
+
232,
|
|
5543
|
+
203,
|
|
5544
|
+
205,
|
|
5545
|
+
207
|
|
4664
5546
|
]
|
|
4665
5547
|
},
|
|
4666
5548
|
{
|
|
4667
5549
|
"title": "Methods",
|
|
4668
5550
|
"children": [
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
190,
|
|
4675
|
-
218,
|
|
4676
|
-
214,
|
|
4677
|
-
198,
|
|
5551
|
+
260,
|
|
5552
|
+
251,
|
|
5553
|
+
278,
|
|
5554
|
+
265,
|
|
5555
|
+
209,
|
|
4678
5556
|
211,
|
|
4679
|
-
|
|
4680
|
-
|
|
5557
|
+
239,
|
|
5558
|
+
213,
|
|
5559
|
+
242,
|
|
5560
|
+
237,
|
|
5561
|
+
221,
|
|
5562
|
+
234,
|
|
5563
|
+
248,
|
|
5564
|
+
245
|
|
4681
5565
|
]
|
|
4682
5566
|
}
|
|
4683
5567
|
],
|
|
4684
5568
|
"sources": [
|
|
4685
5569
|
{
|
|
4686
5570
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
4687
|
-
"line":
|
|
5571
|
+
"line": 24,
|
|
4688
5572
|
"character": 13,
|
|
4689
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5573
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L24"
|
|
4690
5574
|
}
|
|
4691
5575
|
],
|
|
4692
5576
|
"typeParameters": [
|
|
4693
5577
|
{
|
|
4694
|
-
"id":
|
|
5578
|
+
"id": 292,
|
|
4695
5579
|
"name": "TQuery",
|
|
4696
5580
|
"kind": 131072,
|
|
4697
5581
|
"kindString": "Type parameter",
|
|
@@ -4714,12 +5598,12 @@
|
|
|
4714
5598
|
"typeArguments": [
|
|
4715
5599
|
{
|
|
4716
5600
|
"type": "reference",
|
|
4717
|
-
"id":
|
|
5601
|
+
"id": 192,
|
|
4718
5602
|
"name": "XyoHttpBridgeConfig"
|
|
4719
5603
|
},
|
|
4720
5604
|
{
|
|
4721
5605
|
"type": "reference",
|
|
4722
|
-
"id":
|
|
5606
|
+
"id": 200,
|
|
4723
5607
|
"name": "TQuery"
|
|
4724
5608
|
}
|
|
4725
5609
|
],
|
|
@@ -4732,7 +5616,7 @@
|
|
|
4732
5616
|
"typeArguments": [
|
|
4733
5617
|
{
|
|
4734
5618
|
"type": "reference",
|
|
4735
|
-
"id":
|
|
5619
|
+
"id": 200,
|
|
4736
5620
|
"name": "TQuery"
|
|
4737
5621
|
}
|
|
4738
5622
|
],
|
|
@@ -4751,7 +5635,7 @@
|
|
|
4751
5635
|
"fileName": "modules/packages/bridge/src/PartialConfig.ts",
|
|
4752
5636
|
"line": 5,
|
|
4753
5637
|
"character": 12,
|
|
4754
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5638
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/PartialConfig.ts#L5"
|
|
4755
5639
|
}
|
|
4756
5640
|
],
|
|
4757
5641
|
"typeParameters": [
|
|
@@ -4791,7 +5675,7 @@
|
|
|
4791
5675
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4792
5676
|
"line": 7,
|
|
4793
5677
|
"character": 12,
|
|
4794
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5678
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L7"
|
|
4795
5679
|
}
|
|
4796
5680
|
],
|
|
4797
5681
|
"typeParameters": [
|
|
@@ -4837,7 +5721,7 @@
|
|
|
4837
5721
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4838
5722
|
"line": 9,
|
|
4839
5723
|
"character": 4,
|
|
4840
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5724
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L9"
|
|
4841
5725
|
}
|
|
4842
5726
|
],
|
|
4843
5727
|
"type": {
|
|
@@ -4858,7 +5742,7 @@
|
|
|
4858
5742
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4859
5743
|
"line": 10,
|
|
4860
5744
|
"character": 4,
|
|
4861
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5745
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L10"
|
|
4862
5746
|
}
|
|
4863
5747
|
],
|
|
4864
5748
|
"type": {
|
|
@@ -4881,7 +5765,7 @@
|
|
|
4881
5765
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4882
5766
|
"line": 8,
|
|
4883
5767
|
"character": 2,
|
|
4884
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5768
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L8"
|
|
4885
5769
|
}
|
|
4886
5770
|
]
|
|
4887
5771
|
}
|
|
@@ -4908,13 +5792,13 @@
|
|
|
4908
5792
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4909
5793
|
"line": 4,
|
|
4910
5794
|
"character": 12,
|
|
4911
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5795
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L4"
|
|
4912
5796
|
},
|
|
4913
5797
|
{
|
|
4914
5798
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
4915
5799
|
"line": 5,
|
|
4916
5800
|
"character": 13,
|
|
4917
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5801
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L5"
|
|
4918
5802
|
}
|
|
4919
5803
|
],
|
|
4920
5804
|
"type": {
|
|
@@ -4933,7 +5817,7 @@
|
|
|
4933
5817
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
4934
5818
|
"line": 6,
|
|
4935
5819
|
"character": 12,
|
|
4936
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5820
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
|
|
4937
5821
|
}
|
|
4938
5822
|
],
|
|
4939
5823
|
"type": {
|
|
@@ -4959,7 +5843,7 @@
|
|
|
4959
5843
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
4960
5844
|
"line": 7,
|
|
4961
5845
|
"character": 2,
|
|
4962
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5846
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L7"
|
|
4963
5847
|
}
|
|
4964
5848
|
],
|
|
4965
5849
|
"type": {
|
|
@@ -4981,7 +5865,7 @@
|
|
|
4981
5865
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
4982
5866
|
"line": 8,
|
|
4983
5867
|
"character": 2,
|
|
4984
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5868
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L8"
|
|
4985
5869
|
}
|
|
4986
5870
|
],
|
|
4987
5871
|
"type": {
|
|
@@ -5004,7 +5888,7 @@
|
|
|
5004
5888
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5005
5889
|
"line": 6,
|
|
5006
5890
|
"character": 45,
|
|
5007
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5891
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
|
|
5008
5892
|
}
|
|
5009
5893
|
]
|
|
5010
5894
|
}
|
|
@@ -5024,13 +5908,13 @@
|
|
|
5024
5908
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5025
5909
|
"line": 3,
|
|
5026
5910
|
"character": 12,
|
|
5027
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5911
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
|
|
5028
5912
|
},
|
|
5029
5913
|
{
|
|
5030
5914
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5031
5915
|
"line": 4,
|
|
5032
5916
|
"character": 13,
|
|
5033
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5917
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
|
|
5034
5918
|
}
|
|
5035
5919
|
],
|
|
5036
5920
|
"type": {
|
|
@@ -5049,7 +5933,7 @@
|
|
|
5049
5933
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5050
5934
|
"line": 6,
|
|
5051
5935
|
"character": 12,
|
|
5052
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5936
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
|
|
5053
5937
|
}
|
|
5054
5938
|
],
|
|
5055
5939
|
"type": {
|
|
@@ -5075,7 +5959,7 @@
|
|
|
5075
5959
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5076
5960
|
"line": 7,
|
|
5077
5961
|
"character": 2,
|
|
5078
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5962
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L7"
|
|
5079
5963
|
}
|
|
5080
5964
|
],
|
|
5081
5965
|
"type": {
|
|
@@ -5097,7 +5981,7 @@
|
|
|
5097
5981
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5098
5982
|
"line": 8,
|
|
5099
5983
|
"character": 2,
|
|
5100
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
5984
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L8"
|
|
5101
5985
|
}
|
|
5102
5986
|
],
|
|
5103
5987
|
"type": {
|
|
@@ -5120,7 +6004,7 @@
|
|
|
5120
6004
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5121
6005
|
"line": 6,
|
|
5122
6006
|
"character": 48,
|
|
5123
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6007
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
|
|
5124
6008
|
}
|
|
5125
6009
|
]
|
|
5126
6010
|
}
|
|
@@ -5140,13 +6024,13 @@
|
|
|
5140
6024
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5141
6025
|
"line": 3,
|
|
5142
6026
|
"character": 12,
|
|
5143
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6027
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
|
|
5144
6028
|
},
|
|
5145
6029
|
{
|
|
5146
6030
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5147
6031
|
"line": 4,
|
|
5148
6032
|
"character": 13,
|
|
5149
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6033
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
|
|
5150
6034
|
}
|
|
5151
6035
|
],
|
|
5152
6036
|
"type": {
|
|
@@ -5165,7 +6049,7 @@
|
|
|
5165
6049
|
"fileName": "modules/packages/bridge/src/Queries/index.ts",
|
|
5166
6050
|
"line": 9,
|
|
5167
6051
|
"character": 12,
|
|
5168
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6052
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/index.ts#L9"
|
|
5169
6053
|
}
|
|
5170
6054
|
],
|
|
5171
6055
|
"type": {
|
|
@@ -5199,7 +6083,7 @@
|
|
|
5199
6083
|
"fileName": "modules/packages/bridge/src/Queries/index.ts",
|
|
5200
6084
|
"line": 11,
|
|
5201
6085
|
"character": 12,
|
|
5202
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6086
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/index.ts#L11"
|
|
5203
6087
|
}
|
|
5204
6088
|
],
|
|
5205
6089
|
"type": {
|
|
@@ -5223,7 +6107,7 @@
|
|
|
5223
6107
|
}
|
|
5224
6108
|
},
|
|
5225
6109
|
{
|
|
5226
|
-
"id":
|
|
6110
|
+
"id": 192,
|
|
5227
6111
|
"name": "XyoHttpBridgeConfig",
|
|
5228
6112
|
"kind": 4194304,
|
|
5229
6113
|
"kindString": "Type alias",
|
|
@@ -5231,9 +6115,9 @@
|
|
|
5231
6115
|
"sources": [
|
|
5232
6116
|
{
|
|
5233
6117
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5234
|
-
"line":
|
|
6118
|
+
"line": 18,
|
|
5235
6119
|
"character": 12,
|
|
5236
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6120
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L18"
|
|
5237
6121
|
}
|
|
5238
6122
|
],
|
|
5239
6123
|
"type": {
|
|
@@ -5243,14 +6127,14 @@
|
|
|
5243
6127
|
{
|
|
5244
6128
|
"type": "reflection",
|
|
5245
6129
|
"declaration": {
|
|
5246
|
-
"id":
|
|
6130
|
+
"id": 193,
|
|
5247
6131
|
"name": "__type",
|
|
5248
6132
|
"kind": 65536,
|
|
5249
6133
|
"kindString": "Type literal",
|
|
5250
6134
|
"flags": {},
|
|
5251
6135
|
"children": [
|
|
5252
6136
|
{
|
|
5253
|
-
"id":
|
|
6137
|
+
"id": 196,
|
|
5254
6138
|
"name": "axios",
|
|
5255
6139
|
"kind": 1024,
|
|
5256
6140
|
"kindString": "Property",
|
|
@@ -5260,9 +6144,9 @@
|
|
|
5260
6144
|
"sources": [
|
|
5261
6145
|
{
|
|
5262
6146
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5263
|
-
"line":
|
|
6147
|
+
"line": 21,
|
|
5264
6148
|
"character": 2,
|
|
5265
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6149
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L21"
|
|
5266
6150
|
}
|
|
5267
6151
|
],
|
|
5268
6152
|
"type": {
|
|
@@ -5271,7 +6155,7 @@
|
|
|
5271
6155
|
}
|
|
5272
6156
|
},
|
|
5273
6157
|
{
|
|
5274
|
-
"id":
|
|
6158
|
+
"id": 195,
|
|
5275
6159
|
"name": "headers",
|
|
5276
6160
|
"kind": 1024,
|
|
5277
6161
|
"kindString": "Property",
|
|
@@ -5281,9 +6165,9 @@
|
|
|
5281
6165
|
"sources": [
|
|
5282
6166
|
{
|
|
5283
6167
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5284
|
-
"line":
|
|
6168
|
+
"line": 20,
|
|
5285
6169
|
"character": 2,
|
|
5286
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6170
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L20"
|
|
5287
6171
|
}
|
|
5288
6172
|
],
|
|
5289
6173
|
"type": {
|
|
@@ -5294,7 +6178,7 @@
|
|
|
5294
6178
|
}
|
|
5295
6179
|
},
|
|
5296
6180
|
{
|
|
5297
|
-
"id":
|
|
6181
|
+
"id": 194,
|
|
5298
6182
|
"name": "schema",
|
|
5299
6183
|
"kind": 1024,
|
|
5300
6184
|
"kindString": "Property",
|
|
@@ -5302,14 +6186,14 @@
|
|
|
5302
6186
|
"sources": [
|
|
5303
6187
|
{
|
|
5304
6188
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5305
|
-
"line":
|
|
6189
|
+
"line": 19,
|
|
5306
6190
|
"character": 2,
|
|
5307
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6191
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L19"
|
|
5308
6192
|
}
|
|
5309
6193
|
],
|
|
5310
6194
|
"type": {
|
|
5311
6195
|
"type": "reference",
|
|
5312
|
-
"id":
|
|
6196
|
+
"id": 190,
|
|
5313
6197
|
"name": "XyoHttpBridgeConfigSchema"
|
|
5314
6198
|
}
|
|
5315
6199
|
}
|
|
@@ -5318,18 +6202,18 @@
|
|
|
5318
6202
|
{
|
|
5319
6203
|
"title": "Properties",
|
|
5320
6204
|
"children": [
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
6205
|
+
196,
|
|
6206
|
+
195,
|
|
6207
|
+
194
|
|
5324
6208
|
]
|
|
5325
6209
|
}
|
|
5326
6210
|
],
|
|
5327
6211
|
"sources": [
|
|
5328
6212
|
{
|
|
5329
6213
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5330
|
-
"line":
|
|
6214
|
+
"line": 18,
|
|
5331
6215
|
"character": 50,
|
|
5332
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6216
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L18"
|
|
5333
6217
|
}
|
|
5334
6218
|
]
|
|
5335
6219
|
}
|
|
@@ -5339,7 +6223,7 @@
|
|
|
5339
6223
|
}
|
|
5340
6224
|
},
|
|
5341
6225
|
{
|
|
5342
|
-
"id":
|
|
6226
|
+
"id": 191,
|
|
5343
6227
|
"name": "XyoHttpBridgeConfigSchema",
|
|
5344
6228
|
"kind": 4194304,
|
|
5345
6229
|
"kindString": "Type alias",
|
|
@@ -5347,15 +6231,15 @@
|
|
|
5347
6231
|
"sources": [
|
|
5348
6232
|
{
|
|
5349
6233
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5350
|
-
"line":
|
|
6234
|
+
"line": 15,
|
|
5351
6235
|
"character": 12,
|
|
5352
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6236
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
|
|
5353
6237
|
},
|
|
5354
6238
|
{
|
|
5355
6239
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5356
|
-
"line":
|
|
6240
|
+
"line": 16,
|
|
5357
6241
|
"character": 13,
|
|
5358
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6242
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L16"
|
|
5359
6243
|
}
|
|
5360
6244
|
],
|
|
5361
6245
|
"type": {
|
|
@@ -5374,13 +6258,13 @@
|
|
|
5374
6258
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5375
6259
|
"line": 4,
|
|
5376
6260
|
"character": 12,
|
|
5377
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6261
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L4"
|
|
5378
6262
|
},
|
|
5379
6263
|
{
|
|
5380
6264
|
"fileName": "modules/packages/bridge/src/Config.ts",
|
|
5381
6265
|
"line": 5,
|
|
5382
6266
|
"character": 13,
|
|
5383
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6267
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Config.ts#L5"
|
|
5384
6268
|
}
|
|
5385
6269
|
],
|
|
5386
6270
|
"type": {
|
|
@@ -5399,13 +6283,13 @@
|
|
|
5399
6283
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5400
6284
|
"line": 3,
|
|
5401
6285
|
"character": 12,
|
|
5402
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6286
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
|
|
5403
6287
|
},
|
|
5404
6288
|
{
|
|
5405
6289
|
"fileName": "modules/packages/bridge/src/Queries/Connect.ts",
|
|
5406
6290
|
"line": 4,
|
|
5407
6291
|
"character": 13,
|
|
5408
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6292
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
|
|
5409
6293
|
}
|
|
5410
6294
|
],
|
|
5411
6295
|
"type": {
|
|
@@ -5424,13 +6308,13 @@
|
|
|
5424
6308
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5425
6309
|
"line": 3,
|
|
5426
6310
|
"character": 12,
|
|
5427
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6311
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
|
|
5428
6312
|
},
|
|
5429
6313
|
{
|
|
5430
6314
|
"fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
|
|
5431
6315
|
"line": 4,
|
|
5432
6316
|
"character": 13,
|
|
5433
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6317
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
|
|
5434
6318
|
}
|
|
5435
6319
|
],
|
|
5436
6320
|
"type": {
|
|
@@ -5439,7 +6323,7 @@
|
|
|
5439
6323
|
}
|
|
5440
6324
|
},
|
|
5441
6325
|
{
|
|
5442
|
-
"id":
|
|
6326
|
+
"id": 190,
|
|
5443
6327
|
"name": "XyoHttpBridgeConfigSchema",
|
|
5444
6328
|
"kind": 32,
|
|
5445
6329
|
"kindString": "Variable",
|
|
@@ -5447,15 +6331,15 @@
|
|
|
5447
6331
|
"sources": [
|
|
5448
6332
|
{
|
|
5449
6333
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5450
|
-
"line":
|
|
6334
|
+
"line": 15,
|
|
5451
6335
|
"character": 12,
|
|
5452
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6336
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
|
|
5453
6337
|
},
|
|
5454
6338
|
{
|
|
5455
6339
|
"fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
|
|
5456
|
-
"line":
|
|
6340
|
+
"line": 16,
|
|
5457
6341
|
"character": 13,
|
|
5458
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6342
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L16"
|
|
5459
6343
|
}
|
|
5460
6344
|
],
|
|
5461
6345
|
"type": {
|
|
@@ -5469,8 +6353,8 @@
|
|
|
5469
6353
|
"title": "Classes",
|
|
5470
6354
|
"children": [
|
|
5471
6355
|
24,
|
|
5472
|
-
|
|
5473
|
-
|
|
6356
|
+
127,
|
|
6357
|
+
197
|
|
5474
6358
|
]
|
|
5475
6359
|
},
|
|
5476
6360
|
{
|
|
@@ -5485,8 +6369,8 @@
|
|
|
5485
6369
|
19,
|
|
5486
6370
|
10,
|
|
5487
6371
|
11,
|
|
5488
|
-
|
|
5489
|
-
|
|
6372
|
+
192,
|
|
6373
|
+
191
|
|
5490
6374
|
]
|
|
5491
6375
|
},
|
|
5492
6376
|
{
|
|
@@ -5495,7 +6379,7 @@
|
|
|
5495
6379
|
1,
|
|
5496
6380
|
12,
|
|
5497
6381
|
18,
|
|
5498
|
-
|
|
6382
|
+
190
|
|
5499
6383
|
]
|
|
5500
6384
|
}
|
|
5501
6385
|
],
|
|
@@ -5504,7 +6388,7 @@
|
|
|
5504
6388
|
"fileName": "modules/packages/bridge/src/index.ts",
|
|
5505
6389
|
"line": 1,
|
|
5506
6390
|
"character": 0,
|
|
5507
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6391
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/bridge/src/index.ts#L1"
|
|
5508
6392
|
}
|
|
5509
6393
|
]
|
|
5510
6394
|
}
|