viem 0.0.1-alpha.1 → 0.0.1-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/actions/package.json +1 -1
  2. package/chains/package.json +1 -1
  3. package/clients/package.json +1 -1
  4. package/dist/actions/index.d.ts +6 -6
  5. package/dist/actions/index.js +125 -123
  6. package/dist/actions/index.mjs +125 -0
  7. package/dist/chains.d.ts +651 -21
  8. package/dist/chains.js +76 -75
  9. package/dist/chains.mjs +134 -0
  10. package/dist/chunk-35OJIFIW.js +2619 -0
  11. package/dist/{chunk-Z6LRV6XI.js → chunk-DY4MSK2M.mjs} +1052 -411
  12. package/dist/chunk-GXCYE2PD.js +258 -0
  13. package/dist/{chunk-LLYFXUSV.js → chunk-JXGK2LUM.mjs} +184 -198
  14. package/dist/chunk-PEAG3TIC.js +1084 -0
  15. package/dist/{chunk-OQTFTQTO.js → chunk-TP542F7H.mjs} +44 -63
  16. package/dist/clients/index.d.ts +5 -6
  17. package/dist/clients/index.js +23 -25
  18. package/dist/clients/index.mjs +23 -0
  19. package/dist/{createWalletClient-915223f3.d.ts → createWalletClient-3f9fa8b6.d.ts} +1 -1
  20. package/dist/{eip1193-8f7c22ce.d.ts → eip1193-c001fcd5.d.ts} +3 -3
  21. package/dist/index.d.ts +341 -10
  22. package/dist/index.js +374 -290
  23. package/dist/index.mjs +374 -0
  24. package/dist/{parseGwei-bbc055e4.d.ts → parseGwei-7c87ff41.d.ts} +70 -118
  25. package/dist/{rpc-3c0e3985.d.ts → rpc-26932bae.d.ts} +1 -38
  26. package/dist/{rpc-655c0ba4.d.ts → rpc-b77c5aee.d.ts} +1 -1
  27. package/dist/transactionRequest-08d30731.d.ts +132 -0
  28. package/dist/utils/index.d.ts +41 -7
  29. package/dist/utils/index.js +148 -154
  30. package/dist/utils/index.mjs +148 -0
  31. package/dist/{watchAsset-04ab8db5.d.ts → watchAsset-43255bfd.d.ts} +17 -16
  32. package/dist/{webSocket-c6e0d26f.d.ts → webSocket-3385e295.d.ts} +4 -9
  33. package/dist/window.d.ts +2 -2
  34. package/dist/window.js +1 -0
  35. package/dist/window.mjs +0 -0
  36. package/package.json +9 -62
  37. package/utils/package.json +1 -1
  38. package/window/package.json +1 -1
  39. package/dist/BaseError-7688f84e.d.ts +0 -18
  40. package/dist/transactionRequest-ade896ac.d.ts +0 -44
package/dist/index.js CHANGED
@@ -1,290 +1,374 @@
1
- import {
2
- addChain,
3
- call,
4
- createBlockFilter,
5
- createPendingTransactionFilter,
6
- dropTransaction,
7
- estimateGas,
8
- getAccounts,
9
- getAutomine,
10
- getBalance,
11
- getBlock,
12
- getBlockNumber,
13
- getBlockTransactionCount,
14
- getChainId,
15
- getFeeHistory,
16
- getFilterChanges,
17
- getFilterLogs,
18
- getGasPrice,
19
- getPermissions,
20
- getTransaction,
21
- getTransactionConfirmations,
22
- getTransactionCount,
23
- getTransactionReceipt,
24
- getTxpoolContent,
25
- getTxpoolStatus,
26
- impersonateAccount,
27
- increaseTime,
28
- inspectTxpool,
29
- mine,
30
- removeBlockTimestampInterval,
31
- requestAccounts,
32
- requestPermissions,
33
- reset,
34
- revert,
35
- sendTransaction,
36
- sendUnsignedTransaction,
37
- setAutomine,
38
- setBalance,
39
- setBlockGasLimit,
40
- setBlockTimestampInterval,
41
- setCode,
42
- setCoinbase,
43
- setIntervalMining,
44
- setLoggingEnabled,
45
- setMinGasPrice,
46
- setNextBlockBaseFeePerGas,
47
- setNextBlockTimestamp,
48
- setNonce,
49
- setStorageAt,
50
- signMessage,
51
- snapshot,
52
- stopImpersonatingAccount,
53
- switchChain,
54
- uninstallFilter,
55
- waitForTransactionReceipt,
56
- watchAsset,
57
- watchBlockNumber,
58
- watchBlocks,
59
- watchPendingTransactions
60
- } from "./chunk-LLYFXUSV.js";
61
- import {
62
- UrlRequiredError,
63
- createClient,
64
- createPublicClient,
65
- createTestClient,
66
- createTransport,
67
- createWalletClient,
68
- custom,
69
- fallback,
70
- http,
71
- webSocket
72
- } from "./chunk-OQTFTQTO.js";
73
- import {
74
- BaseError,
75
- HttpRequestError,
76
- InternalRpcError,
77
- InvalidInputRpcError,
78
- InvalidParamsRpcError,
79
- InvalidRequestRpcError,
80
- JsonRpcVersionUnsupportedError,
81
- LimitExceededRpcError,
82
- MethodNotFoundRpcError,
83
- MethodNotSupportedRpcError,
84
- ParseRpcError,
85
- ResourceNotFoundRpcError,
86
- ResourceUnavailableRpcError,
87
- RpcError,
88
- RpcRequestError,
89
- TimeoutError,
90
- TransactionRejectedRpcError,
91
- boolToBytes,
92
- boolToHex,
93
- bytesToBigint,
94
- bytesToBool,
95
- bytesToHex,
96
- bytesToNumber,
97
- bytesToString,
98
- decodeAbi,
99
- decodeBytes,
100
- decodeHex,
101
- decodeRlp,
102
- encodeAbi,
103
- encodeBytes,
104
- encodeHex,
105
- encodeRlp,
106
- etherUnits,
107
- formatBlock,
108
- formatEther,
109
- formatGwei,
110
- formatTransaction,
111
- formatTransactionRequest,
112
- formatUnit,
113
- getAddress,
114
- getContractAddress,
115
- getCreate2Address,
116
- getCreateAddress,
117
- getEventSignature,
118
- getFunctionSignature,
119
- gweiUnits,
120
- hexToBigInt,
121
- hexToBool,
122
- hexToBytes,
123
- hexToNumber,
124
- hexToString,
125
- isAddress,
126
- isAddressEqual,
127
- isBytes,
128
- isHex,
129
- keccak256,
130
- numberToBytes,
131
- numberToHex,
132
- pad,
133
- padBytes,
134
- padHex,
135
- parseEther,
136
- parseGwei,
137
- parseUnit,
138
- size,
139
- slice,
140
- sliceBytes,
141
- sliceHex,
142
- stringToBytes,
143
- stringToHex,
144
- transactionType,
145
- trim,
146
- weiUnits
147
- } from "./chunk-Z6LRV6XI.js";
148
- export {
149
- BaseError,
150
- HttpRequestError,
151
- InternalRpcError,
152
- InvalidInputRpcError,
153
- InvalidParamsRpcError,
154
- InvalidRequestRpcError,
155
- JsonRpcVersionUnsupportedError,
156
- LimitExceededRpcError,
157
- MethodNotFoundRpcError,
158
- MethodNotSupportedRpcError,
159
- ParseRpcError,
160
- ResourceNotFoundRpcError,
161
- ResourceUnavailableRpcError,
162
- RpcError,
163
- RpcRequestError,
164
- TimeoutError,
165
- TransactionRejectedRpcError,
166
- UrlRequiredError,
167
- addChain,
168
- boolToBytes,
169
- boolToHex,
170
- bytesToBigint,
171
- bytesToBool,
172
- bytesToHex,
173
- bytesToNumber,
174
- bytesToString,
175
- call,
176
- createBlockFilter,
177
- createClient,
178
- createPendingTransactionFilter,
179
- createPublicClient,
180
- createTestClient,
181
- createTransport,
182
- createWalletClient,
183
- custom,
184
- decodeAbi,
185
- decodeBytes,
186
- decodeHex,
187
- decodeRlp,
188
- dropTransaction,
189
- encodeAbi,
190
- encodeBytes,
191
- encodeHex,
192
- encodeRlp,
193
- estimateGas,
194
- etherUnits,
195
- fallback,
196
- formatBlock,
197
- formatEther,
198
- formatGwei,
199
- formatTransaction,
200
- formatTransactionRequest,
201
- formatUnit,
202
- getAccounts,
203
- getAddress,
204
- getAutomine,
205
- getBalance,
206
- getBlock,
207
- getBlockNumber,
208
- getBlockTransactionCount,
209
- getChainId,
210
- getContractAddress,
211
- getCreate2Address,
212
- getCreateAddress,
213
- getEventSignature,
214
- getFeeHistory,
215
- getFilterChanges,
216
- getFilterLogs,
217
- getFunctionSignature,
218
- getGasPrice,
219
- getPermissions,
220
- getTransaction,
221
- getTransactionConfirmations,
222
- getTransactionCount,
223
- getTransactionReceipt,
224
- getTxpoolContent,
225
- getTxpoolStatus,
226
- gweiUnits,
227
- hexToBigInt,
228
- hexToBool,
229
- hexToBytes,
230
- hexToNumber,
231
- hexToString,
232
- http,
233
- impersonateAccount,
234
- increaseTime,
235
- inspectTxpool,
236
- isAddress,
237
- isAddressEqual,
238
- isBytes,
239
- isHex,
240
- keccak256,
241
- mine,
242
- numberToBytes,
243
- numberToHex,
244
- pad,
245
- padBytes,
246
- padHex,
247
- parseEther,
248
- parseGwei,
249
- parseUnit,
250
- removeBlockTimestampInterval,
251
- requestAccounts,
252
- requestPermissions,
253
- reset,
254
- revert,
255
- sendTransaction,
256
- sendUnsignedTransaction,
257
- setAutomine,
258
- setBalance,
259
- setBlockGasLimit,
260
- setBlockTimestampInterval,
261
- setCode,
262
- setCoinbase,
263
- setIntervalMining,
264
- setLoggingEnabled,
265
- setMinGasPrice,
266
- setNextBlockBaseFeePerGas,
267
- setNextBlockTimestamp,
268
- setNonce,
269
- setStorageAt,
270
- signMessage,
271
- size,
272
- slice,
273
- sliceBytes,
274
- sliceHex,
275
- snapshot,
276
- stopImpersonatingAccount,
277
- stringToBytes,
278
- stringToHex,
279
- switchChain,
280
- transactionType,
281
- trim,
282
- uninstallFilter,
283
- waitForTransactionReceipt,
284
- watchAsset,
285
- watchBlockNumber,
286
- watchBlocks,
287
- watchPendingTransactions,
288
- webSocket,
289
- weiUnits
290
- };
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ var _chunkPEAG3TICjs = require('./chunk-PEAG3TIC.js');
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+ var _chunkGXCYE2PDjs = require('./chunk-GXCYE2PD.js');
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ var _chunk35OJIFIWjs = require('./chunk-35OJIFIW.js');
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+ exports.AbiConstructorNotFoundError = _chunk35OJIFIWjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunk35OJIFIWjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunk35OJIFIWjs.AbiDecodingDataSizeInvalidError; exports.AbiEncodingArrayLengthMismatchError = _chunk35OJIFIWjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunk35OJIFIWjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunk35OJIFIWjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunk35OJIFIWjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunk35OJIFIWjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunk35OJIFIWjs.AbiEventNotFoundError; exports.AbiFunctionNotFoundError = _chunk35OJIFIWjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunk35OJIFIWjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunk35OJIFIWjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunk35OJIFIWjs.BaseError; exports.BlockNotFoundError = _chunk35OJIFIWjs.BlockNotFoundError; exports.DataLengthTooLongError = _chunk35OJIFIWjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunk35OJIFIWjs.DataLengthTooShortError; exports.FilterTypeNotSupportedError = _chunk35OJIFIWjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunk35OJIFIWjs.HttpRequestError; exports.InternalRpcError = _chunk35OJIFIWjs.InternalRpcError; exports.InvalidAbiDecodingTypeError = _chunk35OJIFIWjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunk35OJIFIWjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunk35OJIFIWjs.InvalidAddressError; exports.InvalidArrayError = _chunk35OJIFIWjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunk35OJIFIWjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunk35OJIFIWjs.InvalidDefinitionTypeError; exports.InvalidGasArgumentsError = _chunk35OJIFIWjs.InvalidGasArgumentsError; exports.InvalidHexBooleanError = _chunk35OJIFIWjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunk35OJIFIWjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunk35OJIFIWjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunk35OJIFIWjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunk35OJIFIWjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunk35OJIFIWjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunk35OJIFIWjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunk35OJIFIWjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunk35OJIFIWjs.MethodNotSupportedRpcError; exports.OffsetOutOfBoundsError = _chunk35OJIFIWjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunk35OJIFIWjs.ParseRpcError; exports.RequestError = _chunk35OJIFIWjs.RequestError; exports.ResourceNotFoundRpcError = _chunk35OJIFIWjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunk35OJIFIWjs.ResourceUnavailableRpcError; exports.RpcError = _chunk35OJIFIWjs.RpcError; exports.RpcRequestError = _chunk35OJIFIWjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunk35OJIFIWjs.SizeExceedsPaddingSizeError; exports.TimeoutError = _chunk35OJIFIWjs.TimeoutError; exports.TransactionNotFoundError = _chunk35OJIFIWjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunk35OJIFIWjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunk35OJIFIWjs.TransactionRejectedRpcError; exports.UnknownRpcError = _chunk35OJIFIWjs.UnknownRpcError; exports.UrlRequiredError = _chunk35OJIFIWjs.UrlRequiredError; exports.WaitForTransactionReceiptTimeoutError = _chunk35OJIFIWjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunk35OJIFIWjs.WebSocketRequestError; exports.addChain = _chunkPEAG3TICjs.addChain; exports.boolToBytes = _chunk35OJIFIWjs.boolToBytes; exports.boolToHex = _chunk35OJIFIWjs.boolToHex; exports.bytesToBigint = _chunk35OJIFIWjs.bytesToBigint; exports.bytesToBool = _chunk35OJIFIWjs.bytesToBool; exports.bytesToHex = _chunk35OJIFIWjs.bytesToHex; exports.bytesToNumber = _chunk35OJIFIWjs.bytesToNumber; exports.bytesToString = _chunk35OJIFIWjs.bytesToString; exports.call = _chunkPEAG3TICjs.call; exports.callContract = _chunkPEAG3TICjs.callContract; exports.createBlockFilter = _chunkPEAG3TICjs.createBlockFilter; exports.createClient = _chunkGXCYE2PDjs.createClient; exports.createPendingTransactionFilter = _chunkPEAG3TICjs.createPendingTransactionFilter; exports.createPublicClient = _chunkGXCYE2PDjs.createPublicClient; exports.createTestClient = _chunkGXCYE2PDjs.createTestClient; exports.createTransport = _chunkGXCYE2PDjs.createTransport; exports.createWalletClient = _chunkGXCYE2PDjs.createWalletClient; exports.custom = _chunkGXCYE2PDjs.custom; exports.decodeAbi = _chunk35OJIFIWjs.decodeAbi; exports.decodeBytes = _chunk35OJIFIWjs.decodeBytes; exports.decodeErrorResult = _chunk35OJIFIWjs.decodeErrorResult; exports.decodeFunctionData = _chunk35OJIFIWjs.decodeFunctionData; exports.decodeFunctionResult = _chunk35OJIFIWjs.decodeFunctionResult; exports.decodeHex = _chunk35OJIFIWjs.decodeHex; exports.decodeRlp = _chunk35OJIFIWjs.decodeRlp; exports.dropTransaction = _chunkPEAG3TICjs.dropTransaction; exports.encodeAbi = _chunk35OJIFIWjs.encodeAbi; exports.encodeBytes = _chunk35OJIFIWjs.encodeBytes; exports.encodeDeployData = _chunk35OJIFIWjs.encodeDeployData; exports.encodeErrorResult = _chunk35OJIFIWjs.encodeErrorResult; exports.encodeEventTopics = _chunk35OJIFIWjs.encodeEventTopics; exports.encodeFunctionData = _chunk35OJIFIWjs.encodeFunctionData; exports.encodeFunctionResult = _chunk35OJIFIWjs.encodeFunctionResult; exports.encodeHex = _chunk35OJIFIWjs.encodeHex; exports.encodeRlp = _chunk35OJIFIWjs.encodeRlp; exports.estimateGas = _chunkPEAG3TICjs.estimateGas; exports.etherUnits = _chunk35OJIFIWjs.etherUnits; exports.fallback = _chunkGXCYE2PDjs.fallback; exports.formatBlock = _chunk35OJIFIWjs.formatBlock; exports.formatEther = _chunk35OJIFIWjs.formatEther; exports.formatGwei = _chunk35OJIFIWjs.formatGwei; exports.formatTransaction = _chunk35OJIFIWjs.formatTransaction; exports.formatTransactionRequest = _chunk35OJIFIWjs.formatTransactionRequest; exports.formatUnit = _chunk35OJIFIWjs.formatUnit; exports.getAccounts = _chunkPEAG3TICjs.getAccounts; exports.getAddress = _chunk35OJIFIWjs.getAddress; exports.getAutomine = _chunkPEAG3TICjs.getAutomine; exports.getBalance = _chunkPEAG3TICjs.getBalance; exports.getBlock = _chunkPEAG3TICjs.getBlock; exports.getBlockNumber = _chunkPEAG3TICjs.getBlockNumber; exports.getBlockTransactionCount = _chunkPEAG3TICjs.getBlockTransactionCount; exports.getChainId = _chunkPEAG3TICjs.getChainId; exports.getContractAddress = _chunk35OJIFIWjs.getContractAddress; exports.getCreate2Address = _chunk35OJIFIWjs.getCreate2Address; exports.getCreateAddress = _chunk35OJIFIWjs.getCreateAddress; exports.getEventSignature = _chunk35OJIFIWjs.getEventSignature; exports.getFeeHistory = _chunkPEAG3TICjs.getFeeHistory; exports.getFilterChanges = _chunkPEAG3TICjs.getFilterChanges; exports.getFilterLogs = _chunkPEAG3TICjs.getFilterLogs; exports.getFunctionSignature = _chunk35OJIFIWjs.getFunctionSignature; exports.getGasPrice = _chunkPEAG3TICjs.getGasPrice; exports.getPermissions = _chunkPEAG3TICjs.getPermissions; exports.getTransaction = _chunkPEAG3TICjs.getTransaction; exports.getTransactionConfirmations = _chunkPEAG3TICjs.getTransactionConfirmations; exports.getTransactionCount = _chunkPEAG3TICjs.getTransactionCount; exports.getTransactionReceipt = _chunkPEAG3TICjs.getTransactionReceipt; exports.getTxpoolContent = _chunkPEAG3TICjs.getTxpoolContent; exports.getTxpoolStatus = _chunkPEAG3TICjs.getTxpoolStatus; exports.gweiUnits = _chunk35OJIFIWjs.gweiUnits; exports.hexToBigInt = _chunk35OJIFIWjs.hexToBigInt; exports.hexToBool = _chunk35OJIFIWjs.hexToBool; exports.hexToBytes = _chunk35OJIFIWjs.hexToBytes; exports.hexToNumber = _chunk35OJIFIWjs.hexToNumber; exports.hexToString = _chunk35OJIFIWjs.hexToString; exports.http = _chunkGXCYE2PDjs.http; exports.impersonateAccount = _chunkPEAG3TICjs.impersonateAccount; exports.increaseTime = _chunkPEAG3TICjs.increaseTime; exports.inspectTxpool = _chunkPEAG3TICjs.inspectTxpool; exports.isAddress = _chunk35OJIFIWjs.isAddress; exports.isAddressEqual = _chunk35OJIFIWjs.isAddressEqual; exports.isBytes = _chunk35OJIFIWjs.isBytes; exports.isHex = _chunk35OJIFIWjs.isHex; exports.keccak256 = _chunk35OJIFIWjs.keccak256; exports.mine = _chunkPEAG3TICjs.mine; exports.numberToBytes = _chunk35OJIFIWjs.numberToBytes; exports.numberToHex = _chunk35OJIFIWjs.numberToHex; exports.pad = _chunk35OJIFIWjs.pad; exports.padBytes = _chunk35OJIFIWjs.padBytes; exports.padHex = _chunk35OJIFIWjs.padHex; exports.parseEther = _chunk35OJIFIWjs.parseEther; exports.parseGwei = _chunk35OJIFIWjs.parseGwei; exports.parseUnit = _chunk35OJIFIWjs.parseUnit; exports.removeBlockTimestampInterval = _chunkPEAG3TICjs.removeBlockTimestampInterval; exports.requestAccounts = _chunkPEAG3TICjs.requestAccounts; exports.requestPermissions = _chunkPEAG3TICjs.requestPermissions; exports.reset = _chunkPEAG3TICjs.reset; exports.revert = _chunkPEAG3TICjs.revert; exports.sendTransaction = _chunkPEAG3TICjs.sendTransaction; exports.sendUnsignedTransaction = _chunkPEAG3TICjs.sendUnsignedTransaction; exports.setAutomine = _chunkPEAG3TICjs.setAutomine; exports.setBalance = _chunkPEAG3TICjs.setBalance; exports.setBlockGasLimit = _chunkPEAG3TICjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkPEAG3TICjs.setBlockTimestampInterval; exports.setCode = _chunkPEAG3TICjs.setCode; exports.setCoinbase = _chunkPEAG3TICjs.setCoinbase; exports.setIntervalMining = _chunkPEAG3TICjs.setIntervalMining; exports.setLoggingEnabled = _chunkPEAG3TICjs.setLoggingEnabled; exports.setMinGasPrice = _chunkPEAG3TICjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkPEAG3TICjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkPEAG3TICjs.setNextBlockTimestamp; exports.setNonce = _chunkPEAG3TICjs.setNonce; exports.setStorageAt = _chunkPEAG3TICjs.setStorageAt; exports.signMessage = _chunkPEAG3TICjs.signMessage; exports.size = _chunk35OJIFIWjs.size; exports.slice = _chunk35OJIFIWjs.slice; exports.sliceBytes = _chunk35OJIFIWjs.sliceBytes; exports.sliceHex = _chunk35OJIFIWjs.sliceHex; exports.snapshot = _chunkPEAG3TICjs.snapshot; exports.stopImpersonatingAccount = _chunkPEAG3TICjs.stopImpersonatingAccount; exports.stringToBytes = _chunk35OJIFIWjs.stringToBytes; exports.stringToHex = _chunk35OJIFIWjs.stringToHex; exports.switchChain = _chunkPEAG3TICjs.switchChain; exports.transactionType = _chunk35OJIFIWjs.transactionType; exports.trim = _chunk35OJIFIWjs.trim; exports.uninstallFilter = _chunkPEAG3TICjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkPEAG3TICjs.waitForTransactionReceipt; exports.watchAsset = _chunkPEAG3TICjs.watchAsset; exports.watchBlockNumber = _chunkPEAG3TICjs.watchBlockNumber; exports.watchBlocks = _chunkPEAG3TICjs.watchBlocks; exports.watchPendingTransactions = _chunkPEAG3TICjs.watchPendingTransactions; exports.webSocket = _chunkGXCYE2PDjs.webSocket; exports.weiUnits = _chunk35OJIFIWjs.weiUnits;