@bitgo/account-lib 4.5.1 → 4.5.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.2...@bitgo/account-lib@4.5.3) (2023-05-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **bitgo:** drone is no longer used in this repo so can safely be removed ([badc0de](https://github.com/BitGo/BitGoJS/commit/badc0ded6870f56a0dc3925eba639b0fdb313c2b)), closes [#3554](https://github.com/BitGo/BitGoJS/issues/3554) [#3554](https://github.com/BitGo/BitGoJS/issues/3554)
11
+
12
+ ## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.1...@bitgo/account-lib@4.5.2) (2023-05-10)
13
+
14
+ **Note:** Version bump only for package @bitgo/account-lib
15
+
6
16
  ## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.0...@bitgo/account-lib@4.5.1) (2023-05-03)
7
17
 
8
18
  **Note:** Version bump only for package @bitgo/account-lib
package/LICENSE ADDED
@@ -0,0 +1,191 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ Copyright 2022 BitGo
180
+
181
+ Licensed under the Apache License, Version 2.0 (the "License");
182
+ you may not use this file except in compliance with the License.
183
+ You may obtain a copy of the License at
184
+
185
+ http://www.apache.org/licenses/LICENSE-2.0
186
+
187
+ Unless required by applicable law or agreed to in writing, software
188
+ distributed under the License is distributed on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
+ See the License for the specific language governing permissions and
191
+ limitations under the License.
@@ -172,8 +172,8 @@
172
172
  "affectsGlobalScope": false
173
173
  },
174
174
  "../../statics/dist/src/base.d.ts": {
175
- "version": "e970c36e0e415d839685d404bac809c6f3bf61cdb836d2ec0b0aadd25c4b3aa9",
176
- "signature": "e970c36e0e415d839685d404bac809c6f3bf61cdb836d2ec0b0aadd25c4b3aa9",
175
+ "version": "dfe52e2b9433958ea1bd4f03a80697c355ef5bdb82c3bc2662eb04a56a7311b3",
176
+ "signature": "dfe52e2b9433958ea1bd4f03a80697c355ef5bdb82c3bc2662eb04a56a7311b3",
177
177
  "affectsGlobalScope": false
178
178
  },
179
179
  "../../statics/dist/src/map.d.ts": {
@@ -612,8 +612,8 @@
612
612
  "affectsGlobalScope": false
613
613
  },
614
614
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
615
- "version": "df965bc92feaa12bd4e9bd31b3443fdfd155eefa4939bdbc26fed5098cfde41d",
616
- "signature": "df965bc92feaa12bd4e9bd31b3443fdfd155eefa4939bdbc26fed5098cfde41d",
615
+ "version": "944e9693079fb2f77a40bb3b37560c5c3c5ecc723f69d0f3e00f6302f98a2352",
616
+ "signature": "944e9693079fb2f77a40bb3b37560c5c3c5ecc723f69d0f3e00f6302f98a2352",
617
617
  "affectsGlobalScope": false
618
618
  },
619
619
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": {
@@ -642,8 +642,8 @@
642
642
  "affectsGlobalScope": false
643
643
  },
644
644
  "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": {
645
- "version": "244c6fc1ffac2920e8f6f0352e6be1034bb321163bf6dbd5b7c2bc35140c4cfd",
646
- "signature": "244c6fc1ffac2920e8f6f0352e6be1034bb321163bf6dbd5b7c2bc35140c4cfd",
645
+ "version": "ebb77c451c58ae04479fb2190e4f45fff056e9aef10d9154842e002b4f6c72a3",
646
+ "signature": "ebb77c451c58ae04479fb2190e4f45fff056e9aef10d9154842e002b4f6c72a3",
647
647
  "affectsGlobalScope": false
648
648
  },
649
649
  "../../../node_modules/@brandonblack/musig/lib/index.d.ts": {
@@ -692,8 +692,8 @@
692
692
  "affectsGlobalScope": false
693
693
  },
694
694
  "../../utxo-lib/dist/src/bitgo/signature.d.ts": {
695
- "version": "a6eb79aa1479e9dc7c89a105536b3a6151f0ef35aa75e58c218cb4acecb017b4",
696
- "signature": "a6eb79aa1479e9dc7c89a105536b3a6151f0ef35aa75e58c218cb4acecb017b4",
695
+ "version": "a1f123425dcd7ed61545ca108918dcf39037a0e4babc68337d8c2bdc767a2c89",
696
+ "signature": "a1f123425dcd7ed61545ca108918dcf39037a0e4babc68337d8c2bdc767a2c89",
697
697
  "affectsGlobalScope": false
698
698
  },
699
699
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts": {
@@ -722,8 +722,8 @@
722
722
  "affectsGlobalScope": false
723
723
  },
724
724
  "../../utxo-lib/dist/src/bitgo/wallet/psbt.d.ts": {
725
- "version": "974aaeb00537a29b5bbd14ddf4640cb0a8903be5e5c6a0e045af993db873c560",
726
- "signature": "974aaeb00537a29b5bbd14ddf4640cb0a8903be5e5c6a0e045af993db873c560",
725
+ "version": "5982dfe6d5a863304bc5dcf2b59f19c34192af8cc92dd6376889d745b7bdfb9c",
726
+ "signature": "5982dfe6d5a863304bc5dcf2b59f19c34192af8cc92dd6376889d745b7bdfb9c",
727
727
  "affectsGlobalScope": false
728
728
  },
729
729
  "../../utxo-lib/dist/src/bitgo/wallet/walletoutput.d.ts": {
@@ -817,8 +817,8 @@
817
817
  "affectsGlobalScope": false
818
818
  },
819
819
  "../../utxo-lib/dist/src/testutil/psbt.d.ts": {
820
- "version": "1bb9217dd7dc1d3cf8843519319906cad3969bbe6fa5a006a54a5e264180d157",
821
- "signature": "1bb9217dd7dc1d3cf8843519319906cad3969bbe6fa5a006a54a5e264180d157",
820
+ "version": "0ee7611d88fbce104cce09ddfdb85f50469369feec70b84ad50255f862b22616",
821
+ "signature": "0ee7611d88fbce104cce09ddfdb85f50469369feec70b84ad50255f862b22616",
822
822
  "affectsGlobalScope": false
823
823
  },
824
824
  "../../utxo-lib/dist/src/testutil/index.d.ts": {
@@ -867,8 +867,8 @@
867
867
  "affectsGlobalScope": false
868
868
  },
869
869
  "../../sdk-core/dist/src/account-lib/mpc/curves/basecurve.d.ts": {
870
- "version": "378aa4af3f4566fcefd59441cb22863fe74f53ab88f32de586f6c2d254e4a11a",
871
- "signature": "378aa4af3f4566fcefd59441cb22863fe74f53ab88f32de586f6c2d254e4a11a",
870
+ "version": "64af32b432f6ca49370d6abc1d8707a82c0b565fa9581c3af1b97cdafc7c52e6",
871
+ "signature": "64af32b432f6ca49370d6abc1d8707a82c0b565fa9581c3af1b97cdafc7c52e6",
872
872
  "affectsGlobalScope": false
873
873
  },
874
874
  "../../sdk-core/dist/src/account-lib/mpc/curves/ed25519.d.ts": {
@@ -917,8 +917,8 @@
917
917
  "affectsGlobalScope": false
918
918
  },
919
919
  "../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts": {
920
- "version": "de8e70c43564c0e56fbebc095392070b00d41018b712d07434b9b5663dac06fe",
921
- "signature": "de8e70c43564c0e56fbebc095392070b00d41018b712d07434b9b5663dac06fe",
920
+ "version": "e0f24faf168804aeba382189d9bba3c43ce32c875678d78af18fe7ad622308fd",
921
+ "signature": "e0f24faf168804aeba382189d9bba3c43ce32c875678d78af18fe7ad622308fd",
922
922
  "affectsGlobalScope": false
923
923
  },
924
924
  "../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts": {
@@ -947,8 +947,8 @@
947
947
  "affectsGlobalScope": false
948
948
  },
949
949
  "../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.d.ts": {
950
- "version": "ab08ae0beee5b9e633f4e300e039c7e9c198457459e3b672672e29b904454ef0",
951
- "signature": "ab08ae0beee5b9e633f4e300e039c7e9c198457459e3b672672e29b904454ef0",
950
+ "version": "ed16f6220bec9d2690d44f6dcd8e9841d08a67f5878c9a9efea06b7dd914cd85",
951
+ "signature": "ed16f6220bec9d2690d44f6dcd8e9841d08a67f5878c9a9efea06b7dd914cd85",
952
952
  "affectsGlobalScope": false
953
953
  },
954
954
  "../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/index.d.ts": {
@@ -1066,171 +1066,6 @@
1066
1066
  "signature": "3b5fd70943b2a74e9310ce5409e838681ae45b2e242ed1ff367c05fa60394814",
1067
1067
  "affectsGlobalScope": false
1068
1068
  },
1069
- "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts": {
1070
- "version": "531af5bb4f81a7e109a57b1ba7bd26109e6ebe803553f7c951bad8d74ae02934",
1071
- "signature": "531af5bb4f81a7e109a57b1ba7bd26109e6ebe803553f7c951bad8d74ae02934",
1072
- "affectsGlobalScope": false
1073
- },
1074
- "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts": {
1075
- "version": "6b6b0ac8643dd61d53275d433dee0ba47ecddb233f459096052028e03c14f05c",
1076
- "signature": "6b6b0ac8643dd61d53275d433dee0ba47ecddb233f459096052028e03c14f05c",
1077
- "affectsGlobalScope": false
1078
- },
1079
- "../../sdk-core/dist/src/bitgo/keychain/index.d.ts": {
1080
- "version": "5dc545cb87aff9101b1923ee7210d04b814f820d869d2383c293959709e0fe1e",
1081
- "signature": "5dc545cb87aff9101b1923ee7210d04b814f820d869d2383c293959709e0fe1e",
1082
- "affectsGlobalScope": false
1083
- },
1084
- "../../sdk-core/dist/src/bitgo/pendingapproval/ipendingapproval.d.ts": {
1085
- "version": "3d0716dd94777a43b791eec0c6f88e5d321b18f58c60ce65041429fcd952c6b6",
1086
- "signature": "3d0716dd94777a43b791eec0c6f88e5d321b18f58c60ce65041429fcd952c6b6",
1087
- "affectsGlobalScope": false
1088
- },
1089
- "../../sdk-core/dist/src/bitgo/pendingapproval/ipendingapprovals.d.ts": {
1090
- "version": "01634b82758958adce48f8d88e03bd56fe20308fbf40a0a15dcd500971f5024c",
1091
- "signature": "01634b82758958adce48f8d88e03bd56fe20308fbf40a0a15dcd500971f5024c",
1092
- "affectsGlobalScope": false
1093
- },
1094
- "../../sdk-core/dist/src/bitgo/utils/opengpgutils.d.ts": {
1095
- "version": "d62ae73c5d73bc9c175153614d830b5718896756662ec8c8c6a4cf9212981979",
1096
- "signature": "d62ae73c5d73bc9c175153614d830b5718896756662ec8c8c6a4cf9212981979",
1097
- "affectsGlobalScope": false
1098
- },
1099
- "../../sdk-core/dist/src/bitgo/utils/abstractutxocoinutil.d.ts": {
1100
- "version": "1ad5f66ed8d7ab15a70dde049400fb5476da576cd9bf33bceefbba754b3e7116",
1101
- "signature": "1ad5f66ed8d7ab15a70dde049400fb5476da576cd9bf33bceefbba754b3e7116",
1102
- "affectsGlobalScope": false
1103
- },
1104
- "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts": {
1105
- "version": "b34619bd54b22ba2a57e6936154de7d855897c801b1cbbd10ee4e307909fa3db",
1106
- "signature": "b34619bd54b22ba2a57e6936154de7d855897c801b1cbbd10ee4e307909fa3db",
1107
- "affectsGlobalScope": false
1108
- },
1109
- "../../sdk-core/dist/src/bitgo/utils/tss/basetssutils.d.ts": {
1110
- "version": "82c604ad2b7dc4f5bf61975aa985a40fb1d90f92b9ad36403940e47828f8c5a7",
1111
- "signature": "82c604ad2b7dc4f5bf61975aa985a40fb1d90f92b9ad36403940e47828f8c5a7",
1112
- "affectsGlobalScope": false
1113
- },
1114
- "../../sdk-core/dist/src/bitgo/tss/ecdsa/types.d.ts": {
1115
- "version": "2a8cc48a5b83fda946bbceecd033a986bf4b005957e31150ab52c3de7937a014",
1116
- "signature": "2a8cc48a5b83fda946bbceecd033a986bf4b005957e31150ab52c3de7937a014",
1117
- "affectsGlobalScope": false
1118
- },
1119
- "../../sdk-core/dist/src/bitgo/tss/types.d.ts": {
1120
- "version": "baae7dd2d0bc6cc8e0bde790bb6bb2a0ed34e2fceb5fa1531af9a81d3345a8a1",
1121
- "signature": "baae7dd2d0bc6cc8e0bde790bb6bb2a0ed34e2fceb5fa1531af9a81d3345a8a1",
1122
- "affectsGlobalScope": false
1123
- },
1124
- "../../sdk-core/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts": {
1125
- "version": "3b1ce987b9125830b0491e7e4d6ef93c2a39cb7bfa229079875b4727e410cece",
1126
- "signature": "3b1ce987b9125830b0491e7e4d6ef93c2a39cb7bfa229079875b4727e410cece",
1127
- "affectsGlobalScope": false
1128
- },
1129
- "../../sdk-core/dist/src/bitgo/tss/ecdsa/index.d.ts": {
1130
- "version": "773a3c0ddfdf79a49f170a92494ea2070a37430f631d6bf677feb1b3b16c27ea",
1131
- "signature": "773a3c0ddfdf79a49f170a92494ea2070a37430f631d6bf677feb1b3b16c27ea",
1132
- "affectsGlobalScope": false
1133
- },
1134
- "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/types.d.ts": {
1135
- "version": "3680d1afea2be1097427869d87d9af33396b0e1a29367f43162023382d08a4b1",
1136
- "signature": "3680d1afea2be1097427869d87d9af33396b0e1a29367f43162023382d08a4b1",
1137
- "affectsGlobalScope": false
1138
- },
1139
- "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts": {
1140
- "version": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1141
- "signature": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1142
- "affectsGlobalScope": false
1143
- },
1144
- "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/index.d.ts": {
1145
- "version": "fb0dbb747b959fc7f077eb26ee9497a576eb1b3898754697cc4631f63a3b0f7a",
1146
- "signature": "fb0dbb747b959fc7f077eb26ee9497a576eb1b3898754697cc4631f63a3b0f7a",
1147
- "affectsGlobalScope": false
1148
- },
1149
- "../../sdk-core/dist/src/bitgo/utils/tss/basetypes.d.ts": {
1150
- "version": "a1a7db25c017c5e131ff6dbcf8eb5d58b424dac9ea8132137b2d7dca1ed1830c",
1151
- "signature": "a1a7db25c017c5e131ff6dbcf8eb5d58b424dac9ea8132137b2d7dca1ed1830c",
1152
- "affectsGlobalScope": false
1153
- },
1154
- "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts": {
1155
- "version": "46ed0c46ae740bf59629c73fd673ed825995aa0678fdad9b6ed1134c2153edee",
1156
- "signature": "46ed0c46ae740bf59629c73fd673ed825995aa0678fdad9b6ed1134c2153edee",
1157
- "affectsGlobalScope": false
1158
- },
1159
- "../../sdk-core/dist/src/bitgo/utils/blsutils.d.ts": {
1160
- "version": "8414d994e8bb3a4cffb5c6bba175908b42862d18080b0e5134c69501278c006b",
1161
- "signature": "8414d994e8bb3a4cffb5c6bba175908b42862d18080b0e5134c69501278c006b",
1162
- "affectsGlobalScope": false
1163
- },
1164
- "../../sdk-core/dist/src/bitgo/utils/promise-utils.d.ts": {
1165
- "version": "40c1bf82eea7e12c07a3e28158e1f06c6bd1b568f8e3a1b5ddedcfa142fce313",
1166
- "signature": "40c1bf82eea7e12c07a3e28158e1f06c6bd1b568f8e3a1b5ddedcfa142fce313",
1167
- "affectsGlobalScope": false
1168
- },
1169
- "../../sdk-core/dist/src/bitgo/utils/triple.d.ts": {
1170
- "version": "4f3be57ddd4fb9ee7e7fa4ba7334e275e0ba884b882fa9fcd88f0c1d73239297",
1171
- "signature": "4f3be57ddd4fb9ee7e7fa4ba7334e275e0ba884b882fa9fcd88f0c1d73239297",
1172
- "affectsGlobalScope": false
1173
- },
1174
- "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/types.d.ts": {
1175
- "version": "63497fa5a607999830e0f471acc6a09751b2b8c9c22261a1df5200dcd6d13c84",
1176
- "signature": "63497fa5a607999830e0f471acc6a09751b2b8c9c22261a1df5200dcd6d13c84",
1177
- "affectsGlobalScope": false
1178
- },
1179
- "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/eddsa.d.ts": {
1180
- "version": "8a301e8cb1aafa40b38465223dfe5a0eb14af47f06bd56b6605c1d31a1224c5c",
1181
- "signature": "8a301e8cb1aafa40b38465223dfe5a0eb14af47f06bd56b6605c1d31a1224c5c",
1182
- "affectsGlobalScope": false
1183
- },
1184
- "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/index.d.ts": {
1185
- "version": "74dd7eab51e8446a76f19de50f62b00c311c0ba61423ee7788e6d9e7fc117f8c",
1186
- "signature": "74dd7eab51e8446a76f19de50f62b00c311c0ba61423ee7788e6d9e7fc117f8c",
1187
- "affectsGlobalScope": false
1188
- },
1189
- "../../sdk-core/dist/src/bitgo/utils/tss/index.d.ts": {
1190
- "version": "49317e31b87273275347cb548fe328d0bacda1f28f47251a5a6ca8aa38782ed1",
1191
- "signature": "49317e31b87273275347cb548fe328d0bacda1f28f47251a5a6ca8aa38782ed1",
1192
- "affectsGlobalScope": false
1193
- },
1194
- "../../sdk-core/dist/src/bitgo/utils/util.d.ts": {
1195
- "version": "73b4863e9315ef95bd17e104622d67aa5963f48fecdf5b224296f85db9454a4f",
1196
- "signature": "73b4863e9315ef95bd17e104622d67aa5963f48fecdf5b224296f85db9454a4f",
1197
- "affectsGlobalScope": false
1198
- },
1199
- "../../sdk-core/dist/src/bitgo/utils/index.d.ts": {
1200
- "version": "ca9c36836dcfcd6d297c7731187e6ba3291a41d4141ada13bf531ad300a6e2d6",
1201
- "signature": "ca9c36836dcfcd6d297c7731187e6ba3291a41d4141ada13bf531ad300a6e2d6",
1202
- "affectsGlobalScope": false
1203
- },
1204
- "../../sdk-core/dist/src/bitgo/pendingapproval/pendingapproval.d.ts": {
1205
- "version": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
1206
- "signature": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
1207
- "affectsGlobalScope": false
1208
- },
1209
- "../../sdk-core/dist/src/bitgo/pendingapproval/pendingapprovals.d.ts": {
1210
- "version": "b2f135c639ac926a1b64c6de369d86d1fd5cc7aef18fcbc0b1977fc8d20bf7c1",
1211
- "signature": "b2f135c639ac926a1b64c6de369d86d1fd5cc7aef18fcbc0b1977fc8d20bf7c1",
1212
- "affectsGlobalScope": false
1213
- },
1214
- "../../sdk-core/dist/src/bitgo/pendingapproval/index.d.ts": {
1215
- "version": "ff9932e14e3cf0183eb31d75e5d97ed77c58f7b9959086dce77b5885da307a4c",
1216
- "signature": "ff9932e14e3cf0183eb31d75e5d97ed77c58f7b9959086dce77b5885da307a4c",
1217
- "affectsGlobalScope": false
1218
- },
1219
- "../../sdk-core/dist/src/bitgo/staking/istakingwallet.d.ts": {
1220
- "version": "273cf00d3fb72cc1c2b1d9bac29707d210583a799106af938f61f3861de761d1",
1221
- "signature": "273cf00d3fb72cc1c2b1d9bac29707d210583a799106af938f61f3861de761d1",
1222
- "affectsGlobalScope": false
1223
- },
1224
- "../../sdk-core/dist/src/bitgo/staking/stakingwallet.d.ts": {
1225
- "version": "6407af3331d2009abd587bcb721cc633e16102a6c18ebaf8e761c420fc996020",
1226
- "signature": "6407af3331d2009abd587bcb721cc633e16102a6c18ebaf8e761c420fc996020",
1227
- "affectsGlobalScope": false
1228
- },
1229
- "../../sdk-core/dist/src/bitgo/staking/index.d.ts": {
1230
- "version": "94518a2d3aea55c7fbd5bec347ed93dca22bd45c65f5ba57c28d6f59e5b19db2",
1231
- "signature": "94518a2d3aea55c7fbd5bec347ed93dca22bd45c65f5ba57c28d6f59e5b19db2",
1232
- "affectsGlobalScope": false
1233
- },
1234
1069
  "../../sdk-core/node_modules/fp-ts/lib/joinsemilattice.d.ts": {
1235
1070
  "version": "0dffb71a150679ddb64f93ee1dc1c4e0a9c29e7e955c58b784be425d9dade113",
1236
1071
  "signature": "0dffb71a150679ddb64f93ee1dc1c4e0a9c29e7e955c58b784be425d9dade113",
@@ -1516,6 +1351,181 @@
1516
1351
  "signature": "6291c890d71c10fba98e717d3d66b1b96618a59ab9222355f39aa4f8b1bcd616",
1517
1352
  "affectsGlobalScope": false
1518
1353
  },
1354
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts": {
1355
+ "version": "0400a760093410550ab144ce3362f9bfffe5a327114de6807a1d33efd95eaf6a",
1356
+ "signature": "0400a760093410550ab144ce3362f9bfffe5a327114de6807a1d33efd95eaf6a",
1357
+ "affectsGlobalScope": false
1358
+ },
1359
+ "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts": {
1360
+ "version": "ac39c003c82f5fa638212e40b210e87d6607224a05b4f350e3e71d032bdb7742",
1361
+ "signature": "ac39c003c82f5fa638212e40b210e87d6607224a05b4f350e3e71d032bdb7742",
1362
+ "affectsGlobalScope": false
1363
+ },
1364
+ "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts": {
1365
+ "version": "2d200078f75be484e5f100c1cf5e3778dfad85611975d3d274635acce5a85225",
1366
+ "signature": "2d200078f75be484e5f100c1cf5e3778dfad85611975d3d274635acce5a85225",
1367
+ "affectsGlobalScope": false
1368
+ },
1369
+ "../../sdk-core/dist/src/bitgo/keychain/index.d.ts": {
1370
+ "version": "9b8c11de8c733e7d11efb1ba35e17e1c2d04617f6ec0d1426e13ba8a08120d27",
1371
+ "signature": "9b8c11de8c733e7d11efb1ba35e17e1c2d04617f6ec0d1426e13ba8a08120d27",
1372
+ "affectsGlobalScope": false
1373
+ },
1374
+ "../../sdk-core/dist/src/bitgo/pendingapproval/ipendingapproval.d.ts": {
1375
+ "version": "3d0716dd94777a43b791eec0c6f88e5d321b18f58c60ce65041429fcd952c6b6",
1376
+ "signature": "3d0716dd94777a43b791eec0c6f88e5d321b18f58c60ce65041429fcd952c6b6",
1377
+ "affectsGlobalScope": false
1378
+ },
1379
+ "../../sdk-core/dist/src/bitgo/pendingapproval/ipendingapprovals.d.ts": {
1380
+ "version": "01634b82758958adce48f8d88e03bd56fe20308fbf40a0a15dcd500971f5024c",
1381
+ "signature": "01634b82758958adce48f8d88e03bd56fe20308fbf40a0a15dcd500971f5024c",
1382
+ "affectsGlobalScope": false
1383
+ },
1384
+ "../../sdk-core/dist/src/bitgo/utils/opengpgutils.d.ts": {
1385
+ "version": "d62ae73c5d73bc9c175153614d830b5718896756662ec8c8c6a4cf9212981979",
1386
+ "signature": "d62ae73c5d73bc9c175153614d830b5718896756662ec8c8c6a4cf9212981979",
1387
+ "affectsGlobalScope": false
1388
+ },
1389
+ "../../sdk-core/dist/src/bitgo/utils/abstractutxocoinutil.d.ts": {
1390
+ "version": "1ad5f66ed8d7ab15a70dde049400fb5476da576cd9bf33bceefbba754b3e7116",
1391
+ "signature": "1ad5f66ed8d7ab15a70dde049400fb5476da576cd9bf33bceefbba754b3e7116",
1392
+ "affectsGlobalScope": false
1393
+ },
1394
+ "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts": {
1395
+ "version": "b34619bd54b22ba2a57e6936154de7d855897c801b1cbbd10ee4e307909fa3db",
1396
+ "signature": "b34619bd54b22ba2a57e6936154de7d855897c801b1cbbd10ee4e307909fa3db",
1397
+ "affectsGlobalScope": false
1398
+ },
1399
+ "../../sdk-core/dist/src/bitgo/utils/tss/basetssutils.d.ts": {
1400
+ "version": "82c604ad2b7dc4f5bf61975aa985a40fb1d90f92b9ad36403940e47828f8c5a7",
1401
+ "signature": "82c604ad2b7dc4f5bf61975aa985a40fb1d90f92b9ad36403940e47828f8c5a7",
1402
+ "affectsGlobalScope": false
1403
+ },
1404
+ "../../sdk-core/dist/src/bitgo/tss/ecdsa/types.d.ts": {
1405
+ "version": "2a8cc48a5b83fda946bbceecd033a986bf4b005957e31150ab52c3de7937a014",
1406
+ "signature": "2a8cc48a5b83fda946bbceecd033a986bf4b005957e31150ab52c3de7937a014",
1407
+ "affectsGlobalScope": false
1408
+ },
1409
+ "../../sdk-core/dist/src/bitgo/tss/types.d.ts": {
1410
+ "version": "baae7dd2d0bc6cc8e0bde790bb6bb2a0ed34e2fceb5fa1531af9a81d3345a8a1",
1411
+ "signature": "baae7dd2d0bc6cc8e0bde790bb6bb2a0ed34e2fceb5fa1531af9a81d3345a8a1",
1412
+ "affectsGlobalScope": false
1413
+ },
1414
+ "../../sdk-core/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts": {
1415
+ "version": "3b1ce987b9125830b0491e7e4d6ef93c2a39cb7bfa229079875b4727e410cece",
1416
+ "signature": "3b1ce987b9125830b0491e7e4d6ef93c2a39cb7bfa229079875b4727e410cece",
1417
+ "affectsGlobalScope": false
1418
+ },
1419
+ "../../sdk-core/dist/src/bitgo/tss/ecdsa/index.d.ts": {
1420
+ "version": "773a3c0ddfdf79a49f170a92494ea2070a37430f631d6bf677feb1b3b16c27ea",
1421
+ "signature": "773a3c0ddfdf79a49f170a92494ea2070a37430f631d6bf677feb1b3b16c27ea",
1422
+ "affectsGlobalScope": false
1423
+ },
1424
+ "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/types.d.ts": {
1425
+ "version": "3680d1afea2be1097427869d87d9af33396b0e1a29367f43162023382d08a4b1",
1426
+ "signature": "3680d1afea2be1097427869d87d9af33396b0e1a29367f43162023382d08a4b1",
1427
+ "affectsGlobalScope": false
1428
+ },
1429
+ "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts": {
1430
+ "version": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1431
+ "signature": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1432
+ "affectsGlobalScope": false
1433
+ },
1434
+ "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/index.d.ts": {
1435
+ "version": "fb0dbb747b959fc7f077eb26ee9497a576eb1b3898754697cc4631f63a3b0f7a",
1436
+ "signature": "fb0dbb747b959fc7f077eb26ee9497a576eb1b3898754697cc4631f63a3b0f7a",
1437
+ "affectsGlobalScope": false
1438
+ },
1439
+ "../../sdk-core/dist/src/bitgo/utils/tss/basetypes.d.ts": {
1440
+ "version": "a1a7db25c017c5e131ff6dbcf8eb5d58b424dac9ea8132137b2d7dca1ed1830c",
1441
+ "signature": "a1a7db25c017c5e131ff6dbcf8eb5d58b424dac9ea8132137b2d7dca1ed1830c",
1442
+ "affectsGlobalScope": false
1443
+ },
1444
+ "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts": {
1445
+ "version": "46ed0c46ae740bf59629c73fd673ed825995aa0678fdad9b6ed1134c2153edee",
1446
+ "signature": "46ed0c46ae740bf59629c73fd673ed825995aa0678fdad9b6ed1134c2153edee",
1447
+ "affectsGlobalScope": false
1448
+ },
1449
+ "../../sdk-core/dist/src/bitgo/utils/blsutils.d.ts": {
1450
+ "version": "8414d994e8bb3a4cffb5c6bba175908b42862d18080b0e5134c69501278c006b",
1451
+ "signature": "8414d994e8bb3a4cffb5c6bba175908b42862d18080b0e5134c69501278c006b",
1452
+ "affectsGlobalScope": false
1453
+ },
1454
+ "../../sdk-core/dist/src/bitgo/utils/promise-utils.d.ts": {
1455
+ "version": "40c1bf82eea7e12c07a3e28158e1f06c6bd1b568f8e3a1b5ddedcfa142fce313",
1456
+ "signature": "40c1bf82eea7e12c07a3e28158e1f06c6bd1b568f8e3a1b5ddedcfa142fce313",
1457
+ "affectsGlobalScope": false
1458
+ },
1459
+ "../../sdk-core/dist/src/bitgo/utils/triple.d.ts": {
1460
+ "version": "4f3be57ddd4fb9ee7e7fa4ba7334e275e0ba884b882fa9fcd88f0c1d73239297",
1461
+ "signature": "4f3be57ddd4fb9ee7e7fa4ba7334e275e0ba884b882fa9fcd88f0c1d73239297",
1462
+ "affectsGlobalScope": false
1463
+ },
1464
+ "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/types.d.ts": {
1465
+ "version": "63497fa5a607999830e0f471acc6a09751b2b8c9c22261a1df5200dcd6d13c84",
1466
+ "signature": "63497fa5a607999830e0f471acc6a09751b2b8c9c22261a1df5200dcd6d13c84",
1467
+ "affectsGlobalScope": false
1468
+ },
1469
+ "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/eddsa.d.ts": {
1470
+ "version": "8a301e8cb1aafa40b38465223dfe5a0eb14af47f06bd56b6605c1d31a1224c5c",
1471
+ "signature": "8a301e8cb1aafa40b38465223dfe5a0eb14af47f06bd56b6605c1d31a1224c5c",
1472
+ "affectsGlobalScope": false
1473
+ },
1474
+ "../../sdk-core/dist/src/bitgo/utils/tss/eddsa/index.d.ts": {
1475
+ "version": "74dd7eab51e8446a76f19de50f62b00c311c0ba61423ee7788e6d9e7fc117f8c",
1476
+ "signature": "74dd7eab51e8446a76f19de50f62b00c311c0ba61423ee7788e6d9e7fc117f8c",
1477
+ "affectsGlobalScope": false
1478
+ },
1479
+ "../../sdk-core/dist/src/bitgo/utils/tss/index.d.ts": {
1480
+ "version": "49317e31b87273275347cb548fe328d0bacda1f28f47251a5a6ca8aa38782ed1",
1481
+ "signature": "49317e31b87273275347cb548fe328d0bacda1f28f47251a5a6ca8aa38782ed1",
1482
+ "affectsGlobalScope": false
1483
+ },
1484
+ "../../sdk-core/dist/src/bitgo/utils/util.d.ts": {
1485
+ "version": "73b4863e9315ef95bd17e104622d67aa5963f48fecdf5b224296f85db9454a4f",
1486
+ "signature": "73b4863e9315ef95bd17e104622d67aa5963f48fecdf5b224296f85db9454a4f",
1487
+ "affectsGlobalScope": false
1488
+ },
1489
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts": {
1490
+ "version": "27db02469ca7406ce2a4a415667581fb850647ad362697e23618b14a2880dde8",
1491
+ "signature": "27db02469ca7406ce2a4a415667581fb850647ad362697e23618b14a2880dde8",
1492
+ "affectsGlobalScope": false
1493
+ },
1494
+ "../../sdk-core/dist/src/bitgo/utils/index.d.ts": {
1495
+ "version": "921c69558396eacf2bb63078b1ddf4fbec2cf9e470b8904c0568d93be0472150",
1496
+ "signature": "921c69558396eacf2bb63078b1ddf4fbec2cf9e470b8904c0568d93be0472150",
1497
+ "affectsGlobalScope": false
1498
+ },
1499
+ "../../sdk-core/dist/src/bitgo/pendingapproval/pendingapproval.d.ts": {
1500
+ "version": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
1501
+ "signature": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
1502
+ "affectsGlobalScope": false
1503
+ },
1504
+ "../../sdk-core/dist/src/bitgo/pendingapproval/pendingapprovals.d.ts": {
1505
+ "version": "b2f135c639ac926a1b64c6de369d86d1fd5cc7aef18fcbc0b1977fc8d20bf7c1",
1506
+ "signature": "b2f135c639ac926a1b64c6de369d86d1fd5cc7aef18fcbc0b1977fc8d20bf7c1",
1507
+ "affectsGlobalScope": false
1508
+ },
1509
+ "../../sdk-core/dist/src/bitgo/pendingapproval/index.d.ts": {
1510
+ "version": "ff9932e14e3cf0183eb31d75e5d97ed77c58f7b9959086dce77b5885da307a4c",
1511
+ "signature": "ff9932e14e3cf0183eb31d75e5d97ed77c58f7b9959086dce77b5885da307a4c",
1512
+ "affectsGlobalScope": false
1513
+ },
1514
+ "../../sdk-core/dist/src/bitgo/staking/istakingwallet.d.ts": {
1515
+ "version": "273cf00d3fb72cc1c2b1d9bac29707d210583a799106af938f61f3861de761d1",
1516
+ "signature": "273cf00d3fb72cc1c2b1d9bac29707d210583a799106af938f61f3861de761d1",
1517
+ "affectsGlobalScope": false
1518
+ },
1519
+ "../../sdk-core/dist/src/bitgo/staking/stakingwallet.d.ts": {
1520
+ "version": "e5962365bb205c1b5bd844b6e801b0f2b9b0da7009c5d9314c23730390219503",
1521
+ "signature": "e5962365bb205c1b5bd844b6e801b0f2b9b0da7009c5d9314c23730390219503",
1522
+ "affectsGlobalScope": false
1523
+ },
1524
+ "../../sdk-core/dist/src/bitgo/staking/index.d.ts": {
1525
+ "version": "94518a2d3aea55c7fbd5bec347ed93dca22bd45c65f5ba57c28d6f59e5b19db2",
1526
+ "signature": "94518a2d3aea55c7fbd5bec347ed93dca22bd45c65f5ba57c28d6f59e5b19db2",
1527
+ "affectsGlobalScope": false
1528
+ },
1519
1529
  "../../sdk-core/dist/src/bitgo/lightning/ilightning.d.ts": {
1520
1530
  "version": "889e10c9d12e3ba3381e4657acb0733c6d2cb50e9ee6e33a14fea2d97badeb1b",
1521
1531
  "signature": "889e10c9d12e3ba3381e4657acb0733c6d2cb50e9ee6e33a14fea2d97badeb1b",
@@ -1827,8 +1837,8 @@
1827
1837
  "affectsGlobalScope": false
1828
1838
  },
1829
1839
  "../../sdk-core/dist/src/account-lib/mpc/util.d.ts": {
1830
- "version": "efddc536eb7a685dec84127b3fa9f6bd2ab35936d132f77c9b4616ab8e3a287b",
1831
- "signature": "efddc536eb7a685dec84127b3fa9f6bd2ab35936d132f77c9b4616ab8e3a287b",
1840
+ "version": "908d2d9325567ff2fa8d8937dd72bc87f9a314dbbc560545c327898fed7f827b",
1841
+ "signature": "908d2d9325567ff2fa8d8937dd72bc87f9a314dbbc560545c327898fed7f827b",
1832
1842
  "affectsGlobalScope": false
1833
1843
  },
1834
1844
  "../../sdk-core/dist/src/account-lib/mpc/index.d.ts": {
@@ -1917,8 +1927,8 @@
1917
1927
  "affectsGlobalScope": false
1918
1928
  },
1919
1929
  "../../sdk-core/dist/src/openssl/openssl.d.ts": {
1920
- "version": "31e6062345138f878e1813f965d26f31a9a2e91b5daf3b1101e415dd424335a6",
1921
- "signature": "31e6062345138f878e1813f965d26f31a9a2e91b5daf3b1101e415dd424335a6",
1930
+ "version": "f091d64d5784581032c87ac3730a3d750415ee6e34c77c2acf8333e5ac1e342a",
1931
+ "signature": "f091d64d5784581032c87ac3730a3d750415ee6e34c77c2acf8333e5ac1e342a",
1922
1932
  "affectsGlobalScope": false
1923
1933
  },
1924
1934
  "../../sdk-core/dist/src/openssl/index.d.ts": {
@@ -13046,21 +13056,6 @@
13046
13056
  "signature": "f77b110e5382e78f015064875d63b93c53a2893e6fd181c219cc452b7573eb76",
13047
13057
  "affectsGlobalScope": false
13048
13058
  },
13049
- "../../../node_modules/@mysten/bcs/dist/b64.d.ts": {
13050
- "version": "5354a072b3ac903eb7fd90335dc277df9c1f41c650ddb495e7d3837870ce8f37",
13051
- "signature": "5354a072b3ac903eb7fd90335dc277df9c1f41c650ddb495e7d3837870ce8f37",
13052
- "affectsGlobalScope": false
13053
- },
13054
- "../../../node_modules/@mysten/bcs/dist/hex.d.ts": {
13055
- "version": "da0d6e82a836d320b4aedffcdbeda8444263533483ec4fc36a188da9995beee8",
13056
- "signature": "da0d6e82a836d320b4aedffcdbeda8444263533483ec4fc36a188da9995beee8",
13057
- "affectsGlobalScope": false
13058
- },
13059
- "../../../node_modules/@mysten/bcs/dist/index.d.ts": {
13060
- "version": "980f4e8226f03b8a5cfb3505b8b14d1e6420c4ca5a2ed0b94d72d8a4cf75751b",
13061
- "signature": "980f4e8226f03b8a5cfb3505b8b14d1e6420c4ca5a2ed0b94d72d8a4cf75751b",
13062
- "affectsGlobalScope": false
13063
- },
13064
13059
  "../../sdk-coin-sui/node_modules/superstruct/dist/error.d.ts": {
13065
13060
  "version": "e475453e7140e95542332943d3052fe4c7430ad1efce42b3e9157f1fee8cbc5f",
13066
13061
  "signature": "e475453e7140e95542332943d3052fe4c7430ad1efce42b3e9157f1fee8cbc5f",
@@ -13101,9 +13096,19 @@
13101
13096
  "signature": "9df4662ca3dbc2522bc115833ee04faa1afbb4e249a85ef4a0a09c621346bd08",
13102
13097
  "affectsGlobalScope": false
13103
13098
  },
13104
- "../../sdk-coin-sui/dist/src/lib/mystenlab/types/common.d.ts": {
13105
- "version": "5ec2606bdf7dc2954c0f74e9be2e6393cd0834e240f9bed55870c8fe6c3a62c0",
13106
- "signature": "5ec2606bdf7dc2954c0f74e9be2e6393cd0834e240f9bed55870c8fe6c3a62c0",
13099
+ "../../../node_modules/@mysten/bcs/dist/b64.d.ts": {
13100
+ "version": "5354a072b3ac903eb7fd90335dc277df9c1f41c650ddb495e7d3837870ce8f37",
13101
+ "signature": "5354a072b3ac903eb7fd90335dc277df9c1f41c650ddb495e7d3837870ce8f37",
13102
+ "affectsGlobalScope": false
13103
+ },
13104
+ "../../../node_modules/@mysten/bcs/dist/hex.d.ts": {
13105
+ "version": "da0d6e82a836d320b4aedffcdbeda8444263533483ec4fc36a188da9995beee8",
13106
+ "signature": "da0d6e82a836d320b4aedffcdbeda8444263533483ec4fc36a188da9995beee8",
13107
+ "affectsGlobalScope": false
13108
+ },
13109
+ "../../../node_modules/@mysten/bcs/dist/index.d.ts": {
13110
+ "version": "980f4e8226f03b8a5cfb3505b8b14d1e6420c4ca5a2ed0b94d72d8a4cf75751b",
13111
+ "signature": "980f4e8226f03b8a5cfb3505b8b14d1e6420c4ca5a2ed0b94d72d8a4cf75751b",
13107
13112
  "affectsGlobalScope": false
13108
13113
  },
13109
13114
  "../../sdk-coin-sui/dist/src/lib/mystenlab/types/events.d.ts": {
@@ -13126,6 +13131,11 @@
13126
13131
  "signature": "ab78d0c055a33233b4fef15359e82ae679b5075f4cc6b46049f08b97a4278171",
13127
13132
  "affectsGlobalScope": false
13128
13133
  },
13134
+ "../../sdk-coin-sui/dist/src/lib/mystenlab/types/common.d.ts": {
13135
+ "version": "5ec2606bdf7dc2954c0f74e9be2e6393cd0834e240f9bed55870c8fe6c3a62c0",
13136
+ "signature": "5ec2606bdf7dc2954c0f74e9be2e6393cd0834e240f9bed55870c8fe6c3a62c0",
13137
+ "affectsGlobalScope": false
13138
+ },
13129
13139
  "../../sdk-coin-sui/dist/src/lib/mystenlab/types/normalized.d.ts": {
13130
13140
  "version": "ebbfd927c6f457f29f087e944bdc8a2b9d5d7244e7f22b2c072e1779aeb9610d",
13131
13141
  "signature": "ebbfd927c6f457f29f087e944bdc8a2b9d5d7244e7f22b2c072e1779aeb9610d",
@@ -13187,8 +13197,8 @@
13187
13197
  "affectsGlobalScope": false
13188
13198
  },
13189
13199
  "../../sdk-coin-sui/dist/src/lib/utils.d.ts": {
13190
- "version": "045074c160787aca092ee57e3e432906f82c5b44ca45eeb29eda04207c474b87",
13191
- "signature": "045074c160787aca092ee57e3e432906f82c5b44ca45eeb29eda04207c474b87",
13200
+ "version": "cc73a84e1c44ff95575dacd14265216c2a46ff25ba17dd30924a978f58a93dc2",
13201
+ "signature": "cc73a84e1c44ff95575dacd14265216c2a46ff25ba17dd30924a978f58a93dc2",
13192
13202
  "affectsGlobalScope": false
13193
13203
  },
13194
13204
  "../../sdk-coin-sui/dist/src/lib/keypair.d.ts": {
@@ -15838,7 +15848,6 @@
15838
15848
  "../../sdk-coin-sui/dist/src/lib/iface.d.ts",
15839
15849
  "../../sdk-coin-sui/dist/src/lib/mystenlab/builder/index.d.ts",
15840
15850
  "../../sdk-coin-sui/dist/src/lib/mystenlab/types/index.d.ts",
15841
- "../../sdk-coin-sui/dist/src/lib/mystenlab/types/sui-bcs.d.ts",
15842
15851
  "../../sdk-core/dist/src/index.d.ts"
15843
15852
  ],
15844
15853
  "../../sdk-coin-sui/dist/src/register.d.ts": [
@@ -16349,17 +16358,23 @@
16349
16358
  "../../../node_modules/@types/node/index.d.ts",
16350
16359
  "../../sdk-core/dist/src/api/index.d.ts",
16351
16360
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
16361
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts",
16352
16362
  "../../sdk-core/dist/src/bitgo/wallet/index.d.ts"
16353
16363
  ],
16354
16364
  "../../sdk-core/dist/src/bitgo/keychain/index.d.ts": [
16355
16365
  "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts",
16356
- "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts"
16366
+ "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts",
16367
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts"
16357
16368
  ],
16358
16369
  "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts": [
16359
16370
  "../../../node_modules/@types/node/index.d.ts",
16360
16371
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
16361
16372
  "../../sdk-core/dist/src/bitgo/bitgobase.d.ts",
16362
- "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts"
16373
+ "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts",
16374
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts"
16375
+ ],
16376
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts": [
16377
+ "../../sdk-core/node_modules/io-ts/lib/index.d.ts"
16363
16378
  ],
16364
16379
  "../../sdk-core/dist/src/bitgo/legacybitcoin.d.ts": [
16365
16380
  "../../../node_modules/@types/node/index.d.ts",
@@ -16568,6 +16583,10 @@
16568
16583
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts",
16569
16584
  "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts"
16570
16585
  ],
16586
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts": [
16587
+ "../../sdk-core/node_modules/fp-ts/lib/either.d.ts",
16588
+ "../../sdk-core/node_modules/io-ts/lib/index.d.ts"
16589
+ ],
16571
16590
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts": [
16572
16591
  "../../../node_modules/openpgp/openpgp.d.ts",
16573
16592
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
@@ -16576,6 +16595,7 @@
16576
16595
  "../../sdk-core/dist/src/bitgo/utils/index.d.ts": [
16577
16596
  "../../sdk-core/dist/src/bitgo/utils/abstractutxocoinutil.d.ts",
16578
16597
  "../../sdk-core/dist/src/bitgo/utils/blsutils.d.ts",
16598
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts",
16579
16599
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts",
16580
16600
  "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts",
16581
16601
  "../../sdk-core/dist/src/bitgo/utils/opengpgutils.d.ts",
@@ -17420,7 +17440,8 @@
17420
17440
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
17421
17441
  "../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
17422
17442
  "../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
17423
- "../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
17443
+ "../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
17444
+ "../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
17424
17445
  ],
17425
17446
  "../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts": [
17426
17447
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
@@ -29413,7 +29434,6 @@
29413
29434
  "../../sdk-coin-sui/dist/src/lib/iface.d.ts",
29414
29435
  "../../sdk-coin-sui/dist/src/lib/mystenlab/builder/index.d.ts",
29415
29436
  "../../sdk-coin-sui/dist/src/lib/mystenlab/types/index.d.ts",
29416
- "../../sdk-coin-sui/dist/src/lib/mystenlab/types/sui-bcs.d.ts",
29417
29437
  "../../sdk-core/dist/src/index.d.ts"
29418
29438
  ],
29419
29439
  "../../sdk-coin-sui/dist/src/register.d.ts": [
@@ -29924,17 +29944,23 @@
29924
29944
  "../../../node_modules/@types/node/index.d.ts",
29925
29945
  "../../sdk-core/dist/src/api/index.d.ts",
29926
29946
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
29947
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts",
29927
29948
  "../../sdk-core/dist/src/bitgo/wallet/index.d.ts"
29928
29949
  ],
29929
29950
  "../../sdk-core/dist/src/bitgo/keychain/index.d.ts": [
29930
29951
  "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts",
29931
- "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts"
29952
+ "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts",
29953
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts"
29932
29954
  ],
29933
29955
  "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts": [
29934
29956
  "../../../node_modules/@types/node/index.d.ts",
29935
29957
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
29936
29958
  "../../sdk-core/dist/src/bitgo/bitgobase.d.ts",
29937
- "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts"
29959
+ "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts",
29960
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts"
29961
+ ],
29962
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts": [
29963
+ "../../sdk-core/node_modules/io-ts/lib/index.d.ts"
29938
29964
  ],
29939
29965
  "../../sdk-core/dist/src/bitgo/legacybitcoin.d.ts": [
29940
29966
  "../../../node_modules/@types/node/index.d.ts",
@@ -30143,6 +30169,10 @@
30143
30169
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts",
30144
30170
  "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts"
30145
30171
  ],
30172
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts": [
30173
+ "../../sdk-core/node_modules/fp-ts/lib/either.d.ts",
30174
+ "../../sdk-core/node_modules/io-ts/lib/index.d.ts"
30175
+ ],
30146
30176
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts": [
30147
30177
  "../../../node_modules/openpgp/openpgp.d.ts",
30148
30178
  "../../sdk-core/dist/src/bitgo/basecoin/index.d.ts",
@@ -30151,6 +30181,7 @@
30151
30181
  "../../sdk-core/dist/src/bitgo/utils/index.d.ts": [
30152
30182
  "../../sdk-core/dist/src/bitgo/utils/abstractutxocoinutil.d.ts",
30153
30183
  "../../sdk-core/dist/src/bitgo/utils/blsutils.d.ts",
30184
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts",
30154
30185
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts",
30155
30186
  "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts",
30156
30187
  "../../sdk-core/dist/src/bitgo/utils/opengpgutils.d.ts",
@@ -30995,7 +31026,8 @@
30995
31026
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
30996
31027
  "../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts",
30997
31028
  "../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts",
30998
- "../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
31029
+ "../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
31030
+ "../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
30999
31031
  ],
31000
31032
  "../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts": [
31001
31033
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
@@ -41665,6 +41697,7 @@
41665
41697
  "../../sdk-core/dist/src/bitgo/keychain/ikeychains.d.ts",
41666
41698
  "../../sdk-core/dist/src/bitgo/keychain/index.d.ts",
41667
41699
  "../../sdk-core/dist/src/bitgo/keychain/keychains.d.ts",
41700
+ "../../sdk-core/dist/src/bitgo/keychain/ovcjsoncodec.d.ts",
41668
41701
  "../../sdk-core/dist/src/bitgo/legacybitcoin.d.ts",
41669
41702
  "../../sdk-core/dist/src/bitgo/lightning/ilightning.d.ts",
41670
41703
  "../../sdk-core/dist/src/bitgo/lightning/index.d.ts",
@@ -41714,6 +41747,7 @@
41714
41747
  "../../sdk-core/dist/src/bitgo/types.d.ts",
41715
41748
  "../../sdk-core/dist/src/bitgo/utils/abstractutxocoinutil.d.ts",
41716
41749
  "../../sdk-core/dist/src/bitgo/utils/blsutils.d.ts",
41750
+ "../../sdk-core/dist/src/bitgo/utils/decode.d.ts",
41717
41751
  "../../sdk-core/dist/src/bitgo/utils/iblsutils.d.ts",
41718
41752
  "../../sdk-core/dist/src/bitgo/utils/index.d.ts",
41719
41753
  "../../sdk-core/dist/src/bitgo/utils/mpcutils.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/account-lib",
3
- "version": "4.5.1",
3
+ "version": "4.5.3",
4
4
  "description": "BitGo's account library functions",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -27,28 +27,28 @@
27
27
  "node": ">=14 <17"
28
28
  },
29
29
  "dependencies": {
30
- "@bitgo/sdk-coin-algo": "^1.3.19",
31
- "@bitgo/sdk-coin-atom": "^3.1.2",
32
- "@bitgo/sdk-coin-avaxc": "^2.4.10",
33
- "@bitgo/sdk-coin-avaxp": "^3.5.10",
34
- "@bitgo/sdk-coin-bsc": "^3.5.1",
35
- "@bitgo/sdk-coin-celo": "^1.3.19",
36
- "@bitgo/sdk-coin-cspr": "^1.2.19",
37
- "@bitgo/sdk-coin-dot": "^2.2.8",
38
- "@bitgo/sdk-coin-etc": "^1.2.19",
39
- "@bitgo/sdk-coin-eth": "^4.4.1",
40
- "@bitgo/sdk-coin-eth2": "^1.2.19",
41
- "@bitgo/sdk-coin-hbar": "^1.3.19",
42
- "@bitgo/sdk-coin-near": "^1.3.19",
43
- "@bitgo/sdk-coin-polygon": "^1.5.3",
44
- "@bitgo/sdk-coin-rbtc": "^1.3.19",
45
- "@bitgo/sdk-coin-sol": "^2.4.3",
46
- "@bitgo/sdk-coin-stx": "^2.0.3",
47
- "@bitgo/sdk-coin-sui": "^3.0.3",
48
- "@bitgo/sdk-coin-trx": "^1.7.3",
49
- "@bitgo/sdk-coin-xtz": "^1.4.19",
50
- "@bitgo/sdk-core": "^8.3.0",
51
- "@bitgo/statics": "^15.1.1",
30
+ "@bitgo/sdk-coin-algo": "^1.3.21",
31
+ "@bitgo/sdk-coin-atom": "^3.1.4",
32
+ "@bitgo/sdk-coin-avaxc": "^2.4.12",
33
+ "@bitgo/sdk-coin-avaxp": "^3.5.12",
34
+ "@bitgo/sdk-coin-bsc": "^3.5.3",
35
+ "@bitgo/sdk-coin-celo": "^1.3.21",
36
+ "@bitgo/sdk-coin-cspr": "^1.2.21",
37
+ "@bitgo/sdk-coin-dot": "^2.2.10",
38
+ "@bitgo/sdk-coin-etc": "^1.2.21",
39
+ "@bitgo/sdk-coin-eth": "^4.4.3",
40
+ "@bitgo/sdk-coin-eth2": "^1.2.21",
41
+ "@bitgo/sdk-coin-hbar": "^1.3.21",
42
+ "@bitgo/sdk-coin-near": "^1.3.21",
43
+ "@bitgo/sdk-coin-polygon": "^1.5.5",
44
+ "@bitgo/sdk-coin-rbtc": "^1.3.21",
45
+ "@bitgo/sdk-coin-sol": "^2.4.5",
46
+ "@bitgo/sdk-coin-stx": "^2.0.5",
47
+ "@bitgo/sdk-coin-sui": "^3.0.5",
48
+ "@bitgo/sdk-coin-trx": "^1.7.5",
49
+ "@bitgo/sdk-coin-xtz": "^1.4.21",
50
+ "@bitgo/sdk-core": "^8.5.0",
51
+ "@bitgo/statics": "^15.1.2",
52
52
  "bignumber.js": "^9.0.0",
53
53
  "bs58": "^4.0.1"
54
54
  },
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "ff58147e8b5afd189b2a4abe08cda97d2bb5c2ff"
79
+ "gitHead": "7ccf98a50341a3d923e3156d1b0efc1c2380bb6f"
80
80
  }