@bitgo/sdk-api 1.0.1-dev.1 → 1.0.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/.eslintignore +5 -0
- package/CHANGELOG.md +8 -0
- package/LICENSE +191 -0
- package/dist/package.json +12 -7
- package/dist/src/bitgoAPI.d.ts +144 -1
- package/dist/src/bitgoAPI.d.ts.map +1 -1
- package/dist/src/bitgoAPI.js +310 -3
- package/dist/src/types.d.ts +28 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +1 -1
- package/dist/tsconfig.tsbuildinfo +431 -445
- package/dist/web/main.js +1 -1
- package/dist/web/main.js.LICENSE.txt +0 -4
- package/package.json +12 -7
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"signature": "74509f8a70a8b22b270b84b4de334db5ab9dfd4b33eae21418dd6a0144828517",
|
|
557
557
|
"affectsGlobalScope": false
|
|
558
558
|
},
|
|
559
|
-
"../../sdk-core/dist/src/
|
|
559
|
+
"../../sdk-core/dist/src/bigojsError.d.ts": {
|
|
560
560
|
"version": "06b80be02f2da3ec8aba93c32cd97e22abc8577be6a80b6bc22bcea7c7079fd7",
|
|
561
561
|
"signature": "06b80be02f2da3ec8aba93c32cd97e22abc8577be6a80b6bc22bcea7c7079fd7",
|
|
562
562
|
"affectsGlobalScope": false
|
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"affectsGlobalScope": false
|
|
573
573
|
},
|
|
574
574
|
"../src/types.ts": {
|
|
575
|
-
"version": "
|
|
576
|
-
"signature": "
|
|
575
|
+
"version": "3ac57a43f0f85147b7a615f809e8ba6634cd0be619bdfa8ec7f7c33ce56ad0d6",
|
|
576
|
+
"signature": "a59a08b22cb4136ad93151f0b1e10ee2e5757ae0b8209282a8c01fc6ffac4029",
|
|
577
577
|
"affectsGlobalScope": false
|
|
578
578
|
},
|
|
579
579
|
"../../../node_modules/bip32/types/bip32.d.ts": {
|
|
@@ -591,6 +591,21 @@
|
|
|
591
591
|
"signature": "3dce33e7eb25594863b8e615f14a45ab98190d85953436750644212d8a18c066",
|
|
592
592
|
"affectsGlobalScope": false
|
|
593
593
|
},
|
|
594
|
+
"../../../node_modules/base-x/src/index.d.ts": {
|
|
595
|
+
"version": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
596
|
+
"signature": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
597
|
+
"affectsGlobalScope": false
|
|
598
|
+
},
|
|
599
|
+
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
600
|
+
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
601
|
+
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
602
|
+
"affectsGlobalScope": false
|
|
603
|
+
},
|
|
604
|
+
"../../../node_modules/bitcoinjs-message/index.d.ts": {
|
|
605
|
+
"version": "88957d2e3a59673392fea81daf51ac4ecc8018844280e0d99ad595994af8a010",
|
|
606
|
+
"signature": "88957d2e3a59673392fea81daf51ac4ecc8018844280e0d99ad595994af8a010",
|
|
607
|
+
"affectsGlobalScope": false
|
|
608
|
+
},
|
|
594
609
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts": {
|
|
595
610
|
"version": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
|
|
596
611
|
"signature": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
|
|
@@ -666,7 +681,7 @@
|
|
|
666
681
|
"signature": "a0f499bc2d4bee1d480dc670db36c4656beac3e93cabc68c27625484f549484d",
|
|
667
682
|
"affectsGlobalScope": false
|
|
668
683
|
},
|
|
669
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
684
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts": {
|
|
670
685
|
"version": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
|
|
671
686
|
"signature": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
|
|
672
687
|
"affectsGlobalScope": false
|
|
@@ -726,132 +741,132 @@
|
|
|
726
741
|
"signature": "9e278c765662847ae3711e917bce92d00fdb3724bf54cd3fcef5cb06039bd810",
|
|
727
742
|
"affectsGlobalScope": false
|
|
728
743
|
},
|
|
729
|
-
"
|
|
744
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts": {
|
|
730
745
|
"version": "3989b1217696c364f0515520fdb66396423c4a72ec38395e415b6e2909cdac30",
|
|
731
746
|
"signature": "3989b1217696c364f0515520fdb66396423c4a72ec38395e415b6e2909cdac30",
|
|
732
747
|
"affectsGlobalScope": false
|
|
733
748
|
},
|
|
734
|
-
"
|
|
749
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts": {
|
|
735
750
|
"version": "45b32ec049b993b86438d72c69a89297edde3ec1ecf0fd25c22c39aec9e7ec32",
|
|
736
751
|
"signature": "45b32ec049b993b86438d72c69a89297edde3ec1ecf0fd25c22c39aec9e7ec32",
|
|
737
752
|
"affectsGlobalScope": false
|
|
738
753
|
},
|
|
739
|
-
"
|
|
754
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts": {
|
|
740
755
|
"version": "b75907349e7621c0af4b0725cd272038d086e879cb5db399e278c5b5ef7f9a7d",
|
|
741
756
|
"signature": "b75907349e7621c0af4b0725cd272038d086e879cb5db399e278c5b5ef7f9a7d",
|
|
742
757
|
"affectsGlobalScope": false
|
|
743
758
|
},
|
|
744
|
-
"
|
|
759
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
|
|
745
760
|
"version": "5d9e513b609f35338bbf8cc5fd267e87a22a6841d7b51155933a6397274be0cd",
|
|
746
761
|
"signature": "5d9e513b609f35338bbf8cc5fd267e87a22a6841d7b51155933a6397274be0cd",
|
|
747
762
|
"affectsGlobalScope": false
|
|
748
763
|
},
|
|
749
|
-
"
|
|
764
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts": {
|
|
750
765
|
"version": "c80a3282e2f7468049fc54772a381ef4253ec271a07a4a1eb0207444611244b2",
|
|
751
766
|
"signature": "c80a3282e2f7468049fc54772a381ef4253ec271a07a4a1eb0207444611244b2",
|
|
752
767
|
"affectsGlobalScope": false
|
|
753
768
|
},
|
|
754
|
-
"
|
|
769
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts": {
|
|
755
770
|
"version": "770ba645782e35f9931fc9480d101c70071ff454c1e2cb44bbc5748acd970359",
|
|
756
771
|
"signature": "770ba645782e35f9931fc9480d101c70071ff454c1e2cb44bbc5748acd970359",
|
|
757
772
|
"affectsGlobalScope": false
|
|
758
773
|
},
|
|
759
|
-
"
|
|
774
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": {
|
|
760
775
|
"version": "7d07e12a150bd9cc9b2b6b5cb19b617592765c7985f9ea44c190aa2ea4b13d6d",
|
|
761
776
|
"signature": "7d07e12a150bd9cc9b2b6b5cb19b617592765c7985f9ea44c190aa2ea4b13d6d",
|
|
762
777
|
"affectsGlobalScope": false
|
|
763
778
|
},
|
|
764
|
-
"
|
|
779
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts": {
|
|
765
780
|
"version": "bdbc1fe8fed03ae6acf7274328e83816c8aba843b7734990c493ec6d452f375b",
|
|
766
781
|
"signature": "bdbc1fe8fed03ae6acf7274328e83816c8aba843b7734990c493ec6d452f375b",
|
|
767
782
|
"affectsGlobalScope": false
|
|
768
783
|
},
|
|
769
|
-
"
|
|
784
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts": {
|
|
770
785
|
"version": "337a230c1ee72b89fadd200d272073004103a902a1325e224eaaf913493ffa07",
|
|
771
786
|
"signature": "337a230c1ee72b89fadd200d272073004103a902a1325e224eaaf913493ffa07",
|
|
772
787
|
"affectsGlobalScope": false
|
|
773
788
|
},
|
|
774
|
-
"
|
|
789
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts": {
|
|
775
790
|
"version": "caa570ba6cc0cd7c09c4746d1784eaae721ee0d4a84baf9f417656bd3478c8c6",
|
|
776
791
|
"signature": "caa570ba6cc0cd7c09c4746d1784eaae721ee0d4a84baf9f417656bd3478c8c6",
|
|
777
792
|
"affectsGlobalScope": false
|
|
778
793
|
},
|
|
779
|
-
"
|
|
794
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts": {
|
|
780
795
|
"version": "c6d3f3f9e408cfa906a40ff74613d18ad3d1067e1ab7c5503164c6304d7c29ca",
|
|
781
796
|
"signature": "c6d3f3f9e408cfa906a40ff74613d18ad3d1067e1ab7c5503164c6304d7c29ca",
|
|
782
797
|
"affectsGlobalScope": false
|
|
783
798
|
},
|
|
784
|
-
"
|
|
799
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts": {
|
|
785
800
|
"version": "11610e3b4303ccfa245e74447ea6821de40ce9691f2a653c1424a4b7c2bdd64c",
|
|
786
801
|
"signature": "11610e3b4303ccfa245e74447ea6821de40ce9691f2a653c1424a4b7c2bdd64c",
|
|
787
802
|
"affectsGlobalScope": false
|
|
788
803
|
},
|
|
789
|
-
"
|
|
804
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts": {
|
|
790
805
|
"version": "5ab36158c4f53de85c28c91d33cc78f66248b2ce09456404b647ed822eb211fa",
|
|
791
806
|
"signature": "5ab36158c4f53de85c28c91d33cc78f66248b2ce09456404b647ed822eb211fa",
|
|
792
807
|
"affectsGlobalScope": false
|
|
793
808
|
},
|
|
794
|
-
"
|
|
809
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts": {
|
|
795
810
|
"version": "fd88385eddbc39f5ed5e075ba79916a499d1f54c3af35f673091c7560fca2d73",
|
|
796
811
|
"signature": "fd88385eddbc39f5ed5e075ba79916a499d1f54c3af35f673091c7560fca2d73",
|
|
797
812
|
"affectsGlobalScope": false
|
|
798
813
|
},
|
|
799
|
-
"
|
|
814
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts": {
|
|
800
815
|
"version": "94c380303f397e6b7b755a34587e5c1fb9cbd2cab71c18f2eb92eb03dcfdda51",
|
|
801
816
|
"signature": "94c380303f397e6b7b755a34587e5c1fb9cbd2cab71c18f2eb92eb03dcfdda51",
|
|
802
817
|
"affectsGlobalScope": false
|
|
803
818
|
},
|
|
804
|
-
"
|
|
819
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts": {
|
|
805
820
|
"version": "783452fbde062c5f5659db5e53f728e3fec8c3fe2883c846771ad8c3b8d54b58",
|
|
806
821
|
"signature": "783452fbde062c5f5659db5e53f728e3fec8c3fe2883c846771ad8c3b8d54b58",
|
|
807
822
|
"affectsGlobalScope": false
|
|
808
823
|
},
|
|
809
|
-
"
|
|
824
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts": {
|
|
810
825
|
"version": "574eb3378daa80e1fdeb1548684419b9953ffc12df979e7cc2bfb831f5fd40b9",
|
|
811
826
|
"signature": "574eb3378daa80e1fdeb1548684419b9953ffc12df979e7cc2bfb831f5fd40b9",
|
|
812
827
|
"affectsGlobalScope": false
|
|
813
828
|
},
|
|
814
|
-
"
|
|
829
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts": {
|
|
815
830
|
"version": "0d8d863dc5109215a9abfd16b17d7425771b10e876c14dac2826279e184d6cc2",
|
|
816
831
|
"signature": "0d8d863dc5109215a9abfd16b17d7425771b10e876c14dac2826279e184d6cc2",
|
|
817
832
|
"affectsGlobalScope": false
|
|
818
833
|
},
|
|
819
|
-
"
|
|
834
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts": {
|
|
820
835
|
"version": "baa0a6e0935d6faadc282ed9be3766ea3188439680c5c5abd5ab6335287ba16d",
|
|
821
836
|
"signature": "baa0a6e0935d6faadc282ed9be3766ea3188439680c5c5abd5ab6335287ba16d",
|
|
822
837
|
"affectsGlobalScope": false
|
|
823
838
|
},
|
|
824
|
-
"
|
|
839
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": {
|
|
825
840
|
"version": "0c3690f41f11876e5682dbfe24dd9a40f2c7cd6fdf1426c6eaebf7532fcbeb15",
|
|
826
841
|
"signature": "0c3690f41f11876e5682dbfe24dd9a40f2c7cd6fdf1426c6eaebf7532fcbeb15",
|
|
827
842
|
"affectsGlobalScope": false
|
|
828
843
|
},
|
|
829
|
-
"
|
|
844
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts": {
|
|
830
845
|
"version": "e8433a064976c584a4a691556f442e8282eec9e679828de9ed804ea0ceda38c3",
|
|
831
846
|
"signature": "e8433a064976c584a4a691556f442e8282eec9e679828de9ed804ea0ceda38c3",
|
|
832
847
|
"affectsGlobalScope": false
|
|
833
848
|
},
|
|
834
|
-
"
|
|
849
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts": {
|
|
835
850
|
"version": "6cb001d134345712b1ab8ee294dc16685d1f5b248802a7223b7e47e4332655fc",
|
|
836
851
|
"signature": "6cb001d134345712b1ab8ee294dc16685d1f5b248802a7223b7e47e4332655fc",
|
|
837
852
|
"affectsGlobalScope": false
|
|
838
853
|
},
|
|
839
|
-
"
|
|
854
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts": {
|
|
840
855
|
"version": "e64cd28ea26ff530e8595d1ff8eecec5d42ab93df1c2ae1ba9f1a930f668a6a1",
|
|
841
856
|
"signature": "e64cd28ea26ff530e8595d1ff8eecec5d42ab93df1c2ae1ba9f1a930f668a6a1",
|
|
842
857
|
"affectsGlobalScope": false
|
|
843
858
|
},
|
|
844
|
-
"
|
|
859
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts": {
|
|
845
860
|
"version": "35b4034b25c8d254cff12177c18f5112a878d9fec4b2149ed677bff381b2819d",
|
|
846
861
|
"signature": "35b4034b25c8d254cff12177c18f5112a878d9fec4b2149ed677bff381b2819d",
|
|
847
862
|
"affectsGlobalScope": false
|
|
848
863
|
},
|
|
849
|
-
"
|
|
864
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts": {
|
|
850
865
|
"version": "a65546ad2f2624eb4cb1b91f2d65a1c8b36f23235f3218d890755fe122df37a8",
|
|
851
866
|
"signature": "a65546ad2f2624eb4cb1b91f2d65a1c8b36f23235f3218d890755fe122df37a8",
|
|
852
867
|
"affectsGlobalScope": false
|
|
853
868
|
},
|
|
854
|
-
"
|
|
869
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts": {
|
|
855
870
|
"version": "e5fcb871ede087c010863ffe1368f2d08dcf222bdfc56e70df740444b8fc8112",
|
|
856
871
|
"signature": "e5fcb871ede087c010863ffe1368f2d08dcf222bdfc56e70df740444b8fc8112",
|
|
857
872
|
"affectsGlobalScope": false
|
|
@@ -861,13 +876,8 @@
|
|
|
861
876
|
"signature": "3184a3b4299fb67057f39d97ab56c1e52fd04519a7c135f89b431e6c05eac5cb",
|
|
862
877
|
"affectsGlobalScope": false
|
|
863
878
|
},
|
|
864
|
-
"../../../node_modules/moment/ts3.1-typings/moment.d.ts": {
|
|
865
|
-
"version": "f97edc4d3b4dd0b32766e9633086497565c37657fb591cc84a35864db4bc2fc5",
|
|
866
|
-
"signature": "f97edc4d3b4dd0b32766e9633086497565c37657fb591cc84a35864db4bc2fc5",
|
|
867
|
-
"affectsGlobalScope": false
|
|
868
|
-
},
|
|
869
879
|
"../package.json": {
|
|
870
|
-
"version": "
|
|
880
|
+
"version": "cb35cf2675fa94e9fffcdeef23d8d3aac58689cd95d4757dce7affef6f30607b",
|
|
871
881
|
"affectsGlobalScope": true
|
|
872
882
|
},
|
|
873
883
|
"../src/encrypt.ts": {
|
|
@@ -880,9 +890,9 @@
|
|
|
880
890
|
"signature": "6878b6fd40ced2ce0136a94b27ad7feffdb872aaa57eb7a1d49ca0472584be1d",
|
|
881
891
|
"affectsGlobalScope": false
|
|
882
892
|
},
|
|
883
|
-
"../src/
|
|
884
|
-
"version": "
|
|
885
|
-
"signature": "
|
|
893
|
+
"../src/bitgoAPI.ts": {
|
|
894
|
+
"version": "d9b1edab620878916d1caa29efebd28a7ad14a7741839da91080a3a74da24792",
|
|
895
|
+
"signature": "c697aa6ea0aed985f6c9e7be8b2fdec46a0e17a1fc498bb88c8538e6d87b2194",
|
|
886
896
|
"affectsGlobalScope": false
|
|
887
897
|
},
|
|
888
898
|
"../src/api.ts": {
|
|
@@ -955,16 +965,6 @@
|
|
|
955
965
|
"signature": "afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90",
|
|
956
966
|
"affectsGlobalScope": false
|
|
957
967
|
},
|
|
958
|
-
"../../../node_modules/base-x/src/index.d.ts": {
|
|
959
|
-
"version": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
960
|
-
"signature": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
961
|
-
"affectsGlobalScope": false
|
|
962
|
-
},
|
|
963
|
-
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
964
|
-
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
965
|
-
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
966
|
-
"affectsGlobalScope": false
|
|
967
|
-
},
|
|
968
968
|
"../../../node_modules/@types/country-data/index.d.ts": {
|
|
969
969
|
"version": "961162d2c2a86091832002f61b810676411eff71be20cfc5676f6e90b07b8235",
|
|
970
970
|
"signature": "961162d2c2a86091832002f61b810676411eff71be20cfc5676f6e90b07b8235",
|
|
@@ -1251,21 +1251,6 @@
|
|
|
1251
1251
|
"../node_modules/@types",
|
|
1252
1252
|
"../../../node_modules/@types"
|
|
1253
1253
|
],
|
|
1254
|
-
"paths": {
|
|
1255
|
-
"@bitgo/sdk-api": [
|
|
1256
|
-
"modules/sdk-api/src/index"
|
|
1257
|
-
],
|
|
1258
|
-
"@bitgo/sdk-core": [
|
|
1259
|
-
"modules/sdk-core/src/index"
|
|
1260
|
-
],
|
|
1261
|
-
"@bitgo/utxo-lib": [
|
|
1262
|
-
"modules/utxo-lib/src/index"
|
|
1263
|
-
],
|
|
1264
|
-
"@bitgo/statics": [
|
|
1265
|
-
"modules/statics/src/index"
|
|
1266
|
-
]
|
|
1267
|
-
},
|
|
1268
|
-
"pathsBasePath": "/Users/aaronloe/Sources/BitGoJS",
|
|
1269
1254
|
"outDir": "./",
|
|
1270
1255
|
"rootDir": "..",
|
|
1271
1256
|
"esModuleInterop": false,
|
|
@@ -1273,6 +1258,182 @@
|
|
|
1273
1258
|
"configFilePath": "../tsconfig.json"
|
|
1274
1259
|
},
|
|
1275
1260
|
"referencedMap": {
|
|
1261
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts": [
|
|
1262
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1263
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1264
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
1265
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1266
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1267
|
+
],
|
|
1268
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts": [
|
|
1269
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1270
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1271
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1272
|
+
],
|
|
1273
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts": [
|
|
1274
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1275
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1276
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1277
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1278
|
+
],
|
|
1279
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": [
|
|
1280
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1281
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1282
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1283
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1284
|
+
],
|
|
1285
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts": [
|
|
1286
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1287
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1288
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1289
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1290
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1291
|
+
],
|
|
1292
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts": [
|
|
1293
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1294
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1295
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1296
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1297
|
+
],
|
|
1298
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts": [
|
|
1299
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1300
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1301
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1302
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1303
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts",
|
|
1304
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1305
|
+
],
|
|
1306
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts": [
|
|
1307
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1308
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts",
|
|
1309
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts"
|
|
1310
|
+
],
|
|
1311
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts": [
|
|
1312
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1313
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
1314
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1315
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1316
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts",
|
|
1317
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts",
|
|
1318
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts",
|
|
1319
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
1320
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
1321
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
1322
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1323
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts",
|
|
1324
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts"
|
|
1325
|
+
],
|
|
1326
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts": [
|
|
1327
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1328
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1329
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1330
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1331
|
+
],
|
|
1332
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts": [
|
|
1333
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1334
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1335
|
+
],
|
|
1336
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts": [
|
|
1337
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1338
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1339
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1340
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1341
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
1342
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1343
|
+
],
|
|
1344
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts": [
|
|
1345
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1346
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1347
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
1348
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1349
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1350
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1351
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
1352
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1353
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1354
|
+
],
|
|
1355
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts": [
|
|
1356
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1357
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1358
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1359
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1360
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1361
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1362
|
+
],
|
|
1363
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts": [
|
|
1364
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1365
|
+
],
|
|
1366
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": [
|
|
1367
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1368
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
1369
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1370
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1371
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1372
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
1373
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
1374
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts"
|
|
1375
|
+
],
|
|
1376
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts": [
|
|
1377
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1378
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1379
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
1380
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts"
|
|
1381
|
+
],
|
|
1382
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts": [
|
|
1383
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1384
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts",
|
|
1385
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
1386
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
1387
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1388
|
+
],
|
|
1389
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts": [
|
|
1390
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1391
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
1392
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1393
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts"
|
|
1394
|
+
],
|
|
1395
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts": [
|
|
1396
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1397
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts"
|
|
1398
|
+
],
|
|
1399
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts": [
|
|
1400
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1401
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts",
|
|
1402
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
1403
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts",
|
|
1404
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
1405
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts"
|
|
1406
|
+
],
|
|
1407
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts": [
|
|
1408
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1409
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1410
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
1411
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1412
|
+
],
|
|
1413
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts": [
|
|
1414
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
1415
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1416
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1417
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
1418
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts",
|
|
1419
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1420
|
+
],
|
|
1421
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts": [
|
|
1422
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1423
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts",
|
|
1424
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts"
|
|
1425
|
+
],
|
|
1426
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts": [
|
|
1427
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1428
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1429
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts",
|
|
1430
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts",
|
|
1431
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts",
|
|
1432
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
1433
|
+
],
|
|
1434
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts": [
|
|
1435
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1436
|
+
],
|
|
1276
1437
|
"../package.json": [
|
|
1277
1438
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1278
1439
|
],
|
|
@@ -1283,13 +1444,14 @@
|
|
|
1283
1444
|
"../../../node_modules/@types/node/url.d.ts",
|
|
1284
1445
|
"../../../node_modules/@types/node/util.d.ts",
|
|
1285
1446
|
"../../../node_modules/@types/superagent/index.d.ts",
|
|
1286
|
-
"../src/
|
|
1447
|
+
"../src/bitgoAPI.ts",
|
|
1287
1448
|
"../src/types.ts"
|
|
1288
1449
|
],
|
|
1289
1450
|
"../src/bip32path.ts": [
|
|
1290
1451
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1291
1452
|
],
|
|
1292
|
-
"../src/
|
|
1453
|
+
"../src/bitgoAPI.ts": [
|
|
1454
|
+
"../../../node_modules/@types/bs58/index.d.ts",
|
|
1293
1455
|
"../../../node_modules/@types/debug/index.d.ts",
|
|
1294
1456
|
"../../../node_modules/@types/lodash/index.d.ts",
|
|
1295
1457
|
"../../../node_modules/@types/node/crypto.d.ts",
|
|
@@ -1298,9 +1460,9 @@
|
|
|
1298
1460
|
"../../../node_modules/@types/secp256k1/index.d.ts",
|
|
1299
1461
|
"../../../node_modules/@types/superagent/index.d.ts",
|
|
1300
1462
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
1301
|
-
"../../../node_modules/
|
|
1463
|
+
"../../../node_modules/bitcoinjs-message/index.d.ts",
|
|
1302
1464
|
"../../sdk-core/dist/src/index.d.ts",
|
|
1303
|
-
"
|
|
1465
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts",
|
|
1304
1466
|
"../package.json",
|
|
1305
1467
|
"../src/api.ts",
|
|
1306
1468
|
"../src/bip32path.ts",
|
|
@@ -1316,7 +1478,7 @@
|
|
|
1316
1478
|
"../../../node_modules/@types/node/util.d.ts",
|
|
1317
1479
|
"../src/api.ts",
|
|
1318
1480
|
"../src/bip32path.ts",
|
|
1319
|
-
"../src/
|
|
1481
|
+
"../src/bitgoAPI.ts",
|
|
1320
1482
|
"../src/encrypt.ts",
|
|
1321
1483
|
"../src/types.ts",
|
|
1322
1484
|
"../src/util.ts"
|
|
@@ -1328,9 +1490,9 @@
|
|
|
1328
1490
|
"../src/util.ts": [
|
|
1329
1491
|
"../../../node_modules/@types/node/util.d.ts",
|
|
1330
1492
|
"../../sdk-core/dist/src/index.d.ts",
|
|
1331
|
-
"
|
|
1493
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
1332
1494
|
],
|
|
1333
|
-
"../../sdk-core/dist/src/
|
|
1495
|
+
"../../sdk-core/dist/src/bigojsError.d.ts": [
|
|
1334
1496
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1335
1497
|
],
|
|
1336
1498
|
"../../sdk-core/dist/src/common.d.ts": [
|
|
@@ -1339,7 +1501,7 @@
|
|
|
1339
1501
|
],
|
|
1340
1502
|
"../../sdk-core/dist/src/index.d.ts": [
|
|
1341
1503
|
"../../../node_modules/@types/node/util.d.ts",
|
|
1342
|
-
"../../sdk-core/dist/src/
|
|
1504
|
+
"../../sdk-core/dist/src/bigojsError.d.ts",
|
|
1343
1505
|
"../../sdk-core/dist/src/common.d.ts",
|
|
1344
1506
|
"../../sdk-core/dist/src/v2/index.d.ts"
|
|
1345
1507
|
],
|
|
@@ -1355,182 +1517,6 @@
|
|
|
1355
1517
|
"../../sdk-core/dist/src/v2/types.d.ts": [
|
|
1356
1518
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1357
1519
|
],
|
|
1358
|
-
"../../utxo-lib/dist/src/address.d.ts": [
|
|
1359
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1360
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1361
|
-
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
1362
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1363
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1364
|
-
],
|
|
1365
|
-
"../../utxo-lib/dist/src/addressformat.d.ts": [
|
|
1366
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1367
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1368
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1369
|
-
],
|
|
1370
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts": [
|
|
1371
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1372
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1373
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1374
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1375
|
-
],
|
|
1376
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts": [
|
|
1377
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1378
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1379
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1380
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
|
|
1381
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1382
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1383
|
-
],
|
|
1384
|
-
"../../utxo-lib/dist/src/bitgo/dash/index.d.ts": [
|
|
1385
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1386
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
|
|
1387
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts"
|
|
1388
|
-
],
|
|
1389
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts": [
|
|
1390
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1391
|
-
"../../utxo-lib/dist/src/bitgo/dash/index.d.ts",
|
|
1392
|
-
"../../utxo-lib/dist/src/bitgo/keyutil.d.ts",
|
|
1393
|
-
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
|
|
1394
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
1395
|
-
"../../utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
1396
|
-
"../../utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
1397
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1398
|
-
"../../utxo-lib/dist/src/bitgo/unspent.d.ts",
|
|
1399
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1400
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1401
|
-
"../../utxo-lib/dist/src/bitgo/wallet/index.d.ts",
|
|
1402
|
-
"../../utxo-lib/dist/src/bitgo/zcash/index.d.ts"
|
|
1403
|
-
],
|
|
1404
|
-
"../../utxo-lib/dist/src/bitgo/keyutil.d.ts": [
|
|
1405
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1406
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1407
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1408
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1409
|
-
],
|
|
1410
|
-
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": [
|
|
1411
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1412
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1413
|
-
],
|
|
1414
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": [
|
|
1415
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1416
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1417
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1418
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1419
|
-
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
1420
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1421
|
-
],
|
|
1422
|
-
"../../utxo-lib/dist/src/bitgo/signature.d.ts": [
|
|
1423
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1424
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1425
|
-
"../../../node_modules/bip32/types/index.d.ts",
|
|
1426
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1427
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
1428
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1429
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1430
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1431
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1432
|
-
],
|
|
1433
|
-
"../../utxo-lib/dist/src/bitgo/transaction.d.ts": [
|
|
1434
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1435
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1436
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1437
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1438
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1439
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1440
|
-
],
|
|
1441
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts": [
|
|
1442
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
1443
|
-
],
|
|
1444
|
-
"../../utxo-lib/dist/src/bitgo/unspent.d.ts": [
|
|
1445
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1446
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1447
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1448
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1449
|
-
],
|
|
1450
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts": [
|
|
1451
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1452
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1453
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1454
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1455
|
-
],
|
|
1456
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts": [
|
|
1457
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1458
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1459
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1460
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1461
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1462
|
-
],
|
|
1463
|
-
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": [
|
|
1464
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1465
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts"
|
|
1466
|
-
],
|
|
1467
|
-
"../../utxo-lib/dist/src/bitgo/wallet/index.d.ts": [
|
|
1468
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1469
|
-
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
1470
|
-
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
|
|
1471
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
1472
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts",
|
|
1473
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
1474
|
-
],
|
|
1475
|
-
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts": [
|
|
1476
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1477
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1478
|
-
"../../utxo-lib/dist/src/bitgo/unspent.d.ts",
|
|
1479
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1480
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1481
|
-
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
1482
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
1483
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
1484
|
-
],
|
|
1485
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts": [
|
|
1486
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1487
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1488
|
-
"../../../node_modules/bip32/types/index.d.ts",
|
|
1489
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts"
|
|
1490
|
-
],
|
|
1491
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts": [
|
|
1492
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1493
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
1494
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
1495
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
1496
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1497
|
-
],
|
|
1498
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts": [
|
|
1499
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1500
|
-
"../../../node_modules/bip32/types/index.d.ts",
|
|
1501
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
1502
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts"
|
|
1503
|
-
],
|
|
1504
|
-
"../../utxo-lib/dist/src/bitgo/zcash/index.d.ts": [
|
|
1505
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1506
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
|
|
1507
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts"
|
|
1508
|
-
],
|
|
1509
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts": [
|
|
1510
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1511
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1512
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
1513
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1514
|
-
],
|
|
1515
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts": [
|
|
1516
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
1517
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1518
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1519
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
1520
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
|
|
1521
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
1522
|
-
],
|
|
1523
|
-
"../../utxo-lib/dist/src/index.d.ts": [
|
|
1524
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
1525
|
-
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1526
|
-
"../../utxo-lib/dist/src/address.d.ts",
|
|
1527
|
-
"../../utxo-lib/dist/src/addressformat.d.ts",
|
|
1528
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
1529
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
1530
|
-
],
|
|
1531
|
-
"../../utxo-lib/dist/src/networks.d.ts": [
|
|
1532
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
1533
|
-
],
|
|
1534
1520
|
"../../../node_modules/@types/archy/index.d.ts": [
|
|
1535
1521
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1536
1522
|
],
|
|
@@ -2373,7 +2359,7 @@
|
|
|
2373
2359
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2374
2360
|
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
2375
2361
|
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
2376
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
2362
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts",
|
|
2377
2363
|
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
2378
2364
|
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
2379
2365
|
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
@@ -2442,7 +2428,7 @@
|
|
|
2442
2428
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2443
2429
|
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
2444
2430
|
],
|
|
2445
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
2431
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts": [
|
|
2446
2432
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2447
2433
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2448
2434
|
],
|
|
@@ -2476,6 +2462,9 @@
|
|
|
2476
2462
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2477
2463
|
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
2478
2464
|
],
|
|
2465
|
+
"../../../node_modules/bitcoinjs-message/index.d.ts": [
|
|
2466
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2467
|
+
],
|
|
2479
2468
|
"../../../node_modules/buffer/index.d.ts": [
|
|
2480
2469
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2481
2470
|
],
|
|
@@ -2485,9 +2474,6 @@
|
|
|
2485
2474
|
"../../../node_modules/@types/node/stream.d.ts",
|
|
2486
2475
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2487
2476
|
],
|
|
2488
|
-
"../../../node_modules/moment/ts3.1-typings/moment.d.ts": [
|
|
2489
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
2490
|
-
],
|
|
2491
2477
|
"../../../node_modules/should/should.d.ts": [
|
|
2492
2478
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2493
2479
|
],
|
|
@@ -2625,231 +2611,231 @@
|
|
|
2625
2611
|
]
|
|
2626
2612
|
},
|
|
2627
2613
|
"exportedModulesMap": {
|
|
2628
|
-
"../src/
|
|
2629
|
-
"../../../node_modules/@types/
|
|
2630
|
-
"../src/bitgoapi.ts",
|
|
2631
|
-
"../src/types.ts"
|
|
2632
|
-
],
|
|
2633
|
-
"../src/bitgoapi.ts": [
|
|
2634
|
-
"../../sdk-core/dist/src/index.d.ts",
|
|
2635
|
-
"../../utxo-lib/dist/src/index.d.ts",
|
|
2636
|
-
"../src/api.ts",
|
|
2637
|
-
"../src/types.ts"
|
|
2638
|
-
],
|
|
2639
|
-
"../src/index.ts": [
|
|
2640
|
-
"../src/api.ts",
|
|
2641
|
-
"../src/bip32path.ts",
|
|
2642
|
-
"../src/bitgoapi.ts",
|
|
2643
|
-
"../src/encrypt.ts",
|
|
2644
|
-
"../src/types.ts",
|
|
2645
|
-
"../src/util.ts"
|
|
2646
|
-
],
|
|
2647
|
-
"../src/types.ts": [
|
|
2648
|
-
"../../sdk-core/dist/src/index.d.ts"
|
|
2649
|
-
],
|
|
2650
|
-
"../src/util.ts": [
|
|
2651
|
-
"../../sdk-core/dist/src/index.d.ts",
|
|
2652
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
2653
|
-
],
|
|
2654
|
-
"../../sdk-core/dist/src/bigojserror.d.ts": [
|
|
2655
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
2656
|
-
],
|
|
2657
|
-
"../../sdk-core/dist/src/common.d.ts": [
|
|
2658
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
2659
|
-
"../../sdk-core/dist/src/v2/index.d.ts"
|
|
2660
|
-
],
|
|
2661
|
-
"../../sdk-core/dist/src/index.d.ts": [
|
|
2614
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts": [
|
|
2615
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2662
2616
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2617
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
2618
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2619
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2666
2620
|
],
|
|
2667
|
-
"
|
|
2621
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts": [
|
|
2622
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2668
2623
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2669
|
-
"
|
|
2624
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2670
2625
|
],
|
|
2671
|
-
"
|
|
2626
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts": [
|
|
2627
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2672
2628
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2675
|
-
],
|
|
2676
|
-
"../../sdk-core/dist/src/v2/types.d.ts": [
|
|
2677
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
2629
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2630
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2678
2631
|
],
|
|
2679
|
-
"
|
|
2632
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": [
|
|
2680
2633
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2681
2634
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2682
|
-
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
2683
2635
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2684
|
-
"
|
|
2636
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2685
2637
|
],
|
|
2686
|
-
"
|
|
2638
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts": [
|
|
2687
2639
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2688
2640
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2689
|
-
"
|
|
2641
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2642
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2643
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2690
2644
|
],
|
|
2691
|
-
"
|
|
2645
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts": [
|
|
2692
2646
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2693
2647
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2694
|
-
"
|
|
2695
|
-
"
|
|
2648
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2649
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2696
2650
|
],
|
|
2697
|
-
"
|
|
2651
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts": [
|
|
2698
2652
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2699
2653
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2700
2654
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2704
|
-
],
|
|
2705
|
-
"
|
|
2706
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2709
|
-
],
|
|
2710
|
-
"
|
|
2711
|
-
"../../../node_modules/@types/node/util.d.ts",
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2715
|
-
"
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"
|
|
2724
|
-
],
|
|
2725
|
-
"
|
|
2655
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2656
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts",
|
|
2657
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2658
|
+
],
|
|
2659
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts": [
|
|
2660
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2661
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts",
|
|
2662
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts"
|
|
2663
|
+
],
|
|
2664
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts": [
|
|
2665
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2666
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
2667
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2668
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2669
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts",
|
|
2670
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts",
|
|
2671
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts",
|
|
2672
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
2673
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
2674
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
2675
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
2676
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts",
|
|
2677
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts"
|
|
2678
|
+
],
|
|
2679
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts": [
|
|
2726
2680
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2727
2681
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2728
2682
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2729
|
-
"
|
|
2683
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2730
2684
|
],
|
|
2731
|
-
"
|
|
2685
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts": [
|
|
2732
2686
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2733
|
-
"
|
|
2687
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2734
2688
|
],
|
|
2735
|
-
"
|
|
2689
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts": [
|
|
2736
2690
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2737
2691
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2738
2692
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2741
|
-
"
|
|
2693
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
2694
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
2695
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2742
2696
|
],
|
|
2743
|
-
"
|
|
2697
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts": [
|
|
2744
2698
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2745
2699
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2746
2700
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
2747
2701
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2702
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2703
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2704
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
2705
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
2706
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2753
2707
|
],
|
|
2754
|
-
"
|
|
2708
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts": [
|
|
2755
2709
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2756
2710
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2757
2711
|
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2758
|
-
"
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2712
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2713
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2714
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2761
2715
|
],
|
|
2762
|
-
"
|
|
2716
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts": [
|
|
2763
2717
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2764
2718
|
],
|
|
2765
|
-
"
|
|
2766
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
2719
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": [
|
|
2767
2720
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2721
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
2722
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2723
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2724
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
2725
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
2726
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
2727
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts"
|
|
2770
2728
|
],
|
|
2771
|
-
"
|
|
2729
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts": [
|
|
2772
2730
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2773
2731
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2774
|
-
"../../../node_modules/
|
|
2775
|
-
"
|
|
2732
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
2733
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts"
|
|
2776
2734
|
],
|
|
2777
|
-
"
|
|
2778
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
2735
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts": [
|
|
2779
2736
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2780
|
-
"
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2737
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts",
|
|
2738
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
2739
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
2740
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2783
2741
|
],
|
|
2784
|
-
"
|
|
2742
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts": [
|
|
2785
2743
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2786
|
-
"
|
|
2744
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
2745
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
2746
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts"
|
|
2787
2747
|
],
|
|
2788
|
-
"
|
|
2748
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts": [
|
|
2789
2749
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2790
|
-
"
|
|
2791
|
-
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
|
|
2792
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
2793
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts",
|
|
2794
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
2750
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts"
|
|
2795
2751
|
],
|
|
2796
|
-
"
|
|
2752
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts": [
|
|
2797
2753
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2803
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
2804
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
|
|
2754
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts",
|
|
2755
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
2756
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts",
|
|
2757
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
2758
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts"
|
|
2805
2759
|
],
|
|
2806
|
-
"
|
|
2760
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts": [
|
|
2807
2761
|
"../../../node_modules/@types/node/index.d.ts",
|
|
2808
2762
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2809
|
-
"
|
|
2810
|
-
"
|
|
2763
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
2764
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2811
2765
|
],
|
|
2812
|
-
"
|
|
2766
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts": [
|
|
2767
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2813
2768
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2814
|
-
"
|
|
2815
|
-
"
|
|
2816
|
-
"
|
|
2817
|
-
"
|
|
2769
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2770
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
2771
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts",
|
|
2772
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts"
|
|
2818
2773
|
],
|
|
2819
|
-
"
|
|
2774
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts": [
|
|
2820
2775
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts"
|
|
2776
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts",
|
|
2777
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts"
|
|
2824
2778
|
],
|
|
2825
|
-
"
|
|
2779
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts": [
|
|
2826
2780
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2827
|
-
"
|
|
2828
|
-
"
|
|
2781
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2782
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts",
|
|
2783
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts",
|
|
2784
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts",
|
|
2785
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts"
|
|
2829
2786
|
],
|
|
2830
|
-
"
|
|
2831
|
-
"../../../node_modules/@types/node/
|
|
2787
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts": [
|
|
2788
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2789
|
+
],
|
|
2790
|
+
"../src/api.ts": [
|
|
2791
|
+
"../../../node_modules/@types/superagent/index.d.ts",
|
|
2792
|
+
"../src/bitgoAPI.ts",
|
|
2793
|
+
"../src/types.ts"
|
|
2794
|
+
],
|
|
2795
|
+
"../src/bitgoAPI.ts": [
|
|
2796
|
+
"../../sdk-core/dist/src/index.d.ts",
|
|
2797
|
+
"../../utxo-lib/dist/src/index.d.ts",
|
|
2798
|
+
"../src/api.ts",
|
|
2799
|
+
"../src/types.ts"
|
|
2800
|
+
],
|
|
2801
|
+
"../src/index.ts": [
|
|
2802
|
+
"../src/api.ts",
|
|
2803
|
+
"../src/bip32path.ts",
|
|
2804
|
+
"../src/bitgoAPI.ts",
|
|
2805
|
+
"../src/encrypt.ts",
|
|
2806
|
+
"../src/types.ts",
|
|
2807
|
+
"../src/util.ts"
|
|
2808
|
+
],
|
|
2809
|
+
"../src/types.ts": [
|
|
2810
|
+
"../../sdk-core/dist/src/index.d.ts"
|
|
2811
|
+
],
|
|
2812
|
+
"../src/util.ts": [
|
|
2813
|
+
"../../sdk-core/dist/src/index.d.ts",
|
|
2814
|
+
"../../utxo-lib/dist/src/index.d.ts"
|
|
2815
|
+
],
|
|
2816
|
+
"../../sdk-core/dist/src/bigojsError.d.ts": [
|
|
2817
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2818
|
+
],
|
|
2819
|
+
"../../sdk-core/dist/src/common.d.ts": [
|
|
2832
2820
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2833
|
-
"../../
|
|
2834
|
-
"../../utxo-lib/dist/src/networks.d.ts"
|
|
2821
|
+
"../../sdk-core/dist/src/v2/index.d.ts"
|
|
2835
2822
|
],
|
|
2836
|
-
"../../
|
|
2837
|
-
"../../../node_modules/@types/node/index.d.ts",
|
|
2823
|
+
"../../sdk-core/dist/src/index.d.ts": [
|
|
2838
2824
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2839
|
-
"
|
|
2840
|
-
"../../
|
|
2841
|
-
"../../
|
|
2842
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
2825
|
+
"../../sdk-core/dist/src/bigojsError.d.ts",
|
|
2826
|
+
"../../sdk-core/dist/src/common.d.ts",
|
|
2827
|
+
"../../sdk-core/dist/src/v2/index.d.ts"
|
|
2843
2828
|
],
|
|
2844
|
-
"../../
|
|
2829
|
+
"../../sdk-core/dist/src/v2/environments.d.ts": [
|
|
2845
2830
|
"../../../node_modules/@types/node/util.d.ts",
|
|
2846
|
-
"
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
"
|
|
2850
|
-
"../../
|
|
2831
|
+
"../../sdk-core/dist/src/v2/types.d.ts"
|
|
2832
|
+
],
|
|
2833
|
+
"../../sdk-core/dist/src/v2/index.d.ts": [
|
|
2834
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2835
|
+
"../../sdk-core/dist/src/v2/environments.d.ts",
|
|
2836
|
+
"../../sdk-core/dist/src/v2/types.d.ts"
|
|
2851
2837
|
],
|
|
2852
|
-
"../../
|
|
2838
|
+
"../../sdk-core/dist/src/v2/types.d.ts": [
|
|
2853
2839
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2854
2840
|
],
|
|
2855
2841
|
"../../../node_modules/@types/archy/index.d.ts": [
|
|
@@ -3694,7 +3680,7 @@
|
|
|
3694
3680
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
3695
3681
|
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
3696
3682
|
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
3697
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
3683
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts",
|
|
3698
3684
|
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
3699
3685
|
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
3700
3686
|
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
@@ -3763,7 +3749,7 @@
|
|
|
3763
3749
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
3764
3750
|
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
3765
3751
|
],
|
|
3766
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
3752
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts": [
|
|
3767
3753
|
"../../../node_modules/@types/node/index.d.ts",
|
|
3768
3754
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3769
3755
|
],
|
|
@@ -3797,6 +3783,9 @@
|
|
|
3797
3783
|
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
3798
3784
|
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
3799
3785
|
],
|
|
3786
|
+
"../../../node_modules/bitcoinjs-message/index.d.ts": [
|
|
3787
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
3788
|
+
],
|
|
3800
3789
|
"../../../node_modules/buffer/index.d.ts": [
|
|
3801
3790
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3802
3791
|
],
|
|
@@ -3806,9 +3795,6 @@
|
|
|
3806
3795
|
"../../../node_modules/@types/node/stream.d.ts",
|
|
3807
3796
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3808
3797
|
],
|
|
3809
|
-
"../../../node_modules/moment/ts3.1-typings/moment.d.ts": [
|
|
3810
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
3811
|
-
],
|
|
3812
3798
|
"../../../node_modules/should/should.d.ts": [
|
|
3813
3799
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3814
3800
|
],
|
|
@@ -3946,46 +3932,46 @@
|
|
|
3946
3932
|
]
|
|
3947
3933
|
},
|
|
3948
3934
|
"semanticDiagnosticsPerFile": [
|
|
3935
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/address.d.ts",
|
|
3936
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/addressFormat.d.ts",
|
|
3937
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
3938
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts",
|
|
3939
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/UtxoTransactionBuilder.d.ts",
|
|
3940
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransaction.d.ts",
|
|
3941
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/DashTransactionBuilder.d.ts",
|
|
3942
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/dash/index.d.ts",
|
|
3943
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/index.d.ts",
|
|
3944
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/keyutil.d.ts",
|
|
3945
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/nonStandardHalfSigned.d.ts",
|
|
3946
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/outputScripts.d.ts",
|
|
3947
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
3948
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
3949
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/types.d.ts",
|
|
3950
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts",
|
|
3951
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
3952
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletScripts.d.ts",
|
|
3953
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
3954
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
3955
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/wallet/index.d.ts",
|
|
3956
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransaction.d.ts",
|
|
3957
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/ZcashTransactionBuilder.d.ts",
|
|
3958
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/bitgo/zcash/index.d.ts",
|
|
3959
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/index.d.ts",
|
|
3960
|
+
"../node_modules/@bitgo/utxo-lib/dist/src/networks.d.ts",
|
|
3949
3961
|
"../package.json",
|
|
3950
3962
|
"../src/api.ts",
|
|
3951
3963
|
"../src/bip32path.ts",
|
|
3952
|
-
"../src/
|
|
3964
|
+
"../src/bitgoAPI.ts",
|
|
3953
3965
|
"../src/encrypt.ts",
|
|
3954
3966
|
"../src/index.ts",
|
|
3955
3967
|
"../src/types.ts",
|
|
3956
3968
|
"../src/util.ts",
|
|
3957
|
-
"../../sdk-core/dist/src/
|
|
3969
|
+
"../../sdk-core/dist/src/bigojsError.d.ts",
|
|
3958
3970
|
"../../sdk-core/dist/src/common.d.ts",
|
|
3959
3971
|
"../../sdk-core/dist/src/index.d.ts",
|
|
3960
3972
|
"../../sdk-core/dist/src/v2/environments.d.ts",
|
|
3961
3973
|
"../../sdk-core/dist/src/v2/index.d.ts",
|
|
3962
3974
|
"../../sdk-core/dist/src/v2/types.d.ts",
|
|
3963
|
-
"../../utxo-lib/dist/src/address.d.ts",
|
|
3964
|
-
"../../utxo-lib/dist/src/addressformat.d.ts",
|
|
3965
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
|
|
3966
|
-
"../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts",
|
|
3967
|
-
"../../utxo-lib/dist/src/bitgo/dash/index.d.ts",
|
|
3968
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
3969
|
-
"../../utxo-lib/dist/src/bitgo/keyutil.d.ts",
|
|
3970
|
-
"../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
|
|
3971
|
-
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
|
|
3972
|
-
"../../utxo-lib/dist/src/bitgo/signature.d.ts",
|
|
3973
|
-
"../../utxo-lib/dist/src/bitgo/transaction.d.ts",
|
|
3974
|
-
"../../utxo-lib/dist/src/bitgo/types.d.ts",
|
|
3975
|
-
"../../utxo-lib/dist/src/bitgo/unspent.d.ts",
|
|
3976
|
-
"../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
|
|
3977
|
-
"../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
|
|
3978
|
-
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
3979
|
-
"../../utxo-lib/dist/src/bitgo/wallet/index.d.ts",
|
|
3980
|
-
"../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
|
|
3981
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
|
|
3982
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts",
|
|
3983
|
-
"../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts",
|
|
3984
|
-
"../../utxo-lib/dist/src/bitgo/zcash/index.d.ts",
|
|
3985
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
|
|
3986
|
-
"../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts",
|
|
3987
|
-
"../../utxo-lib/dist/src/index.d.ts",
|
|
3988
|
-
"../../utxo-lib/dist/src/networks.d.ts",
|
|
3989
3975
|
"../../../node_modules/@types/archy/index.d.ts",
|
|
3990
3976
|
"../../../node_modules/@types/argparse/index.d.ts",
|
|
3991
3977
|
"../../../node_modules/@types/bluebird/index.d.ts",
|
|
@@ -4137,16 +4123,16 @@
|
|
|
4137
4123
|
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
|
|
4138
4124
|
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts",
|
|
4139
4125
|
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
4140
|
-
"../../../node_modules/bitcoinjs-lib/types/
|
|
4126
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrBip340.d.ts",
|
|
4141
4127
|
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
4142
4128
|
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
|
|
4143
4129
|
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
4144
4130
|
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
4145
4131
|
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
|
|
4146
4132
|
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts",
|
|
4133
|
+
"../../../node_modules/bitcoinjs-message/index.d.ts",
|
|
4147
4134
|
"../../../node_modules/buffer/index.d.ts",
|
|
4148
4135
|
"../../../node_modules/form-data/index.d.ts",
|
|
4149
|
-
"../../../node_modules/moment/ts3.1-typings/moment.d.ts",
|
|
4150
4136
|
"../../../node_modules/should/should.d.ts",
|
|
4151
4137
|
"../../../node_modules/typescript/lib/lib.dom.d.ts",
|
|
4152
4138
|
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
|