@bitgo-beta/abstract-eth 1.0.2-beta.43 → 1.0.2-beta.431

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +598 -0
  2. package/dist/src/abstractEthLikeCoin.d.ts +7 -5
  3. package/dist/src/abstractEthLikeCoin.d.ts.map +1 -1
  4. package/dist/src/abstractEthLikeCoin.js +10 -10
  5. package/dist/src/abstractEthLikeNewCoins.d.ts +630 -0
  6. package/dist/src/abstractEthLikeNewCoins.d.ts.map +1 -0
  7. package/dist/src/abstractEthLikeNewCoins.js +1798 -0
  8. package/dist/src/ethLikeToken.d.ts +15 -4
  9. package/dist/src/ethLikeToken.d.ts.map +1 -1
  10. package/dist/src/ethLikeToken.js +61 -7
  11. package/dist/src/index.d.ts +2 -0
  12. package/dist/src/index.d.ts.map +1 -1
  13. package/dist/src/index.js +3 -1
  14. package/dist/src/lib/contractCall.d.ts +8 -0
  15. package/dist/src/lib/contractCall.d.ts.map +1 -0
  16. package/dist/src/lib/contractCall.js +17 -0
  17. package/dist/src/lib/iface.d.ts +130 -0
  18. package/dist/src/lib/iface.d.ts.map +1 -0
  19. package/dist/src/lib/iface.js +8 -0
  20. package/dist/src/lib/index.d.ts +15 -0
  21. package/dist/src/lib/index.d.ts.map +1 -0
  22. package/dist/src/lib/index.js +42 -0
  23. package/dist/src/lib/keyPair.d.ts +26 -0
  24. package/dist/src/lib/keyPair.d.ts.map +1 -0
  25. package/dist/src/lib/keyPair.js +66 -0
  26. package/dist/src/lib/transaction.d.ts +64 -0
  27. package/dist/src/lib/transaction.d.ts.map +1 -0
  28. package/dist/src/lib/transaction.js +137 -0
  29. package/dist/src/lib/transactionBuilder.d.ts +232 -0
  30. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/transactionBuilder.js +688 -0
  32. package/dist/src/lib/transferBuilder.d.ts +65 -0
  33. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  34. package/dist/src/lib/transferBuilder.js +221 -0
  35. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +47 -0
  36. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +1 -0
  37. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +113 -0
  38. package/dist/src/lib/transferBuilders/index.d.ts +4 -0
  39. package/dist/src/lib/transferBuilders/index.d.ts.map +1 -0
  40. package/dist/src/lib/transferBuilders/index.js +16 -0
  41. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts +14 -0
  42. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +1 -0
  43. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +83 -0
  44. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +13 -0
  45. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +1 -0
  46. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +68 -0
  47. package/dist/src/lib/types.d.ts +39 -0
  48. package/dist/src/lib/types.d.ts.map +1 -0
  49. package/dist/src/lib/types.js +137 -0
  50. package/dist/src/lib/utils.d.ts +228 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +577 -0
  53. package/dist/src/lib/walletUtil.d.ts +26 -0
  54. package/dist/src/lib/walletUtil.d.ts.map +1 -0
  55. package/dist/src/lib/walletUtil.js +29 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -7896
  57. package/package.json +19 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,604 @@
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
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@9.0.0) (2023-12-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
15
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
16
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
17
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
18
+
19
+ ### Features
20
+
21
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
22
+
23
+ ### BREAKING CHANGES
24
+
25
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
26
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
27
+ getCustomChainName method is removed from Polygon class because a common
28
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
29
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
30
+ and needs to be passed to derive the Eth common object from the chainId.
31
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
32
+ it can be used for other EthLike coins. getBaseFactor method in Eth
33
+ and Polygon class returns number instead of string just to align with
34
+ AbstractEthLikeCoin
35
+ Ticket: WIN-1012
36
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
37
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
38
+ getCustomChainName method is removed from Polygon class because a common
39
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
40
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
41
+ and needs to be passed to derive the Eth common object from the chainId.
42
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
43
+ it can be used for other EthLike coins. getBaseFactor method in Eth
44
+ and Polygon class returns number instead of string just to align with
45
+ AbstractEthLikeCoin
46
+ Ticket: WIN-1012
47
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
48
+ a new class AbstractEthLikeNewCoins which will be having both multisig
49
+ and MPC related methods
50
+
51
+ TICKET: WIN-1021
52
+
53
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
54
+ class in abstract-eth module because TransactionBuilder in the
55
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
56
+ be added to the class that will inherit EthLikeToken class
57
+
58
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
59
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
60
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
61
+ support for hop transactions, batch transactions, etc
62
+
63
+ TICKET: WIN-1021
64
+
65
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@8.0.0) (2023-12-05)
66
+
67
+ ### Bug Fixes
68
+
69
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
70
+
71
+ ### Code Refactoring
72
+
73
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
74
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
75
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
76
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
77
+
78
+ ### Features
79
+
80
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
81
+
82
+ ### BREAKING CHANGES
83
+
84
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
85
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
86
+ getCustomChainName method is removed from Polygon class because a common
87
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
88
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
89
+ and needs to be passed to derive the Eth common object from the chainId.
90
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
91
+ it can be used for other EthLike coins. getBaseFactor method in Eth
92
+ and Polygon class returns number instead of string just to align with
93
+ AbstractEthLikeCoin
94
+ Ticket: WIN-1012
95
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
96
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
97
+ getCustomChainName method is removed from Polygon class because a common
98
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
99
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
100
+ and needs to be passed to derive the Eth common object from the chainId.
101
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
102
+ it can be used for other EthLike coins. getBaseFactor method in Eth
103
+ and Polygon class returns number instead of string just to align with
104
+ AbstractEthLikeCoin
105
+ Ticket: WIN-1012
106
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
107
+ a new class AbstractEthLikeNewCoins which will be having both multisig
108
+ and MPC related methods
109
+
110
+ TICKET: WIN-1021
111
+
112
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
113
+ class in abstract-eth module because TransactionBuilder in the
114
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
115
+ be added to the class that will inherit EthLikeToken class
116
+
117
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
118
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
119
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
120
+ support for hop transactions, batch transactions, etc
121
+
122
+ TICKET: WIN-1021
123
+
124
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@7.0.0) (2023-11-28)
125
+
126
+ ### Bug Fixes
127
+
128
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
129
+
130
+ ### Code Refactoring
131
+
132
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
133
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
134
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
135
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
136
+
137
+ ### Features
138
+
139
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
140
+
141
+ ### BREAKING CHANGES
142
+
143
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
144
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
145
+ getCustomChainName method is removed from Polygon class because a common
146
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
147
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
148
+ and needs to be passed to derive the Eth common object from the chainId.
149
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
150
+ it can be used for other EthLike coins. getBaseFactor method in Eth
151
+ and Polygon class returns number instead of string just to align with
152
+ AbstractEthLikeCoin
153
+ Ticket: WIN-1012
154
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
155
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
156
+ getCustomChainName method is removed from Polygon class because a common
157
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
158
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
159
+ and needs to be passed to derive the Eth common object from the chainId.
160
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
161
+ it can be used for other EthLike coins. getBaseFactor method in Eth
162
+ and Polygon class returns number instead of string just to align with
163
+ AbstractEthLikeCoin
164
+ Ticket: WIN-1012
165
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
166
+ a new class AbstractEthLikeNewCoins which will be having both multisig
167
+ and MPC related methods
168
+
169
+ TICKET: WIN-1021
170
+
171
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
172
+ class in abstract-eth module because TransactionBuilder in the
173
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
174
+ be added to the class that will inherit EthLikeToken class
175
+
176
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
177
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
178
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
179
+ support for hop transactions, batch transactions, etc
180
+
181
+ TICKET: WIN-1021
182
+
183
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@6.0.0) (2023-11-24)
184
+
185
+ ### Bug Fixes
186
+
187
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
188
+
189
+ ### Code Refactoring
190
+
191
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
192
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
193
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
194
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
195
+
196
+ ### Features
197
+
198
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
199
+
200
+ ### BREAKING CHANGES
201
+
202
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
203
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
204
+ getCustomChainName method is removed from Polygon class because a common
205
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
206
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
207
+ and needs to be passed to derive the Eth common object from the chainId.
208
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
209
+ it can be used for other EthLike coins. getBaseFactor method in Eth
210
+ and Polygon class returns number instead of string just to align with
211
+ AbstractEthLikeCoin
212
+ Ticket: WIN-1012
213
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
214
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
215
+ getCustomChainName method is removed from Polygon class because a common
216
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
217
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
218
+ and needs to be passed to derive the Eth common object from the chainId.
219
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
220
+ it can be used for other EthLike coins. getBaseFactor method in Eth
221
+ and Polygon class returns number instead of string just to align with
222
+ AbstractEthLikeCoin
223
+ Ticket: WIN-1012
224
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
225
+ a new class AbstractEthLikeNewCoins which will be having both multisig
226
+ and MPC related methods
227
+
228
+ TICKET: WIN-1021
229
+
230
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
231
+ class in abstract-eth module because TransactionBuilder in the
232
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
233
+ be added to the class that will inherit EthLikeToken class
234
+
235
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
236
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
237
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
238
+ support for hop transactions, batch transactions, etc
239
+
240
+ TICKET: WIN-1021
241
+
242
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@5.0.0) (2023-11-17)
243
+
244
+ ### Bug Fixes
245
+
246
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
247
+
248
+ ### Code Refactoring
249
+
250
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
251
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
252
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
253
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
254
+
255
+ ### Features
256
+
257
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
258
+
259
+ ### BREAKING CHANGES
260
+
261
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
262
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
263
+ getCustomChainName method is removed from Polygon class because a common
264
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
265
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
266
+ and needs to be passed to derive the Eth common object from the chainId.
267
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
268
+ it can be used for other EthLike coins. getBaseFactor method in Eth
269
+ and Polygon class returns number instead of string just to align with
270
+ AbstractEthLikeCoin
271
+ Ticket: WIN-1012
272
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
273
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
274
+ getCustomChainName method is removed from Polygon class because a common
275
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
276
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
277
+ and needs to be passed to derive the Eth common object from the chainId.
278
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
279
+ it can be used for other EthLike coins. getBaseFactor method in Eth
280
+ and Polygon class returns number instead of string just to align with
281
+ AbstractEthLikeCoin
282
+ Ticket: WIN-1012
283
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
284
+ a new class AbstractEthLikeNewCoins which will be having both multisig
285
+ and MPC related methods
286
+
287
+ TICKET: WIN-1021
288
+
289
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
290
+ class in abstract-eth module because TransactionBuilder in the
291
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
292
+ be added to the class that will inherit EthLikeToken class
293
+
294
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
295
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
296
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
297
+ support for hop transactions, batch transactions, etc
298
+
299
+ TICKET: WIN-1021
300
+
301
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13)
302
+
303
+ ### Code Refactoring
304
+
305
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
306
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
307
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
308
+
309
+ ### Features
310
+
311
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
312
+
313
+ ### BREAKING CHANGES
314
+
315
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
316
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
317
+ getCustomChainName method is removed from Polygon class because a common
318
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
319
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
320
+ and needs to be passed to derive the Eth common object from the chainId.
321
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
322
+ it can be used for other EthLike coins. getBaseFactor method in Eth
323
+ and Polygon class returns number instead of string just to align with
324
+ AbstractEthLikeCoin
325
+ Ticket: WIN-1012
326
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
327
+ a new class AbstractEthLikeNewCoins which will be having both multisig
328
+ and MPC related methods
329
+
330
+ TICKET: WIN-1021
331
+
332
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
333
+ class in abstract-eth module because TransactionBuilder in the
334
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
335
+ be added to the class that will inherit EthLikeToken class
336
+
337
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
338
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
339
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
340
+ support for hop transactions, batch transactions, etc
341
+
342
+ TICKET: WIN-1021
343
+
344
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13)
345
+
346
+ ### Code Refactoring
347
+
348
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
349
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
350
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
351
+
352
+ ### Features
353
+
354
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
355
+
356
+ ### BREAKING CHANGES
357
+
358
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
359
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
360
+ getCustomChainName method is removed from Polygon class because a common
361
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
362
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
363
+ and needs to be passed to derive the Eth common object from the chainId.
364
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
365
+ it can be used for other EthLike coins. getBaseFactor method in Eth
366
+ and Polygon class returns number instead of string just to align with
367
+ AbstractEthLikeCoin
368
+ Ticket: WIN-1012
369
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
370
+ a new class AbstractEthLikeNewCoins which will be having both multisig
371
+ and MPC related methods
372
+
373
+ TICKET: WIN-1021
374
+
375
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
376
+ class in abstract-eth module because TransactionBuilder in the
377
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
378
+ be added to the class that will inherit EthLikeToken class
379
+
380
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
381
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
382
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
383
+ support for hop transactions, batch transactions, etc
384
+
385
+ TICKET: WIN-1021
386
+
387
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13)
388
+
389
+ ### Code Refactoring
390
+
391
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
392
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
393
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
394
+
395
+ ### Features
396
+
397
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
398
+
399
+ ### BREAKING CHANGES
400
+
401
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
402
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
403
+ getCustomChainName method is removed from Polygon class because a common
404
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
405
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
406
+ and needs to be passed to derive the Eth common object from the chainId.
407
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
408
+ it can be used for other EthLike coins. getBaseFactor method in Eth
409
+ and Polygon class returns number instead of string just to align with
410
+ AbstractEthLikeCoin
411
+ Ticket: WIN-1012
412
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
413
+ a new class AbstractEthLikeNewCoins which will be having both multisig
414
+ and MPC related methods
415
+
416
+ TICKET: WIN-1021
417
+
418
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
419
+ class in abstract-eth module because TransactionBuilder in the
420
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
421
+ be added to the class that will inherit EthLikeToken class
422
+
423
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
424
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
425
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
426
+ support for hop transactions, batch transactions, etc
427
+
428
+ TICKET: WIN-1021
429
+
430
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20)
431
+
432
+ ### Features
433
+
434
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
435
+
436
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.5.0) (2023-10-18)
437
+
438
+ ### Features
439
+
440
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
441
+
442
+ ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.11) (2023-09-25)
443
+
444
+ **Note:** Version bump only for package @bitgo/abstract-eth
445
+
446
+ ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.10) (2023-09-09)
447
+
448
+ **Note:** Version bump only for package @bitgo/abstract-eth
449
+
450
+ ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.9) (2023-09-09)
451
+
452
+ **Note:** Version bump only for package @bitgo/abstract-eth
453
+
454
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.8) (2023-09-07)
455
+
456
+ **Note:** Version bump only for package @bitgo/abstract-eth
457
+
458
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.7) (2023-09-05)
459
+
460
+ **Note:** Version bump only for package @bitgo/abstract-eth
461
+
462
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.6) (2023-09-01)
463
+
464
+ **Note:** Version bump only for package @bitgo/abstract-eth
465
+
466
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.5) (2023-08-29)
467
+
468
+ **Note:** Version bump only for package @bitgo/abstract-eth
469
+
470
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.4) (2023-08-25)
471
+
472
+ **Note:** Version bump only for package @bitgo/abstract-eth
473
+
474
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.3) (2023-08-24)
475
+
476
+ **Note:** Version bump only for package @bitgo/abstract-eth
477
+
478
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.2) (2023-08-16)
479
+
480
+ **Note:** Version bump only for package @bitgo/abstract-eth
481
+
482
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.1) (2023-08-16)
483
+
484
+ **Note:** Version bump only for package @bitgo/abstract-eth
485
+
486
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.4.0) (2023-08-04)
487
+
488
+ ### Features
489
+
490
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
491
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
492
+
493
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.3.0) (2023-07-28)
494
+
495
+ ### Features
496
+
497
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
498
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
499
+
500
+ ## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.27...@bitgo/abstract-eth@1.2.28) (2023-07-18)
501
+
502
+ **Note:** Version bump only for package @bitgo/abstract-eth
503
+
504
+ ## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.26...@bitgo/abstract-eth@1.2.27) (2023-06-21)
505
+
506
+ **Note:** Version bump only for package @bitgo/abstract-eth
507
+
508
+ ## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.25...@bitgo/abstract-eth@1.2.26) (2023-06-14)
509
+
510
+ **Note:** Version bump only for package @bitgo/abstract-eth
511
+
512
+ ## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.24...@bitgo/abstract-eth@1.2.25) (2023-06-13)
513
+
514
+ **Note:** Version bump only for package @bitgo/abstract-eth
515
+
516
+ ## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.23...@bitgo/abstract-eth@1.2.24) (2023-06-07)
517
+
518
+ **Note:** Version bump only for package @bitgo/abstract-eth
519
+
520
+ ## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.22...@bitgo/abstract-eth@1.2.23) (2023-06-05)
521
+
522
+ **Note:** Version bump only for package @bitgo/abstract-eth
523
+
524
+ ## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.21...@bitgo/abstract-eth@1.2.22) (2023-05-25)
525
+
526
+ **Note:** Version bump only for package @bitgo/abstract-eth
527
+
528
+ ## [1.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.20...@bitgo/abstract-eth@1.2.21) (2023-05-17)
529
+
530
+ **Note:** Version bump only for package @bitgo/abstract-eth
531
+
532
+ ## [1.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.19...@bitgo/abstract-eth@1.2.20) (2023-05-10)
533
+
534
+ **Note:** Version bump only for package @bitgo/abstract-eth
535
+
536
+ ## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.18...@bitgo/abstract-eth@1.2.19) (2023-05-03)
537
+
538
+ **Note:** Version bump only for package @bitgo/abstract-eth
539
+
540
+ ## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.17...@bitgo/abstract-eth@1.2.18) (2023-04-25)
541
+
542
+ **Note:** Version bump only for package @bitgo/abstract-eth
543
+
544
+ ## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.16...@bitgo/abstract-eth@1.2.17) (2023-04-20)
545
+
546
+ **Note:** Version bump only for package @bitgo/abstract-eth
547
+
548
+ ## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.15...@bitgo/abstract-eth@1.2.16) (2023-04-13)
549
+
550
+ **Note:** Version bump only for package @bitgo/abstract-eth
551
+
552
+ ## [1.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.14...@bitgo/abstract-eth@1.2.15) (2023-02-17)
553
+
554
+ **Note:** Version bump only for package @bitgo/abstract-eth
555
+
556
+ ## [1.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.14) (2023-02-16)
557
+
558
+ **Note:** Version bump only for package @bitgo/abstract-eth
559
+
560
+ ## [1.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.13) (2023-02-08)
561
+
562
+ **Note:** Version bump only for package @bitgo/abstract-eth
563
+
564
+ ## [1.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.12) (2023-01-30)
565
+
566
+ **Note:** Version bump only for package @bitgo/abstract-eth
567
+
568
+ ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.10...@bitgo/abstract-eth@1.2.11) (2023-01-25)
569
+
570
+ **Note:** Version bump only for package @bitgo/abstract-eth
571
+
572
+ ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
573
+
574
+ **Note:** Version bump only for package @bitgo/abstract-eth
575
+
576
+ ## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.8...@bitgo/abstract-eth@1.2.9) (2022-12-20)
577
+
578
+ **Note:** Version bump only for package @bitgo/abstract-eth
579
+
580
+ ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.7...@bitgo/abstract-eth@1.2.8) (2022-12-09)
581
+
582
+ **Note:** Version bump only for package @bitgo/abstract-eth
583
+
584
+ ## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.6...@bitgo/abstract-eth@1.2.7) (2022-12-06)
585
+
586
+ **Note:** Version bump only for package @bitgo/abstract-eth
587
+
588
+ ## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.5...@bitgo/abstract-eth@1.2.6) (2022-12-01)
589
+
590
+ **Note:** Version bump only for package @bitgo/abstract-eth
591
+
592
+ ## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.5) (2022-11-29)
593
+
594
+ **Note:** Version bump only for package @bitgo/abstract-eth
595
+
596
+ ## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.4) (2022-11-04)
597
+
598
+ **Note:** Version bump only for package @bitgo/abstract-eth
599
+
600
+ ## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.2) (2022-10-27)
601
+
602
+ **Note:** Version bump only for package @bitgo/abstract-eth
603
+
6
604
  ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.1) (2022-10-25)
7
605
 
8
606
  **Note:** Version bump only for package @bitgo/abstract-eth
@@ -2,9 +2,10 @@
2
2
  /**
3
3
  * @prettier
4
4
  */
5
- import { TransactionBuilder } from '@bitgo-beta/sdk-coin-eth';
6
5
  import { CoinFamily, BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
7
6
  import { BaseCoin, BitGoBase, FullySignedTransaction, HalfSignedAccountTransaction, KeyPair, ParsedTransaction, ParseTransactionOptions, SignTransactionOptions, TransactionExplanation, TransactionFee, TransactionPrebuild as BaseTransactionPrebuild, TransactionRecipient as Recipient, VerifyTransactionOptions } from '@bitgo-beta/sdk-core';
7
+ import { TransactionBuilder } from './lib';
8
+ import { VerifyEthAddressOptions } from './abstractEthLikeNewCoins';
8
9
  export interface EthSignTransactionOptions extends SignTransactionOptions {
9
10
  txPrebuild: TransactionPrebuild;
10
11
  prv: string;
@@ -14,13 +15,13 @@ export interface TxInfo {
14
15
  from: string;
15
16
  txid: string;
16
17
  }
17
- export interface TransactionPrebuild extends BaseTransactionPrebuild {
18
- txHex: string;
18
+ interface TransactionPrebuild extends BaseTransactionPrebuild {
19
+ txHex?: string;
19
20
  txInfo: TxInfo;
20
21
  feeInfo: EthTransactionFee;
21
22
  source: string;
22
23
  dataToSign: string;
23
- nextContractSequenceId?: string;
24
+ nextContractSequenceId?: number;
24
25
  expireTime?: number;
25
26
  }
26
27
  export interface EthTransactionFee {
@@ -59,7 +60,7 @@ export declare abstract class AbstractEthLikeCoin extends BaseCoin {
59
60
  isValidAddress(address: string): boolean;
60
61
  generateKeyPair(seed?: Buffer): KeyPair;
61
62
  parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction>;
62
- isWalletAddress(): Promise<boolean>;
63
+ isWalletAddress(params: VerifyEthAddressOptions): Promise<boolean>;
63
64
  verifyTransaction(params: VerifyTransactionOptions): Promise<boolean>;
64
65
  signTransaction(params: EthSignTransactionOptions): Promise<SignedEthLikeTransaction>;
65
66
  isValidPub(pub: string): boolean;
@@ -83,4 +84,5 @@ export declare abstract class AbstractEthLikeCoin extends BaseCoin {
83
84
  */
84
85
  protected abstract getTransactionBuilder(): TransactionBuilder;
85
86
  }
87
+ export {};
86
88
  //# sourceMappingURL=abstractEthLikeCoin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"abstractEthLikeCoin.d.ts","sourceRoot":"","sources":["../../src/abstractEthLikeCoin.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"abstractEthLikeCoin.d.ts","sourceRoot":"","sources":["../../src/abstractEthLikeCoin.ts"],"names":[],"mappings":"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"}