viem 0.0.0-main.20240408T061242 → 0.0.0-main.20240408T210957
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/actions/index.js +1 -2
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +3 -5
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +0 -1
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
- package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
- package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +0 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +6 -10
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +3 -8
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -2
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/filecoinCalibration.js +1 -0
- package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
- package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +0 -2
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +6 -10
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +6 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +341 -1837
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +97 -845
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +341 -1837
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +101 -817
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +3 -22
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -186
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +101 -817
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +101 -817
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +0 -1
- package/actions/public/estimateGas.ts +7 -9
- package/actions/wallet/prepareTransactionRequest.ts +17 -73
- package/actions/wallet/sendTransaction.ts +0 -2
- package/chains/definitions/filecoinCalibration.ts +1 -0
- package/chains/definitions/filecoinHyperspace.ts +1 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +3 -28
- package/utils/blob/blobsToCommitments.ts +7 -9
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +11 -14
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +0 -2
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +6 -12
@@ -61,7 +61,6 @@ export declare const formatters: {
|
|
61
61
|
gas?: `0x${string}`;
|
62
62
|
nonce?: `0x${string}`;
|
63
63
|
value?: `0x${string}`;
|
64
|
-
blobVersionedHashes?: undefined;
|
65
64
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
66
65
|
accessList?: undefined;
|
67
66
|
blockHash?: `0x${string}` | null;
|
@@ -69,6 +68,7 @@ export declare const formatters: {
|
|
69
68
|
hash?: `0x${string}`;
|
70
69
|
input?: `0x${string}`;
|
71
70
|
transactionIndex?: `0x${string}` | null;
|
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}`;
|
@@ -112,7 +112,6 @@ export declare const formatters: {
|
|
112
112
|
gas?: `0x${string}`;
|
113
113
|
nonce?: `0x${string}`;
|
114
114
|
value?: `0x${string}`;
|
115
|
-
blobVersionedHashes?: undefined;
|
116
115
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
117
116
|
accessList?: undefined;
|
118
117
|
blockHash?: `0x${string}` | null;
|
@@ -120,6 +119,7 @@ export declare const formatters: {
|
|
120
119
|
hash?: `0x${string}`;
|
121
120
|
input?: `0x${string}`;
|
122
121
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -140,7 +140,6 @@ export declare const formatters: {
|
|
140
140
|
gas?: `0x${string}`;
|
141
141
|
nonce?: `0x${string}`;
|
142
142
|
value?: `0x${string}`;
|
143
|
-
blobVersionedHashes?: undefined;
|
144
143
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
145
144
|
accessList?: undefined;
|
146
145
|
blockHash?: `0x${string}` | null;
|
@@ -148,6 +147,7 @@ export declare const formatters: {
|
|
148
147
|
hash?: `0x${string}`;
|
149
148
|
input?: `0x${string}`;
|
150
149
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -168,7 +168,6 @@ export declare const formatters: {
|
|
168
168
|
gas?: `0x${string}`;
|
169
169
|
nonce?: `0x${string}`;
|
170
170
|
value?: `0x${string}`;
|
171
|
-
blobVersionedHashes?: undefined;
|
172
171
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
173
172
|
accessList?: import("../index.js").AccessList | undefined;
|
174
173
|
blockHash?: `0x${string}` | null;
|
@@ -176,6 +175,7 @@ export declare const formatters: {
|
|
176
175
|
hash?: `0x${string}`;
|
177
176
|
input?: `0x${string}`;
|
178
177
|
transactionIndex?: `0x${string}` | null;
|
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}`;
|
@@ -219,7 +219,6 @@ export declare const formatters: {
|
|
219
219
|
gas?: `0x${string}`;
|
220
220
|
nonce?: `0x${string}`;
|
221
221
|
value?: `0x${string}`;
|
222
|
-
blobVersionedHashes?: undefined;
|
223
222
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
224
223
|
accessList?: import("../index.js").AccessList | undefined;
|
225
224
|
blockHash?: `0x${string}` | null;
|
@@ -227,6 +226,7 @@ export declare const formatters: {
|
|
227
226
|
hash?: `0x${string}`;
|
228
227
|
input?: `0x${string}`;
|
229
228
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -270,7 +270,6 @@ export declare const formatters: {
|
|
270
270
|
gas?: `0x${string}`;
|
271
271
|
nonce?: `0x${string}`;
|
272
272
|
value?: `0x${string}`;
|
273
|
-
blobVersionedHashes?: undefined;
|
274
273
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
275
274
|
accessList?: import("../index.js").AccessList | undefined;
|
276
275
|
blockHash?: `0x${string}` | null;
|
@@ -278,6 +277,7 @@ export declare const formatters: {
|
|
278
277
|
hash?: `0x${string}`;
|
279
278
|
input?: `0x${string}`;
|
280
279
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -321,7 +321,6 @@ export declare const formatters: {
|
|
321
321
|
gas?: `0x${string}`;
|
322
322
|
nonce?: `0x${string}`;
|
323
323
|
value?: `0x${string}`;
|
324
|
-
blobVersionedHashes?: undefined;
|
325
324
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
326
325
|
accessList?: import("../index.js").AccessList | undefined;
|
327
326
|
blockHash?: `0x${string}` | null;
|
@@ -329,6 +328,7 @@ export declare const formatters: {
|
|
329
328
|
hash?: `0x${string}`;
|
330
329
|
input?: `0x${string}`;
|
331
330
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -349,7 +349,6 @@ export declare const formatters: {
|
|
349
349
|
gas?: `0x${string}`;
|
350
350
|
nonce?: `0x${string}`;
|
351
351
|
value?: `0x${string}`;
|
352
|
-
blobVersionedHashes?: undefined;
|
353
352
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
354
353
|
accessList?: import("../index.js").AccessList | undefined;
|
355
354
|
blockHash?: `0x${string}` | null;
|
@@ -357,6 +356,7 @@ export declare const formatters: {
|
|
357
356
|
hash?: `0x${string}`;
|
358
357
|
input?: `0x${string}`;
|
359
358
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -377,7 +377,6 @@ export declare const formatters: {
|
|
377
377
|
gas?: `0x${string}`;
|
378
378
|
nonce?: `0x${string}`;
|
379
379
|
value?: `0x${string}`;
|
380
|
-
blobVersionedHashes?: undefined;
|
381
380
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
382
381
|
accessList?: import("../index.js").AccessList | undefined;
|
383
382
|
blockHash?: `0x${string}` | null;
|
@@ -385,6 +384,7 @@ export declare const formatters: {
|
|
385
384
|
hash?: `0x${string}`;
|
386
385
|
input?: `0x${string}`;
|
387
386
|
transactionIndex?: `0x${string}` | null;
|
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}`;
|
@@ -428,7 +428,6 @@ export declare const formatters: {
|
|
428
428
|
gas?: `0x${string}`;
|
429
429
|
nonce?: `0x${string}`;
|
430
430
|
value?: `0x${string}`;
|
431
|
-
blobVersionedHashes?: undefined;
|
432
431
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
433
432
|
accessList?: import("../index.js").AccessList | undefined;
|
434
433
|
blockHash?: `0x${string}` | null;
|
@@ -436,6 +435,7 @@ export declare const formatters: {
|
|
436
435
|
hash?: `0x${string}`;
|
437
436
|
input?: `0x${string}`;
|
438
437
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -479,7 +479,6 @@ export declare const formatters: {
|
|
479
479
|
gas?: `0x${string}`;
|
480
480
|
nonce?: `0x${string}`;
|
481
481
|
value?: `0x${string}`;
|
482
|
-
blobVersionedHashes?: undefined;
|
483
482
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
484
483
|
accessList?: import("../index.js").AccessList | undefined;
|
485
484
|
blockHash?: `0x${string}` | null;
|
@@ -487,6 +486,7 @@ export declare const formatters: {
|
|
487
486
|
hash?: `0x${string}`;
|
488
487
|
input?: `0x${string}`;
|
489
488
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -530,7 +530,6 @@ export declare const formatters: {
|
|
530
530
|
gas?: `0x${string}`;
|
531
531
|
nonce?: `0x${string}`;
|
532
532
|
value?: `0x${string}`;
|
533
|
-
blobVersionedHashes?: undefined;
|
534
533
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
535
534
|
accessList?: import("../index.js").AccessList | undefined;
|
536
535
|
blockHash?: `0x${string}` | null;
|
@@ -538,6 +537,7 @@ export declare const formatters: {
|
|
538
537
|
hash?: `0x${string}`;
|
539
538
|
input?: `0x${string}`;
|
540
539
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -558,7 +558,6 @@ export declare const formatters: {
|
|
558
558
|
gas?: `0x${string}`;
|
559
559
|
nonce?: `0x${string}`;
|
560
560
|
value?: `0x${string}`;
|
561
|
-
blobVersionedHashes?: undefined;
|
562
561
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
563
562
|
accessList?: import("../index.js").AccessList | undefined;
|
564
563
|
blockHash?: `0x${string}` | null;
|
@@ -566,6 +565,7 @@ export declare const formatters: {
|
|
566
565
|
hash?: `0x${string}`;
|
567
566
|
input?: `0x${string}`;
|
568
567
|
transactionIndex?: `0x${string}` | null;
|
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;
|
@@ -586,7 +586,6 @@ export declare const formatters: {
|
|
586
586
|
gas?: `0x${string}`;
|
587
587
|
nonce?: `0x${string}`;
|
588
588
|
value?: `0x${string}`;
|
589
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
590
589
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
591
590
|
accessList?: import("../index.js").AccessList | undefined;
|
592
591
|
blockHash?: `0x${string}` | null;
|
@@ -594,6 +593,7 @@ export declare const formatters: {
|
|
594
593
|
hash?: `0x${string}`;
|
595
594
|
input?: `0x${string}`;
|
596
595
|
transactionIndex?: `0x${string}` | null;
|
596
|
+
blobVersionedHashes?: `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}`;
|
@@ -637,7 +637,6 @@ export declare const formatters: {
|
|
637
637
|
gas?: `0x${string}`;
|
638
638
|
nonce?: `0x${string}`;
|
639
639
|
value?: `0x${string}`;
|
640
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
641
640
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
642
641
|
accessList?: import("../index.js").AccessList | undefined;
|
643
642
|
blockHash?: `0x${string}` | null;
|
@@ -645,6 +644,7 @@ export declare const formatters: {
|
|
645
644
|
hash?: `0x${string}`;
|
646
645
|
input?: `0x${string}`;
|
647
646
|
transactionIndex?: `0x${string}` | null;
|
647
|
+
blobVersionedHashes?: `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;
|
@@ -688,7 +688,6 @@ export declare const formatters: {
|
|
688
688
|
gas?: `0x${string}`;
|
689
689
|
nonce?: `0x${string}`;
|
690
690
|
value?: `0x${string}`;
|
691
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
692
691
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
693
692
|
accessList?: import("../index.js").AccessList | undefined;
|
694
693
|
blockHash?: `0x${string}` | null;
|
@@ -696,6 +695,7 @@ export declare const formatters: {
|
|
696
695
|
hash?: `0x${string}`;
|
697
696
|
input?: `0x${string}`;
|
698
697
|
transactionIndex?: `0x${string}` | null;
|
698
|
+
blobVersionedHashes?: `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;
|
@@ -739,7 +739,6 @@ export declare const formatters: {
|
|
739
739
|
gas?: `0x${string}`;
|
740
740
|
nonce?: `0x${string}`;
|
741
741
|
value?: `0x${string}`;
|
742
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
743
742
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
744
743
|
accessList?: import("../index.js").AccessList | undefined;
|
745
744
|
blockHash?: `0x${string}` | null;
|
@@ -747,6 +746,7 @@ export declare const formatters: {
|
|
747
746
|
hash?: `0x${string}`;
|
748
747
|
input?: `0x${string}`;
|
749
748
|
transactionIndex?: `0x${string}` | null;
|
749
|
+
blobVersionedHashes?: `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;
|
@@ -790,7 +790,6 @@ export declare const formatters: {
|
|
790
790
|
gas?: `0x${string}`;
|
791
791
|
nonce?: `0x${string}`;
|
792
792
|
value?: `0x${string}`;
|
793
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
794
793
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
795
794
|
accessList?: import("../index.js").AccessList | undefined;
|
796
795
|
blockHash?: `0x${string}` | null;
|
@@ -798,6 +797,7 @@ export declare const formatters: {
|
|
798
797
|
hash?: `0x${string}`;
|
799
798
|
input?: `0x${string}`;
|
800
799
|
transactionIndex?: `0x${string}` | null;
|
800
|
+
blobVersionedHashes?: `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;
|
@@ -818,7 +818,6 @@ export declare const formatters: {
|
|
818
818
|
gas?: `0x${string}`;
|
819
819
|
nonce?: `0x${string}`;
|
820
820
|
value?: `0x${string}`;
|
821
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
822
821
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
823
822
|
accessList?: import("../index.js").AccessList | undefined;
|
824
823
|
blockHash?: `0x${string}` | null;
|
@@ -826,6 +825,7 @@ export declare const formatters: {
|
|
826
825
|
hash?: `0x${string}`;
|
827
826
|
input?: `0x${string}`;
|
828
827
|
transactionIndex?: `0x${string}` | null;
|
828
|
+
blobVersionedHashes?: `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;
|
@@ -1229,9 +1229,6 @@ export declare const formatters: {
|
|
1229
1229
|
accessList?: import("../index.js").AccessList | undefined;
|
1230
1230
|
blobs?: undefined;
|
1231
1231
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1232
|
-
kzg?: undefined;
|
1233
|
-
blobVersionedHashes?: undefined;
|
1234
|
-
sidecars?: undefined;
|
1235
1232
|
} & {
|
1236
1233
|
data?: `0x${string}` | undefined;
|
1237
1234
|
from: `0x${string}`;
|
@@ -1246,9 +1243,6 @@ export declare const formatters: {
|
|
1246
1243
|
accessList?: undefined;
|
1247
1244
|
blobs?: undefined;
|
1248
1245
|
type?: "legacy" | undefined;
|
1249
|
-
kzg?: undefined;
|
1250
|
-
blobVersionedHashes?: undefined;
|
1251
|
-
sidecars?: undefined;
|
1252
1246
|
} & {
|
1253
1247
|
feeCurrency?: `0x${string}` | undefined;
|
1254
1248
|
gatewayFee?: bigint | undefined;
|
@@ -1267,9 +1261,6 @@ export declare const formatters: {
|
|
1267
1261
|
accessList?: import("../index.js").AccessList | undefined;
|
1268
1262
|
blobs?: undefined;
|
1269
1263
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1270
|
-
kzg?: undefined;
|
1271
|
-
blobVersionedHashes?: undefined;
|
1272
|
-
sidecars?: undefined;
|
1273
1264
|
} & {
|
1274
1265
|
data?: `0x${string}` | undefined;
|
1275
1266
|
from: `0x${string}`;
|
@@ -1284,9 +1275,6 @@ export declare const formatters: {
|
|
1284
1275
|
accessList?: import("../index.js").AccessList | undefined;
|
1285
1276
|
blobs?: undefined;
|
1286
1277
|
type?: "eip2930" | undefined;
|
1287
|
-
kzg?: undefined;
|
1288
|
-
blobVersionedHashes?: undefined;
|
1289
|
-
sidecars?: undefined;
|
1290
1278
|
} & {
|
1291
1279
|
feeCurrency?: `0x${string}` | undefined;
|
1292
1280
|
gatewayFee?: bigint | undefined;
|
@@ -1305,9 +1293,6 @@ export declare const formatters: {
|
|
1305
1293
|
accessList?: import("../index.js").AccessList | undefined;
|
1306
1294
|
blobs?: undefined;
|
1307
1295
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1308
|
-
kzg?: undefined;
|
1309
|
-
blobVersionedHashes?: undefined;
|
1310
|
-
sidecars?: undefined;
|
1311
1296
|
} & {
|
1312
1297
|
data?: `0x${string}` | undefined;
|
1313
1298
|
from: `0x${string}`;
|
@@ -1322,9 +1307,6 @@ export declare const formatters: {
|
|
1322
1307
|
accessList?: import("../index.js").AccessList | undefined;
|
1323
1308
|
blobs?: undefined;
|
1324
1309
|
type?: "eip1559" | undefined;
|
1325
|
-
kzg?: undefined;
|
1326
|
-
blobVersionedHashes?: undefined;
|
1327
|
-
sidecars?: undefined;
|
1328
1310
|
} & {
|
1329
1311
|
feeCurrency?: `0x${string}` | undefined;
|
1330
1312
|
gatewayFee?: bigint | undefined;
|
@@ -1343,9 +1325,6 @@ export declare const formatters: {
|
|
1343
1325
|
accessList?: import("../index.js").AccessList | undefined;
|
1344
1326
|
blobs?: undefined;
|
1345
1327
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1346
|
-
kzg?: undefined;
|
1347
|
-
blobVersionedHashes?: undefined;
|
1348
|
-
sidecars?: undefined;
|
1349
1328
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1350
1329
|
accessList?: import("../index.js").AccessList | undefined;
|
1351
1330
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1366,9 +1345,6 @@ export declare const formatters: {
|
|
1366
1345
|
accessList?: import("../index.js").AccessList | undefined;
|
1367
1346
|
blobs?: undefined;
|
1368
1347
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1369
|
-
kzg?: undefined;
|
1370
|
-
blobVersionedHashes?: undefined;
|
1371
|
-
sidecars?: undefined;
|
1372
1348
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1373
1349
|
accessList?: import("../index.js").AccessList | undefined;
|
1374
1350
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1389,9 +1365,6 @@ export declare const formatters: {
|
|
1389
1365
|
accessList?: import("../index.js").AccessList | undefined;
|
1390
1366
|
blobs?: undefined;
|
1391
1367
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1392
|
-
kzg?: undefined;
|
1393
|
-
blobVersionedHashes?: undefined;
|
1394
|
-
sidecars?: undefined;
|
1395
1368
|
} & {
|
1396
1369
|
data?: `0x${string}` | undefined;
|
1397
1370
|
from: `0x${string}`;
|
@@ -1406,9 +1379,6 @@ export declare const formatters: {
|
|
1406
1379
|
accessList?: undefined;
|
1407
1380
|
blobs?: undefined;
|
1408
1381
|
type?: "legacy" | undefined;
|
1409
|
-
kzg?: undefined;
|
1410
|
-
blobVersionedHashes?: undefined;
|
1411
|
-
sidecars?: undefined;
|
1412
1382
|
} & {
|
1413
1383
|
feeCurrency?: `0x${string}` | undefined;
|
1414
1384
|
gatewayFee?: bigint | undefined;
|
@@ -1427,9 +1397,6 @@ export declare const formatters: {
|
|
1427
1397
|
accessList?: import("../index.js").AccessList | undefined;
|
1428
1398
|
blobs?: undefined;
|
1429
1399
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1430
|
-
kzg?: undefined;
|
1431
|
-
blobVersionedHashes?: undefined;
|
1432
|
-
sidecars?: undefined;
|
1433
1400
|
} & {
|
1434
1401
|
data?: `0x${string}` | undefined;
|
1435
1402
|
from: `0x${string}`;
|
@@ -1444,9 +1411,6 @@ export declare const formatters: {
|
|
1444
1411
|
accessList?: import("../index.js").AccessList | undefined;
|
1445
1412
|
blobs?: undefined;
|
1446
1413
|
type?: "eip2930" | undefined;
|
1447
|
-
kzg?: undefined;
|
1448
|
-
blobVersionedHashes?: undefined;
|
1449
|
-
sidecars?: undefined;
|
1450
1414
|
} & {
|
1451
1415
|
feeCurrency?: `0x${string}` | undefined;
|
1452
1416
|
gatewayFee?: bigint | undefined;
|
@@ -1465,9 +1429,6 @@ export declare const formatters: {
|
|
1465
1429
|
accessList?: import("../index.js").AccessList | undefined;
|
1466
1430
|
blobs?: undefined;
|
1467
1431
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1468
|
-
kzg?: undefined;
|
1469
|
-
blobVersionedHashes?: undefined;
|
1470
|
-
sidecars?: undefined;
|
1471
1432
|
} & {
|
1472
1433
|
data?: `0x${string}` | undefined;
|
1473
1434
|
from: `0x${string}`;
|
@@ -1482,9 +1443,6 @@ export declare const formatters: {
|
|
1482
1443
|
accessList?: import("../index.js").AccessList | undefined;
|
1483
1444
|
blobs?: undefined;
|
1484
1445
|
type?: "eip1559" | undefined;
|
1485
|
-
kzg?: undefined;
|
1486
|
-
blobVersionedHashes?: undefined;
|
1487
|
-
sidecars?: undefined;
|
1488
1446
|
} & {
|
1489
1447
|
feeCurrency?: `0x${string}` | undefined;
|
1490
1448
|
gatewayFee?: bigint | undefined;
|
@@ -1503,9 +1461,6 @@ export declare const formatters: {
|
|
1503
1461
|
accessList?: import("../index.js").AccessList | undefined;
|
1504
1462
|
blobs?: undefined;
|
1505
1463
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1506
|
-
kzg?: undefined;
|
1507
|
-
blobVersionedHashes?: undefined;
|
1508
|
-
sidecars?: undefined;
|
1509
1464
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1510
1465
|
accessList?: import("../index.js").AccessList | undefined;
|
1511
1466
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1526,9 +1481,6 @@ export declare const formatters: {
|
|
1526
1481
|
accessList?: import("../index.js").AccessList | undefined;
|
1527
1482
|
blobs?: undefined;
|
1528
1483
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1529
|
-
kzg?: undefined;
|
1530
|
-
blobVersionedHashes?: undefined;
|
1531
|
-
sidecars?: undefined;
|
1532
1484
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1533
1485
|
accessList?: import("../index.js").AccessList | undefined;
|
1534
1486
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1549,9 +1501,6 @@ export declare const formatters: {
|
|
1549
1501
|
accessList?: import("../index.js").AccessList | undefined;
|
1550
1502
|
blobs?: undefined;
|
1551
1503
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1552
|
-
kzg?: undefined;
|
1553
|
-
blobVersionedHashes?: undefined;
|
1554
|
-
sidecars?: undefined;
|
1555
1504
|
} & {
|
1556
1505
|
data?: `0x${string}` | undefined;
|
1557
1506
|
from: `0x${string}`;
|
@@ -1566,9 +1515,6 @@ export declare const formatters: {
|
|
1566
1515
|
accessList?: undefined;
|
1567
1516
|
blobs?: undefined;
|
1568
1517
|
type?: "legacy" | undefined;
|
1569
|
-
kzg?: undefined;
|
1570
|
-
blobVersionedHashes?: undefined;
|
1571
|
-
sidecars?: undefined;
|
1572
1518
|
} & {
|
1573
1519
|
feeCurrency?: `0x${string}` | undefined;
|
1574
1520
|
gatewayFee?: bigint | undefined;
|
@@ -1587,9 +1533,6 @@ export declare const formatters: {
|
|
1587
1533
|
accessList?: import("../index.js").AccessList | undefined;
|
1588
1534
|
blobs?: undefined;
|
1589
1535
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1590
|
-
kzg?: undefined;
|
1591
|
-
blobVersionedHashes?: undefined;
|
1592
|
-
sidecars?: undefined;
|
1593
1536
|
} & {
|
1594
1537
|
data?: `0x${string}` | undefined;
|
1595
1538
|
from: `0x${string}`;
|
@@ -1604,9 +1547,6 @@ export declare const formatters: {
|
|
1604
1547
|
accessList?: import("../index.js").AccessList | undefined;
|
1605
1548
|
blobs?: undefined;
|
1606
1549
|
type?: "eip2930" | undefined;
|
1607
|
-
kzg?: undefined;
|
1608
|
-
blobVersionedHashes?: undefined;
|
1609
|
-
sidecars?: undefined;
|
1610
1550
|
} & {
|
1611
1551
|
feeCurrency?: `0x${string}` | undefined;
|
1612
1552
|
gatewayFee?: bigint | undefined;
|
@@ -1625,9 +1565,6 @@ export declare const formatters: {
|
|
1625
1565
|
accessList?: import("../index.js").AccessList | undefined;
|
1626
1566
|
blobs?: undefined;
|
1627
1567
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1628
|
-
kzg?: undefined;
|
1629
|
-
blobVersionedHashes?: undefined;
|
1630
|
-
sidecars?: undefined;
|
1631
1568
|
} & {
|
1632
1569
|
data?: `0x${string}` | undefined;
|
1633
1570
|
from: `0x${string}`;
|
@@ -1642,9 +1579,6 @@ export declare const formatters: {
|
|
1642
1579
|
accessList?: import("../index.js").AccessList | undefined;
|
1643
1580
|
blobs?: undefined;
|
1644
1581
|
type?: "eip1559" | undefined;
|
1645
|
-
kzg?: undefined;
|
1646
|
-
blobVersionedHashes?: undefined;
|
1647
|
-
sidecars?: undefined;
|
1648
1582
|
} & {
|
1649
1583
|
feeCurrency?: `0x${string}` | undefined;
|
1650
1584
|
gatewayFee?: bigint | undefined;
|
@@ -1663,9 +1597,6 @@ export declare const formatters: {
|
|
1663
1597
|
accessList?: import("../index.js").AccessList | undefined;
|
1664
1598
|
blobs?: undefined;
|
1665
1599
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1666
|
-
kzg?: undefined;
|
1667
|
-
blobVersionedHashes?: undefined;
|
1668
|
-
sidecars?: undefined;
|
1669
1600
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1670
1601
|
accessList?: import("../index.js").AccessList | undefined;
|
1671
1602
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1686,9 +1617,6 @@ export declare const formatters: {
|
|
1686
1617
|
accessList?: import("../index.js").AccessList | undefined;
|
1687
1618
|
blobs?: undefined;
|
1688
1619
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1689
|
-
kzg?: undefined;
|
1690
|
-
blobVersionedHashes?: undefined;
|
1691
|
-
sidecars?: undefined;
|
1692
1620
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1693
1621
|
accessList?: import("../index.js").AccessList | undefined;
|
1694
1622
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1709,9 +1637,6 @@ export declare const formatters: {
|
|
1709
1637
|
accessList?: import("../index.js").AccessList | undefined;
|
1710
1638
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1711
1639
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1712
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1713
|
-
blobVersionedHashes?: undefined;
|
1714
|
-
sidecars?: undefined;
|
1715
1640
|
} & {
|
1716
1641
|
data?: `0x${string}` | undefined;
|
1717
1642
|
from: `0x${string}`;
|
@@ -1726,9 +1651,6 @@ export declare const formatters: {
|
|
1726
1651
|
accessList?: undefined;
|
1727
1652
|
blobs?: undefined;
|
1728
1653
|
type?: "legacy" | undefined;
|
1729
|
-
kzg?: undefined;
|
1730
|
-
blobVersionedHashes?: undefined;
|
1731
|
-
sidecars?: undefined;
|
1732
1654
|
} & {
|
1733
1655
|
feeCurrency?: `0x${string}` | undefined;
|
1734
1656
|
gatewayFee?: bigint | undefined;
|
@@ -1747,9 +1669,6 @@ export declare const formatters: {
|
|
1747
1669
|
accessList?: import("../index.js").AccessList | undefined;
|
1748
1670
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1749
1671
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1750
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1751
|
-
blobVersionedHashes?: undefined;
|
1752
|
-
sidecars?: undefined;
|
1753
1672
|
} & {
|
1754
1673
|
data?: `0x${string}` | undefined;
|
1755
1674
|
from: `0x${string}`;
|
@@ -1764,9 +1683,6 @@ export declare const formatters: {
|
|
1764
1683
|
accessList?: import("../index.js").AccessList | undefined;
|
1765
1684
|
blobs?: undefined;
|
1766
1685
|
type?: "eip2930" | undefined;
|
1767
|
-
kzg?: undefined;
|
1768
|
-
blobVersionedHashes?: undefined;
|
1769
|
-
sidecars?: undefined;
|
1770
1686
|
} & {
|
1771
1687
|
feeCurrency?: `0x${string}` | undefined;
|
1772
1688
|
gatewayFee?: bigint | undefined;
|
@@ -1785,9 +1701,6 @@ export declare const formatters: {
|
|
1785
1701
|
accessList?: import("../index.js").AccessList | undefined;
|
1786
1702
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1787
1703
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1788
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1789
|
-
blobVersionedHashes?: undefined;
|
1790
|
-
sidecars?: undefined;
|
1791
1704
|
} & {
|
1792
1705
|
data?: `0x${string}` | undefined;
|
1793
1706
|
from: `0x${string}`;
|
@@ -1802,9 +1715,6 @@ export declare const formatters: {
|
|
1802
1715
|
accessList?: import("../index.js").AccessList | undefined;
|
1803
1716
|
blobs?: undefined;
|
1804
1717
|
type?: "eip1559" | undefined;
|
1805
|
-
kzg?: undefined;
|
1806
|
-
blobVersionedHashes?: undefined;
|
1807
|
-
sidecars?: undefined;
|
1808
1718
|
} & {
|
1809
1719
|
feeCurrency?: `0x${string}` | undefined;
|
1810
1720
|
gatewayFee?: bigint | undefined;
|
@@ -1823,9 +1733,6 @@ export declare const formatters: {
|
|
1823
1733
|
accessList?: import("../index.js").AccessList | undefined;
|
1824
1734
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1825
1735
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1826
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1827
|
-
blobVersionedHashes?: undefined;
|
1828
|
-
sidecars?: undefined;
|
1829
1736
|
} & {
|
1830
1737
|
data?: `0x${string}` | undefined;
|
1831
1738
|
from: `0x${string}`;
|
@@ -1840,9 +1747,6 @@ export declare const formatters: {
|
|
1840
1747
|
accessList?: import("../index.js").AccessList | undefined;
|
1841
1748
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1842
1749
|
type?: "eip4844" | undefined;
|
1843
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
1844
|
-
blobVersionedHashes?: undefined;
|
1845
|
-
sidecars?: undefined;
|
1846
1750
|
} & {
|
1847
1751
|
feeCurrency?: `0x${string}` | undefined;
|
1848
1752
|
gatewayFee?: bigint | undefined;
|
@@ -1861,9 +1765,6 @@ export declare const formatters: {
|
|
1861
1765
|
accessList?: import("../index.js").AccessList | undefined;
|
1862
1766
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1863
1767
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1864
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1865
|
-
blobVersionedHashes?: undefined;
|
1866
|
-
sidecars?: undefined;
|
1867
1768
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1868
1769
|
accessList?: import("../index.js").AccessList | undefined;
|
1869
1770
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1884,528 +1785,132 @@ export declare const formatters: {
|
|
1884
1785
|
accessList?: import("../index.js").AccessList | undefined;
|
1885
1786
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1886
1787
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1887
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1888
|
-
blobVersionedHashes?: undefined;
|
1889
|
-
sidecars?: undefined;
|
1890
1788
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1891
1789
|
accessList?: import("../index.js").AccessList | undefined;
|
1892
1790
|
feeCurrency?: `0x${string}` | undefined;
|
1893
1791
|
gatewayFee?: undefined;
|
1894
1792
|
gatewayFeeRecipient?: undefined;
|
1895
1793
|
type?: "cip64" | undefined;
|
1896
|
-
})
|
1897
|
-
data?: `0x${string}` | undefined;
|
1898
|
-
from?: `0x${string}`;
|
1899
|
-
gas?: bigint | undefined;
|
1900
|
-
nonce?: number | undefined;
|
1901
|
-
value?: bigint | undefined;
|
1902
|
-
to?: `0x${string}` | null | undefined;
|
1903
|
-
gasPrice?: bigint | undefined;
|
1904
|
-
maxFeePerGas?: bigint | undefined;
|
1905
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1906
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1907
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1908
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1909
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1910
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1911
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1912
|
-
sidecars?: undefined;
|
1913
|
-
} & {
|
1794
|
+
})) => ({
|
1914
1795
|
data?: `0x${string}` | undefined;
|
1915
1796
|
from: `0x${string}`;
|
1916
|
-
gas?:
|
1917
|
-
nonce?:
|
1797
|
+
gas?: `0x${string}` | undefined;
|
1798
|
+
nonce?: `0x${string}` | undefined;
|
1918
1799
|
to?: `0x${string}` | null | undefined;
|
1919
|
-
value?:
|
1920
|
-
gasPrice?:
|
1800
|
+
value?: `0x${string}` | undefined;
|
1801
|
+
gasPrice?: `0x${string}` | undefined;
|
1921
1802
|
maxFeePerBlobGas?: undefined;
|
1922
1803
|
maxFeePerGas?: undefined;
|
1923
1804
|
maxPriorityFeePerGas?: undefined;
|
1924
1805
|
accessList?: undefined;
|
1925
1806
|
blobs?: undefined;
|
1926
|
-
type?: "
|
1927
|
-
kzg?: undefined;
|
1928
|
-
blobVersionedHashes?: undefined;
|
1929
|
-
sidecars?: undefined;
|
1930
|
-
} & {
|
1807
|
+
type?: "0x0" | undefined;
|
1931
1808
|
feeCurrency?: `0x${string}` | undefined;
|
1932
|
-
gatewayFee?:
|
1809
|
+
gatewayFee?: `0x${string}` | undefined;
|
1933
1810
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1934
|
-
}
|
1935
|
-
data?: `0x${string}` | undefined;
|
1936
|
-
from?: `0x${string}`;
|
1937
|
-
gas?: bigint | undefined;
|
1938
|
-
nonce?: number | undefined;
|
1939
|
-
value?: bigint | undefined;
|
1940
|
-
to?: `0x${string}` | null | undefined;
|
1941
|
-
gasPrice?: bigint | undefined;
|
1942
|
-
maxFeePerGas?: bigint | undefined;
|
1943
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1944
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1945
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1946
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1947
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1948
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1949
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1950
|
-
sidecars?: undefined;
|
1951
|
-
} & {
|
1811
|
+
} | {
|
1952
1812
|
data?: `0x${string}` | undefined;
|
1953
1813
|
from: `0x${string}`;
|
1954
|
-
gas?:
|
1955
|
-
nonce?:
|
1814
|
+
gas?: `0x${string}` | undefined;
|
1815
|
+
nonce?: `0x${string}` | undefined;
|
1956
1816
|
to?: `0x${string}` | null | undefined;
|
1957
|
-
value?:
|
1958
|
-
gasPrice?:
|
1817
|
+
value?: `0x${string}` | undefined;
|
1818
|
+
gasPrice?: `0x${string}` | undefined;
|
1959
1819
|
maxFeePerBlobGas?: undefined;
|
1960
1820
|
maxFeePerGas?: undefined;
|
1961
1821
|
maxPriorityFeePerGas?: undefined;
|
1962
1822
|
accessList?: import("../index.js").AccessList | undefined;
|
1963
1823
|
blobs?: undefined;
|
1964
|
-
type?: "
|
1965
|
-
kzg?: undefined;
|
1966
|
-
blobVersionedHashes?: undefined;
|
1967
|
-
sidecars?: undefined;
|
1968
|
-
} & {
|
1824
|
+
type?: "0x1" | undefined;
|
1969
1825
|
feeCurrency?: `0x${string}` | undefined;
|
1970
|
-
gatewayFee?:
|
1826
|
+
gatewayFee?: `0x${string}` | undefined;
|
1971
1827
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1972
|
-
}
|
1828
|
+
} | {
|
1973
1829
|
data?: `0x${string}` | undefined;
|
1974
|
-
from
|
1975
|
-
gas?:
|
1976
|
-
nonce?:
|
1977
|
-
value?: bigint | undefined;
|
1830
|
+
from: `0x${string}`;
|
1831
|
+
gas?: `0x${string}` | undefined;
|
1832
|
+
nonce?: `0x${string}` | undefined;
|
1978
1833
|
to?: `0x${string}` | null | undefined;
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1834
|
+
value?: `0x${string}` | undefined;
|
1835
|
+
gasPrice?: undefined;
|
1836
|
+
maxFeePerBlobGas?: undefined;
|
1837
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1838
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1983
1839
|
accessList?: import("../index.js").AccessList | undefined;
|
1984
|
-
blobs?:
|
1985
|
-
type?: "
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
}
|
1840
|
+
blobs?: undefined;
|
1841
|
+
type?: "0x2" | undefined;
|
1842
|
+
feeCurrency?: `0x${string}` | undefined;
|
1843
|
+
gatewayFee?: `0x${string}` | undefined;
|
1844
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1845
|
+
} | {
|
1990
1846
|
data?: `0x${string}` | undefined;
|
1991
1847
|
from: `0x${string}`;
|
1992
|
-
gas?:
|
1993
|
-
nonce?:
|
1848
|
+
gas?: `0x${string}` | undefined;
|
1849
|
+
nonce?: `0x${string}` | undefined;
|
1994
1850
|
to?: `0x${string}` | null | undefined;
|
1995
|
-
value?:
|
1851
|
+
value?: `0x${string}` | undefined;
|
1996
1852
|
gasPrice?: undefined;
|
1997
1853
|
maxFeePerBlobGas?: undefined;
|
1998
|
-
maxFeePerGas?:
|
1999
|
-
maxPriorityFeePerGas?:
|
1854
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1855
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2000
1856
|
accessList?: import("../index.js").AccessList | undefined;
|
2001
1857
|
blobs?: undefined;
|
2002
|
-
type?: "
|
2003
|
-
kzg?: undefined;
|
2004
|
-
blobVersionedHashes?: undefined;
|
2005
|
-
sidecars?: undefined;
|
2006
|
-
} & {
|
1858
|
+
type?: "0x7c" | undefined;
|
2007
1859
|
feeCurrency?: `0x${string}` | undefined;
|
2008
|
-
gatewayFee?:
|
1860
|
+
gatewayFee?: `0x${string}` | undefined;
|
2009
1861
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2010
|
-
}
|
1862
|
+
} | {
|
2011
1863
|
data?: `0x${string}` | undefined;
|
2012
|
-
from
|
2013
|
-
gas?:
|
2014
|
-
nonce?:
|
2015
|
-
value?: bigint | undefined;
|
1864
|
+
from: `0x${string}`;
|
1865
|
+
gas?: `0x${string}` | undefined;
|
1866
|
+
nonce?: `0x${string}` | undefined;
|
2016
1867
|
to?: `0x${string}` | null | undefined;
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
2020
|
-
|
1868
|
+
value?: `0x${string}` | undefined;
|
1869
|
+
gasPrice?: undefined;
|
1870
|
+
maxFeePerBlobGas?: undefined;
|
1871
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1872
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2021
1873
|
accessList?: import("../index.js").AccessList | undefined;
|
2022
|
-
blobs?:
|
2023
|
-
type?: "
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2027
|
-
}
|
1874
|
+
blobs?: undefined;
|
1875
|
+
type?: "0x7b" | undefined;
|
1876
|
+
feeCurrency?: `0x${string}` | undefined;
|
1877
|
+
gatewayFee?: undefined;
|
1878
|
+
gatewayFeeRecipient?: undefined;
|
1879
|
+
} | {
|
2028
1880
|
data?: `0x${string}` | undefined;
|
2029
1881
|
from: `0x${string}`;
|
2030
|
-
gas?:
|
2031
|
-
nonce?:
|
2032
|
-
|
2033
|
-
|
2034
|
-
gasPrice?: undefined;
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
accessList?:
|
2039
|
-
blobs
|
2040
|
-
type?: "
|
2041
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2042
|
-
blobVersionedHashes?: undefined;
|
2043
|
-
sidecars?: undefined;
|
2044
|
-
} & {
|
1882
|
+
gas?: `0x${string}` | undefined;
|
1883
|
+
nonce?: `0x${string}` | undefined;
|
1884
|
+
to?: `0x${string}` | null | undefined;
|
1885
|
+
value?: `0x${string}` | undefined;
|
1886
|
+
gasPrice?: `0x${string}` | undefined;
|
1887
|
+
maxFeePerBlobGas?: undefined;
|
1888
|
+
maxFeePerGas?: undefined;
|
1889
|
+
maxPriorityFeePerGas?: undefined;
|
1890
|
+
accessList?: undefined;
|
1891
|
+
blobs?: undefined;
|
1892
|
+
type?: "0x0" | undefined;
|
2045
1893
|
feeCurrency?: `0x${string}` | undefined;
|
2046
|
-
gatewayFee?:
|
1894
|
+
gatewayFee?: `0x${string}` | undefined;
|
2047
1895
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2048
|
-
}
|
1896
|
+
} | {
|
2049
1897
|
data?: `0x${string}` | undefined;
|
2050
|
-
from
|
2051
|
-
gas?:
|
2052
|
-
nonce?:
|
2053
|
-
value?: bigint | undefined;
|
1898
|
+
from: `0x${string}`;
|
1899
|
+
gas?: `0x${string}` | undefined;
|
1900
|
+
nonce?: `0x${string}` | undefined;
|
2054
1901
|
to?: `0x${string}` | null | undefined;
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
1902
|
+
value?: `0x${string}` | undefined;
|
1903
|
+
gasPrice?: `0x${string}` | undefined;
|
1904
|
+
maxFeePerBlobGas?: undefined;
|
1905
|
+
maxFeePerGas?: undefined;
|
1906
|
+
maxPriorityFeePerGas?: undefined;
|
2059
1907
|
accessList?: import("../index.js").AccessList | undefined;
|
2060
|
-
blobs?:
|
2061
|
-
type?: "
|
2062
|
-
|
2063
|
-
|
2064
|
-
|
2065
|
-
}
|
2066
|
-
data?: `0x${string}` | undefined;
|
2067
|
-
from: `0x${string}`;
|
2068
|
-
gas?: bigint | undefined;
|
2069
|
-
nonce?: number | undefined;
|
2070
|
-
value?: bigint | undefined;
|
2071
|
-
to: `0x${string}` | null;
|
2072
|
-
gasPrice?: undefined;
|
2073
|
-
maxFeePerGas?: bigint | undefined;
|
2074
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2075
|
-
maxFeePerBlobGas: bigint;
|
2076
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2077
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2078
|
-
type?: "eip4844" | undefined;
|
2079
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2080
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2081
|
-
sidecars?: undefined;
|
2082
|
-
} & {
|
2083
|
-
feeCurrency?: `0x${string}` | undefined;
|
2084
|
-
gatewayFee?: bigint | undefined;
|
2085
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2086
|
-
}) | ({
|
2087
|
-
data?: `0x${string}` | undefined;
|
2088
|
-
from?: `0x${string}`;
|
2089
|
-
gas?: bigint | undefined;
|
2090
|
-
nonce?: number | undefined;
|
2091
|
-
value?: bigint | undefined;
|
2092
|
-
to?: `0x${string}` | null | undefined;
|
2093
|
-
gasPrice?: bigint | undefined;
|
2094
|
-
maxFeePerGas?: bigint | undefined;
|
2095
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2096
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2097
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2098
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2099
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2100
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2101
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2102
|
-
sidecars?: undefined;
|
2103
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2104
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2105
|
-
feeCurrency?: `0x${string}` | undefined;
|
2106
|
-
gatewayFee?: bigint | undefined;
|
2107
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2108
|
-
type?: "cip42" | undefined;
|
2109
|
-
}) | ({
|
2110
|
-
data?: `0x${string}` | undefined;
|
2111
|
-
from?: `0x${string}`;
|
2112
|
-
gas?: bigint | undefined;
|
2113
|
-
nonce?: number | undefined;
|
2114
|
-
value?: bigint | undefined;
|
2115
|
-
to?: `0x${string}` | null | undefined;
|
2116
|
-
gasPrice?: bigint | undefined;
|
2117
|
-
maxFeePerGas?: bigint | undefined;
|
2118
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2119
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2120
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2121
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2122
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2123
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2124
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2125
|
-
sidecars?: undefined;
|
2126
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2127
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2128
|
-
feeCurrency?: `0x${string}` | undefined;
|
2129
|
-
gatewayFee?: undefined;
|
2130
|
-
gatewayFeeRecipient?: undefined;
|
2131
|
-
type?: "cip64" | undefined;
|
2132
|
-
}) | ({
|
2133
|
-
data?: `0x${string}` | undefined;
|
2134
|
-
from?: `0x${string}`;
|
2135
|
-
gas?: bigint | undefined;
|
2136
|
-
nonce?: number | undefined;
|
2137
|
-
value?: bigint | undefined;
|
2138
|
-
to?: `0x${string}` | null | undefined;
|
2139
|
-
gasPrice?: bigint | undefined;
|
2140
|
-
maxFeePerGas?: bigint | undefined;
|
2141
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2142
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2143
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2144
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2145
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2146
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2147
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2148
|
-
blobVersionedHashes?: undefined;
|
2149
|
-
} & {
|
2150
|
-
data?: `0x${string}` | undefined;
|
2151
|
-
from: `0x${string}`;
|
2152
|
-
gas?: bigint | undefined;
|
2153
|
-
nonce?: number | undefined;
|
2154
|
-
to?: `0x${string}` | null | undefined;
|
2155
|
-
value?: bigint | undefined;
|
2156
|
-
gasPrice?: bigint | undefined;
|
2157
|
-
maxFeePerBlobGas?: undefined;
|
2158
|
-
maxFeePerGas?: undefined;
|
2159
|
-
maxPriorityFeePerGas?: undefined;
|
2160
|
-
accessList?: undefined;
|
2161
|
-
blobs?: undefined;
|
2162
|
-
type?: "legacy" | undefined;
|
2163
|
-
kzg?: undefined;
|
2164
|
-
blobVersionedHashes?: undefined;
|
2165
|
-
sidecars?: undefined;
|
2166
|
-
} & {
|
2167
|
-
feeCurrency?: `0x${string}` | undefined;
|
2168
|
-
gatewayFee?: bigint | undefined;
|
2169
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2170
|
-
}) | ({
|
2171
|
-
data?: `0x${string}` | undefined;
|
2172
|
-
from?: `0x${string}`;
|
2173
|
-
gas?: bigint | undefined;
|
2174
|
-
nonce?: number | undefined;
|
2175
|
-
value?: bigint | undefined;
|
2176
|
-
to?: `0x${string}` | null | undefined;
|
2177
|
-
gasPrice?: bigint | undefined;
|
2178
|
-
maxFeePerGas?: bigint | undefined;
|
2179
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2180
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2181
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2182
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2183
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2184
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2185
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2186
|
-
blobVersionedHashes?: undefined;
|
2187
|
-
} & {
|
2188
|
-
data?: `0x${string}` | undefined;
|
2189
|
-
from: `0x${string}`;
|
2190
|
-
gas?: bigint | undefined;
|
2191
|
-
nonce?: number | undefined;
|
2192
|
-
to?: `0x${string}` | null | undefined;
|
2193
|
-
value?: bigint | undefined;
|
2194
|
-
gasPrice?: bigint | undefined;
|
2195
|
-
maxFeePerBlobGas?: undefined;
|
2196
|
-
maxFeePerGas?: undefined;
|
2197
|
-
maxPriorityFeePerGas?: undefined;
|
2198
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2199
|
-
blobs?: undefined;
|
2200
|
-
type?: "eip2930" | undefined;
|
2201
|
-
kzg?: undefined;
|
2202
|
-
blobVersionedHashes?: undefined;
|
2203
|
-
sidecars?: undefined;
|
2204
|
-
} & {
|
2205
|
-
feeCurrency?: `0x${string}` | undefined;
|
2206
|
-
gatewayFee?: bigint | undefined;
|
2207
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2208
|
-
}) | ({
|
2209
|
-
data?: `0x${string}` | undefined;
|
2210
|
-
from?: `0x${string}`;
|
2211
|
-
gas?: bigint | undefined;
|
2212
|
-
nonce?: number | undefined;
|
2213
|
-
value?: bigint | undefined;
|
2214
|
-
to?: `0x${string}` | null | undefined;
|
2215
|
-
gasPrice?: bigint | undefined;
|
2216
|
-
maxFeePerGas?: bigint | undefined;
|
2217
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2218
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2219
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2220
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2221
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2222
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2223
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2224
|
-
blobVersionedHashes?: undefined;
|
2225
|
-
} & {
|
2226
|
-
data?: `0x${string}` | undefined;
|
2227
|
-
from: `0x${string}`;
|
2228
|
-
gas?: bigint | undefined;
|
2229
|
-
nonce?: number | undefined;
|
2230
|
-
to?: `0x${string}` | null | undefined;
|
2231
|
-
value?: bigint | undefined;
|
2232
|
-
gasPrice?: undefined;
|
2233
|
-
maxFeePerBlobGas?: undefined;
|
2234
|
-
maxFeePerGas?: bigint | undefined;
|
2235
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2236
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2237
|
-
blobs?: undefined;
|
2238
|
-
type?: "eip1559" | undefined;
|
2239
|
-
kzg?: undefined;
|
2240
|
-
blobVersionedHashes?: undefined;
|
2241
|
-
sidecars?: undefined;
|
2242
|
-
} & {
|
2243
|
-
feeCurrency?: `0x${string}` | undefined;
|
2244
|
-
gatewayFee?: bigint | undefined;
|
2245
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2246
|
-
}) | ({
|
2247
|
-
data?: `0x${string}` | undefined;
|
2248
|
-
from?: `0x${string}`;
|
2249
|
-
gas?: bigint | undefined;
|
2250
|
-
nonce?: number | undefined;
|
2251
|
-
value?: bigint | undefined;
|
2252
|
-
to?: `0x${string}` | null | undefined;
|
2253
|
-
gasPrice?: bigint | undefined;
|
2254
|
-
maxFeePerGas?: bigint | undefined;
|
2255
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2256
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2257
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2258
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2259
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2260
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2261
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2262
|
-
blobVersionedHashes?: undefined;
|
2263
|
-
} & {
|
2264
|
-
data?: `0x${string}` | undefined;
|
2265
|
-
from: `0x${string}`;
|
2266
|
-
gas?: bigint | undefined;
|
2267
|
-
nonce?: number | undefined;
|
2268
|
-
value?: bigint | undefined;
|
2269
|
-
to: `0x${string}` | null;
|
2270
|
-
gasPrice?: undefined;
|
2271
|
-
maxFeePerGas?: bigint | undefined;
|
2272
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2273
|
-
maxFeePerBlobGas: bigint;
|
2274
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2275
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2276
|
-
type?: "eip4844" | undefined;
|
2277
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2278
|
-
blobVersionedHashes?: undefined;
|
2279
|
-
sidecars?: undefined;
|
2280
|
-
} & {
|
2281
|
-
feeCurrency?: `0x${string}` | undefined;
|
2282
|
-
gatewayFee?: bigint | undefined;
|
2283
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2284
|
-
}) | ({
|
2285
|
-
data?: `0x${string}` | undefined;
|
2286
|
-
from?: `0x${string}`;
|
2287
|
-
gas?: bigint | undefined;
|
2288
|
-
nonce?: number | undefined;
|
2289
|
-
value?: bigint | undefined;
|
2290
|
-
to?: `0x${string}` | null | undefined;
|
2291
|
-
gasPrice?: bigint | undefined;
|
2292
|
-
maxFeePerGas?: bigint | undefined;
|
2293
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2294
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2295
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2296
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2297
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2298
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2299
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2300
|
-
blobVersionedHashes?: undefined;
|
2301
|
-
} & {
|
2302
|
-
data?: `0x${string}` | undefined;
|
2303
|
-
from: `0x${string}`;
|
2304
|
-
gas?: bigint | undefined;
|
2305
|
-
nonce?: number | undefined;
|
2306
|
-
value?: bigint | undefined;
|
2307
|
-
to: `0x${string}` | null;
|
2308
|
-
gasPrice?: undefined;
|
2309
|
-
maxFeePerGas?: bigint | undefined;
|
2310
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2311
|
-
maxFeePerBlobGas: bigint;
|
2312
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2313
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2314
|
-
type?: "eip4844" | undefined;
|
2315
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2316
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2317
|
-
blobVersionedHashes?: undefined;
|
2318
|
-
} & {
|
2319
|
-
feeCurrency?: `0x${string}` | undefined;
|
2320
|
-
gatewayFee?: bigint | undefined;
|
2321
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2322
|
-
}) | ({
|
2323
|
-
data?: `0x${string}` | undefined;
|
2324
|
-
from?: `0x${string}`;
|
2325
|
-
gas?: bigint | undefined;
|
2326
|
-
nonce?: number | undefined;
|
2327
|
-
value?: bigint | undefined;
|
2328
|
-
to?: `0x${string}` | null | undefined;
|
2329
|
-
gasPrice?: bigint | undefined;
|
2330
|
-
maxFeePerGas?: bigint | undefined;
|
2331
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2332
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2333
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2334
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2335
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2336
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2337
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2338
|
-
blobVersionedHashes?: undefined;
|
2339
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2340
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2341
|
-
feeCurrency?: `0x${string}` | undefined;
|
2342
|
-
gatewayFee?: bigint | undefined;
|
2343
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2344
|
-
type?: "cip42" | undefined;
|
2345
|
-
}) | ({
|
2346
|
-
data?: `0x${string}` | undefined;
|
2347
|
-
from?: `0x${string}`;
|
2348
|
-
gas?: bigint | undefined;
|
2349
|
-
nonce?: number | undefined;
|
2350
|
-
value?: bigint | undefined;
|
2351
|
-
to?: `0x${string}` | null | undefined;
|
2352
|
-
gasPrice?: bigint | undefined;
|
2353
|
-
maxFeePerGas?: bigint | undefined;
|
2354
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2355
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2356
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2357
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2358
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2359
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2360
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2361
|
-
blobVersionedHashes?: undefined;
|
2362
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2363
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2364
|
-
feeCurrency?: `0x${string}` | undefined;
|
2365
|
-
gatewayFee?: undefined;
|
2366
|
-
gatewayFeeRecipient?: undefined;
|
2367
|
-
type?: "cip64" | undefined;
|
2368
|
-
})) => ({
|
2369
|
-
data?: `0x${string}` | undefined;
|
2370
|
-
from: `0x${string}`;
|
2371
|
-
gas?: `0x${string}` | undefined;
|
2372
|
-
nonce?: `0x${string}` | undefined;
|
2373
|
-
to?: `0x${string}` | null | undefined;
|
2374
|
-
value?: `0x${string}` | undefined;
|
2375
|
-
gasPrice?: `0x${string}` | undefined;
|
2376
|
-
maxFeePerBlobGas?: undefined;
|
2377
|
-
maxFeePerGas?: undefined;
|
2378
|
-
maxPriorityFeePerGas?: undefined;
|
2379
|
-
accessList?: undefined;
|
2380
|
-
blobs?: undefined;
|
2381
|
-
type?: "0x0" | undefined;
|
2382
|
-
kzg?: undefined;
|
2383
|
-
blobVersionedHashes?: undefined;
|
2384
|
-
sidecars?: undefined;
|
2385
|
-
feeCurrency?: `0x${string}` | undefined;
|
2386
|
-
gatewayFee?: `0x${string}` | undefined;
|
2387
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2388
|
-
} | {
|
2389
|
-
data?: `0x${string}` | undefined;
|
2390
|
-
from: `0x${string}`;
|
2391
|
-
gas?: `0x${string}` | undefined;
|
2392
|
-
nonce?: `0x${string}` | undefined;
|
2393
|
-
to?: `0x${string}` | null | undefined;
|
2394
|
-
value?: `0x${string}` | undefined;
|
2395
|
-
gasPrice?: `0x${string}` | undefined;
|
2396
|
-
maxFeePerBlobGas?: undefined;
|
2397
|
-
maxFeePerGas?: undefined;
|
2398
|
-
maxPriorityFeePerGas?: undefined;
|
2399
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2400
|
-
blobs?: undefined;
|
2401
|
-
type?: "0x1" | undefined;
|
2402
|
-
kzg?: undefined;
|
2403
|
-
blobVersionedHashes?: undefined;
|
2404
|
-
sidecars?: undefined;
|
2405
|
-
feeCurrency?: `0x${string}` | undefined;
|
2406
|
-
gatewayFee?: `0x${string}` | undefined;
|
2407
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2408
|
-
} | {
|
1908
|
+
blobs?: undefined;
|
1909
|
+
type?: "0x1" | undefined;
|
1910
|
+
feeCurrency?: `0x${string}` | undefined;
|
1911
|
+
gatewayFee?: `0x${string}` | undefined;
|
1912
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1913
|
+
} | {
|
2409
1914
|
data?: `0x${string}` | undefined;
|
2410
1915
|
from: `0x${string}`;
|
2411
1916
|
gas?: `0x${string}` | undefined;
|
@@ -2419,9 +1924,6 @@ export declare const formatters: {
|
|
2419
1924
|
accessList?: import("../index.js").AccessList | undefined;
|
2420
1925
|
blobs?: undefined;
|
2421
1926
|
type?: "0x2" | undefined;
|
2422
|
-
kzg?: undefined;
|
2423
|
-
blobVersionedHashes?: undefined;
|
2424
|
-
sidecars?: undefined;
|
2425
1927
|
feeCurrency?: `0x${string}` | undefined;
|
2426
1928
|
gatewayFee?: `0x${string}` | undefined;
|
2427
1929
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2439,9 +1941,6 @@ export declare const formatters: {
|
|
2439
1941
|
accessList?: import("../index.js").AccessList | undefined;
|
2440
1942
|
blobs?: undefined;
|
2441
1943
|
type?: "0x7c" | undefined;
|
2442
|
-
kzg?: undefined;
|
2443
|
-
blobVersionedHashes?: undefined;
|
2444
|
-
sidecars?: undefined;
|
2445
1944
|
feeCurrency?: `0x${string}` | undefined;
|
2446
1945
|
gatewayFee?: `0x${string}` | undefined;
|
2447
1946
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2459,9 +1958,6 @@ export declare const formatters: {
|
|
2459
1958
|
accessList?: import("../index.js").AccessList | undefined;
|
2460
1959
|
blobs?: undefined;
|
2461
1960
|
type?: "0x7b" | undefined;
|
2462
|
-
kzg?: undefined;
|
2463
|
-
blobVersionedHashes?: undefined;
|
2464
|
-
sidecars?: undefined;
|
2465
1961
|
feeCurrency?: `0x${string}` | undefined;
|
2466
1962
|
gatewayFee?: undefined;
|
2467
1963
|
gatewayFeeRecipient?: undefined;
|
@@ -2479,9 +1975,6 @@ export declare const formatters: {
|
|
2479
1975
|
accessList?: undefined;
|
2480
1976
|
blobs?: undefined;
|
2481
1977
|
type?: "0x0" | undefined;
|
2482
|
-
kzg?: undefined;
|
2483
|
-
blobVersionedHashes?: undefined;
|
2484
|
-
sidecars?: undefined;
|
2485
1978
|
feeCurrency?: `0x${string}` | undefined;
|
2486
1979
|
gatewayFee?: `0x${string}` | undefined;
|
2487
1980
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2499,9 +1992,6 @@ export declare const formatters: {
|
|
2499
1992
|
accessList?: import("../index.js").AccessList | undefined;
|
2500
1993
|
blobs?: undefined;
|
2501
1994
|
type?: "0x1" | undefined;
|
2502
|
-
kzg?: undefined;
|
2503
|
-
blobVersionedHashes?: undefined;
|
2504
|
-
sidecars?: undefined;
|
2505
1995
|
feeCurrency?: `0x${string}` | undefined;
|
2506
1996
|
gatewayFee?: `0x${string}` | undefined;
|
2507
1997
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2519,9 +2009,6 @@ export declare const formatters: {
|
|
2519
2009
|
accessList?: import("../index.js").AccessList | undefined;
|
2520
2010
|
blobs?: undefined;
|
2521
2011
|
type?: "0x2" | undefined;
|
2522
|
-
kzg?: undefined;
|
2523
|
-
blobVersionedHashes?: undefined;
|
2524
|
-
sidecars?: undefined;
|
2525
2012
|
feeCurrency?: `0x${string}` | undefined;
|
2526
2013
|
gatewayFee?: `0x${string}` | undefined;
|
2527
2014
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2539,9 +2026,6 @@ export declare const formatters: {
|
|
2539
2026
|
accessList?: import("../index.js").AccessList | undefined;
|
2540
2027
|
blobs?: undefined;
|
2541
2028
|
type?: "0x7c" | undefined;
|
2542
|
-
kzg?: undefined;
|
2543
|
-
blobVersionedHashes?: undefined;
|
2544
|
-
sidecars?: undefined;
|
2545
2029
|
feeCurrency?: `0x${string}` | undefined;
|
2546
2030
|
gatewayFee?: `0x${string}` | undefined;
|
2547
2031
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2559,109 +2043,6 @@ export declare const formatters: {
|
|
2559
2043
|
accessList?: import("../index.js").AccessList | undefined;
|
2560
2044
|
blobs?: undefined;
|
2561
2045
|
type?: "0x7b" | undefined;
|
2562
|
-
kzg?: undefined;
|
2563
|
-
blobVersionedHashes?: undefined;
|
2564
|
-
sidecars?: undefined;
|
2565
|
-
feeCurrency?: `0x${string}` | undefined;
|
2566
|
-
gatewayFee?: undefined;
|
2567
|
-
gatewayFeeRecipient?: undefined;
|
2568
|
-
} | {
|
2569
|
-
data?: `0x${string}` | undefined;
|
2570
|
-
from: `0x${string}`;
|
2571
|
-
gas?: `0x${string}` | undefined;
|
2572
|
-
nonce?: `0x${string}` | undefined;
|
2573
|
-
to?: `0x${string}` | null | undefined;
|
2574
|
-
value?: `0x${string}` | undefined;
|
2575
|
-
gasPrice?: `0x${string}` | undefined;
|
2576
|
-
maxFeePerBlobGas?: undefined;
|
2577
|
-
maxFeePerGas?: undefined;
|
2578
|
-
maxPriorityFeePerGas?: undefined;
|
2579
|
-
accessList?: undefined;
|
2580
|
-
blobs?: undefined;
|
2581
|
-
type?: "0x0" | undefined;
|
2582
|
-
kzg?: undefined;
|
2583
|
-
blobVersionedHashes?: undefined;
|
2584
|
-
sidecars?: undefined;
|
2585
|
-
feeCurrency?: `0x${string}` | undefined;
|
2586
|
-
gatewayFee?: `0x${string}` | undefined;
|
2587
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2588
|
-
} | {
|
2589
|
-
data?: `0x${string}` | undefined;
|
2590
|
-
from: `0x${string}`;
|
2591
|
-
gas?: `0x${string}` | undefined;
|
2592
|
-
nonce?: `0x${string}` | undefined;
|
2593
|
-
to?: `0x${string}` | null | undefined;
|
2594
|
-
value?: `0x${string}` | undefined;
|
2595
|
-
gasPrice?: `0x${string}` | undefined;
|
2596
|
-
maxFeePerBlobGas?: undefined;
|
2597
|
-
maxFeePerGas?: undefined;
|
2598
|
-
maxPriorityFeePerGas?: undefined;
|
2599
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2600
|
-
blobs?: undefined;
|
2601
|
-
type?: "0x1" | undefined;
|
2602
|
-
kzg?: undefined;
|
2603
|
-
blobVersionedHashes?: undefined;
|
2604
|
-
sidecars?: undefined;
|
2605
|
-
feeCurrency?: `0x${string}` | undefined;
|
2606
|
-
gatewayFee?: `0x${string}` | undefined;
|
2607
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2608
|
-
} | {
|
2609
|
-
data?: `0x${string}` | undefined;
|
2610
|
-
from: `0x${string}`;
|
2611
|
-
gas?: `0x${string}` | undefined;
|
2612
|
-
nonce?: `0x${string}` | undefined;
|
2613
|
-
to?: `0x${string}` | null | undefined;
|
2614
|
-
value?: `0x${string}` | undefined;
|
2615
|
-
gasPrice?: undefined;
|
2616
|
-
maxFeePerBlobGas?: undefined;
|
2617
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2618
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2619
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2620
|
-
blobs?: undefined;
|
2621
|
-
type?: "0x2" | undefined;
|
2622
|
-
kzg?: undefined;
|
2623
|
-
blobVersionedHashes?: undefined;
|
2624
|
-
sidecars?: undefined;
|
2625
|
-
feeCurrency?: `0x${string}` | undefined;
|
2626
|
-
gatewayFee?: `0x${string}` | undefined;
|
2627
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2628
|
-
} | {
|
2629
|
-
data?: `0x${string}` | undefined;
|
2630
|
-
from: `0x${string}`;
|
2631
|
-
gas?: `0x${string}` | undefined;
|
2632
|
-
nonce?: `0x${string}` | undefined;
|
2633
|
-
to?: `0x${string}` | null | undefined;
|
2634
|
-
value?: `0x${string}` | undefined;
|
2635
|
-
gasPrice?: undefined;
|
2636
|
-
maxFeePerBlobGas?: undefined;
|
2637
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2638
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2639
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2640
|
-
blobs?: undefined;
|
2641
|
-
type?: "0x7c" | undefined;
|
2642
|
-
kzg?: undefined;
|
2643
|
-
blobVersionedHashes?: undefined;
|
2644
|
-
sidecars?: undefined;
|
2645
|
-
feeCurrency?: `0x${string}` | undefined;
|
2646
|
-
gatewayFee?: `0x${string}` | undefined;
|
2647
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2648
|
-
} | {
|
2649
|
-
data?: `0x${string}` | undefined;
|
2650
|
-
from: `0x${string}`;
|
2651
|
-
gas?: `0x${string}` | undefined;
|
2652
|
-
nonce?: `0x${string}` | undefined;
|
2653
|
-
to?: `0x${string}` | null | undefined;
|
2654
|
-
value?: `0x${string}` | undefined;
|
2655
|
-
gasPrice?: undefined;
|
2656
|
-
maxFeePerBlobGas?: undefined;
|
2657
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2658
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2659
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2660
|
-
blobs?: undefined;
|
2661
|
-
type?: "0x7b" | undefined;
|
2662
|
-
kzg?: undefined;
|
2663
|
-
blobVersionedHashes?: undefined;
|
2664
|
-
sidecars?: undefined;
|
2665
2046
|
feeCurrency?: `0x${string}` | undefined;
|
2666
2047
|
gatewayFee?: undefined;
|
2667
2048
|
gatewayFeeRecipient?: undefined;
|
@@ -2679,9 +2060,6 @@ export declare const formatters: {
|
|
2679
2060
|
accessList?: import("../index.js").AccessList | undefined;
|
2680
2061
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2681
2062
|
type?: "0x3" | undefined;
|
2682
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2683
|
-
blobVersionedHashes?: undefined;
|
2684
|
-
sidecars?: undefined;
|
2685
2063
|
feeCurrency?: `0x${string}` | undefined;
|
2686
2064
|
gatewayFee?: `0x${string}` | undefined;
|
2687
2065
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2699,9 +2077,6 @@ export declare const formatters: {
|
|
2699
2077
|
accessList?: import("../index.js").AccessList | undefined;
|
2700
2078
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2701
2079
|
type?: "0x7c" | undefined;
|
2702
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2703
|
-
blobVersionedHashes?: undefined;
|
2704
|
-
sidecars?: undefined;
|
2705
2080
|
feeCurrency?: `0x${string}` | undefined;
|
2706
2081
|
gatewayFee?: `0x${string}` | undefined;
|
2707
2082
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2719,129 +2094,6 @@ export declare const formatters: {
|
|
2719
2094
|
accessList?: import("../index.js").AccessList | undefined;
|
2720
2095
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2721
2096
|
type?: "0x7b" | undefined;
|
2722
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2723
|
-
blobVersionedHashes?: undefined;
|
2724
|
-
sidecars?: undefined;
|
2725
|
-
feeCurrency?: `0x${string}` | undefined;
|
2726
|
-
gatewayFee?: undefined;
|
2727
|
-
gatewayFeeRecipient?: undefined;
|
2728
|
-
} | {
|
2729
|
-
data?: `0x${string}` | undefined;
|
2730
|
-
from: `0x${string}`;
|
2731
|
-
gas?: `0x${string}` | undefined;
|
2732
|
-
nonce?: `0x${string}` | undefined;
|
2733
|
-
value?: `0x${string}` | undefined;
|
2734
|
-
to: `0x${string}` | null;
|
2735
|
-
gasPrice?: undefined;
|
2736
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2737
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2738
|
-
maxFeePerBlobGas: `0x${string}`;
|
2739
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2740
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2741
|
-
type?: "0x3" | undefined;
|
2742
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2743
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2744
|
-
sidecars?: undefined;
|
2745
|
-
feeCurrency?: `0x${string}` | undefined;
|
2746
|
-
gatewayFee?: `0x${string}` | undefined;
|
2747
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2748
|
-
} | {
|
2749
|
-
data?: `0x${string}` | undefined;
|
2750
|
-
from: `0x${string}`;
|
2751
|
-
gas?: `0x${string}` | undefined;
|
2752
|
-
nonce?: `0x${string}` | undefined;
|
2753
|
-
value?: `0x${string}` | undefined;
|
2754
|
-
to: `0x${string}` | null | undefined;
|
2755
|
-
gasPrice?: undefined;
|
2756
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2757
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2758
|
-
maxFeePerBlobGas: undefined;
|
2759
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2760
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2761
|
-
type?: "0x7c" | undefined;
|
2762
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2763
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2764
|
-
sidecars?: undefined;
|
2765
|
-
feeCurrency?: `0x${string}` | undefined;
|
2766
|
-
gatewayFee?: `0x${string}` | undefined;
|
2767
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2768
|
-
} | {
|
2769
|
-
data?: `0x${string}` | undefined;
|
2770
|
-
from: `0x${string}`;
|
2771
|
-
gas?: `0x${string}` | undefined;
|
2772
|
-
nonce?: `0x${string}` | undefined;
|
2773
|
-
value?: `0x${string}` | undefined;
|
2774
|
-
to: `0x${string}` | null | undefined;
|
2775
|
-
gasPrice?: undefined;
|
2776
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2777
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2778
|
-
maxFeePerBlobGas: undefined;
|
2779
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2780
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2781
|
-
type?: "0x7b" | undefined;
|
2782
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2783
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2784
|
-
sidecars?: undefined;
|
2785
|
-
feeCurrency?: `0x${string}` | undefined;
|
2786
|
-
gatewayFee?: undefined;
|
2787
|
-
gatewayFeeRecipient?: undefined;
|
2788
|
-
} | {
|
2789
|
-
data?: `0x${string}` | undefined;
|
2790
|
-
from: `0x${string}`;
|
2791
|
-
gas?: `0x${string}` | undefined;
|
2792
|
-
nonce?: `0x${string}` | undefined;
|
2793
|
-
value?: `0x${string}` | undefined;
|
2794
|
-
to: `0x${string}` | null;
|
2795
|
-
gasPrice?: undefined;
|
2796
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2797
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2798
|
-
maxFeePerBlobGas: `0x${string}`;
|
2799
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2800
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2801
|
-
type?: "0x3" | undefined;
|
2802
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2803
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2804
|
-
blobVersionedHashes?: undefined;
|
2805
|
-
feeCurrency?: `0x${string}` | undefined;
|
2806
|
-
gatewayFee?: `0x${string}` | undefined;
|
2807
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2808
|
-
} | {
|
2809
|
-
data?: `0x${string}` | undefined;
|
2810
|
-
from: `0x${string}`;
|
2811
|
-
gas?: `0x${string}` | undefined;
|
2812
|
-
nonce?: `0x${string}` | undefined;
|
2813
|
-
value?: `0x${string}` | undefined;
|
2814
|
-
to: `0x${string}` | null | undefined;
|
2815
|
-
gasPrice?: undefined;
|
2816
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2817
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2818
|
-
maxFeePerBlobGas: undefined;
|
2819
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2820
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2821
|
-
type?: "0x7c" | undefined;
|
2822
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2823
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2824
|
-
blobVersionedHashes?: undefined;
|
2825
|
-
feeCurrency?: `0x${string}` | undefined;
|
2826
|
-
gatewayFee?: `0x${string}` | undefined;
|
2827
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2828
|
-
} | {
|
2829
|
-
data?: `0x${string}` | undefined;
|
2830
|
-
from: `0x${string}`;
|
2831
|
-
gas?: `0x${string}` | undefined;
|
2832
|
-
nonce?: `0x${string}` | undefined;
|
2833
|
-
value?: `0x${string}` | undefined;
|
2834
|
-
to: `0x${string}` | null | undefined;
|
2835
|
-
gasPrice?: undefined;
|
2836
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2837
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2838
|
-
maxFeePerBlobGas: undefined;
|
2839
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2840
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2841
|
-
type?: "0x7b" | undefined;
|
2842
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2843
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2844
|
-
blobVersionedHashes?: undefined;
|
2845
2097
|
feeCurrency?: `0x${string}` | undefined;
|
2846
2098
|
gatewayFee?: undefined;
|
2847
2099
|
gatewayFeeRecipient?: undefined;
|