viem 0.0.0-main.20240526T170333 → 0.0.0-main.20240526T225326
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/_cjs/accounts/privateKeyToAccount.js +0 -4
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +0 -1
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/index.js +1 -15
- package/_cjs/experimental/index.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +0 -4
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +0 -1
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +0 -7
- package/_esm/experimental/index.js.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +2 -4
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +76 -76
- package/_types/celo/formatters.d.ts +38 -38
- package/_types/chains/definitions/ancient8.d.ts +30 -30
- package/_types/chains/definitions/ancient8Sepolia.d.ts +30 -30
- package/_types/chains/definitions/base.d.ts +30 -30
- package/_types/chains/definitions/baseGoerli.d.ts +30 -30
- package/_types/chains/definitions/baseSepolia.d.ts +30 -30
- package/_types/chains/definitions/celo.d.ts +76 -76
- package/_types/chains/definitions/celoAlfajores.d.ts +76 -76
- package/_types/chains/definitions/fraxtal.d.ts +30 -30
- package/_types/chains/definitions/fraxtalTestnet.d.ts +30 -30
- package/_types/chains/definitions/funkiSepolia.d.ts +30 -30
- package/_types/chains/definitions/liskSepolia.d.ts +30 -30
- package/_types/chains/definitions/metalL2.d.ts +30 -30
- package/_types/chains/definitions/optimism.d.ts +30 -30
- package/_types/chains/definitions/optimismGoerli.d.ts +30 -30
- package/_types/chains/definitions/optimismSepolia.d.ts +30 -30
- package/_types/chains/definitions/pgn.d.ts +30 -30
- package/_types/chains/definitions/pgnTestnet.d.ts +30 -30
- package/_types/chains/definitions/rss3.d.ts +30 -30
- package/_types/chains/definitions/rss3Sepolia.d.ts +30 -30
- package/_types/chains/definitions/zora.d.ts +30 -30
- package/_types/chains/definitions/zoraSepolia.d.ts +30 -30
- package/_types/chains/definitions/zoraTestnet.d.ts +30 -30
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/index.d.ts +0 -7
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +30 -30
- package/_types/op-stack/formatters.d.ts +30 -30
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/accounts/privateKeyToAccount.ts +0 -4
- package/accounts/toAccount.ts +0 -1
- package/accounts/types.ts +2 -9
- package/errors/version.ts +1 -1
- package/experimental/index.ts +0 -44
- package/package.json +1 -1
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js +0 -29
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/constants/abis.js +0 -123
- package/_cjs/experimental/eip3074/constants/abis.js.map +0 -1
- package/_cjs/experimental/eip3074/decorators/eip3074.js +0 -13
- package/_cjs/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -26
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -8
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/getInvoker.js +0 -64
- package/_cjs/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -12
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +0 -11
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/actions/signAuthMessage.js +0 -78
- package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/constants/abis.js +0 -120
- package/_esm/experimental/eip3074/constants/abis.js.map +0 -1
- package/_esm/experimental/eip3074/decorators/eip3074.js +0 -26
- package/_esm/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -22
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -4
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/getInvoker.js +0 -60
- package/_esm/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -8
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_esm/experimental/eip3074/utils/signAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/toAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +0 -13
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +0 -82
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/constants/abis.d.ts +0 -91
- package/_types/experimental/eip3074/constants/abis.d.ts.map +0 -1
- package/_types/experimental/eip3074/decorators/eip3074.d.ts +0 -27
- package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts +0 -11
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts +0 -14
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts +0 -48
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +0 -12
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +0 -16
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +0 -20
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +0 -19
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +0 -1
- package/experimental/eip3074/actions/signAuthMessage.ts +0 -151
- package/experimental/eip3074/constants/abis.ts +0 -119
- package/experimental/eip3074/decorators/eip3074.ts +0 -58
- package/experimental/eip3074/invokers/coders/batchInvokerCoder.ts +0 -46
- package/experimental/eip3074/invokers/coders/defineInvokerCoder.ts +0 -20
- package/experimental/eip3074/invokers/getInvoker.ts +0 -192
- package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +0 -29
- package/experimental/eip3074/utils/signAuthMessage.ts +0 -40
- package/experimental/eip3074/utils/toAuthMessage.ts +0 -50
- package/experimental/eip3074/utils/verifyAuthMessage.ts +0 -46
@@ -62,13 +62,13 @@ export declare const formatters: {
|
|
62
62
|
gas?: `0x${string}`;
|
63
63
|
nonce?: `0x${string}`;
|
64
64
|
value?: `0x${string}`;
|
65
|
+
accessList?: undefined;
|
66
|
+
blobVersionedHashes?: undefined;
|
65
67
|
blockHash?: `0x${string}` | null;
|
66
68
|
blockNumber?: `0x${string}` | null;
|
67
69
|
hash?: `0x${string}`;
|
68
70
|
input?: `0x${string}`;
|
69
71
|
transactionIndex?: `0x${string}` | null;
|
70
|
-
accessList?: undefined;
|
71
|
-
blobVersionedHashes?: undefined;
|
72
72
|
chainId?: `0x${string}` | undefined;
|
73
73
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
74
74
|
r: `0x${string}`;
|
@@ -113,13 +113,13 @@ export declare const formatters: {
|
|
113
113
|
gas?: `0x${string}`;
|
114
114
|
nonce?: `0x${string}`;
|
115
115
|
value?: `0x${string}`;
|
116
|
+
accessList?: undefined;
|
117
|
+
blobVersionedHashes?: undefined;
|
116
118
|
blockHash?: `0x${string}` | null;
|
117
119
|
blockNumber?: `0x${string}` | null;
|
118
120
|
hash?: `0x${string}`;
|
119
121
|
input?: `0x${string}`;
|
120
122
|
transactionIndex?: `0x${string}` | null;
|
121
|
-
accessList?: undefined;
|
122
|
-
blobVersionedHashes?: undefined;
|
123
123
|
chainId?: `0x${string}` | undefined;
|
124
124
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
125
125
|
feeCurrency: `0x${string}` | null;
|
@@ -141,13 +141,13 @@ export declare const formatters: {
|
|
141
141
|
gas?: `0x${string}`;
|
142
142
|
nonce?: `0x${string}`;
|
143
143
|
value?: `0x${string}`;
|
144
|
+
accessList?: undefined;
|
145
|
+
blobVersionedHashes?: undefined;
|
144
146
|
blockHash?: `0x${string}` | null;
|
145
147
|
blockNumber?: `0x${string}` | null;
|
146
148
|
hash?: `0x${string}`;
|
147
149
|
input?: `0x${string}`;
|
148
150
|
transactionIndex?: `0x${string}` | null;
|
149
|
-
accessList?: undefined;
|
150
|
-
blobVersionedHashes?: undefined;
|
151
151
|
chainId?: `0x${string}` | undefined;
|
152
152
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
153
153
|
feeCurrency: `0x${string}` | null;
|
@@ -169,13 +169,13 @@ export declare const formatters: {
|
|
169
169
|
gas?: `0x${string}`;
|
170
170
|
nonce?: `0x${string}`;
|
171
171
|
value?: `0x${string}`;
|
172
|
+
accessList?: import("../index.js").AccessList | undefined;
|
173
|
+
blobVersionedHashes?: undefined;
|
172
174
|
blockHash?: `0x${string}` | null;
|
173
175
|
blockNumber?: `0x${string}` | null;
|
174
176
|
hash?: `0x${string}`;
|
175
177
|
input?: `0x${string}`;
|
176
178
|
transactionIndex?: `0x${string}` | null;
|
177
|
-
accessList?: import("../index.js").AccessList | undefined;
|
178
|
-
blobVersionedHashes?: undefined;
|
179
179
|
chainId?: `0x${string}` | undefined;
|
180
180
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
181
181
|
r: `0x${string}`;
|
@@ -220,13 +220,13 @@ export declare const formatters: {
|
|
220
220
|
gas?: `0x${string}`;
|
221
221
|
nonce?: `0x${string}`;
|
222
222
|
value?: `0x${string}`;
|
223
|
+
accessList?: import("../index.js").AccessList | undefined;
|
224
|
+
blobVersionedHashes?: undefined;
|
223
225
|
blockHash?: `0x${string}` | null;
|
224
226
|
blockNumber?: `0x${string}` | null;
|
225
227
|
hash?: `0x${string}`;
|
226
228
|
input?: `0x${string}`;
|
227
229
|
transactionIndex?: `0x${string}` | null;
|
228
|
-
accessList?: import("../index.js").AccessList | undefined;
|
229
|
-
blobVersionedHashes?: undefined;
|
230
230
|
chainId?: `0x${string}` | undefined;
|
231
231
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
232
232
|
blockHash: `0x${string}` | null;
|
@@ -271,13 +271,13 @@ export declare const formatters: {
|
|
271
271
|
gas?: `0x${string}`;
|
272
272
|
nonce?: `0x${string}`;
|
273
273
|
value?: `0x${string}`;
|
274
|
+
accessList?: import("../index.js").AccessList | undefined;
|
275
|
+
blobVersionedHashes?: undefined;
|
274
276
|
blockHash?: `0x${string}` | null;
|
275
277
|
blockNumber?: `0x${string}` | null;
|
276
278
|
hash?: `0x${string}`;
|
277
279
|
input?: `0x${string}`;
|
278
280
|
transactionIndex?: `0x${string}` | null;
|
279
|
-
accessList?: import("../index.js").AccessList | undefined;
|
280
|
-
blobVersionedHashes?: undefined;
|
281
281
|
chainId?: `0x${string}` | undefined;
|
282
282
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
283
283
|
blockHash: `0x${string}` | null;
|
@@ -322,13 +322,13 @@ export declare const formatters: {
|
|
322
322
|
gas?: `0x${string}`;
|
323
323
|
nonce?: `0x${string}`;
|
324
324
|
value?: `0x${string}`;
|
325
|
+
accessList?: import("../index.js").AccessList | undefined;
|
326
|
+
blobVersionedHashes?: undefined;
|
325
327
|
blockHash?: `0x${string}` | null;
|
326
328
|
blockNumber?: `0x${string}` | null;
|
327
329
|
hash?: `0x${string}`;
|
328
330
|
input?: `0x${string}`;
|
329
331
|
transactionIndex?: `0x${string}` | null;
|
330
|
-
accessList?: import("../index.js").AccessList | undefined;
|
331
|
-
blobVersionedHashes?: undefined;
|
332
332
|
chainId?: `0x${string}` | undefined;
|
333
333
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
334
334
|
feeCurrency: `0x${string}` | null;
|
@@ -350,13 +350,13 @@ export declare const formatters: {
|
|
350
350
|
gas?: `0x${string}`;
|
351
351
|
nonce?: `0x${string}`;
|
352
352
|
value?: `0x${string}`;
|
353
|
+
accessList?: import("../index.js").AccessList | undefined;
|
354
|
+
blobVersionedHashes?: undefined;
|
353
355
|
blockHash?: `0x${string}` | null;
|
354
356
|
blockNumber?: `0x${string}` | null;
|
355
357
|
hash?: `0x${string}`;
|
356
358
|
input?: `0x${string}`;
|
357
359
|
transactionIndex?: `0x${string}` | null;
|
358
|
-
accessList?: import("../index.js").AccessList | undefined;
|
359
|
-
blobVersionedHashes?: undefined;
|
360
360
|
chainId?: `0x${string}` | undefined;
|
361
361
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
362
362
|
feeCurrency: `0x${string}` | null;
|
@@ -378,13 +378,13 @@ export declare const formatters: {
|
|
378
378
|
gas?: `0x${string}`;
|
379
379
|
nonce?: `0x${string}`;
|
380
380
|
value?: `0x${string}`;
|
381
|
+
accessList?: import("../index.js").AccessList | undefined;
|
382
|
+
blobVersionedHashes?: undefined;
|
381
383
|
blockHash?: `0x${string}` | null;
|
382
384
|
blockNumber?: `0x${string}` | null;
|
383
385
|
hash?: `0x${string}`;
|
384
386
|
input?: `0x${string}`;
|
385
387
|
transactionIndex?: `0x${string}` | null;
|
386
|
-
accessList?: import("../index.js").AccessList | undefined;
|
387
|
-
blobVersionedHashes?: undefined;
|
388
388
|
chainId?: `0x${string}` | undefined;
|
389
389
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
390
390
|
r: `0x${string}`;
|
@@ -429,13 +429,13 @@ export declare const formatters: {
|
|
429
429
|
gas?: `0x${string}`;
|
430
430
|
nonce?: `0x${string}`;
|
431
431
|
value?: `0x${string}`;
|
432
|
+
accessList?: import("../index.js").AccessList | undefined;
|
433
|
+
blobVersionedHashes?: undefined;
|
432
434
|
blockHash?: `0x${string}` | null;
|
433
435
|
blockNumber?: `0x${string}` | null;
|
434
436
|
hash?: `0x${string}`;
|
435
437
|
input?: `0x${string}`;
|
436
438
|
transactionIndex?: `0x${string}` | null;
|
437
|
-
accessList?: import("../index.js").AccessList | undefined;
|
438
|
-
blobVersionedHashes?: undefined;
|
439
439
|
chainId?: `0x${string}` | undefined;
|
440
440
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
441
441
|
blockHash: `0x${string}` | null;
|
@@ -480,13 +480,13 @@ export declare const formatters: {
|
|
480
480
|
gas?: `0x${string}`;
|
481
481
|
nonce?: `0x${string}`;
|
482
482
|
value?: `0x${string}`;
|
483
|
+
accessList?: import("../index.js").AccessList | undefined;
|
484
|
+
blobVersionedHashes?: undefined;
|
483
485
|
blockHash?: `0x${string}` | null;
|
484
486
|
blockNumber?: `0x${string}` | null;
|
485
487
|
hash?: `0x${string}`;
|
486
488
|
input?: `0x${string}`;
|
487
489
|
transactionIndex?: `0x${string}` | null;
|
488
|
-
accessList?: import("../index.js").AccessList | undefined;
|
489
|
-
blobVersionedHashes?: undefined;
|
490
490
|
chainId?: `0x${string}` | undefined;
|
491
491
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
492
492
|
blockHash: `0x${string}` | null;
|
@@ -531,13 +531,13 @@ export declare const formatters: {
|
|
531
531
|
gas?: `0x${string}`;
|
532
532
|
nonce?: `0x${string}`;
|
533
533
|
value?: `0x${string}`;
|
534
|
+
accessList?: import("../index.js").AccessList | undefined;
|
535
|
+
blobVersionedHashes?: undefined;
|
534
536
|
blockHash?: `0x${string}` | null;
|
535
537
|
blockNumber?: `0x${string}` | null;
|
536
538
|
hash?: `0x${string}`;
|
537
539
|
input?: `0x${string}`;
|
538
540
|
transactionIndex?: `0x${string}` | null;
|
539
|
-
accessList?: import("../index.js").AccessList | undefined;
|
540
|
-
blobVersionedHashes?: undefined;
|
541
541
|
chainId?: `0x${string}` | undefined;
|
542
542
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
543
543
|
feeCurrency: `0x${string}` | null;
|
@@ -559,13 +559,13 @@ export declare const formatters: {
|
|
559
559
|
gas?: `0x${string}`;
|
560
560
|
nonce?: `0x${string}`;
|
561
561
|
value?: `0x${string}`;
|
562
|
+
accessList?: import("../index.js").AccessList | undefined;
|
563
|
+
blobVersionedHashes?: undefined;
|
562
564
|
blockHash?: `0x${string}` | null;
|
563
565
|
blockNumber?: `0x${string}` | null;
|
564
566
|
hash?: `0x${string}`;
|
565
567
|
input?: `0x${string}`;
|
566
568
|
transactionIndex?: `0x${string}` | null;
|
567
|
-
accessList?: import("../index.js").AccessList | undefined;
|
568
|
-
blobVersionedHashes?: undefined;
|
569
569
|
chainId?: `0x${string}` | undefined;
|
570
570
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
571
571
|
feeCurrency: `0x${string}` | null;
|
@@ -587,13 +587,13 @@ export declare const formatters: {
|
|
587
587
|
gas?: `0x${string}`;
|
588
588
|
nonce?: `0x${string}`;
|
589
589
|
value?: `0x${string}`;
|
590
|
+
accessList?: import("../index.js").AccessList | undefined;
|
591
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
590
592
|
blockHash?: `0x${string}` | null;
|
591
593
|
blockNumber?: `0x${string}` | null;
|
592
594
|
hash?: `0x${string}`;
|
593
595
|
input?: `0x${string}`;
|
594
596
|
transactionIndex?: `0x${string}` | null;
|
595
|
-
accessList?: import("../index.js").AccessList | undefined;
|
596
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
597
597
|
chainId?: `0x${string}` | undefined;
|
598
598
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
599
599
|
r: `0x${string}`;
|
@@ -638,13 +638,13 @@ export declare const formatters: {
|
|
638
638
|
gas?: `0x${string}`;
|
639
639
|
nonce?: `0x${string}`;
|
640
640
|
value?: `0x${string}`;
|
641
|
+
accessList?: import("../index.js").AccessList | undefined;
|
642
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
641
643
|
blockHash?: `0x${string}` | null;
|
642
644
|
blockNumber?: `0x${string}` | null;
|
643
645
|
hash?: `0x${string}`;
|
644
646
|
input?: `0x${string}`;
|
645
647
|
transactionIndex?: `0x${string}` | null;
|
646
|
-
accessList?: import("../index.js").AccessList | undefined;
|
647
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
648
648
|
chainId?: `0x${string}` | undefined;
|
649
649
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
650
650
|
blockHash: `0x${string}` | null;
|
@@ -689,13 +689,13 @@ export declare const formatters: {
|
|
689
689
|
gas?: `0x${string}`;
|
690
690
|
nonce?: `0x${string}`;
|
691
691
|
value?: `0x${string}`;
|
692
|
+
accessList?: import("../index.js").AccessList | undefined;
|
693
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
692
694
|
blockHash?: `0x${string}` | null;
|
693
695
|
blockNumber?: `0x${string}` | null;
|
694
696
|
hash?: `0x${string}`;
|
695
697
|
input?: `0x${string}`;
|
696
698
|
transactionIndex?: `0x${string}` | null;
|
697
|
-
accessList?: import("../index.js").AccessList | undefined;
|
698
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
699
699
|
chainId?: `0x${string}` | undefined;
|
700
700
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
701
701
|
blockHash: `0x${string}` | null;
|
@@ -740,13 +740,13 @@ export declare const formatters: {
|
|
740
740
|
gas?: `0x${string}`;
|
741
741
|
nonce?: `0x${string}`;
|
742
742
|
value?: `0x${string}`;
|
743
|
+
accessList?: import("../index.js").AccessList | undefined;
|
744
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
743
745
|
blockHash?: `0x${string}` | null;
|
744
746
|
blockNumber?: `0x${string}` | null;
|
745
747
|
hash?: `0x${string}`;
|
746
748
|
input?: `0x${string}`;
|
747
749
|
transactionIndex?: `0x${string}` | null;
|
748
|
-
accessList?: import("../index.js").AccessList | undefined;
|
749
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
750
750
|
chainId?: `0x${string}` | undefined;
|
751
751
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
752
752
|
blockHash: `0x${string}` | null;
|
@@ -791,13 +791,13 @@ export declare const formatters: {
|
|
791
791
|
gas?: `0x${string}`;
|
792
792
|
nonce?: `0x${string}`;
|
793
793
|
value?: `0x${string}`;
|
794
|
+
accessList?: import("../index.js").AccessList | undefined;
|
795
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
794
796
|
blockHash?: `0x${string}` | null;
|
795
797
|
blockNumber?: `0x${string}` | null;
|
796
798
|
hash?: `0x${string}`;
|
797
799
|
input?: `0x${string}`;
|
798
800
|
transactionIndex?: `0x${string}` | null;
|
799
|
-
accessList?: import("../index.js").AccessList | undefined;
|
800
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
801
801
|
chainId?: `0x${string}` | undefined;
|
802
802
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
803
803
|
feeCurrency: `0x${string}` | null;
|
@@ -819,13 +819,13 @@ export declare const formatters: {
|
|
819
819
|
gas?: `0x${string}`;
|
820
820
|
nonce?: `0x${string}`;
|
821
821
|
value?: `0x${string}`;
|
822
|
+
accessList?: import("../index.js").AccessList | undefined;
|
823
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
822
824
|
blockHash?: `0x${string}` | null;
|
823
825
|
blockNumber?: `0x${string}` | null;
|
824
826
|
hash?: `0x${string}`;
|
825
827
|
input?: `0x${string}`;
|
826
828
|
transactionIndex?: `0x${string}` | null;
|
827
|
-
accessList?: import("../index.js").AccessList | undefined;
|
828
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
829
829
|
chainId?: `0x${string}` | undefined;
|
830
830
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
831
831
|
feeCurrency: `0x${string}` | null;
|
@@ -110,13 +110,13 @@ export declare const ancient8: {
|
|
110
110
|
gas?: `0x${string}`;
|
111
111
|
nonce?: `0x${string}`;
|
112
112
|
value?: `0x${string}`;
|
113
|
+
accessList?: undefined;
|
114
|
+
blobVersionedHashes?: undefined;
|
113
115
|
blockHash?: `0x${string}` | null;
|
114
116
|
blockNumber?: `0x${string}` | null;
|
115
117
|
hash?: `0x${string}`;
|
116
118
|
input?: `0x${string}`;
|
117
119
|
transactionIndex?: `0x${string}` | null;
|
118
|
-
accessList?: undefined;
|
119
|
-
blobVersionedHashes?: undefined;
|
120
120
|
chainId?: `0x${string}` | undefined;
|
121
121
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
122
122
|
r: `0x${string}`;
|
@@ -161,13 +161,13 @@ export declare const ancient8: {
|
|
161
161
|
gas?: `0x${string}`;
|
162
162
|
nonce?: `0x${string}`;
|
163
163
|
value?: `0x${string}`;
|
164
|
+
accessList?: undefined;
|
165
|
+
blobVersionedHashes?: undefined;
|
164
166
|
blockHash?: `0x${string}` | null;
|
165
167
|
blockNumber?: `0x${string}` | null;
|
166
168
|
hash?: `0x${string}`;
|
167
169
|
input?: `0x${string}`;
|
168
170
|
transactionIndex?: `0x${string}` | null;
|
169
|
-
accessList?: undefined;
|
170
|
-
blobVersionedHashes?: undefined;
|
171
171
|
chainId?: `0x${string}` | undefined;
|
172
172
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
173
173
|
isSystemTx?: boolean | undefined;
|
@@ -189,13 +189,13 @@ export declare const ancient8: {
|
|
189
189
|
gas?: `0x${string}`;
|
190
190
|
nonce?: `0x${string}`;
|
191
191
|
value?: `0x${string}`;
|
192
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
193
|
+
blobVersionedHashes?: undefined;
|
192
194
|
blockHash?: `0x${string}` | null;
|
193
195
|
blockNumber?: `0x${string}` | null;
|
194
196
|
hash?: `0x${string}`;
|
195
197
|
input?: `0x${string}`;
|
196
198
|
transactionIndex?: `0x${string}` | null;
|
197
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
198
|
-
blobVersionedHashes?: undefined;
|
199
199
|
chainId?: `0x${string}` | undefined;
|
200
200
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
201
201
|
r: `0x${string}`;
|
@@ -240,13 +240,13 @@ export declare const ancient8: {
|
|
240
240
|
gas?: `0x${string}`;
|
241
241
|
nonce?: `0x${string}`;
|
242
242
|
value?: `0x${string}`;
|
243
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
244
|
+
blobVersionedHashes?: undefined;
|
243
245
|
blockHash?: `0x${string}` | null;
|
244
246
|
blockNumber?: `0x${string}` | null;
|
245
247
|
hash?: `0x${string}`;
|
246
248
|
input?: `0x${string}`;
|
247
249
|
transactionIndex?: `0x${string}` | null;
|
248
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
249
|
-
blobVersionedHashes?: undefined;
|
250
250
|
chainId?: `0x${string}` | undefined;
|
251
251
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
252
252
|
blockHash: `0x${string}` | null;
|
@@ -291,13 +291,13 @@ export declare const ancient8: {
|
|
291
291
|
gas?: `0x${string}`;
|
292
292
|
nonce?: `0x${string}`;
|
293
293
|
value?: `0x${string}`;
|
294
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
295
|
+
blobVersionedHashes?: undefined;
|
294
296
|
blockHash?: `0x${string}` | null;
|
295
297
|
blockNumber?: `0x${string}` | null;
|
296
298
|
hash?: `0x${string}`;
|
297
299
|
input?: `0x${string}`;
|
298
300
|
transactionIndex?: `0x${string}` | null;
|
299
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
300
|
-
blobVersionedHashes?: undefined;
|
301
301
|
chainId?: `0x${string}` | undefined;
|
302
302
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
303
303
|
blockHash: `0x${string}` | null;
|
@@ -342,13 +342,13 @@ export declare const ancient8: {
|
|
342
342
|
gas?: `0x${string}`;
|
343
343
|
nonce?: `0x${string}`;
|
344
344
|
value?: `0x${string}`;
|
345
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
346
|
+
blobVersionedHashes?: undefined;
|
345
347
|
blockHash?: `0x${string}` | null;
|
346
348
|
blockNumber?: `0x${string}` | null;
|
347
349
|
hash?: `0x${string}`;
|
348
350
|
input?: `0x${string}`;
|
349
351
|
transactionIndex?: `0x${string}` | null;
|
350
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
351
|
-
blobVersionedHashes?: undefined;
|
352
352
|
chainId?: `0x${string}` | undefined;
|
353
353
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
354
354
|
isSystemTx?: boolean | undefined;
|
@@ -370,13 +370,13 @@ export declare const ancient8: {
|
|
370
370
|
gas?: `0x${string}`;
|
371
371
|
nonce?: `0x${string}`;
|
372
372
|
value?: `0x${string}`;
|
373
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
374
|
+
blobVersionedHashes?: undefined;
|
373
375
|
blockHash?: `0x${string}` | null;
|
374
376
|
blockNumber?: `0x${string}` | null;
|
375
377
|
hash?: `0x${string}`;
|
376
378
|
input?: `0x${string}`;
|
377
379
|
transactionIndex?: `0x${string}` | null;
|
378
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
379
|
-
blobVersionedHashes?: undefined;
|
380
380
|
chainId?: `0x${string}` | undefined;
|
381
381
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
382
382
|
r: `0x${string}`;
|
@@ -421,13 +421,13 @@ export declare const ancient8: {
|
|
421
421
|
gas?: `0x${string}`;
|
422
422
|
nonce?: `0x${string}`;
|
423
423
|
value?: `0x${string}`;
|
424
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
425
|
+
blobVersionedHashes?: undefined;
|
424
426
|
blockHash?: `0x${string}` | null;
|
425
427
|
blockNumber?: `0x${string}` | null;
|
426
428
|
hash?: `0x${string}`;
|
427
429
|
input?: `0x${string}`;
|
428
430
|
transactionIndex?: `0x${string}` | null;
|
429
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
430
|
-
blobVersionedHashes?: undefined;
|
431
431
|
chainId?: `0x${string}` | undefined;
|
432
432
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
433
433
|
blockHash: `0x${string}` | null;
|
@@ -472,13 +472,13 @@ export declare const ancient8: {
|
|
472
472
|
gas?: `0x${string}`;
|
473
473
|
nonce?: `0x${string}`;
|
474
474
|
value?: `0x${string}`;
|
475
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
476
|
+
blobVersionedHashes?: undefined;
|
475
477
|
blockHash?: `0x${string}` | null;
|
476
478
|
blockNumber?: `0x${string}` | null;
|
477
479
|
hash?: `0x${string}`;
|
478
480
|
input?: `0x${string}`;
|
479
481
|
transactionIndex?: `0x${string}` | null;
|
480
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
481
|
-
blobVersionedHashes?: undefined;
|
482
482
|
chainId?: `0x${string}` | undefined;
|
483
483
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
484
484
|
blockHash: `0x${string}` | null;
|
@@ -523,13 +523,13 @@ export declare const ancient8: {
|
|
523
523
|
gas?: `0x${string}`;
|
524
524
|
nonce?: `0x${string}`;
|
525
525
|
value?: `0x${string}`;
|
526
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
527
|
+
blobVersionedHashes?: undefined;
|
526
528
|
blockHash?: `0x${string}` | null;
|
527
529
|
blockNumber?: `0x${string}` | null;
|
528
530
|
hash?: `0x${string}`;
|
529
531
|
input?: `0x${string}`;
|
530
532
|
transactionIndex?: `0x${string}` | null;
|
531
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
532
|
-
blobVersionedHashes?: undefined;
|
533
533
|
chainId?: `0x${string}` | undefined;
|
534
534
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
535
535
|
isSystemTx?: boolean | undefined;
|
@@ -551,13 +551,13 @@ export declare const ancient8: {
|
|
551
551
|
gas?: `0x${string}`;
|
552
552
|
nonce?: `0x${string}`;
|
553
553
|
value?: `0x${string}`;
|
554
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
555
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
554
556
|
blockHash?: `0x${string}` | null;
|
555
557
|
blockNumber?: `0x${string}` | null;
|
556
558
|
hash?: `0x${string}`;
|
557
559
|
input?: `0x${string}`;
|
558
560
|
transactionIndex?: `0x${string}` | null;
|
559
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
560
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
561
561
|
chainId?: `0x${string}` | undefined;
|
562
562
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
563
563
|
r: `0x${string}`;
|
@@ -602,13 +602,13 @@ export declare const ancient8: {
|
|
602
602
|
gas?: `0x${string}`;
|
603
603
|
nonce?: `0x${string}`;
|
604
604
|
value?: `0x${string}`;
|
605
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
606
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
605
607
|
blockHash?: `0x${string}` | null;
|
606
608
|
blockNumber?: `0x${string}` | null;
|
607
609
|
hash?: `0x${string}`;
|
608
610
|
input?: `0x${string}`;
|
609
611
|
transactionIndex?: `0x${string}` | null;
|
610
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
611
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
612
612
|
chainId?: `0x${string}` | undefined;
|
613
613
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
614
614
|
blockHash: `0x${string}` | null;
|
@@ -653,13 +653,13 @@ export declare const ancient8: {
|
|
653
653
|
gas?: `0x${string}`;
|
654
654
|
nonce?: `0x${string}`;
|
655
655
|
value?: `0x${string}`;
|
656
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
657
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
656
658
|
blockHash?: `0x${string}` | null;
|
657
659
|
blockNumber?: `0x${string}` | null;
|
658
660
|
hash?: `0x${string}`;
|
659
661
|
input?: `0x${string}`;
|
660
662
|
transactionIndex?: `0x${string}` | null;
|
661
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
662
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
663
663
|
chainId?: `0x${string}` | undefined;
|
664
664
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
665
665
|
blockHash: `0x${string}` | null;
|
@@ -704,13 +704,13 @@ export declare const ancient8: {
|
|
704
704
|
gas?: `0x${string}`;
|
705
705
|
nonce?: `0x${string}`;
|
706
706
|
value?: `0x${string}`;
|
707
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
708
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
707
709
|
blockHash?: `0x${string}` | null;
|
708
710
|
blockNumber?: `0x${string}` | null;
|
709
711
|
hash?: `0x${string}`;
|
710
712
|
input?: `0x${string}`;
|
711
713
|
transactionIndex?: `0x${string}` | null;
|
712
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
713
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
714
714
|
chainId?: `0x${string}` | undefined;
|
715
715
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
716
716
|
blockHash: `0x${string}` | null;
|
@@ -755,13 +755,13 @@ export declare const ancient8: {
|
|
755
755
|
gas?: `0x${string}`;
|
756
756
|
nonce?: `0x${string}`;
|
757
757
|
value?: `0x${string}`;
|
758
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
759
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
758
760
|
blockHash?: `0x${string}` | null;
|
759
761
|
blockNumber?: `0x${string}` | null;
|
760
762
|
hash?: `0x${string}`;
|
761
763
|
input?: `0x${string}`;
|
762
764
|
transactionIndex?: `0x${string}` | null;
|
763
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
764
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
765
765
|
chainId?: `0x${string}` | undefined;
|
766
766
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
767
767
|
isSystemTx?: boolean | undefined;
|