viem 0.0.0-main.20240408T061242 → 0.0.0-main.20240408T070011
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/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/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/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/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
@@ -60,7 +60,6 @@ export declare const chainConfig: {
|
|
60
60
|
gas?: `0x${string}`;
|
61
61
|
nonce?: `0x${string}`;
|
62
62
|
value?: `0x${string}`;
|
63
|
-
blobVersionedHashes?: undefined;
|
64
63
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
65
64
|
accessList?: undefined;
|
66
65
|
blockHash?: `0x${string}` | null;
|
@@ -68,6 +67,7 @@ export declare const chainConfig: {
|
|
68
67
|
hash?: `0x${string}`;
|
69
68
|
input?: `0x${string}`;
|
70
69
|
transactionIndex?: `0x${string}` | null;
|
70
|
+
blobVersionedHashes?: undefined;
|
71
71
|
chainId?: `0x${string}` | undefined;
|
72
72
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
73
73
|
r: `0x${string}`;
|
@@ -111,7 +111,6 @@ export declare const chainConfig: {
|
|
111
111
|
gas?: `0x${string}`;
|
112
112
|
nonce?: `0x${string}`;
|
113
113
|
value?: `0x${string}`;
|
114
|
-
blobVersionedHashes?: undefined;
|
115
114
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
116
115
|
accessList?: undefined;
|
117
116
|
blockHash?: `0x${string}` | null;
|
@@ -119,6 +118,7 @@ export declare const chainConfig: {
|
|
119
118
|
hash?: `0x${string}`;
|
120
119
|
input?: `0x${string}`;
|
121
120
|
transactionIndex?: `0x${string}` | null;
|
121
|
+
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
124
124
|
feeCurrency: `0x${string}` | null;
|
@@ -139,7 +139,6 @@ export declare const chainConfig: {
|
|
139
139
|
gas?: `0x${string}`;
|
140
140
|
nonce?: `0x${string}`;
|
141
141
|
value?: `0x${string}`;
|
142
|
-
blobVersionedHashes?: undefined;
|
143
142
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
144
143
|
accessList?: undefined;
|
145
144
|
blockHash?: `0x${string}` | null;
|
@@ -147,6 +146,7 @@ export declare const chainConfig: {
|
|
147
146
|
hash?: `0x${string}`;
|
148
147
|
input?: `0x${string}`;
|
149
148
|
transactionIndex?: `0x${string}` | null;
|
149
|
+
blobVersionedHashes?: undefined;
|
150
150
|
chainId?: `0x${string}` | undefined;
|
151
151
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
152
152
|
feeCurrency: `0x${string}` | null;
|
@@ -167,7 +167,6 @@ export declare const chainConfig: {
|
|
167
167
|
gas?: `0x${string}`;
|
168
168
|
nonce?: `0x${string}`;
|
169
169
|
value?: `0x${string}`;
|
170
|
-
blobVersionedHashes?: undefined;
|
171
170
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
172
171
|
accessList?: import("../index.js").AccessList | undefined;
|
173
172
|
blockHash?: `0x${string}` | null;
|
@@ -175,6 +174,7 @@ export declare const chainConfig: {
|
|
175
174
|
hash?: `0x${string}`;
|
176
175
|
input?: `0x${string}`;
|
177
176
|
transactionIndex?: `0x${string}` | null;
|
177
|
+
blobVersionedHashes?: undefined;
|
178
178
|
chainId?: `0x${string}` | undefined;
|
179
179
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
180
180
|
r: `0x${string}`;
|
@@ -218,7 +218,6 @@ export declare const chainConfig: {
|
|
218
218
|
gas?: `0x${string}`;
|
219
219
|
nonce?: `0x${string}`;
|
220
220
|
value?: `0x${string}`;
|
221
|
-
blobVersionedHashes?: undefined;
|
222
221
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
223
222
|
accessList?: import("../index.js").AccessList | undefined;
|
224
223
|
blockHash?: `0x${string}` | null;
|
@@ -226,6 +225,7 @@ export declare const chainConfig: {
|
|
226
225
|
hash?: `0x${string}`;
|
227
226
|
input?: `0x${string}`;
|
228
227
|
transactionIndex?: `0x${string}` | null;
|
228
|
+
blobVersionedHashes?: undefined;
|
229
229
|
chainId?: `0x${string}` | undefined;
|
230
230
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
231
231
|
blockHash: `0x${string}` | null;
|
@@ -269,7 +269,6 @@ export declare const chainConfig: {
|
|
269
269
|
gas?: `0x${string}`;
|
270
270
|
nonce?: `0x${string}`;
|
271
271
|
value?: `0x${string}`;
|
272
|
-
blobVersionedHashes?: undefined;
|
273
272
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
274
273
|
accessList?: import("../index.js").AccessList | undefined;
|
275
274
|
blockHash?: `0x${string}` | null;
|
@@ -277,6 +276,7 @@ export declare const chainConfig: {
|
|
277
276
|
hash?: `0x${string}`;
|
278
277
|
input?: `0x${string}`;
|
279
278
|
transactionIndex?: `0x${string}` | null;
|
279
|
+
blobVersionedHashes?: undefined;
|
280
280
|
chainId?: `0x${string}` | undefined;
|
281
281
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
282
282
|
blockHash: `0x${string}` | null;
|
@@ -320,7 +320,6 @@ export declare const chainConfig: {
|
|
320
320
|
gas?: `0x${string}`;
|
321
321
|
nonce?: `0x${string}`;
|
322
322
|
value?: `0x${string}`;
|
323
|
-
blobVersionedHashes?: undefined;
|
324
323
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
325
324
|
accessList?: import("../index.js").AccessList | undefined;
|
326
325
|
blockHash?: `0x${string}` | null;
|
@@ -328,6 +327,7 @@ export declare const chainConfig: {
|
|
328
327
|
hash?: `0x${string}`;
|
329
328
|
input?: `0x${string}`;
|
330
329
|
transactionIndex?: `0x${string}` | null;
|
330
|
+
blobVersionedHashes?: undefined;
|
331
331
|
chainId?: `0x${string}` | undefined;
|
332
332
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
333
333
|
feeCurrency: `0x${string}` | null;
|
@@ -348,7 +348,6 @@ export declare const chainConfig: {
|
|
348
348
|
gas?: `0x${string}`;
|
349
349
|
nonce?: `0x${string}`;
|
350
350
|
value?: `0x${string}`;
|
351
|
-
blobVersionedHashes?: undefined;
|
352
351
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
353
352
|
accessList?: import("../index.js").AccessList | undefined;
|
354
353
|
blockHash?: `0x${string}` | null;
|
@@ -356,6 +355,7 @@ export declare const chainConfig: {
|
|
356
355
|
hash?: `0x${string}`;
|
357
356
|
input?: `0x${string}`;
|
358
357
|
transactionIndex?: `0x${string}` | null;
|
358
|
+
blobVersionedHashes?: undefined;
|
359
359
|
chainId?: `0x${string}` | undefined;
|
360
360
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
361
361
|
feeCurrency: `0x${string}` | null;
|
@@ -376,7 +376,6 @@ export declare const chainConfig: {
|
|
376
376
|
gas?: `0x${string}`;
|
377
377
|
nonce?: `0x${string}`;
|
378
378
|
value?: `0x${string}`;
|
379
|
-
blobVersionedHashes?: undefined;
|
380
379
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
381
380
|
accessList?: import("../index.js").AccessList | undefined;
|
382
381
|
blockHash?: `0x${string}` | null;
|
@@ -384,6 +383,7 @@ export declare const chainConfig: {
|
|
384
383
|
hash?: `0x${string}`;
|
385
384
|
input?: `0x${string}`;
|
386
385
|
transactionIndex?: `0x${string}` | null;
|
386
|
+
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
389
389
|
r: `0x${string}`;
|
@@ -427,7 +427,6 @@ export declare const chainConfig: {
|
|
427
427
|
gas?: `0x${string}`;
|
428
428
|
nonce?: `0x${string}`;
|
429
429
|
value?: `0x${string}`;
|
430
|
-
blobVersionedHashes?: undefined;
|
431
430
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
432
431
|
accessList?: import("../index.js").AccessList | undefined;
|
433
432
|
blockHash?: `0x${string}` | null;
|
@@ -435,6 +434,7 @@ export declare const chainConfig: {
|
|
435
434
|
hash?: `0x${string}`;
|
436
435
|
input?: `0x${string}`;
|
437
436
|
transactionIndex?: `0x${string}` | null;
|
437
|
+
blobVersionedHashes?: undefined;
|
438
438
|
chainId?: `0x${string}` | undefined;
|
439
439
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
440
440
|
blockHash: `0x${string}` | null;
|
@@ -478,7 +478,6 @@ export declare const chainConfig: {
|
|
478
478
|
gas?: `0x${string}`;
|
479
479
|
nonce?: `0x${string}`;
|
480
480
|
value?: `0x${string}`;
|
481
|
-
blobVersionedHashes?: undefined;
|
482
481
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
483
482
|
accessList?: import("../index.js").AccessList | undefined;
|
484
483
|
blockHash?: `0x${string}` | null;
|
@@ -486,6 +485,7 @@ export declare const chainConfig: {
|
|
486
485
|
hash?: `0x${string}`;
|
487
486
|
input?: `0x${string}`;
|
488
487
|
transactionIndex?: `0x${string}` | null;
|
488
|
+
blobVersionedHashes?: undefined;
|
489
489
|
chainId?: `0x${string}` | undefined;
|
490
490
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
491
491
|
blockHash: `0x${string}` | null;
|
@@ -529,7 +529,6 @@ export declare const chainConfig: {
|
|
529
529
|
gas?: `0x${string}`;
|
530
530
|
nonce?: `0x${string}`;
|
531
531
|
value?: `0x${string}`;
|
532
|
-
blobVersionedHashes?: undefined;
|
533
532
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
534
533
|
accessList?: import("../index.js").AccessList | undefined;
|
535
534
|
blockHash?: `0x${string}` | null;
|
@@ -537,6 +536,7 @@ export declare const chainConfig: {
|
|
537
536
|
hash?: `0x${string}`;
|
538
537
|
input?: `0x${string}`;
|
539
538
|
transactionIndex?: `0x${string}` | null;
|
539
|
+
blobVersionedHashes?: undefined;
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
542
542
|
feeCurrency: `0x${string}` | null;
|
@@ -557,7 +557,6 @@ export declare const chainConfig: {
|
|
557
557
|
gas?: `0x${string}`;
|
558
558
|
nonce?: `0x${string}`;
|
559
559
|
value?: `0x${string}`;
|
560
|
-
blobVersionedHashes?: undefined;
|
561
560
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
562
561
|
accessList?: import("../index.js").AccessList | undefined;
|
563
562
|
blockHash?: `0x${string}` | null;
|
@@ -565,6 +564,7 @@ export declare const chainConfig: {
|
|
565
564
|
hash?: `0x${string}`;
|
566
565
|
input?: `0x${string}`;
|
567
566
|
transactionIndex?: `0x${string}` | null;
|
567
|
+
blobVersionedHashes?: undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
570
570
|
feeCurrency: `0x${string}` | null;
|
@@ -585,7 +585,6 @@ export declare const chainConfig: {
|
|
585
585
|
gas?: `0x${string}`;
|
586
586
|
nonce?: `0x${string}`;
|
587
587
|
value?: `0x${string}`;
|
588
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
589
588
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
590
589
|
accessList?: import("../index.js").AccessList | undefined;
|
591
590
|
blockHash?: `0x${string}` | null;
|
@@ -593,6 +592,7 @@ export declare const chainConfig: {
|
|
593
592
|
hash?: `0x${string}`;
|
594
593
|
input?: `0x${string}`;
|
595
594
|
transactionIndex?: `0x${string}` | null;
|
595
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
596
596
|
chainId?: `0x${string}` | undefined;
|
597
597
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
598
598
|
r: `0x${string}`;
|
@@ -636,7 +636,6 @@ export declare const chainConfig: {
|
|
636
636
|
gas?: `0x${string}`;
|
637
637
|
nonce?: `0x${string}`;
|
638
638
|
value?: `0x${string}`;
|
639
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
640
639
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
641
640
|
accessList?: import("../index.js").AccessList | undefined;
|
642
641
|
blockHash?: `0x${string}` | null;
|
@@ -644,6 +643,7 @@ export declare const chainConfig: {
|
|
644
643
|
hash?: `0x${string}`;
|
645
644
|
input?: `0x${string}`;
|
646
645
|
transactionIndex?: `0x${string}` | null;
|
646
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
647
647
|
chainId?: `0x${string}` | undefined;
|
648
648
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
649
649
|
blockHash: `0x${string}` | null;
|
@@ -687,7 +687,6 @@ export declare const chainConfig: {
|
|
687
687
|
gas?: `0x${string}`;
|
688
688
|
nonce?: `0x${string}`;
|
689
689
|
value?: `0x${string}`;
|
690
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
691
690
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
692
691
|
accessList?: import("../index.js").AccessList | undefined;
|
693
692
|
blockHash?: `0x${string}` | null;
|
@@ -695,6 +694,7 @@ export declare const chainConfig: {
|
|
695
694
|
hash?: `0x${string}`;
|
696
695
|
input?: `0x${string}`;
|
697
696
|
transactionIndex?: `0x${string}` | null;
|
697
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
698
698
|
chainId?: `0x${string}` | undefined;
|
699
699
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
700
700
|
blockHash: `0x${string}` | null;
|
@@ -738,7 +738,6 @@ export declare const chainConfig: {
|
|
738
738
|
gas?: `0x${string}`;
|
739
739
|
nonce?: `0x${string}`;
|
740
740
|
value?: `0x${string}`;
|
741
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
742
741
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
743
742
|
accessList?: import("../index.js").AccessList | undefined;
|
744
743
|
blockHash?: `0x${string}` | null;
|
@@ -746,6 +745,7 @@ export declare const chainConfig: {
|
|
746
745
|
hash?: `0x${string}`;
|
747
746
|
input?: `0x${string}`;
|
748
747
|
transactionIndex?: `0x${string}` | null;
|
748
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
749
749
|
chainId?: `0x${string}` | undefined;
|
750
750
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
751
751
|
blockHash: `0x${string}` | null;
|
@@ -789,7 +789,6 @@ export declare const chainConfig: {
|
|
789
789
|
gas?: `0x${string}`;
|
790
790
|
nonce?: `0x${string}`;
|
791
791
|
value?: `0x${string}`;
|
792
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
793
792
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
794
793
|
accessList?: import("../index.js").AccessList | undefined;
|
795
794
|
blockHash?: `0x${string}` | null;
|
@@ -797,6 +796,7 @@ export declare const chainConfig: {
|
|
797
796
|
hash?: `0x${string}`;
|
798
797
|
input?: `0x${string}`;
|
799
798
|
transactionIndex?: `0x${string}` | null;
|
799
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
800
800
|
chainId?: `0x${string}` | undefined;
|
801
801
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
802
802
|
feeCurrency: `0x${string}` | null;
|
@@ -817,7 +817,6 @@ export declare const chainConfig: {
|
|
817
817
|
gas?: `0x${string}`;
|
818
818
|
nonce?: `0x${string}`;
|
819
819
|
value?: `0x${string}`;
|
820
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
821
820
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
822
821
|
accessList?: import("../index.js").AccessList | undefined;
|
823
822
|
blockHash?: `0x${string}` | null;
|
@@ -825,6 +824,7 @@ export declare const chainConfig: {
|
|
825
824
|
hash?: `0x${string}`;
|
826
825
|
input?: `0x${string}`;
|
827
826
|
transactionIndex?: `0x${string}` | null;
|
827
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
828
828
|
chainId?: `0x${string}` | undefined;
|
829
829
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
830
830
|
feeCurrency: `0x${string}` | null;
|
@@ -1228,9 +1228,6 @@ export declare const chainConfig: {
|
|
1228
1228
|
accessList?: import("../index.js").AccessList | undefined;
|
1229
1229
|
blobs?: undefined;
|
1230
1230
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1231
|
-
kzg?: undefined;
|
1232
|
-
blobVersionedHashes?: undefined;
|
1233
|
-
sidecars?: undefined;
|
1234
1231
|
} & {
|
1235
1232
|
data?: `0x${string}` | undefined;
|
1236
1233
|
from: `0x${string}`;
|
@@ -1245,9 +1242,6 @@ export declare const chainConfig: {
|
|
1245
1242
|
accessList?: undefined;
|
1246
1243
|
blobs?: undefined;
|
1247
1244
|
type?: "legacy" | undefined;
|
1248
|
-
kzg?: undefined;
|
1249
|
-
blobVersionedHashes?: undefined;
|
1250
|
-
sidecars?: undefined;
|
1251
1245
|
} & {
|
1252
1246
|
feeCurrency?: `0x${string}` | undefined;
|
1253
1247
|
gatewayFee?: bigint | undefined;
|
@@ -1266,9 +1260,6 @@ export declare const chainConfig: {
|
|
1266
1260
|
accessList?: import("../index.js").AccessList | undefined;
|
1267
1261
|
blobs?: undefined;
|
1268
1262
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1269
|
-
kzg?: undefined;
|
1270
|
-
blobVersionedHashes?: undefined;
|
1271
|
-
sidecars?: undefined;
|
1272
1263
|
} & {
|
1273
1264
|
data?: `0x${string}` | undefined;
|
1274
1265
|
from: `0x${string}`;
|
@@ -1283,9 +1274,6 @@ export declare const chainConfig: {
|
|
1283
1274
|
accessList?: import("../index.js").AccessList | undefined;
|
1284
1275
|
blobs?: undefined;
|
1285
1276
|
type?: "eip2930" | undefined;
|
1286
|
-
kzg?: undefined;
|
1287
|
-
blobVersionedHashes?: undefined;
|
1288
|
-
sidecars?: undefined;
|
1289
1277
|
} & {
|
1290
1278
|
feeCurrency?: `0x${string}` | undefined;
|
1291
1279
|
gatewayFee?: bigint | undefined;
|
@@ -1304,9 +1292,6 @@ export declare const chainConfig: {
|
|
1304
1292
|
accessList?: import("../index.js").AccessList | undefined;
|
1305
1293
|
blobs?: undefined;
|
1306
1294
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1307
|
-
kzg?: undefined;
|
1308
|
-
blobVersionedHashes?: undefined;
|
1309
|
-
sidecars?: undefined;
|
1310
1295
|
} & {
|
1311
1296
|
data?: `0x${string}` | undefined;
|
1312
1297
|
from: `0x${string}`;
|
@@ -1321,9 +1306,6 @@ export declare const chainConfig: {
|
|
1321
1306
|
accessList?: import("../index.js").AccessList | undefined;
|
1322
1307
|
blobs?: undefined;
|
1323
1308
|
type?: "eip1559" | undefined;
|
1324
|
-
kzg?: undefined;
|
1325
|
-
blobVersionedHashes?: undefined;
|
1326
|
-
sidecars?: undefined;
|
1327
1309
|
} & {
|
1328
1310
|
feeCurrency?: `0x${string}` | undefined;
|
1329
1311
|
gatewayFee?: bigint | undefined;
|
@@ -1342,9 +1324,6 @@ export declare const chainConfig: {
|
|
1342
1324
|
accessList?: import("../index.js").AccessList | undefined;
|
1343
1325
|
blobs?: undefined;
|
1344
1326
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1345
|
-
kzg?: undefined;
|
1346
|
-
blobVersionedHashes?: undefined;
|
1347
|
-
sidecars?: undefined;
|
1348
1327
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1349
1328
|
accessList?: import("../index.js").AccessList | undefined;
|
1350
1329
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1365,9 +1344,6 @@ export declare const chainConfig: {
|
|
1365
1344
|
accessList?: import("../index.js").AccessList | undefined;
|
1366
1345
|
blobs?: undefined;
|
1367
1346
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1368
|
-
kzg?: undefined;
|
1369
|
-
blobVersionedHashes?: undefined;
|
1370
|
-
sidecars?: undefined;
|
1371
1347
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1372
1348
|
accessList?: import("../index.js").AccessList | undefined;
|
1373
1349
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1388,9 +1364,6 @@ export declare const chainConfig: {
|
|
1388
1364
|
accessList?: import("../index.js").AccessList | undefined;
|
1389
1365
|
blobs?: undefined;
|
1390
1366
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1391
|
-
kzg?: undefined;
|
1392
|
-
blobVersionedHashes?: undefined;
|
1393
|
-
sidecars?: undefined;
|
1394
1367
|
} & {
|
1395
1368
|
data?: `0x${string}` | undefined;
|
1396
1369
|
from: `0x${string}`;
|
@@ -1405,9 +1378,6 @@ export declare const chainConfig: {
|
|
1405
1378
|
accessList?: undefined;
|
1406
1379
|
blobs?: undefined;
|
1407
1380
|
type?: "legacy" | undefined;
|
1408
|
-
kzg?: undefined;
|
1409
|
-
blobVersionedHashes?: undefined;
|
1410
|
-
sidecars?: undefined;
|
1411
1381
|
} & {
|
1412
1382
|
feeCurrency?: `0x${string}` | undefined;
|
1413
1383
|
gatewayFee?: bigint | undefined;
|
@@ -1426,9 +1396,6 @@ export declare const chainConfig: {
|
|
1426
1396
|
accessList?: import("../index.js").AccessList | undefined;
|
1427
1397
|
blobs?: undefined;
|
1428
1398
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1429
|
-
kzg?: undefined;
|
1430
|
-
blobVersionedHashes?: undefined;
|
1431
|
-
sidecars?: undefined;
|
1432
1399
|
} & {
|
1433
1400
|
data?: `0x${string}` | undefined;
|
1434
1401
|
from: `0x${string}`;
|
@@ -1443,9 +1410,6 @@ export declare const chainConfig: {
|
|
1443
1410
|
accessList?: import("../index.js").AccessList | undefined;
|
1444
1411
|
blobs?: undefined;
|
1445
1412
|
type?: "eip2930" | undefined;
|
1446
|
-
kzg?: undefined;
|
1447
|
-
blobVersionedHashes?: undefined;
|
1448
|
-
sidecars?: undefined;
|
1449
1413
|
} & {
|
1450
1414
|
feeCurrency?: `0x${string}` | undefined;
|
1451
1415
|
gatewayFee?: bigint | undefined;
|
@@ -1464,9 +1428,6 @@ export declare const chainConfig: {
|
|
1464
1428
|
accessList?: import("../index.js").AccessList | undefined;
|
1465
1429
|
blobs?: undefined;
|
1466
1430
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1467
|
-
kzg?: undefined;
|
1468
|
-
blobVersionedHashes?: undefined;
|
1469
|
-
sidecars?: undefined;
|
1470
1431
|
} & {
|
1471
1432
|
data?: `0x${string}` | undefined;
|
1472
1433
|
from: `0x${string}`;
|
@@ -1481,9 +1442,6 @@ export declare const chainConfig: {
|
|
1481
1442
|
accessList?: import("../index.js").AccessList | undefined;
|
1482
1443
|
blobs?: undefined;
|
1483
1444
|
type?: "eip1559" | undefined;
|
1484
|
-
kzg?: undefined;
|
1485
|
-
blobVersionedHashes?: undefined;
|
1486
|
-
sidecars?: undefined;
|
1487
1445
|
} & {
|
1488
1446
|
feeCurrency?: `0x${string}` | undefined;
|
1489
1447
|
gatewayFee?: bigint | undefined;
|
@@ -1502,9 +1460,6 @@ export declare const chainConfig: {
|
|
1502
1460
|
accessList?: import("../index.js").AccessList | undefined;
|
1503
1461
|
blobs?: undefined;
|
1504
1462
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1505
|
-
kzg?: undefined;
|
1506
|
-
blobVersionedHashes?: undefined;
|
1507
|
-
sidecars?: undefined;
|
1508
1463
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1509
1464
|
accessList?: import("../index.js").AccessList | undefined;
|
1510
1465
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1525,9 +1480,6 @@ export declare const chainConfig: {
|
|
1525
1480
|
accessList?: import("../index.js").AccessList | undefined;
|
1526
1481
|
blobs?: undefined;
|
1527
1482
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1528
|
-
kzg?: undefined;
|
1529
|
-
blobVersionedHashes?: undefined;
|
1530
|
-
sidecars?: undefined;
|
1531
1483
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1532
1484
|
accessList?: import("../index.js").AccessList | undefined;
|
1533
1485
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1548,9 +1500,6 @@ export declare const chainConfig: {
|
|
1548
1500
|
accessList?: import("../index.js").AccessList | undefined;
|
1549
1501
|
blobs?: undefined;
|
1550
1502
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1551
|
-
kzg?: undefined;
|
1552
|
-
blobVersionedHashes?: undefined;
|
1553
|
-
sidecars?: undefined;
|
1554
1503
|
} & {
|
1555
1504
|
data?: `0x${string}` | undefined;
|
1556
1505
|
from: `0x${string}`;
|
@@ -1565,9 +1514,6 @@ export declare const chainConfig: {
|
|
1565
1514
|
accessList?: undefined;
|
1566
1515
|
blobs?: undefined;
|
1567
1516
|
type?: "legacy" | undefined;
|
1568
|
-
kzg?: undefined;
|
1569
|
-
blobVersionedHashes?: undefined;
|
1570
|
-
sidecars?: undefined;
|
1571
1517
|
} & {
|
1572
1518
|
feeCurrency?: `0x${string}` | undefined;
|
1573
1519
|
gatewayFee?: bigint | undefined;
|
@@ -1586,9 +1532,6 @@ export declare const chainConfig: {
|
|
1586
1532
|
accessList?: import("../index.js").AccessList | undefined;
|
1587
1533
|
blobs?: undefined;
|
1588
1534
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1589
|
-
kzg?: undefined;
|
1590
|
-
blobVersionedHashes?: undefined;
|
1591
|
-
sidecars?: undefined;
|
1592
1535
|
} & {
|
1593
1536
|
data?: `0x${string}` | undefined;
|
1594
1537
|
from: `0x${string}`;
|
@@ -1603,9 +1546,6 @@ export declare const chainConfig: {
|
|
1603
1546
|
accessList?: import("../index.js").AccessList | undefined;
|
1604
1547
|
blobs?: undefined;
|
1605
1548
|
type?: "eip2930" | undefined;
|
1606
|
-
kzg?: undefined;
|
1607
|
-
blobVersionedHashes?: undefined;
|
1608
|
-
sidecars?: undefined;
|
1609
1549
|
} & {
|
1610
1550
|
feeCurrency?: `0x${string}` | undefined;
|
1611
1551
|
gatewayFee?: bigint | undefined;
|
@@ -1624,9 +1564,6 @@ export declare const chainConfig: {
|
|
1624
1564
|
accessList?: import("../index.js").AccessList | undefined;
|
1625
1565
|
blobs?: undefined;
|
1626
1566
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1627
|
-
kzg?: undefined;
|
1628
|
-
blobVersionedHashes?: undefined;
|
1629
|
-
sidecars?: undefined;
|
1630
1567
|
} & {
|
1631
1568
|
data?: `0x${string}` | undefined;
|
1632
1569
|
from: `0x${string}`;
|
@@ -1641,9 +1578,6 @@ export declare const chainConfig: {
|
|
1641
1578
|
accessList?: import("../index.js").AccessList | undefined;
|
1642
1579
|
blobs?: undefined;
|
1643
1580
|
type?: "eip1559" | undefined;
|
1644
|
-
kzg?: undefined;
|
1645
|
-
blobVersionedHashes?: undefined;
|
1646
|
-
sidecars?: undefined;
|
1647
1581
|
} & {
|
1648
1582
|
feeCurrency?: `0x${string}` | undefined;
|
1649
1583
|
gatewayFee?: bigint | undefined;
|
@@ -1662,9 +1596,6 @@ export declare const chainConfig: {
|
|
1662
1596
|
accessList?: import("../index.js").AccessList | undefined;
|
1663
1597
|
blobs?: undefined;
|
1664
1598
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1665
|
-
kzg?: undefined;
|
1666
|
-
blobVersionedHashes?: undefined;
|
1667
|
-
sidecars?: undefined;
|
1668
1599
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1669
1600
|
accessList?: import("../index.js").AccessList | undefined;
|
1670
1601
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1685,9 +1616,6 @@ export declare const chainConfig: {
|
|
1685
1616
|
accessList?: import("../index.js").AccessList | undefined;
|
1686
1617
|
blobs?: undefined;
|
1687
1618
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1688
|
-
kzg?: undefined;
|
1689
|
-
blobVersionedHashes?: undefined;
|
1690
|
-
sidecars?: undefined;
|
1691
1619
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1692
1620
|
accessList?: import("../index.js").AccessList | undefined;
|
1693
1621
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1708,9 +1636,6 @@ export declare const chainConfig: {
|
|
1708
1636
|
accessList?: import("../index.js").AccessList | undefined;
|
1709
1637
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1710
1638
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1711
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1712
|
-
blobVersionedHashes?: undefined;
|
1713
|
-
sidecars?: undefined;
|
1714
1639
|
} & {
|
1715
1640
|
data?: `0x${string}` | undefined;
|
1716
1641
|
from: `0x${string}`;
|
@@ -1725,9 +1650,6 @@ export declare const chainConfig: {
|
|
1725
1650
|
accessList?: undefined;
|
1726
1651
|
blobs?: undefined;
|
1727
1652
|
type?: "legacy" | undefined;
|
1728
|
-
kzg?: undefined;
|
1729
|
-
blobVersionedHashes?: undefined;
|
1730
|
-
sidecars?: undefined;
|
1731
1653
|
} & {
|
1732
1654
|
feeCurrency?: `0x${string}` | undefined;
|
1733
1655
|
gatewayFee?: bigint | undefined;
|
@@ -1746,9 +1668,6 @@ export declare const chainConfig: {
|
|
1746
1668
|
accessList?: import("../index.js").AccessList | undefined;
|
1747
1669
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1748
1670
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1749
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1750
|
-
blobVersionedHashes?: undefined;
|
1751
|
-
sidecars?: undefined;
|
1752
1671
|
} & {
|
1753
1672
|
data?: `0x${string}` | undefined;
|
1754
1673
|
from: `0x${string}`;
|
@@ -1763,9 +1682,6 @@ export declare const chainConfig: {
|
|
1763
1682
|
accessList?: import("../index.js").AccessList | undefined;
|
1764
1683
|
blobs?: undefined;
|
1765
1684
|
type?: "eip2930" | undefined;
|
1766
|
-
kzg?: undefined;
|
1767
|
-
blobVersionedHashes?: undefined;
|
1768
|
-
sidecars?: undefined;
|
1769
1685
|
} & {
|
1770
1686
|
feeCurrency?: `0x${string}` | undefined;
|
1771
1687
|
gatewayFee?: bigint | undefined;
|
@@ -1784,9 +1700,6 @@ export declare const chainConfig: {
|
|
1784
1700
|
accessList?: import("../index.js").AccessList | undefined;
|
1785
1701
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1786
1702
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1787
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1788
|
-
blobVersionedHashes?: undefined;
|
1789
|
-
sidecars?: undefined;
|
1790
1703
|
} & {
|
1791
1704
|
data?: `0x${string}` | undefined;
|
1792
1705
|
from: `0x${string}`;
|
@@ -1801,9 +1714,6 @@ export declare const chainConfig: {
|
|
1801
1714
|
accessList?: import("../index.js").AccessList | undefined;
|
1802
1715
|
blobs?: undefined;
|
1803
1716
|
type?: "eip1559" | undefined;
|
1804
|
-
kzg?: undefined;
|
1805
|
-
blobVersionedHashes?: undefined;
|
1806
|
-
sidecars?: undefined;
|
1807
1717
|
} & {
|
1808
1718
|
feeCurrency?: `0x${string}` | undefined;
|
1809
1719
|
gatewayFee?: bigint | undefined;
|
@@ -1822,9 +1732,6 @@ export declare const chainConfig: {
|
|
1822
1732
|
accessList?: import("../index.js").AccessList | undefined;
|
1823
1733
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1824
1734
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1825
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1826
|
-
blobVersionedHashes?: undefined;
|
1827
|
-
sidecars?: undefined;
|
1828
1735
|
} & {
|
1829
1736
|
data?: `0x${string}` | undefined;
|
1830
1737
|
from: `0x${string}`;
|
@@ -1839,9 +1746,6 @@ export declare const chainConfig: {
|
|
1839
1746
|
accessList?: import("../index.js").AccessList | undefined;
|
1840
1747
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1841
1748
|
type?: "eip4844" | undefined;
|
1842
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
1843
|
-
blobVersionedHashes?: undefined;
|
1844
|
-
sidecars?: undefined;
|
1845
1749
|
} & {
|
1846
1750
|
feeCurrency?: `0x${string}` | undefined;
|
1847
1751
|
gatewayFee?: bigint | undefined;
|
@@ -1860,9 +1764,6 @@ export declare const chainConfig: {
|
|
1860
1764
|
accessList?: import("../index.js").AccessList | undefined;
|
1861
1765
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1862
1766
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1863
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1864
|
-
blobVersionedHashes?: undefined;
|
1865
|
-
sidecars?: undefined;
|
1866
1767
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1867
1768
|
accessList?: import("../index.js").AccessList | undefined;
|
1868
1769
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1883,944 +1784,298 @@ export declare const chainConfig: {
|
|
1883
1784
|
accessList?: import("../index.js").AccessList | undefined;
|
1884
1785
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1885
1786
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1886
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1887
|
-
blobVersionedHashes?: undefined;
|
1888
|
-
sidecars?: undefined;
|
1889
1787
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1890
1788
|
accessList?: import("../index.js").AccessList | undefined;
|
1891
1789
|
feeCurrency?: `0x${string}` | undefined;
|
1892
1790
|
gatewayFee?: undefined;
|
1893
1791
|
gatewayFeeRecipient?: undefined;
|
1894
1792
|
type?: "cip64" | undefined;
|
1895
|
-
})
|
1896
|
-
data?: `0x${string}` | undefined;
|
1897
|
-
from?: `0x${string}`;
|
1898
|
-
gas?: bigint | undefined;
|
1899
|
-
nonce?: number | undefined;
|
1900
|
-
value?: bigint | undefined;
|
1901
|
-
to?: `0x${string}` | null | undefined;
|
1902
|
-
gasPrice?: bigint | undefined;
|
1903
|
-
maxFeePerGas?: bigint | undefined;
|
1904
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1905
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1906
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1907
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1908
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1909
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1910
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1911
|
-
sidecars?: undefined;
|
1912
|
-
} & {
|
1793
|
+
})) => ({
|
1913
1794
|
data?: `0x${string}` | undefined;
|
1914
1795
|
from: `0x${string}`;
|
1915
|
-
gas?:
|
1916
|
-
nonce?:
|
1796
|
+
gas?: `0x${string}` | undefined;
|
1797
|
+
nonce?: `0x${string}` | undefined;
|
1917
1798
|
to?: `0x${string}` | null | undefined;
|
1918
|
-
value?:
|
1919
|
-
gasPrice?:
|
1799
|
+
value?: `0x${string}` | undefined;
|
1800
|
+
gasPrice?: `0x${string}` | undefined;
|
1920
1801
|
maxFeePerBlobGas?: undefined;
|
1921
1802
|
maxFeePerGas?: undefined;
|
1922
1803
|
maxPriorityFeePerGas?: undefined;
|
1923
1804
|
accessList?: undefined;
|
1924
1805
|
blobs?: undefined;
|
1925
|
-
type?: "
|
1926
|
-
kzg?: undefined;
|
1927
|
-
blobVersionedHashes?: undefined;
|
1928
|
-
sidecars?: undefined;
|
1929
|
-
} & {
|
1806
|
+
type?: "0x0" | undefined;
|
1930
1807
|
feeCurrency?: `0x${string}` | undefined;
|
1931
|
-
gatewayFee?:
|
1808
|
+
gatewayFee?: `0x${string}` | undefined;
|
1932
1809
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1933
|
-
}
|
1934
|
-
data?: `0x${string}` | undefined;
|
1935
|
-
from?: `0x${string}`;
|
1936
|
-
gas?: bigint | undefined;
|
1937
|
-
nonce?: number | undefined;
|
1938
|
-
value?: bigint | undefined;
|
1939
|
-
to?: `0x${string}` | null | undefined;
|
1940
|
-
gasPrice?: bigint | undefined;
|
1941
|
-
maxFeePerGas?: bigint | undefined;
|
1942
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1943
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1944
|
-
accessList?: import("../index.js").AccessList | undefined;
|
1945
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1946
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1947
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1948
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1949
|
-
sidecars?: undefined;
|
1950
|
-
} & {
|
1810
|
+
} | {
|
1951
1811
|
data?: `0x${string}` | undefined;
|
1952
1812
|
from: `0x${string}`;
|
1953
|
-
gas?:
|
1954
|
-
nonce?:
|
1813
|
+
gas?: `0x${string}` | undefined;
|
1814
|
+
nonce?: `0x${string}` | undefined;
|
1955
1815
|
to?: `0x${string}` | null | undefined;
|
1956
|
-
value?:
|
1957
|
-
gasPrice?:
|
1816
|
+
value?: `0x${string}` | undefined;
|
1817
|
+
gasPrice?: `0x${string}` | undefined;
|
1958
1818
|
maxFeePerBlobGas?: undefined;
|
1959
1819
|
maxFeePerGas?: undefined;
|
1960
1820
|
maxPriorityFeePerGas?: undefined;
|
1961
1821
|
accessList?: import("../index.js").AccessList | undefined;
|
1962
1822
|
blobs?: undefined;
|
1963
|
-
type?: "
|
1964
|
-
kzg?: undefined;
|
1965
|
-
blobVersionedHashes?: undefined;
|
1966
|
-
sidecars?: undefined;
|
1967
|
-
} & {
|
1823
|
+
type?: "0x1" | undefined;
|
1968
1824
|
feeCurrency?: `0x${string}` | undefined;
|
1969
|
-
gatewayFee?:
|
1825
|
+
gatewayFee?: `0x${string}` | undefined;
|
1970
1826
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1971
|
-
}
|
1827
|
+
} | {
|
1972
1828
|
data?: `0x${string}` | undefined;
|
1973
|
-
from
|
1974
|
-
gas?:
|
1975
|
-
nonce?:
|
1976
|
-
value?: bigint | undefined;
|
1829
|
+
from: `0x${string}`;
|
1830
|
+
gas?: `0x${string}` | undefined;
|
1831
|
+
nonce?: `0x${string}` | undefined;
|
1977
1832
|
to?: `0x${string}` | null | undefined;
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1833
|
+
value?: `0x${string}` | undefined;
|
1834
|
+
gasPrice?: undefined;
|
1835
|
+
maxFeePerBlobGas?: undefined;
|
1836
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1837
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1982
1838
|
accessList?: import("../index.js").AccessList | undefined;
|
1983
|
-
blobs?:
|
1984
|
-
type?: "
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
}
|
1839
|
+
blobs?: undefined;
|
1840
|
+
type?: "0x2" | undefined;
|
1841
|
+
feeCurrency?: `0x${string}` | undefined;
|
1842
|
+
gatewayFee?: `0x${string}` | undefined;
|
1843
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1844
|
+
} | {
|
1989
1845
|
data?: `0x${string}` | undefined;
|
1990
1846
|
from: `0x${string}`;
|
1991
|
-
gas?:
|
1992
|
-
nonce?:
|
1847
|
+
gas?: `0x${string}` | undefined;
|
1848
|
+
nonce?: `0x${string}` | undefined;
|
1993
1849
|
to?: `0x${string}` | null | undefined;
|
1994
|
-
value?:
|
1850
|
+
value?: `0x${string}` | undefined;
|
1995
1851
|
gasPrice?: undefined;
|
1996
1852
|
maxFeePerBlobGas?: undefined;
|
1997
|
-
maxFeePerGas?:
|
1998
|
-
maxPriorityFeePerGas?:
|
1853
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1854
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1999
1855
|
accessList?: import("../index.js").AccessList | undefined;
|
2000
1856
|
blobs?: undefined;
|
2001
|
-
type?: "
|
2002
|
-
kzg?: undefined;
|
2003
|
-
blobVersionedHashes?: undefined;
|
2004
|
-
sidecars?: undefined;
|
2005
|
-
} & {
|
1857
|
+
type?: "0x7c" | undefined;
|
2006
1858
|
feeCurrency?: `0x${string}` | undefined;
|
2007
|
-
gatewayFee?:
|
1859
|
+
gatewayFee?: `0x${string}` | undefined;
|
2008
1860
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2009
|
-
}
|
1861
|
+
} | {
|
2010
1862
|
data?: `0x${string}` | undefined;
|
2011
|
-
from
|
2012
|
-
gas?:
|
2013
|
-
nonce?:
|
2014
|
-
value?: bigint | undefined;
|
1863
|
+
from: `0x${string}`;
|
1864
|
+
gas?: `0x${string}` | undefined;
|
1865
|
+
nonce?: `0x${string}` | undefined;
|
2015
1866
|
to?: `0x${string}` | null | undefined;
|
2016
|
-
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
1867
|
+
value?: `0x${string}` | undefined;
|
1868
|
+
gasPrice?: undefined;
|
1869
|
+
maxFeePerBlobGas?: undefined;
|
1870
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1871
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2020
1872
|
accessList?: import("../index.js").AccessList | undefined;
|
2021
|
-
blobs?:
|
2022
|
-
type?: "
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2026
|
-
}
|
1873
|
+
blobs?: undefined;
|
1874
|
+
type?: "0x7b" | undefined;
|
1875
|
+
feeCurrency?: `0x${string}` | undefined;
|
1876
|
+
gatewayFee?: undefined;
|
1877
|
+
gatewayFeeRecipient?: undefined;
|
1878
|
+
} | {
|
2027
1879
|
data?: `0x${string}` | undefined;
|
2028
1880
|
from: `0x${string}`;
|
2029
|
-
gas?:
|
2030
|
-
nonce?:
|
2031
|
-
|
2032
|
-
|
2033
|
-
gasPrice?: undefined;
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
accessList?:
|
2038
|
-
blobs
|
2039
|
-
type?: "
|
2040
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2041
|
-
blobVersionedHashes?: undefined;
|
2042
|
-
sidecars?: undefined;
|
2043
|
-
} & {
|
1881
|
+
gas?: `0x${string}` | undefined;
|
1882
|
+
nonce?: `0x${string}` | undefined;
|
1883
|
+
to?: `0x${string}` | null | undefined;
|
1884
|
+
value?: `0x${string}` | undefined;
|
1885
|
+
gasPrice?: `0x${string}` | undefined;
|
1886
|
+
maxFeePerBlobGas?: undefined;
|
1887
|
+
maxFeePerGas?: undefined;
|
1888
|
+
maxPriorityFeePerGas?: undefined;
|
1889
|
+
accessList?: undefined;
|
1890
|
+
blobs?: undefined;
|
1891
|
+
type?: "0x0" | undefined;
|
2044
1892
|
feeCurrency?: `0x${string}` | undefined;
|
2045
|
-
gatewayFee?:
|
1893
|
+
gatewayFee?: `0x${string}` | undefined;
|
2046
1894
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2047
|
-
}
|
1895
|
+
} | {
|
2048
1896
|
data?: `0x${string}` | undefined;
|
2049
|
-
from
|
2050
|
-
gas?:
|
2051
|
-
nonce?:
|
2052
|
-
value?: bigint | undefined;
|
1897
|
+
from: `0x${string}`;
|
1898
|
+
gas?: `0x${string}` | undefined;
|
1899
|
+
nonce?: `0x${string}` | undefined;
|
2053
1900
|
to?: `0x${string}` | null | undefined;
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
2057
|
-
|
1901
|
+
value?: `0x${string}` | undefined;
|
1902
|
+
gasPrice?: `0x${string}` | undefined;
|
1903
|
+
maxFeePerBlobGas?: undefined;
|
1904
|
+
maxFeePerGas?: undefined;
|
1905
|
+
maxPriorityFeePerGas?: undefined;
|
2058
1906
|
accessList?: import("../index.js").AccessList | undefined;
|
2059
|
-
blobs?:
|
2060
|
-
type?: "
|
2061
|
-
|
2062
|
-
|
2063
|
-
|
2064
|
-
}
|
1907
|
+
blobs?: undefined;
|
1908
|
+
type?: "0x1" | undefined;
|
1909
|
+
feeCurrency?: `0x${string}` | undefined;
|
1910
|
+
gatewayFee?: `0x${string}` | undefined;
|
1911
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1912
|
+
} | {
|
2065
1913
|
data?: `0x${string}` | undefined;
|
2066
1914
|
from: `0x${string}`;
|
2067
|
-
gas?:
|
2068
|
-
nonce?:
|
2069
|
-
|
2070
|
-
|
1915
|
+
gas?: `0x${string}` | undefined;
|
1916
|
+
nonce?: `0x${string}` | undefined;
|
1917
|
+
to?: `0x${string}` | null | undefined;
|
1918
|
+
value?: `0x${string}` | undefined;
|
2071
1919
|
gasPrice?: undefined;
|
2072
|
-
|
2073
|
-
|
2074
|
-
|
1920
|
+
maxFeePerBlobGas?: undefined;
|
1921
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1922
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2075
1923
|
accessList?: import("../index.js").AccessList | undefined;
|
2076
|
-
blobs
|
2077
|
-
type?: "
|
2078
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2079
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2080
|
-
sidecars?: undefined;
|
2081
|
-
} & {
|
1924
|
+
blobs?: undefined;
|
1925
|
+
type?: "0x2" | undefined;
|
2082
1926
|
feeCurrency?: `0x${string}` | undefined;
|
2083
|
-
gatewayFee?:
|
1927
|
+
gatewayFee?: `0x${string}` | undefined;
|
2084
1928
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2085
|
-
}
|
1929
|
+
} | {
|
2086
1930
|
data?: `0x${string}` | undefined;
|
2087
|
-
from
|
2088
|
-
gas?:
|
2089
|
-
nonce?:
|
2090
|
-
value?: bigint | undefined;
|
1931
|
+
from: `0x${string}`;
|
1932
|
+
gas?: `0x${string}` | undefined;
|
1933
|
+
nonce?: `0x${string}` | undefined;
|
2091
1934
|
to?: `0x${string}` | null | undefined;
|
2092
|
-
|
2093
|
-
|
2094
|
-
|
2095
|
-
|
2096
|
-
|
2097
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2098
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2099
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2100
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2101
|
-
sidecars?: undefined;
|
2102
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1935
|
+
value?: `0x${string}` | undefined;
|
1936
|
+
gasPrice?: undefined;
|
1937
|
+
maxFeePerBlobGas?: undefined;
|
1938
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1939
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2103
1940
|
accessList?: import("../index.js").AccessList | undefined;
|
1941
|
+
blobs?: undefined;
|
1942
|
+
type?: "0x7c" | undefined;
|
2104
1943
|
feeCurrency?: `0x${string}` | undefined;
|
2105
|
-
gatewayFee?:
|
1944
|
+
gatewayFee?: `0x${string}` | undefined;
|
2106
1945
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2107
|
-
|
2108
|
-
}) | ({
|
1946
|
+
} | {
|
2109
1947
|
data?: `0x${string}` | undefined;
|
2110
|
-
from
|
2111
|
-
gas?:
|
2112
|
-
nonce?:
|
2113
|
-
value?: bigint | undefined;
|
1948
|
+
from: `0x${string}`;
|
1949
|
+
gas?: `0x${string}` | undefined;
|
1950
|
+
nonce?: `0x${string}` | undefined;
|
2114
1951
|
to?: `0x${string}` | null | undefined;
|
2115
|
-
|
2116
|
-
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2121
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2122
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2123
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2124
|
-
sidecars?: undefined;
|
2125
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1952
|
+
value?: `0x${string}` | undefined;
|
1953
|
+
gasPrice?: undefined;
|
1954
|
+
maxFeePerBlobGas?: undefined;
|
1955
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1956
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2126
1957
|
accessList?: import("../index.js").AccessList | undefined;
|
1958
|
+
blobs?: undefined;
|
1959
|
+
type?: "0x7b" | undefined;
|
2127
1960
|
feeCurrency?: `0x${string}` | undefined;
|
2128
1961
|
gatewayFee?: undefined;
|
2129
1962
|
gatewayFeeRecipient?: undefined;
|
2130
|
-
|
2131
|
-
}) | ({
|
2132
|
-
data?: `0x${string}` | undefined;
|
2133
|
-
from?: `0x${string}`;
|
2134
|
-
gas?: bigint | undefined;
|
2135
|
-
nonce?: number | undefined;
|
2136
|
-
value?: bigint | undefined;
|
2137
|
-
to?: `0x${string}` | null | undefined;
|
2138
|
-
gasPrice?: bigint | undefined;
|
2139
|
-
maxFeePerGas?: bigint | undefined;
|
2140
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2141
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2142
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2143
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2144
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2145
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2146
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2147
|
-
blobVersionedHashes?: undefined;
|
2148
|
-
} & {
|
1963
|
+
} | {
|
2149
1964
|
data?: `0x${string}` | undefined;
|
2150
1965
|
from: `0x${string}`;
|
2151
|
-
gas?:
|
2152
|
-
nonce?:
|
1966
|
+
gas?: `0x${string}` | undefined;
|
1967
|
+
nonce?: `0x${string}` | undefined;
|
2153
1968
|
to?: `0x${string}` | null | undefined;
|
2154
|
-
value?:
|
2155
|
-
gasPrice?:
|
1969
|
+
value?: `0x${string}` | undefined;
|
1970
|
+
gasPrice?: `0x${string}` | undefined;
|
2156
1971
|
maxFeePerBlobGas?: undefined;
|
2157
1972
|
maxFeePerGas?: undefined;
|
2158
1973
|
maxPriorityFeePerGas?: undefined;
|
2159
1974
|
accessList?: undefined;
|
2160
1975
|
blobs?: undefined;
|
2161
|
-
type?: "
|
2162
|
-
kzg?: undefined;
|
2163
|
-
blobVersionedHashes?: undefined;
|
2164
|
-
sidecars?: undefined;
|
2165
|
-
} & {
|
1976
|
+
type?: "0x0" | undefined;
|
2166
1977
|
feeCurrency?: `0x${string}` | undefined;
|
2167
|
-
gatewayFee?:
|
1978
|
+
gatewayFee?: `0x${string}` | undefined;
|
2168
1979
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2169
|
-
}
|
2170
|
-
data?: `0x${string}` | undefined;
|
2171
|
-
from?: `0x${string}`;
|
2172
|
-
gas?: bigint | undefined;
|
2173
|
-
nonce?: number | undefined;
|
2174
|
-
value?: bigint | undefined;
|
2175
|
-
to?: `0x${string}` | null | undefined;
|
2176
|
-
gasPrice?: bigint | undefined;
|
2177
|
-
maxFeePerGas?: bigint | undefined;
|
2178
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2179
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2180
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2181
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2182
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2183
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2184
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2185
|
-
blobVersionedHashes?: undefined;
|
2186
|
-
} & {
|
1980
|
+
} | {
|
2187
1981
|
data?: `0x${string}` | undefined;
|
2188
1982
|
from: `0x${string}`;
|
2189
|
-
gas?:
|
2190
|
-
nonce?:
|
1983
|
+
gas?: `0x${string}` | undefined;
|
1984
|
+
nonce?: `0x${string}` | undefined;
|
2191
1985
|
to?: `0x${string}` | null | undefined;
|
2192
|
-
value?:
|
2193
|
-
gasPrice?:
|
1986
|
+
value?: `0x${string}` | undefined;
|
1987
|
+
gasPrice?: `0x${string}` | undefined;
|
2194
1988
|
maxFeePerBlobGas?: undefined;
|
2195
1989
|
maxFeePerGas?: undefined;
|
2196
1990
|
maxPriorityFeePerGas?: undefined;
|
2197
1991
|
accessList?: import("../index.js").AccessList | undefined;
|
2198
1992
|
blobs?: undefined;
|
2199
|
-
type?: "
|
2200
|
-
kzg?: undefined;
|
2201
|
-
blobVersionedHashes?: undefined;
|
2202
|
-
sidecars?: undefined;
|
2203
|
-
} & {
|
1993
|
+
type?: "0x1" | undefined;
|
2204
1994
|
feeCurrency?: `0x${string}` | undefined;
|
2205
|
-
gatewayFee?:
|
1995
|
+
gatewayFee?: `0x${string}` | undefined;
|
2206
1996
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2207
|
-
}
|
1997
|
+
} | {
|
2208
1998
|
data?: `0x${string}` | undefined;
|
2209
|
-
from
|
2210
|
-
gas?:
|
2211
|
-
nonce?:
|
2212
|
-
value?: bigint | undefined;
|
1999
|
+
from: `0x${string}`;
|
2000
|
+
gas?: `0x${string}` | undefined;
|
2001
|
+
nonce?: `0x${string}` | undefined;
|
2213
2002
|
to?: `0x${string}` | null | undefined;
|
2214
|
-
|
2215
|
-
|
2216
|
-
|
2217
|
-
|
2003
|
+
value?: `0x${string}` | undefined;
|
2004
|
+
gasPrice?: undefined;
|
2005
|
+
maxFeePerBlobGas?: undefined;
|
2006
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2007
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2218
2008
|
accessList?: import("../index.js").AccessList | undefined;
|
2219
|
-
blobs?:
|
2220
|
-
type?: "
|
2221
|
-
|
2222
|
-
|
2223
|
-
|
2224
|
-
}
|
2009
|
+
blobs?: undefined;
|
2010
|
+
type?: "0x2" | undefined;
|
2011
|
+
feeCurrency?: `0x${string}` | undefined;
|
2012
|
+
gatewayFee?: `0x${string}` | undefined;
|
2013
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2014
|
+
} | {
|
2225
2015
|
data?: `0x${string}` | undefined;
|
2226
2016
|
from: `0x${string}`;
|
2227
|
-
gas?:
|
2228
|
-
nonce?:
|
2017
|
+
gas?: `0x${string}` | undefined;
|
2018
|
+
nonce?: `0x${string}` | undefined;
|
2229
2019
|
to?: `0x${string}` | null | undefined;
|
2230
|
-
value?:
|
2020
|
+
value?: `0x${string}` | undefined;
|
2231
2021
|
gasPrice?: undefined;
|
2232
2022
|
maxFeePerBlobGas?: undefined;
|
2233
|
-
maxFeePerGas?:
|
2234
|
-
maxPriorityFeePerGas?:
|
2023
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2024
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2235
2025
|
accessList?: import("../index.js").AccessList | undefined;
|
2236
2026
|
blobs?: undefined;
|
2237
|
-
type?: "
|
2238
|
-
kzg?: undefined;
|
2239
|
-
blobVersionedHashes?: undefined;
|
2240
|
-
sidecars?: undefined;
|
2241
|
-
} & {
|
2027
|
+
type?: "0x7c" | undefined;
|
2242
2028
|
feeCurrency?: `0x${string}` | undefined;
|
2243
|
-
gatewayFee?:
|
2029
|
+
gatewayFee?: `0x${string}` | undefined;
|
2244
2030
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2245
|
-
}
|
2031
|
+
} | {
|
2246
2032
|
data?: `0x${string}` | undefined;
|
2247
|
-
from
|
2248
|
-
gas?:
|
2249
|
-
nonce?:
|
2250
|
-
value?: bigint | undefined;
|
2033
|
+
from: `0x${string}`;
|
2034
|
+
gas?: `0x${string}` | undefined;
|
2035
|
+
nonce?: `0x${string}` | undefined;
|
2251
2036
|
to?: `0x${string}` | null | undefined;
|
2252
|
-
|
2253
|
-
|
2254
|
-
|
2255
|
-
|
2037
|
+
value?: `0x${string}` | undefined;
|
2038
|
+
gasPrice?: undefined;
|
2039
|
+
maxFeePerBlobGas?: undefined;
|
2040
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2041
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2256
2042
|
accessList?: import("../index.js").AccessList | undefined;
|
2257
|
-
blobs?:
|
2258
|
-
type?: "
|
2259
|
-
|
2260
|
-
|
2261
|
-
|
2262
|
-
}
|
2043
|
+
blobs?: undefined;
|
2044
|
+
type?: "0x7b" | undefined;
|
2045
|
+
feeCurrency?: `0x${string}` | undefined;
|
2046
|
+
gatewayFee?: undefined;
|
2047
|
+
gatewayFeeRecipient?: undefined;
|
2048
|
+
} | {
|
2263
2049
|
data?: `0x${string}` | undefined;
|
2264
2050
|
from: `0x${string}`;
|
2265
|
-
gas?:
|
2266
|
-
nonce?:
|
2267
|
-
value?:
|
2051
|
+
gas?: `0x${string}` | undefined;
|
2052
|
+
nonce?: `0x${string}` | undefined;
|
2053
|
+
value?: `0x${string}` | undefined;
|
2268
2054
|
to: `0x${string}` | null;
|
2269
2055
|
gasPrice?: undefined;
|
2270
|
-
maxFeePerGas?:
|
2271
|
-
maxPriorityFeePerGas?:
|
2272
|
-
maxFeePerBlobGas:
|
2056
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2057
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2058
|
+
maxFeePerBlobGas: `0x${string}`;
|
2273
2059
|
accessList?: import("../index.js").AccessList | undefined;
|
2274
2060
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2275
|
-
type?: "
|
2276
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2277
|
-
blobVersionedHashes?: undefined;
|
2278
|
-
sidecars?: undefined;
|
2279
|
-
} & {
|
2061
|
+
type?: "0x3" | undefined;
|
2280
2062
|
feeCurrency?: `0x${string}` | undefined;
|
2281
|
-
gatewayFee?:
|
2063
|
+
gatewayFee?: `0x${string}` | undefined;
|
2282
2064
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2283
|
-
}
|
2284
|
-
data?: `0x${string}` | undefined;
|
2285
|
-
from?: `0x${string}`;
|
2286
|
-
gas?: bigint | undefined;
|
2287
|
-
nonce?: number | undefined;
|
2288
|
-
value?: bigint | undefined;
|
2289
|
-
to?: `0x${string}` | null | undefined;
|
2290
|
-
gasPrice?: bigint | undefined;
|
2291
|
-
maxFeePerGas?: bigint | undefined;
|
2292
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2293
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2294
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2295
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2296
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2297
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2298
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2299
|
-
blobVersionedHashes?: undefined;
|
2300
|
-
} & {
|
2065
|
+
} | {
|
2301
2066
|
data?: `0x${string}` | undefined;
|
2302
2067
|
from: `0x${string}`;
|
2303
|
-
gas?:
|
2304
|
-
nonce?:
|
2305
|
-
value?:
|
2306
|
-
to: `0x${string}` | null;
|
2068
|
+
gas?: `0x${string}` | undefined;
|
2069
|
+
nonce?: `0x${string}` | undefined;
|
2070
|
+
value?: `0x${string}` | undefined;
|
2071
|
+
to: `0x${string}` | null | undefined;
|
2307
2072
|
gasPrice?: undefined;
|
2308
|
-
maxFeePerGas?:
|
2309
|
-
maxPriorityFeePerGas?:
|
2310
|
-
maxFeePerBlobGas:
|
2311
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2312
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2313
|
-
type?: "eip4844" | undefined;
|
2314
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2315
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2316
|
-
blobVersionedHashes?: undefined;
|
2317
|
-
} & {
|
2318
|
-
feeCurrency?: `0x${string}` | undefined;
|
2319
|
-
gatewayFee?: bigint | undefined;
|
2320
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2321
|
-
}) | ({
|
2322
|
-
data?: `0x${string}` | undefined;
|
2323
|
-
from?: `0x${string}`;
|
2324
|
-
gas?: bigint | undefined;
|
2325
|
-
nonce?: number | undefined;
|
2326
|
-
value?: bigint | undefined;
|
2327
|
-
to?: `0x${string}` | null | undefined;
|
2328
|
-
gasPrice?: bigint | undefined;
|
2329
|
-
maxFeePerGas?: bigint | undefined;
|
2330
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2331
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2332
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2333
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2334
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2335
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2336
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2337
|
-
blobVersionedHashes?: undefined;
|
2338
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2339
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2340
|
-
feeCurrency?: `0x${string}` | undefined;
|
2341
|
-
gatewayFee?: bigint | undefined;
|
2342
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2343
|
-
type?: "cip42" | undefined;
|
2344
|
-
}) | ({
|
2345
|
-
data?: `0x${string}` | undefined;
|
2346
|
-
from?: `0x${string}`;
|
2347
|
-
gas?: bigint | undefined;
|
2348
|
-
nonce?: number | undefined;
|
2349
|
-
value?: bigint | undefined;
|
2350
|
-
to?: `0x${string}` | null | undefined;
|
2351
|
-
gasPrice?: bigint | undefined;
|
2352
|
-
maxFeePerGas?: bigint | undefined;
|
2353
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2354
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2355
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2356
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2357
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2358
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2359
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2360
|
-
blobVersionedHashes?: undefined;
|
2361
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
2362
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2363
|
-
feeCurrency?: `0x${string}` | undefined;
|
2364
|
-
gatewayFee?: undefined;
|
2365
|
-
gatewayFeeRecipient?: undefined;
|
2366
|
-
type?: "cip64" | undefined;
|
2367
|
-
})) => ({
|
2368
|
-
data?: `0x${string}` | undefined;
|
2369
|
-
from: `0x${string}`;
|
2370
|
-
gas?: `0x${string}` | undefined;
|
2371
|
-
nonce?: `0x${string}` | undefined;
|
2372
|
-
to?: `0x${string}` | null | undefined;
|
2373
|
-
value?: `0x${string}` | undefined;
|
2374
|
-
gasPrice?: `0x${string}` | undefined;
|
2375
|
-
maxFeePerBlobGas?: undefined;
|
2376
|
-
maxFeePerGas?: undefined;
|
2377
|
-
maxPriorityFeePerGas?: undefined;
|
2378
|
-
accessList?: undefined;
|
2379
|
-
blobs?: undefined;
|
2380
|
-
type?: "0x0" | undefined;
|
2381
|
-
kzg?: undefined;
|
2382
|
-
blobVersionedHashes?: undefined;
|
2383
|
-
sidecars?: undefined;
|
2384
|
-
feeCurrency?: `0x${string}` | undefined;
|
2385
|
-
gatewayFee?: `0x${string}` | undefined;
|
2386
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2387
|
-
} | {
|
2388
|
-
data?: `0x${string}` | undefined;
|
2389
|
-
from: `0x${string}`;
|
2390
|
-
gas?: `0x${string}` | undefined;
|
2391
|
-
nonce?: `0x${string}` | undefined;
|
2392
|
-
to?: `0x${string}` | null | undefined;
|
2393
|
-
value?: `0x${string}` | undefined;
|
2394
|
-
gasPrice?: `0x${string}` | undefined;
|
2395
|
-
maxFeePerBlobGas?: undefined;
|
2396
|
-
maxFeePerGas?: undefined;
|
2397
|
-
maxPriorityFeePerGas?: undefined;
|
2398
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2399
|
-
blobs?: undefined;
|
2400
|
-
type?: "0x1" | undefined;
|
2401
|
-
kzg?: undefined;
|
2402
|
-
blobVersionedHashes?: undefined;
|
2403
|
-
sidecars?: undefined;
|
2404
|
-
feeCurrency?: `0x${string}` | undefined;
|
2405
|
-
gatewayFee?: `0x${string}` | undefined;
|
2406
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2407
|
-
} | {
|
2408
|
-
data?: `0x${string}` | undefined;
|
2409
|
-
from: `0x${string}`;
|
2410
|
-
gas?: `0x${string}` | undefined;
|
2411
|
-
nonce?: `0x${string}` | undefined;
|
2412
|
-
to?: `0x${string}` | null | undefined;
|
2413
|
-
value?: `0x${string}` | undefined;
|
2414
|
-
gasPrice?: undefined;
|
2415
|
-
maxFeePerBlobGas?: undefined;
|
2416
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2417
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2418
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2419
|
-
blobs?: undefined;
|
2420
|
-
type?: "0x2" | undefined;
|
2421
|
-
kzg?: undefined;
|
2422
|
-
blobVersionedHashes?: undefined;
|
2423
|
-
sidecars?: undefined;
|
2424
|
-
feeCurrency?: `0x${string}` | undefined;
|
2425
|
-
gatewayFee?: `0x${string}` | undefined;
|
2426
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2427
|
-
} | {
|
2428
|
-
data?: `0x${string}` | undefined;
|
2429
|
-
from: `0x${string}`;
|
2430
|
-
gas?: `0x${string}` | undefined;
|
2431
|
-
nonce?: `0x${string}` | undefined;
|
2432
|
-
to?: `0x${string}` | null | undefined;
|
2433
|
-
value?: `0x${string}` | undefined;
|
2434
|
-
gasPrice?: undefined;
|
2435
|
-
maxFeePerBlobGas?: undefined;
|
2436
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2437
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2438
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2439
|
-
blobs?: undefined;
|
2440
|
-
type?: "0x7c" | undefined;
|
2441
|
-
kzg?: undefined;
|
2442
|
-
blobVersionedHashes?: undefined;
|
2443
|
-
sidecars?: undefined;
|
2444
|
-
feeCurrency?: `0x${string}` | undefined;
|
2445
|
-
gatewayFee?: `0x${string}` | undefined;
|
2446
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2447
|
-
} | {
|
2448
|
-
data?: `0x${string}` | undefined;
|
2449
|
-
from: `0x${string}`;
|
2450
|
-
gas?: `0x${string}` | undefined;
|
2451
|
-
nonce?: `0x${string}` | undefined;
|
2452
|
-
to?: `0x${string}` | null | undefined;
|
2453
|
-
value?: `0x${string}` | undefined;
|
2454
|
-
gasPrice?: undefined;
|
2455
|
-
maxFeePerBlobGas?: undefined;
|
2456
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2457
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2458
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2459
|
-
blobs?: undefined;
|
2460
|
-
type?: "0x7b" | undefined;
|
2461
|
-
kzg?: undefined;
|
2462
|
-
blobVersionedHashes?: undefined;
|
2463
|
-
sidecars?: undefined;
|
2464
|
-
feeCurrency?: `0x${string}` | undefined;
|
2465
|
-
gatewayFee?: undefined;
|
2466
|
-
gatewayFeeRecipient?: undefined;
|
2467
|
-
} | {
|
2468
|
-
data?: `0x${string}` | undefined;
|
2469
|
-
from: `0x${string}`;
|
2470
|
-
gas?: `0x${string}` | undefined;
|
2471
|
-
nonce?: `0x${string}` | undefined;
|
2472
|
-
to?: `0x${string}` | null | undefined;
|
2473
|
-
value?: `0x${string}` | undefined;
|
2474
|
-
gasPrice?: `0x${string}` | undefined;
|
2475
|
-
maxFeePerBlobGas?: undefined;
|
2476
|
-
maxFeePerGas?: undefined;
|
2477
|
-
maxPriorityFeePerGas?: undefined;
|
2478
|
-
accessList?: undefined;
|
2479
|
-
blobs?: undefined;
|
2480
|
-
type?: "0x0" | undefined;
|
2481
|
-
kzg?: undefined;
|
2482
|
-
blobVersionedHashes?: undefined;
|
2483
|
-
sidecars?: undefined;
|
2484
|
-
feeCurrency?: `0x${string}` | undefined;
|
2485
|
-
gatewayFee?: `0x${string}` | undefined;
|
2486
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2487
|
-
} | {
|
2488
|
-
data?: `0x${string}` | undefined;
|
2489
|
-
from: `0x${string}`;
|
2490
|
-
gas?: `0x${string}` | undefined;
|
2491
|
-
nonce?: `0x${string}` | undefined;
|
2492
|
-
to?: `0x${string}` | null | undefined;
|
2493
|
-
value?: `0x${string}` | undefined;
|
2494
|
-
gasPrice?: `0x${string}` | undefined;
|
2495
|
-
maxFeePerBlobGas?: undefined;
|
2496
|
-
maxFeePerGas?: undefined;
|
2497
|
-
maxPriorityFeePerGas?: undefined;
|
2498
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2499
|
-
blobs?: undefined;
|
2500
|
-
type?: "0x1" | undefined;
|
2501
|
-
kzg?: undefined;
|
2502
|
-
blobVersionedHashes?: undefined;
|
2503
|
-
sidecars?: undefined;
|
2504
|
-
feeCurrency?: `0x${string}` | undefined;
|
2505
|
-
gatewayFee?: `0x${string}` | undefined;
|
2506
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2507
|
-
} | {
|
2508
|
-
data?: `0x${string}` | undefined;
|
2509
|
-
from: `0x${string}`;
|
2510
|
-
gas?: `0x${string}` | undefined;
|
2511
|
-
nonce?: `0x${string}` | undefined;
|
2512
|
-
to?: `0x${string}` | null | undefined;
|
2513
|
-
value?: `0x${string}` | undefined;
|
2514
|
-
gasPrice?: undefined;
|
2515
|
-
maxFeePerBlobGas?: undefined;
|
2516
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2517
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2518
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2519
|
-
blobs?: undefined;
|
2520
|
-
type?: "0x2" | undefined;
|
2521
|
-
kzg?: undefined;
|
2522
|
-
blobVersionedHashes?: undefined;
|
2523
|
-
sidecars?: undefined;
|
2524
|
-
feeCurrency?: `0x${string}` | undefined;
|
2525
|
-
gatewayFee?: `0x${string}` | undefined;
|
2526
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2527
|
-
} | {
|
2528
|
-
data?: `0x${string}` | undefined;
|
2529
|
-
from: `0x${string}`;
|
2530
|
-
gas?: `0x${string}` | undefined;
|
2531
|
-
nonce?: `0x${string}` | undefined;
|
2532
|
-
to?: `0x${string}` | null | undefined;
|
2533
|
-
value?: `0x${string}` | undefined;
|
2534
|
-
gasPrice?: undefined;
|
2535
|
-
maxFeePerBlobGas?: undefined;
|
2536
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2537
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2538
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2539
|
-
blobs?: undefined;
|
2540
|
-
type?: "0x7c" | undefined;
|
2541
|
-
kzg?: undefined;
|
2542
|
-
blobVersionedHashes?: undefined;
|
2543
|
-
sidecars?: undefined;
|
2544
|
-
feeCurrency?: `0x${string}` | undefined;
|
2545
|
-
gatewayFee?: `0x${string}` | undefined;
|
2546
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2547
|
-
} | {
|
2548
|
-
data?: `0x${string}` | undefined;
|
2549
|
-
from: `0x${string}`;
|
2550
|
-
gas?: `0x${string}` | undefined;
|
2551
|
-
nonce?: `0x${string}` | undefined;
|
2552
|
-
to?: `0x${string}` | null | undefined;
|
2553
|
-
value?: `0x${string}` | undefined;
|
2554
|
-
gasPrice?: undefined;
|
2555
|
-
maxFeePerBlobGas?: undefined;
|
2556
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2557
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2558
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2559
|
-
blobs?: undefined;
|
2560
|
-
type?: "0x7b" | undefined;
|
2561
|
-
kzg?: undefined;
|
2562
|
-
blobVersionedHashes?: undefined;
|
2563
|
-
sidecars?: undefined;
|
2564
|
-
feeCurrency?: `0x${string}` | undefined;
|
2565
|
-
gatewayFee?: undefined;
|
2566
|
-
gatewayFeeRecipient?: undefined;
|
2567
|
-
} | {
|
2568
|
-
data?: `0x${string}` | undefined;
|
2569
|
-
from: `0x${string}`;
|
2570
|
-
gas?: `0x${string}` | undefined;
|
2571
|
-
nonce?: `0x${string}` | undefined;
|
2572
|
-
to?: `0x${string}` | null | undefined;
|
2573
|
-
value?: `0x${string}` | undefined;
|
2574
|
-
gasPrice?: `0x${string}` | undefined;
|
2575
|
-
maxFeePerBlobGas?: undefined;
|
2576
|
-
maxFeePerGas?: undefined;
|
2577
|
-
maxPriorityFeePerGas?: undefined;
|
2578
|
-
accessList?: undefined;
|
2579
|
-
blobs?: undefined;
|
2580
|
-
type?: "0x0" | undefined;
|
2581
|
-
kzg?: undefined;
|
2582
|
-
blobVersionedHashes?: undefined;
|
2583
|
-
sidecars?: undefined;
|
2584
|
-
feeCurrency?: `0x${string}` | undefined;
|
2585
|
-
gatewayFee?: `0x${string}` | undefined;
|
2586
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2587
|
-
} | {
|
2588
|
-
data?: `0x${string}` | undefined;
|
2589
|
-
from: `0x${string}`;
|
2590
|
-
gas?: `0x${string}` | undefined;
|
2591
|
-
nonce?: `0x${string}` | undefined;
|
2592
|
-
to?: `0x${string}` | null | undefined;
|
2593
|
-
value?: `0x${string}` | undefined;
|
2594
|
-
gasPrice?: `0x${string}` | undefined;
|
2595
|
-
maxFeePerBlobGas?: undefined;
|
2596
|
-
maxFeePerGas?: undefined;
|
2597
|
-
maxPriorityFeePerGas?: undefined;
|
2598
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2599
|
-
blobs?: undefined;
|
2600
|
-
type?: "0x1" | undefined;
|
2601
|
-
kzg?: undefined;
|
2602
|
-
blobVersionedHashes?: undefined;
|
2603
|
-
sidecars?: undefined;
|
2604
|
-
feeCurrency?: `0x${string}` | undefined;
|
2605
|
-
gatewayFee?: `0x${string}` | undefined;
|
2606
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2607
|
-
} | {
|
2608
|
-
data?: `0x${string}` | undefined;
|
2609
|
-
from: `0x${string}`;
|
2610
|
-
gas?: `0x${string}` | undefined;
|
2611
|
-
nonce?: `0x${string}` | undefined;
|
2612
|
-
to?: `0x${string}` | null | undefined;
|
2613
|
-
value?: `0x${string}` | undefined;
|
2614
|
-
gasPrice?: undefined;
|
2615
|
-
maxFeePerBlobGas?: undefined;
|
2616
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2617
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2618
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2619
|
-
blobs?: undefined;
|
2620
|
-
type?: "0x2" | undefined;
|
2621
|
-
kzg?: undefined;
|
2622
|
-
blobVersionedHashes?: undefined;
|
2623
|
-
sidecars?: undefined;
|
2624
|
-
feeCurrency?: `0x${string}` | undefined;
|
2625
|
-
gatewayFee?: `0x${string}` | undefined;
|
2626
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2627
|
-
} | {
|
2628
|
-
data?: `0x${string}` | undefined;
|
2629
|
-
from: `0x${string}`;
|
2630
|
-
gas?: `0x${string}` | undefined;
|
2631
|
-
nonce?: `0x${string}` | undefined;
|
2632
|
-
to?: `0x${string}` | null | undefined;
|
2633
|
-
value?: `0x${string}` | undefined;
|
2634
|
-
gasPrice?: undefined;
|
2635
|
-
maxFeePerBlobGas?: undefined;
|
2636
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2637
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2638
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2639
|
-
blobs?: undefined;
|
2640
|
-
type?: "0x7c" | undefined;
|
2641
|
-
kzg?: undefined;
|
2642
|
-
blobVersionedHashes?: undefined;
|
2643
|
-
sidecars?: undefined;
|
2644
|
-
feeCurrency?: `0x${string}` | undefined;
|
2645
|
-
gatewayFee?: `0x${string}` | undefined;
|
2646
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2647
|
-
} | {
|
2648
|
-
data?: `0x${string}` | undefined;
|
2649
|
-
from: `0x${string}`;
|
2650
|
-
gas?: `0x${string}` | undefined;
|
2651
|
-
nonce?: `0x${string}` | undefined;
|
2652
|
-
to?: `0x${string}` | null | undefined;
|
2653
|
-
value?: `0x${string}` | undefined;
|
2654
|
-
gasPrice?: undefined;
|
2655
|
-
maxFeePerBlobGas?: undefined;
|
2656
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2657
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2658
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2659
|
-
blobs?: undefined;
|
2660
|
-
type?: "0x7b" | undefined;
|
2661
|
-
kzg?: undefined;
|
2662
|
-
blobVersionedHashes?: undefined;
|
2663
|
-
sidecars?: undefined;
|
2664
|
-
feeCurrency?: `0x${string}` | undefined;
|
2665
|
-
gatewayFee?: undefined;
|
2666
|
-
gatewayFeeRecipient?: undefined;
|
2667
|
-
} | {
|
2668
|
-
data?: `0x${string}` | undefined;
|
2669
|
-
from: `0x${string}`;
|
2670
|
-
gas?: `0x${string}` | undefined;
|
2671
|
-
nonce?: `0x${string}` | undefined;
|
2672
|
-
value?: `0x${string}` | undefined;
|
2673
|
-
to: `0x${string}` | null;
|
2674
|
-
gasPrice?: undefined;
|
2675
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2676
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2677
|
-
maxFeePerBlobGas: `0x${string}`;
|
2678
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2679
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2680
|
-
type?: "0x3" | undefined;
|
2681
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2682
|
-
blobVersionedHashes?: undefined;
|
2683
|
-
sidecars?: undefined;
|
2684
|
-
feeCurrency?: `0x${string}` | undefined;
|
2685
|
-
gatewayFee?: `0x${string}` | undefined;
|
2686
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2687
|
-
} | {
|
2688
|
-
data?: `0x${string}` | undefined;
|
2689
|
-
from: `0x${string}`;
|
2690
|
-
gas?: `0x${string}` | undefined;
|
2691
|
-
nonce?: `0x${string}` | undefined;
|
2692
|
-
value?: `0x${string}` | undefined;
|
2693
|
-
to: `0x${string}` | null | undefined;
|
2694
|
-
gasPrice?: undefined;
|
2695
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2696
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2697
|
-
maxFeePerBlobGas: undefined;
|
2698
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2699
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2700
|
-
type?: "0x7c" | undefined;
|
2701
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2702
|
-
blobVersionedHashes?: undefined;
|
2703
|
-
sidecars?: undefined;
|
2704
|
-
feeCurrency?: `0x${string}` | undefined;
|
2705
|
-
gatewayFee?: `0x${string}` | undefined;
|
2706
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2707
|
-
} | {
|
2708
|
-
data?: `0x${string}` | undefined;
|
2709
|
-
from: `0x${string}`;
|
2710
|
-
gas?: `0x${string}` | undefined;
|
2711
|
-
nonce?: `0x${string}` | undefined;
|
2712
|
-
value?: `0x${string}` | undefined;
|
2713
|
-
to: `0x${string}` | null | undefined;
|
2714
|
-
gasPrice?: undefined;
|
2715
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2716
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2717
|
-
maxFeePerBlobGas: undefined;
|
2718
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2719
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2720
|
-
type?: "0x7b" | undefined;
|
2721
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
2722
|
-
blobVersionedHashes?: undefined;
|
2723
|
-
sidecars?: undefined;
|
2724
|
-
feeCurrency?: `0x${string}` | undefined;
|
2725
|
-
gatewayFee?: undefined;
|
2726
|
-
gatewayFeeRecipient?: undefined;
|
2727
|
-
} | {
|
2728
|
-
data?: `0x${string}` | undefined;
|
2729
|
-
from: `0x${string}`;
|
2730
|
-
gas?: `0x${string}` | undefined;
|
2731
|
-
nonce?: `0x${string}` | undefined;
|
2732
|
-
value?: `0x${string}` | undefined;
|
2733
|
-
to: `0x${string}` | null;
|
2734
|
-
gasPrice?: undefined;
|
2735
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2736
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2737
|
-
maxFeePerBlobGas: `0x${string}`;
|
2738
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2739
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2740
|
-
type?: "0x3" | undefined;
|
2741
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2742
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2743
|
-
sidecars?: undefined;
|
2744
|
-
feeCurrency?: `0x${string}` | undefined;
|
2745
|
-
gatewayFee?: `0x${string}` | undefined;
|
2746
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2747
|
-
} | {
|
2748
|
-
data?: `0x${string}` | undefined;
|
2749
|
-
from: `0x${string}`;
|
2750
|
-
gas?: `0x${string}` | undefined;
|
2751
|
-
nonce?: `0x${string}` | undefined;
|
2752
|
-
value?: `0x${string}` | undefined;
|
2753
|
-
to: `0x${string}` | null | undefined;
|
2754
|
-
gasPrice?: undefined;
|
2755
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2756
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2757
|
-
maxFeePerBlobGas: undefined;
|
2758
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2759
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2760
|
-
type?: "0x7c" | undefined;
|
2761
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2762
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2763
|
-
sidecars?: undefined;
|
2764
|
-
feeCurrency?: `0x${string}` | undefined;
|
2765
|
-
gatewayFee?: `0x${string}` | undefined;
|
2766
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2767
|
-
} | {
|
2768
|
-
data?: `0x${string}` | undefined;
|
2769
|
-
from: `0x${string}`;
|
2770
|
-
gas?: `0x${string}` | undefined;
|
2771
|
-
nonce?: `0x${string}` | undefined;
|
2772
|
-
value?: `0x${string}` | undefined;
|
2773
|
-
to: `0x${string}` | null | undefined;
|
2774
|
-
gasPrice?: undefined;
|
2775
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2776
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2777
|
-
maxFeePerBlobGas: undefined;
|
2778
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2779
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2780
|
-
type?: "0x7b" | undefined;
|
2781
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2782
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2783
|
-
sidecars?: undefined;
|
2784
|
-
feeCurrency?: `0x${string}` | undefined;
|
2785
|
-
gatewayFee?: undefined;
|
2786
|
-
gatewayFeeRecipient?: undefined;
|
2787
|
-
} | {
|
2788
|
-
data?: `0x${string}` | undefined;
|
2789
|
-
from: `0x${string}`;
|
2790
|
-
gas?: `0x${string}` | undefined;
|
2791
|
-
nonce?: `0x${string}` | undefined;
|
2792
|
-
value?: `0x${string}` | undefined;
|
2793
|
-
to: `0x${string}` | null;
|
2794
|
-
gasPrice?: undefined;
|
2795
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2796
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2797
|
-
maxFeePerBlobGas: `0x${string}`;
|
2798
|
-
accessList?: import("../index.js").AccessList | undefined;
|
2799
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2800
|
-
type?: "0x3" | undefined;
|
2801
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2802
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2803
|
-
blobVersionedHashes?: undefined;
|
2804
|
-
feeCurrency?: `0x${string}` | undefined;
|
2805
|
-
gatewayFee?: `0x${string}` | undefined;
|
2806
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2807
|
-
} | {
|
2808
|
-
data?: `0x${string}` | undefined;
|
2809
|
-
from: `0x${string}`;
|
2810
|
-
gas?: `0x${string}` | undefined;
|
2811
|
-
nonce?: `0x${string}` | undefined;
|
2812
|
-
value?: `0x${string}` | undefined;
|
2813
|
-
to: `0x${string}` | null | undefined;
|
2814
|
-
gasPrice?: undefined;
|
2815
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2816
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2817
|
-
maxFeePerBlobGas: undefined;
|
2073
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2074
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2075
|
+
maxFeePerBlobGas: undefined;
|
2818
2076
|
accessList?: import("../index.js").AccessList | undefined;
|
2819
2077
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2820
2078
|
type?: "0x7c" | undefined;
|
2821
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2822
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2823
|
-
blobVersionedHashes?: undefined;
|
2824
2079
|
feeCurrency?: `0x${string}` | undefined;
|
2825
2080
|
gatewayFee?: `0x${string}` | undefined;
|
2826
2081
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2838,9 +2093,6 @@ export declare const chainConfig: {
|
|
2838
2093
|
accessList?: import("../index.js").AccessList | undefined;
|
2839
2094
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2840
2095
|
type?: "0x7b" | undefined;
|
2841
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
2842
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
2843
|
-
blobVersionedHashes?: undefined;
|
2844
2096
|
feeCurrency?: `0x${string}` | undefined;
|
2845
2097
|
gatewayFee?: undefined;
|
2846
2098
|
gatewayFeeRecipient?: undefined;
|
@@ -2912,7 +2164,6 @@ export declare const chainConfig: {
|
|
2912
2164
|
gas?: `0x${string}`;
|
2913
2165
|
nonce?: `0x${string}`;
|
2914
2166
|
value?: `0x${string}`;
|
2915
|
-
blobVersionedHashes?: undefined;
|
2916
2167
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2917
2168
|
accessList?: undefined;
|
2918
2169
|
blockHash?: `0x${string}` | null;
|
@@ -2920,6 +2171,7 @@ export declare const chainConfig: {
|
|
2920
2171
|
hash?: `0x${string}`;
|
2921
2172
|
input?: `0x${string}`;
|
2922
2173
|
transactionIndex?: `0x${string}` | null;
|
2174
|
+
blobVersionedHashes?: undefined;
|
2923
2175
|
chainId?: `0x${string}` | undefined;
|
2924
2176
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
2925
2177
|
r: `0x${string}`;
|
@@ -2963,7 +2215,6 @@ export declare const chainConfig: {
|
|
2963
2215
|
gas?: `0x${string}`;
|
2964
2216
|
nonce?: `0x${string}`;
|
2965
2217
|
value?: `0x${string}`;
|
2966
|
-
blobVersionedHashes?: undefined;
|
2967
2218
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2968
2219
|
accessList?: undefined;
|
2969
2220
|
blockHash?: `0x${string}` | null;
|
@@ -2971,6 +2222,7 @@ export declare const chainConfig: {
|
|
2971
2222
|
hash?: `0x${string}`;
|
2972
2223
|
input?: `0x${string}`;
|
2973
2224
|
transactionIndex?: `0x${string}` | null;
|
2225
|
+
blobVersionedHashes?: undefined;
|
2974
2226
|
chainId?: `0x${string}` | undefined;
|
2975
2227
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2976
2228
|
feeCurrency: `0x${string}` | null;
|
@@ -2991,7 +2243,6 @@ export declare const chainConfig: {
|
|
2991
2243
|
gas?: `0x${string}`;
|
2992
2244
|
nonce?: `0x${string}`;
|
2993
2245
|
value?: `0x${string}`;
|
2994
|
-
blobVersionedHashes?: undefined;
|
2995
2246
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2996
2247
|
accessList?: undefined;
|
2997
2248
|
blockHash?: `0x${string}` | null;
|
@@ -2999,6 +2250,7 @@ export declare const chainConfig: {
|
|
2999
2250
|
hash?: `0x${string}`;
|
3000
2251
|
input?: `0x${string}`;
|
3001
2252
|
transactionIndex?: `0x${string}` | null;
|
2253
|
+
blobVersionedHashes?: undefined;
|
3002
2254
|
chainId?: `0x${string}` | undefined;
|
3003
2255
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3004
2256
|
feeCurrency: `0x${string}` | null;
|
@@ -3019,7 +2271,6 @@ export declare const chainConfig: {
|
|
3019
2271
|
gas?: `0x${string}`;
|
3020
2272
|
nonce?: `0x${string}`;
|
3021
2273
|
value?: `0x${string}`;
|
3022
|
-
blobVersionedHashes?: undefined;
|
3023
2274
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3024
2275
|
accessList?: import("../index.js").AccessList | undefined;
|
3025
2276
|
blockHash?: `0x${string}` | null;
|
@@ -3027,6 +2278,7 @@ export declare const chainConfig: {
|
|
3027
2278
|
hash?: `0x${string}`;
|
3028
2279
|
input?: `0x${string}`;
|
3029
2280
|
transactionIndex?: `0x${string}` | null;
|
2281
|
+
blobVersionedHashes?: undefined;
|
3030
2282
|
chainId?: `0x${string}` | undefined;
|
3031
2283
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3032
2284
|
r: `0x${string}`;
|
@@ -3070,7 +2322,6 @@ export declare const chainConfig: {
|
|
3070
2322
|
gas?: `0x${string}`;
|
3071
2323
|
nonce?: `0x${string}`;
|
3072
2324
|
value?: `0x${string}`;
|
3073
|
-
blobVersionedHashes?: undefined;
|
3074
2325
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3075
2326
|
accessList?: import("../index.js").AccessList | undefined;
|
3076
2327
|
blockHash?: `0x${string}` | null;
|
@@ -3078,6 +2329,7 @@ export declare const chainConfig: {
|
|
3078
2329
|
hash?: `0x${string}`;
|
3079
2330
|
input?: `0x${string}`;
|
3080
2331
|
transactionIndex?: `0x${string}` | null;
|
2332
|
+
blobVersionedHashes?: undefined;
|
3081
2333
|
chainId?: `0x${string}` | undefined;
|
3082
2334
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3083
2335
|
blockHash: `0x${string}` | null;
|
@@ -3121,7 +2373,6 @@ export declare const chainConfig: {
|
|
3121
2373
|
gas?: `0x${string}`;
|
3122
2374
|
nonce?: `0x${string}`;
|
3123
2375
|
value?: `0x${string}`;
|
3124
|
-
blobVersionedHashes?: undefined;
|
3125
2376
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3126
2377
|
accessList?: import("../index.js").AccessList | undefined;
|
3127
2378
|
blockHash?: `0x${string}` | null;
|
@@ -3129,6 +2380,7 @@ export declare const chainConfig: {
|
|
3129
2380
|
hash?: `0x${string}`;
|
3130
2381
|
input?: `0x${string}`;
|
3131
2382
|
transactionIndex?: `0x${string}` | null;
|
2383
|
+
blobVersionedHashes?: undefined;
|
3132
2384
|
chainId?: `0x${string}` | undefined;
|
3133
2385
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3134
2386
|
blockHash: `0x${string}` | null;
|
@@ -3172,7 +2424,6 @@ export declare const chainConfig: {
|
|
3172
2424
|
gas?: `0x${string}`;
|
3173
2425
|
nonce?: `0x${string}`;
|
3174
2426
|
value?: `0x${string}`;
|
3175
|
-
blobVersionedHashes?: undefined;
|
3176
2427
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3177
2428
|
accessList?: import("../index.js").AccessList | undefined;
|
3178
2429
|
blockHash?: `0x${string}` | null;
|
@@ -3180,6 +2431,7 @@ export declare const chainConfig: {
|
|
3180
2431
|
hash?: `0x${string}`;
|
3181
2432
|
input?: `0x${string}`;
|
3182
2433
|
transactionIndex?: `0x${string}` | null;
|
2434
|
+
blobVersionedHashes?: undefined;
|
3183
2435
|
chainId?: `0x${string}` | undefined;
|
3184
2436
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3185
2437
|
feeCurrency: `0x${string}` | null;
|
@@ -3200,7 +2452,6 @@ export declare const chainConfig: {
|
|
3200
2452
|
gas?: `0x${string}`;
|
3201
2453
|
nonce?: `0x${string}`;
|
3202
2454
|
value?: `0x${string}`;
|
3203
|
-
blobVersionedHashes?: undefined;
|
3204
2455
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3205
2456
|
accessList?: import("../index.js").AccessList | undefined;
|
3206
2457
|
blockHash?: `0x${string}` | null;
|
@@ -3208,6 +2459,7 @@ export declare const chainConfig: {
|
|
3208
2459
|
hash?: `0x${string}`;
|
3209
2460
|
input?: `0x${string}`;
|
3210
2461
|
transactionIndex?: `0x${string}` | null;
|
2462
|
+
blobVersionedHashes?: undefined;
|
3211
2463
|
chainId?: `0x${string}` | undefined;
|
3212
2464
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3213
2465
|
feeCurrency: `0x${string}` | null;
|
@@ -3228,7 +2480,6 @@ export declare const chainConfig: {
|
|
3228
2480
|
gas?: `0x${string}`;
|
3229
2481
|
nonce?: `0x${string}`;
|
3230
2482
|
value?: `0x${string}`;
|
3231
|
-
blobVersionedHashes?: undefined;
|
3232
2483
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3233
2484
|
accessList?: import("../index.js").AccessList | undefined;
|
3234
2485
|
blockHash?: `0x${string}` | null;
|
@@ -3236,6 +2487,7 @@ export declare const chainConfig: {
|
|
3236
2487
|
hash?: `0x${string}`;
|
3237
2488
|
input?: `0x${string}`;
|
3238
2489
|
transactionIndex?: `0x${string}` | null;
|
2490
|
+
blobVersionedHashes?: undefined;
|
3239
2491
|
chainId?: `0x${string}` | undefined;
|
3240
2492
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3241
2493
|
r: `0x${string}`;
|
@@ -3279,7 +2531,6 @@ export declare const chainConfig: {
|
|
3279
2531
|
gas?: `0x${string}`;
|
3280
2532
|
nonce?: `0x${string}`;
|
3281
2533
|
value?: `0x${string}`;
|
3282
|
-
blobVersionedHashes?: undefined;
|
3283
2534
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3284
2535
|
accessList?: import("../index.js").AccessList | undefined;
|
3285
2536
|
blockHash?: `0x${string}` | null;
|
@@ -3287,6 +2538,7 @@ export declare const chainConfig: {
|
|
3287
2538
|
hash?: `0x${string}`;
|
3288
2539
|
input?: `0x${string}`;
|
3289
2540
|
transactionIndex?: `0x${string}` | null;
|
2541
|
+
blobVersionedHashes?: undefined;
|
3290
2542
|
chainId?: `0x${string}` | undefined;
|
3291
2543
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3292
2544
|
blockHash: `0x${string}` | null;
|
@@ -3330,7 +2582,6 @@ export declare const chainConfig: {
|
|
3330
2582
|
gas?: `0x${string}`;
|
3331
2583
|
nonce?: `0x${string}`;
|
3332
2584
|
value?: `0x${string}`;
|
3333
|
-
blobVersionedHashes?: undefined;
|
3334
2585
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3335
2586
|
accessList?: import("../index.js").AccessList | undefined;
|
3336
2587
|
blockHash?: `0x${string}` | null;
|
@@ -3338,6 +2589,7 @@ export declare const chainConfig: {
|
|
3338
2589
|
hash?: `0x${string}`;
|
3339
2590
|
input?: `0x${string}`;
|
3340
2591
|
transactionIndex?: `0x${string}` | null;
|
2592
|
+
blobVersionedHashes?: undefined;
|
3341
2593
|
chainId?: `0x${string}` | undefined;
|
3342
2594
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3343
2595
|
blockHash: `0x${string}` | null;
|
@@ -3381,7 +2633,6 @@ export declare const chainConfig: {
|
|
3381
2633
|
gas?: `0x${string}`;
|
3382
2634
|
nonce?: `0x${string}`;
|
3383
2635
|
value?: `0x${string}`;
|
3384
|
-
blobVersionedHashes?: undefined;
|
3385
2636
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3386
2637
|
accessList?: import("../index.js").AccessList | undefined;
|
3387
2638
|
blockHash?: `0x${string}` | null;
|
@@ -3389,6 +2640,7 @@ export declare const chainConfig: {
|
|
3389
2640
|
hash?: `0x${string}`;
|
3390
2641
|
input?: `0x${string}`;
|
3391
2642
|
transactionIndex?: `0x${string}` | null;
|
2643
|
+
blobVersionedHashes?: undefined;
|
3392
2644
|
chainId?: `0x${string}` | undefined;
|
3393
2645
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3394
2646
|
feeCurrency: `0x${string}` | null;
|
@@ -3409,7 +2661,6 @@ export declare const chainConfig: {
|
|
3409
2661
|
gas?: `0x${string}`;
|
3410
2662
|
nonce?: `0x${string}`;
|
3411
2663
|
value?: `0x${string}`;
|
3412
|
-
blobVersionedHashes?: undefined;
|
3413
2664
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3414
2665
|
accessList?: import("../index.js").AccessList | undefined;
|
3415
2666
|
blockHash?: `0x${string}` | null;
|
@@ -3417,6 +2668,7 @@ export declare const chainConfig: {
|
|
3417
2668
|
hash?: `0x${string}`;
|
3418
2669
|
input?: `0x${string}`;
|
3419
2670
|
transactionIndex?: `0x${string}` | null;
|
2671
|
+
blobVersionedHashes?: undefined;
|
3420
2672
|
chainId?: `0x${string}` | undefined;
|
3421
2673
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3422
2674
|
feeCurrency: `0x${string}` | null;
|
@@ -3437,7 +2689,6 @@ export declare const chainConfig: {
|
|
3437
2689
|
gas?: `0x${string}`;
|
3438
2690
|
nonce?: `0x${string}`;
|
3439
2691
|
value?: `0x${string}`;
|
3440
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3441
2692
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3442
2693
|
accessList?: import("../index.js").AccessList | undefined;
|
3443
2694
|
blockHash?: `0x${string}` | null;
|
@@ -3445,6 +2696,7 @@ export declare const chainConfig: {
|
|
3445
2696
|
hash?: `0x${string}`;
|
3446
2697
|
input?: `0x${string}`;
|
3447
2698
|
transactionIndex?: `0x${string}` | null;
|
2699
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3448
2700
|
chainId?: `0x${string}` | undefined;
|
3449
2701
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3450
2702
|
r: `0x${string}`;
|
@@ -3488,7 +2740,6 @@ export declare const chainConfig: {
|
|
3488
2740
|
gas?: `0x${string}`;
|
3489
2741
|
nonce?: `0x${string}`;
|
3490
2742
|
value?: `0x${string}`;
|
3491
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3492
2743
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3493
2744
|
accessList?: import("../index.js").AccessList | undefined;
|
3494
2745
|
blockHash?: `0x${string}` | null;
|
@@ -3496,6 +2747,7 @@ export declare const chainConfig: {
|
|
3496
2747
|
hash?: `0x${string}`;
|
3497
2748
|
input?: `0x${string}`;
|
3498
2749
|
transactionIndex?: `0x${string}` | null;
|
2750
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3499
2751
|
chainId?: `0x${string}` | undefined;
|
3500
2752
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3501
2753
|
blockHash: `0x${string}` | null;
|
@@ -3539,7 +2791,6 @@ export declare const chainConfig: {
|
|
3539
2791
|
gas?: `0x${string}`;
|
3540
2792
|
nonce?: `0x${string}`;
|
3541
2793
|
value?: `0x${string}`;
|
3542
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3543
2794
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3544
2795
|
accessList?: import("../index.js").AccessList | undefined;
|
3545
2796
|
blockHash?: `0x${string}` | null;
|
@@ -3547,6 +2798,7 @@ export declare const chainConfig: {
|
|
3547
2798
|
hash?: `0x${string}`;
|
3548
2799
|
input?: `0x${string}`;
|
3549
2800
|
transactionIndex?: `0x${string}` | null;
|
2801
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3550
2802
|
chainId?: `0x${string}` | undefined;
|
3551
2803
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3552
2804
|
blockHash: `0x${string}` | null;
|
@@ -3590,7 +2842,6 @@ export declare const chainConfig: {
|
|
3590
2842
|
gas?: `0x${string}`;
|
3591
2843
|
nonce?: `0x${string}`;
|
3592
2844
|
value?: `0x${string}`;
|
3593
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3594
2845
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3595
2846
|
accessList?: import("../index.js").AccessList | undefined;
|
3596
2847
|
blockHash?: `0x${string}` | null;
|
@@ -3598,6 +2849,7 @@ export declare const chainConfig: {
|
|
3598
2849
|
hash?: `0x${string}`;
|
3599
2850
|
input?: `0x${string}`;
|
3600
2851
|
transactionIndex?: `0x${string}` | null;
|
2852
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3601
2853
|
chainId?: `0x${string}` | undefined;
|
3602
2854
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3603
2855
|
blockHash: `0x${string}` | null;
|
@@ -3641,7 +2893,6 @@ export declare const chainConfig: {
|
|
3641
2893
|
gas?: `0x${string}`;
|
3642
2894
|
nonce?: `0x${string}`;
|
3643
2895
|
value?: `0x${string}`;
|
3644
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3645
2896
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3646
2897
|
accessList?: import("../index.js").AccessList | undefined;
|
3647
2898
|
blockHash?: `0x${string}` | null;
|
@@ -3649,6 +2900,7 @@ export declare const chainConfig: {
|
|
3649
2900
|
hash?: `0x${string}`;
|
3650
2901
|
input?: `0x${string}`;
|
3651
2902
|
transactionIndex?: `0x${string}` | null;
|
2903
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3652
2904
|
chainId?: `0x${string}` | undefined;
|
3653
2905
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3654
2906
|
feeCurrency: `0x${string}` | null;
|
@@ -3669,7 +2921,6 @@ export declare const chainConfig: {
|
|
3669
2921
|
gas?: `0x${string}`;
|
3670
2922
|
nonce?: `0x${string}`;
|
3671
2923
|
value?: `0x${string}`;
|
3672
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3673
2924
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3674
2925
|
accessList?: import("../index.js").AccessList | undefined;
|
3675
2926
|
blockHash?: `0x${string}` | null;
|
@@ -3677,6 +2928,7 @@ export declare const chainConfig: {
|
|
3677
2928
|
hash?: `0x${string}`;
|
3678
2929
|
input?: `0x${string}`;
|
3679
2930
|
transactionIndex?: `0x${string}` | null;
|
2931
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3680
2932
|
chainId?: `0x${string}` | undefined;
|
3681
2933
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3682
2934
|
feeCurrency: `0x${string}` | null;
|
@@ -3943,67 +3195,13 @@ export declare const chainConfig: {
|
|
3943
3195
|
value: bigint;
|
3944
3196
|
yParity: number;
|
3945
3197
|
gasPrice?: undefined;
|
3946
|
-
maxFeePerBlobGas?: undefined;
|
3947
|
-
maxFeePerGas: bigint;
|
3948
|
-
maxPriorityFeePerGas: bigint;
|
3949
|
-
accessList: import("../index.js").AccessList;
|
3950
|
-
blobVersionedHashes?: undefined;
|
3951
|
-
chainId: number;
|
3952
|
-
type: "cip42";
|
3953
|
-
feeCurrency: `0x${string}` | null;
|
3954
|
-
gatewayFee: bigint | null;
|
3955
|
-
gatewayFeeRecipient: `0x${string}` | null;
|
3956
|
-
} | {
|
3957
|
-
blockHash: `0x${string}` | null;
|
3958
|
-
blockNumber: bigint | null;
|
3959
|
-
from: `0x${string}`;
|
3960
|
-
gas: bigint;
|
3961
|
-
hash: `0x${string}`;
|
3962
|
-
input: `0x${string}`;
|
3963
|
-
nonce: number;
|
3964
|
-
r: `0x${string}`;
|
3965
|
-
s: `0x${string}`;
|
3966
|
-
to: `0x${string}` | null;
|
3967
|
-
transactionIndex: number | null;
|
3968
|
-
typeHex: `0x${string}` | null;
|
3969
|
-
v: bigint;
|
3970
|
-
value: bigint;
|
3971
|
-
yParity: number;
|
3972
|
-
gasPrice?: undefined;
|
3973
|
-
maxFeePerBlobGas?: undefined;
|
3974
|
-
maxFeePerGas: bigint;
|
3975
|
-
maxPriorityFeePerGas: bigint;
|
3976
|
-
accessList: import("../index.js").AccessList;
|
3977
|
-
blobVersionedHashes?: undefined;
|
3978
|
-
chainId: number;
|
3979
|
-
type: "cip64";
|
3980
|
-
feeCurrency: `0x${string}` | null;
|
3981
|
-
gatewayFee?: undefined;
|
3982
|
-
gatewayFeeRecipient?: undefined;
|
3983
|
-
} | {
|
3984
|
-
blockHash: `0x${string}` | null;
|
3985
|
-
blockNumber: bigint | null;
|
3986
|
-
from: `0x${string}`;
|
3987
|
-
gas: bigint;
|
3988
|
-
hash: `0x${string}`;
|
3989
|
-
input: `0x${string}`;
|
3990
|
-
nonce: number;
|
3991
|
-
r: `0x${string}`;
|
3992
|
-
s: `0x${string}`;
|
3993
|
-
to: `0x${string}` | null;
|
3994
|
-
transactionIndex: number | null;
|
3995
|
-
typeHex: `0x${string}` | null;
|
3996
|
-
v: bigint;
|
3997
|
-
value: bigint;
|
3998
|
-
yParity: number;
|
3999
|
-
gasPrice?: undefined;
|
4000
|
-
maxFeePerBlobGas: bigint;
|
3198
|
+
maxFeePerBlobGas?: undefined;
|
4001
3199
|
maxFeePerGas: bigint;
|
4002
3200
|
maxPriorityFeePerGas: bigint;
|
4003
3201
|
accessList: import("../index.js").AccessList;
|
4004
|
-
blobVersionedHashes
|
3202
|
+
blobVersionedHashes?: undefined;
|
4005
3203
|
chainId: number;
|
4006
|
-
type: "
|
3204
|
+
type: "cip42";
|
4007
3205
|
feeCurrency: `0x${string}` | null;
|
4008
3206
|
gatewayFee: bigint | null;
|
4009
3207
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -4024,16 +3222,16 @@ export declare const chainConfig: {
|
|
4024
3222
|
value: bigint;
|
4025
3223
|
yParity: number;
|
4026
3224
|
gasPrice?: undefined;
|
4027
|
-
maxFeePerBlobGas
|
3225
|
+
maxFeePerBlobGas?: undefined;
|
4028
3226
|
maxFeePerGas: bigint;
|
4029
3227
|
maxPriorityFeePerGas: bigint;
|
4030
3228
|
accessList: import("../index.js").AccessList;
|
4031
|
-
blobVersionedHashes
|
3229
|
+
blobVersionedHashes?: undefined;
|
4032
3230
|
chainId: number;
|
4033
|
-
type: "
|
3231
|
+
type: "cip64";
|
4034
3232
|
feeCurrency: `0x${string}` | null;
|
4035
|
-
gatewayFee
|
4036
|
-
gatewayFeeRecipient
|
3233
|
+
gatewayFee?: undefined;
|
3234
|
+
gatewayFeeRecipient?: undefined;
|
4037
3235
|
} | {
|
4038
3236
|
blockHash: `0x${string}` | null;
|
4039
3237
|
blockNumber: bigint | null;
|
@@ -4051,342 +3249,76 @@ export declare const chainConfig: {
|
|
4051
3249
|
value: bigint;
|
4052
3250
|
yParity: number;
|
4053
3251
|
gasPrice?: undefined;
|
4054
|
-
maxFeePerBlobGas:
|
3252
|
+
maxFeePerBlobGas: bigint;
|
4055
3253
|
maxFeePerGas: bigint;
|
4056
3254
|
maxPriorityFeePerGas: bigint;
|
4057
3255
|
accessList: import("../index.js").AccessList;
|
4058
3256
|
blobVersionedHashes: `0x${string}`[];
|
4059
3257
|
chainId: number;
|
4060
|
-
type: "
|
3258
|
+
type: "eip4844";
|
4061
3259
|
feeCurrency: `0x${string}` | null;
|
4062
|
-
gatewayFee
|
4063
|
-
gatewayFeeRecipient
|
4064
|
-
}
|
4065
|
-
|
4066
|
-
|
4067
|
-
readonly transactionRequest: {
|
4068
|
-
exclude: [] | undefined;
|
4069
|
-
format: (args: ({
|
4070
|
-
data?: `0x${string}` | undefined;
|
4071
|
-
from?: `0x${string}`;
|
4072
|
-
gas?: bigint | undefined;
|
4073
|
-
nonce?: number | undefined;
|
4074
|
-
to?: `0x${string}` | null | undefined;
|
4075
|
-
value?: bigint | undefined;
|
4076
|
-
gasPrice?: bigint | undefined;
|
4077
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4078
|
-
maxFeePerGas?: bigint | undefined;
|
4079
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4080
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4081
|
-
blobs?: undefined;
|
4082
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4083
|
-
kzg?: undefined;
|
4084
|
-
blobVersionedHashes?: undefined;
|
4085
|
-
sidecars?: undefined;
|
4086
|
-
} & {
|
4087
|
-
data?: `0x${string}` | undefined;
|
4088
|
-
from: `0x${string}`;
|
4089
|
-
gas?: bigint | undefined;
|
4090
|
-
nonce?: number | undefined;
|
4091
|
-
to?: `0x${string}` | null | undefined;
|
4092
|
-
value?: bigint | undefined;
|
4093
|
-
gasPrice?: bigint | undefined;
|
4094
|
-
maxFeePerBlobGas?: undefined;
|
4095
|
-
maxFeePerGas?: undefined;
|
4096
|
-
maxPriorityFeePerGas?: undefined;
|
4097
|
-
accessList?: undefined;
|
4098
|
-
blobs?: undefined;
|
4099
|
-
type?: "legacy" | undefined;
|
4100
|
-
kzg?: undefined;
|
4101
|
-
blobVersionedHashes?: undefined;
|
4102
|
-
sidecars?: undefined;
|
4103
|
-
} & {
|
4104
|
-
feeCurrency?: `0x${string}` | undefined;
|
4105
|
-
gatewayFee?: bigint | undefined;
|
4106
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4107
|
-
}) | ({
|
4108
|
-
data?: `0x${string}` | undefined;
|
4109
|
-
from?: `0x${string}`;
|
4110
|
-
gas?: bigint | undefined;
|
4111
|
-
nonce?: number | undefined;
|
4112
|
-
to?: `0x${string}` | null | undefined;
|
4113
|
-
value?: bigint | undefined;
|
4114
|
-
gasPrice?: bigint | undefined;
|
4115
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4116
|
-
maxFeePerGas?: bigint | undefined;
|
4117
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4118
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4119
|
-
blobs?: undefined;
|
4120
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4121
|
-
kzg?: undefined;
|
4122
|
-
blobVersionedHashes?: undefined;
|
4123
|
-
sidecars?: undefined;
|
4124
|
-
} & {
|
4125
|
-
data?: `0x${string}` | undefined;
|
4126
|
-
from: `0x${string}`;
|
4127
|
-
gas?: bigint | undefined;
|
4128
|
-
nonce?: number | undefined;
|
4129
|
-
to?: `0x${string}` | null | undefined;
|
4130
|
-
value?: bigint | undefined;
|
4131
|
-
gasPrice?: bigint | undefined;
|
4132
|
-
maxFeePerBlobGas?: undefined;
|
4133
|
-
maxFeePerGas?: undefined;
|
4134
|
-
maxPriorityFeePerGas?: undefined;
|
4135
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4136
|
-
blobs?: undefined;
|
4137
|
-
type?: "eip2930" | undefined;
|
4138
|
-
kzg?: undefined;
|
4139
|
-
blobVersionedHashes?: undefined;
|
4140
|
-
sidecars?: undefined;
|
4141
|
-
} & {
|
4142
|
-
feeCurrency?: `0x${string}` | undefined;
|
4143
|
-
gatewayFee?: bigint | undefined;
|
4144
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4145
|
-
}) | ({
|
4146
|
-
data?: `0x${string}` | undefined;
|
4147
|
-
from?: `0x${string}`;
|
4148
|
-
gas?: bigint | undefined;
|
4149
|
-
nonce?: number | undefined;
|
4150
|
-
to?: `0x${string}` | null | undefined;
|
4151
|
-
value?: bigint | undefined;
|
4152
|
-
gasPrice?: bigint | undefined;
|
4153
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4154
|
-
maxFeePerGas?: bigint | undefined;
|
4155
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4156
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4157
|
-
blobs?: undefined;
|
4158
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4159
|
-
kzg?: undefined;
|
4160
|
-
blobVersionedHashes?: undefined;
|
4161
|
-
sidecars?: undefined;
|
4162
|
-
} & {
|
4163
|
-
data?: `0x${string}` | undefined;
|
4164
|
-
from: `0x${string}`;
|
4165
|
-
gas?: bigint | undefined;
|
4166
|
-
nonce?: number | undefined;
|
4167
|
-
to?: `0x${string}` | null | undefined;
|
4168
|
-
value?: bigint | undefined;
|
4169
|
-
gasPrice?: undefined;
|
4170
|
-
maxFeePerBlobGas?: undefined;
|
4171
|
-
maxFeePerGas?: bigint | undefined;
|
4172
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4173
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4174
|
-
blobs?: undefined;
|
4175
|
-
type?: "eip1559" | undefined;
|
4176
|
-
kzg?: undefined;
|
4177
|
-
blobVersionedHashes?: undefined;
|
4178
|
-
sidecars?: undefined;
|
4179
|
-
} & {
|
4180
|
-
feeCurrency?: `0x${string}` | undefined;
|
4181
|
-
gatewayFee?: bigint | undefined;
|
4182
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4183
|
-
}) | ({
|
4184
|
-
data?: `0x${string}` | undefined;
|
4185
|
-
from?: `0x${string}`;
|
4186
|
-
gas?: bigint | undefined;
|
4187
|
-
nonce?: number | undefined;
|
4188
|
-
to?: `0x${string}` | null | undefined;
|
4189
|
-
value?: bigint | undefined;
|
4190
|
-
gasPrice?: bigint | undefined;
|
4191
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4192
|
-
maxFeePerGas?: bigint | undefined;
|
4193
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4194
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4195
|
-
blobs?: undefined;
|
4196
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4197
|
-
kzg?: undefined;
|
4198
|
-
blobVersionedHashes?: undefined;
|
4199
|
-
sidecars?: undefined;
|
4200
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4201
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4202
|
-
feeCurrency?: `0x${string}` | undefined;
|
4203
|
-
gatewayFee?: bigint | undefined;
|
4204
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4205
|
-
type?: "cip42" | undefined;
|
4206
|
-
}) | ({
|
4207
|
-
data?: `0x${string}` | undefined;
|
4208
|
-
from?: `0x${string}`;
|
4209
|
-
gas?: bigint | undefined;
|
4210
|
-
nonce?: number | undefined;
|
4211
|
-
to?: `0x${string}` | null | undefined;
|
4212
|
-
value?: bigint | undefined;
|
4213
|
-
gasPrice?: bigint | undefined;
|
4214
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4215
|
-
maxFeePerGas?: bigint | undefined;
|
4216
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4217
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4218
|
-
blobs?: undefined;
|
4219
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4220
|
-
kzg?: undefined;
|
4221
|
-
blobVersionedHashes?: undefined;
|
4222
|
-
sidecars?: undefined;
|
4223
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4224
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4225
|
-
feeCurrency?: `0x${string}` | undefined;
|
4226
|
-
gatewayFee?: undefined;
|
4227
|
-
gatewayFeeRecipient?: undefined;
|
4228
|
-
type?: "cip64" | undefined;
|
4229
|
-
}) | ({
|
4230
|
-
data?: `0x${string}` | undefined;
|
4231
|
-
from?: `0x${string}`;
|
4232
|
-
gas?: bigint | undefined;
|
4233
|
-
nonce?: number | undefined;
|
4234
|
-
to?: `0x${string}` | null | undefined;
|
4235
|
-
value?: bigint | undefined;
|
4236
|
-
gasPrice?: bigint | undefined;
|
4237
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4238
|
-
maxFeePerGas?: bigint | undefined;
|
4239
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4240
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4241
|
-
blobs?: undefined;
|
4242
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4243
|
-
kzg?: undefined;
|
4244
|
-
blobVersionedHashes?: undefined;
|
4245
|
-
sidecars?: undefined;
|
4246
|
-
} & {
|
4247
|
-
data?: `0x${string}` | undefined;
|
4248
|
-
from: `0x${string}`;
|
4249
|
-
gas?: bigint | undefined;
|
4250
|
-
nonce?: number | undefined;
|
4251
|
-
to?: `0x${string}` | null | undefined;
|
4252
|
-
value?: bigint | undefined;
|
4253
|
-
gasPrice?: bigint | undefined;
|
4254
|
-
maxFeePerBlobGas?: undefined;
|
4255
|
-
maxFeePerGas?: undefined;
|
4256
|
-
maxPriorityFeePerGas?: undefined;
|
4257
|
-
accessList?: undefined;
|
4258
|
-
blobs?: undefined;
|
4259
|
-
type?: "legacy" | undefined;
|
4260
|
-
kzg?: undefined;
|
4261
|
-
blobVersionedHashes?: undefined;
|
4262
|
-
sidecars?: undefined;
|
4263
|
-
} & {
|
4264
|
-
feeCurrency?: `0x${string}` | undefined;
|
4265
|
-
gatewayFee?: bigint | undefined;
|
4266
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4267
|
-
}) | ({
|
4268
|
-
data?: `0x${string}` | undefined;
|
4269
|
-
from?: `0x${string}`;
|
4270
|
-
gas?: bigint | undefined;
|
4271
|
-
nonce?: number | undefined;
|
4272
|
-
to?: `0x${string}` | null | undefined;
|
4273
|
-
value?: bigint | undefined;
|
4274
|
-
gasPrice?: bigint | undefined;
|
4275
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4276
|
-
maxFeePerGas?: bigint | undefined;
|
4277
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4278
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4279
|
-
blobs?: undefined;
|
4280
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4281
|
-
kzg?: undefined;
|
4282
|
-
blobVersionedHashes?: undefined;
|
4283
|
-
sidecars?: undefined;
|
4284
|
-
} & {
|
4285
|
-
data?: `0x${string}` | undefined;
|
4286
|
-
from: `0x${string}`;
|
4287
|
-
gas?: bigint | undefined;
|
4288
|
-
nonce?: number | undefined;
|
4289
|
-
to?: `0x${string}` | null | undefined;
|
4290
|
-
value?: bigint | undefined;
|
4291
|
-
gasPrice?: bigint | undefined;
|
4292
|
-
maxFeePerBlobGas?: undefined;
|
4293
|
-
maxFeePerGas?: undefined;
|
4294
|
-
maxPriorityFeePerGas?: undefined;
|
4295
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4296
|
-
blobs?: undefined;
|
4297
|
-
type?: "eip2930" | undefined;
|
4298
|
-
kzg?: undefined;
|
4299
|
-
blobVersionedHashes?: undefined;
|
4300
|
-
sidecars?: undefined;
|
4301
|
-
} & {
|
4302
|
-
feeCurrency?: `0x${string}` | undefined;
|
4303
|
-
gatewayFee?: bigint | undefined;
|
4304
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4305
|
-
}) | ({
|
4306
|
-
data?: `0x${string}` | undefined;
|
4307
|
-
from?: `0x${string}`;
|
4308
|
-
gas?: bigint | undefined;
|
4309
|
-
nonce?: number | undefined;
|
4310
|
-
to?: `0x${string}` | null | undefined;
|
4311
|
-
value?: bigint | undefined;
|
4312
|
-
gasPrice?: bigint | undefined;
|
4313
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4314
|
-
maxFeePerGas?: bigint | undefined;
|
4315
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4316
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4317
|
-
blobs?: undefined;
|
4318
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4319
|
-
kzg?: undefined;
|
4320
|
-
blobVersionedHashes?: undefined;
|
4321
|
-
sidecars?: undefined;
|
4322
|
-
} & {
|
4323
|
-
data?: `0x${string}` | undefined;
|
3260
|
+
gatewayFee: bigint | null;
|
3261
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
3262
|
+
} | {
|
3263
|
+
blockHash: `0x${string}` | null;
|
3264
|
+
blockNumber: bigint | null;
|
4324
3265
|
from: `0x${string}`;
|
4325
|
-
gas
|
4326
|
-
|
4327
|
-
|
4328
|
-
|
3266
|
+
gas: bigint;
|
3267
|
+
hash: `0x${string}`;
|
3268
|
+
input: `0x${string}`;
|
3269
|
+
nonce: number;
|
3270
|
+
r: `0x${string}`;
|
3271
|
+
s: `0x${string}`;
|
3272
|
+
to: `0x${string}` | null;
|
3273
|
+
transactionIndex: number | null;
|
3274
|
+
typeHex: `0x${string}` | null;
|
3275
|
+
v: bigint;
|
3276
|
+
value: bigint;
|
3277
|
+
yParity: number;
|
4329
3278
|
gasPrice?: undefined;
|
4330
|
-
maxFeePerBlobGas
|
4331
|
-
maxFeePerGas
|
4332
|
-
maxPriorityFeePerGas
|
4333
|
-
accessList
|
4334
|
-
|
4335
|
-
|
4336
|
-
|
4337
|
-
|
4338
|
-
|
4339
|
-
|
4340
|
-
|
4341
|
-
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
4345
|
-
|
4346
|
-
|
4347
|
-
nonce
|
4348
|
-
|
4349
|
-
|
4350
|
-
|
4351
|
-
|
4352
|
-
|
4353
|
-
|
4354
|
-
|
4355
|
-
|
4356
|
-
|
4357
|
-
|
4358
|
-
|
4359
|
-
|
4360
|
-
|
4361
|
-
|
4362
|
-
|
4363
|
-
|
4364
|
-
|
4365
|
-
type?: "cip42" | undefined;
|
4366
|
-
}) | ({
|
4367
|
-
data?: `0x${string}` | undefined;
|
4368
|
-
from?: `0x${string}`;
|
4369
|
-
gas?: bigint | undefined;
|
4370
|
-
nonce?: number | undefined;
|
4371
|
-
to?: `0x${string}` | null | undefined;
|
4372
|
-
value?: bigint | undefined;
|
4373
|
-
gasPrice?: bigint | undefined;
|
4374
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4375
|
-
maxFeePerGas?: bigint | undefined;
|
4376
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4377
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4378
|
-
blobs?: undefined;
|
4379
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4380
|
-
kzg?: undefined;
|
4381
|
-
blobVersionedHashes?: undefined;
|
4382
|
-
sidecars?: undefined;
|
4383
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4384
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4385
|
-
feeCurrency?: `0x${string}` | undefined;
|
3279
|
+
maxFeePerBlobGas: undefined;
|
3280
|
+
maxFeePerGas: bigint;
|
3281
|
+
maxPriorityFeePerGas: bigint;
|
3282
|
+
accessList: import("../index.js").AccessList;
|
3283
|
+
blobVersionedHashes: `0x${string}`[];
|
3284
|
+
chainId: number;
|
3285
|
+
type: "cip42";
|
3286
|
+
feeCurrency: `0x${string}` | null;
|
3287
|
+
gatewayFee: bigint | null;
|
3288
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
3289
|
+
} | {
|
3290
|
+
blockHash: `0x${string}` | null;
|
3291
|
+
blockNumber: bigint | null;
|
3292
|
+
from: `0x${string}`;
|
3293
|
+
gas: bigint;
|
3294
|
+
hash: `0x${string}`;
|
3295
|
+
input: `0x${string}`;
|
3296
|
+
nonce: number;
|
3297
|
+
r: `0x${string}`;
|
3298
|
+
s: `0x${string}`;
|
3299
|
+
to: `0x${string}` | null;
|
3300
|
+
transactionIndex: number | null;
|
3301
|
+
typeHex: `0x${string}` | null;
|
3302
|
+
v: bigint;
|
3303
|
+
value: bigint;
|
3304
|
+
yParity: number;
|
3305
|
+
gasPrice?: undefined;
|
3306
|
+
maxFeePerBlobGas: undefined;
|
3307
|
+
maxFeePerGas: bigint;
|
3308
|
+
maxPriorityFeePerGas: bigint;
|
3309
|
+
accessList: import("../index.js").AccessList;
|
3310
|
+
blobVersionedHashes: `0x${string}`[];
|
3311
|
+
chainId: number;
|
3312
|
+
type: "cip64";
|
3313
|
+
feeCurrency: `0x${string}` | null;
|
4386
3314
|
gatewayFee?: undefined;
|
4387
3315
|
gatewayFeeRecipient?: undefined;
|
4388
|
-
|
4389
|
-
|
3316
|
+
}) & {};
|
3317
|
+
type: "transaction";
|
3318
|
+
};
|
3319
|
+
readonly transactionRequest: {
|
3320
|
+
exclude: [] | undefined;
|
3321
|
+
format: (args: ({
|
4390
3322
|
data?: `0x${string}` | undefined;
|
4391
3323
|
from?: `0x${string}`;
|
4392
3324
|
gas?: bigint | undefined;
|
@@ -4400,9 +3332,6 @@ export declare const chainConfig: {
|
|
4400
3332
|
accessList?: import("../index.js").AccessList | undefined;
|
4401
3333
|
blobs?: undefined;
|
4402
3334
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4403
|
-
kzg?: undefined;
|
4404
|
-
blobVersionedHashes?: undefined;
|
4405
|
-
sidecars?: undefined;
|
4406
3335
|
} & {
|
4407
3336
|
data?: `0x${string}` | undefined;
|
4408
3337
|
from: `0x${string}`;
|
@@ -4417,9 +3346,6 @@ export declare const chainConfig: {
|
|
4417
3346
|
accessList?: undefined;
|
4418
3347
|
blobs?: undefined;
|
4419
3348
|
type?: "legacy" | undefined;
|
4420
|
-
kzg?: undefined;
|
4421
|
-
blobVersionedHashes?: undefined;
|
4422
|
-
sidecars?: undefined;
|
4423
3349
|
} & {
|
4424
3350
|
feeCurrency?: `0x${string}` | undefined;
|
4425
3351
|
gatewayFee?: bigint | undefined;
|
@@ -4438,9 +3364,6 @@ export declare const chainConfig: {
|
|
4438
3364
|
accessList?: import("../index.js").AccessList | undefined;
|
4439
3365
|
blobs?: undefined;
|
4440
3366
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4441
|
-
kzg?: undefined;
|
4442
|
-
blobVersionedHashes?: undefined;
|
4443
|
-
sidecars?: undefined;
|
4444
3367
|
} & {
|
4445
3368
|
data?: `0x${string}` | undefined;
|
4446
3369
|
from: `0x${string}`;
|
@@ -4455,9 +3378,6 @@ export declare const chainConfig: {
|
|
4455
3378
|
accessList?: import("../index.js").AccessList | undefined;
|
4456
3379
|
blobs?: undefined;
|
4457
3380
|
type?: "eip2930" | undefined;
|
4458
|
-
kzg?: undefined;
|
4459
|
-
blobVersionedHashes?: undefined;
|
4460
|
-
sidecars?: undefined;
|
4461
3381
|
} & {
|
4462
3382
|
feeCurrency?: `0x${string}` | undefined;
|
4463
3383
|
gatewayFee?: bigint | undefined;
|
@@ -4476,9 +3396,6 @@ export declare const chainConfig: {
|
|
4476
3396
|
accessList?: import("../index.js").AccessList | undefined;
|
4477
3397
|
blobs?: undefined;
|
4478
3398
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4479
|
-
kzg?: undefined;
|
4480
|
-
blobVersionedHashes?: undefined;
|
4481
|
-
sidecars?: undefined;
|
4482
3399
|
} & {
|
4483
3400
|
data?: `0x${string}` | undefined;
|
4484
3401
|
from: `0x${string}`;
|
@@ -4493,9 +3410,6 @@ export declare const chainConfig: {
|
|
4493
3410
|
accessList?: import("../index.js").AccessList | undefined;
|
4494
3411
|
blobs?: undefined;
|
4495
3412
|
type?: "eip1559" | undefined;
|
4496
|
-
kzg?: undefined;
|
4497
|
-
blobVersionedHashes?: undefined;
|
4498
|
-
sidecars?: undefined;
|
4499
3413
|
} & {
|
4500
3414
|
feeCurrency?: `0x${string}` | undefined;
|
4501
3415
|
gatewayFee?: bigint | undefined;
|
@@ -4514,9 +3428,6 @@ export declare const chainConfig: {
|
|
4514
3428
|
accessList?: import("../index.js").AccessList | undefined;
|
4515
3429
|
blobs?: undefined;
|
4516
3430
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4517
|
-
kzg?: undefined;
|
4518
|
-
blobVersionedHashes?: undefined;
|
4519
|
-
sidecars?: undefined;
|
4520
3431
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4521
3432
|
accessList?: import("../index.js").AccessList | undefined;
|
4522
3433
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4537,9 +3448,6 @@ export declare const chainConfig: {
|
|
4537
3448
|
accessList?: import("../index.js").AccessList | undefined;
|
4538
3449
|
blobs?: undefined;
|
4539
3450
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4540
|
-
kzg?: undefined;
|
4541
|
-
blobVersionedHashes?: undefined;
|
4542
|
-
sidecars?: undefined;
|
4543
3451
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4544
3452
|
accessList?: import("../index.js").AccessList | undefined;
|
4545
3453
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4551,18 +3459,15 @@ export declare const chainConfig: {
|
|
4551
3459
|
from?: `0x${string}`;
|
4552
3460
|
gas?: bigint | undefined;
|
4553
3461
|
nonce?: number | undefined;
|
4554
|
-
value?: bigint | undefined;
|
4555
3462
|
to?: `0x${string}` | null | undefined;
|
3463
|
+
value?: bigint | undefined;
|
4556
3464
|
gasPrice?: bigint | undefined;
|
3465
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4557
3466
|
maxFeePerGas?: bigint | undefined;
|
4558
3467
|
maxPriorityFeePerGas?: bigint | undefined;
|
4559
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4560
3468
|
accessList?: import("../index.js").AccessList | undefined;
|
4561
|
-
blobs?:
|
3469
|
+
blobs?: undefined;
|
4562
3470
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4563
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4564
|
-
blobVersionedHashes?: undefined;
|
4565
|
-
sidecars?: undefined;
|
4566
3471
|
} & {
|
4567
3472
|
data?: `0x${string}` | undefined;
|
4568
3473
|
from: `0x${string}`;
|
@@ -4577,9 +3482,6 @@ export declare const chainConfig: {
|
|
4577
3482
|
accessList?: undefined;
|
4578
3483
|
blobs?: undefined;
|
4579
3484
|
type?: "legacy" | undefined;
|
4580
|
-
kzg?: undefined;
|
4581
|
-
blobVersionedHashes?: undefined;
|
4582
|
-
sidecars?: undefined;
|
4583
3485
|
} & {
|
4584
3486
|
feeCurrency?: `0x${string}` | undefined;
|
4585
3487
|
gatewayFee?: bigint | undefined;
|
@@ -4589,18 +3491,15 @@ export declare const chainConfig: {
|
|
4589
3491
|
from?: `0x${string}`;
|
4590
3492
|
gas?: bigint | undefined;
|
4591
3493
|
nonce?: number | undefined;
|
4592
|
-
value?: bigint | undefined;
|
4593
3494
|
to?: `0x${string}` | null | undefined;
|
3495
|
+
value?: bigint | undefined;
|
4594
3496
|
gasPrice?: bigint | undefined;
|
3497
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4595
3498
|
maxFeePerGas?: bigint | undefined;
|
4596
3499
|
maxPriorityFeePerGas?: bigint | undefined;
|
4597
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4598
3500
|
accessList?: import("../index.js").AccessList | undefined;
|
4599
|
-
blobs?:
|
3501
|
+
blobs?: undefined;
|
4600
3502
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4601
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4602
|
-
blobVersionedHashes?: undefined;
|
4603
|
-
sidecars?: undefined;
|
4604
3503
|
} & {
|
4605
3504
|
data?: `0x${string}` | undefined;
|
4606
3505
|
from: `0x${string}`;
|
@@ -4615,9 +3514,6 @@ export declare const chainConfig: {
|
|
4615
3514
|
accessList?: import("../index.js").AccessList | undefined;
|
4616
3515
|
blobs?: undefined;
|
4617
3516
|
type?: "eip2930" | undefined;
|
4618
|
-
kzg?: undefined;
|
4619
|
-
blobVersionedHashes?: undefined;
|
4620
|
-
sidecars?: undefined;
|
4621
3517
|
} & {
|
4622
3518
|
feeCurrency?: `0x${string}` | undefined;
|
4623
3519
|
gatewayFee?: bigint | undefined;
|
@@ -4627,18 +3523,15 @@ export declare const chainConfig: {
|
|
4627
3523
|
from?: `0x${string}`;
|
4628
3524
|
gas?: bigint | undefined;
|
4629
3525
|
nonce?: number | undefined;
|
4630
|
-
value?: bigint | undefined;
|
4631
3526
|
to?: `0x${string}` | null | undefined;
|
3527
|
+
value?: bigint | undefined;
|
4632
3528
|
gasPrice?: bigint | undefined;
|
3529
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4633
3530
|
maxFeePerGas?: bigint | undefined;
|
4634
3531
|
maxPriorityFeePerGas?: bigint | undefined;
|
4635
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4636
3532
|
accessList?: import("../index.js").AccessList | undefined;
|
4637
|
-
blobs?:
|
3533
|
+
blobs?: undefined;
|
4638
3534
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4639
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4640
|
-
blobVersionedHashes?: undefined;
|
4641
|
-
sidecars?: undefined;
|
4642
3535
|
} & {
|
4643
3536
|
data?: `0x${string}` | undefined;
|
4644
3537
|
from: `0x${string}`;
|
@@ -4653,47 +3546,6 @@ export declare const chainConfig: {
|
|
4653
3546
|
accessList?: import("../index.js").AccessList | undefined;
|
4654
3547
|
blobs?: undefined;
|
4655
3548
|
type?: "eip1559" | undefined;
|
4656
|
-
kzg?: undefined;
|
4657
|
-
blobVersionedHashes?: undefined;
|
4658
|
-
sidecars?: undefined;
|
4659
|
-
} & {
|
4660
|
-
feeCurrency?: `0x${string}` | undefined;
|
4661
|
-
gatewayFee?: bigint | undefined;
|
4662
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4663
|
-
}) | ({
|
4664
|
-
data?: `0x${string}` | undefined;
|
4665
|
-
from?: `0x${string}`;
|
4666
|
-
gas?: bigint | undefined;
|
4667
|
-
nonce?: number | undefined;
|
4668
|
-
value?: bigint | undefined;
|
4669
|
-
to?: `0x${string}` | null | undefined;
|
4670
|
-
gasPrice?: bigint | undefined;
|
4671
|
-
maxFeePerGas?: bigint | undefined;
|
4672
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4673
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4674
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4675
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4676
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4677
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4678
|
-
blobVersionedHashes?: undefined;
|
4679
|
-
sidecars?: undefined;
|
4680
|
-
} & {
|
4681
|
-
data?: `0x${string}` | undefined;
|
4682
|
-
from: `0x${string}`;
|
4683
|
-
gas?: bigint | undefined;
|
4684
|
-
nonce?: number | undefined;
|
4685
|
-
value?: bigint | undefined;
|
4686
|
-
to: `0x${string}` | null;
|
4687
|
-
gasPrice?: undefined;
|
4688
|
-
maxFeePerGas?: bigint | undefined;
|
4689
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4690
|
-
maxFeePerBlobGas: bigint;
|
4691
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4692
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4693
|
-
type?: "eip4844" | undefined;
|
4694
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
4695
|
-
blobVersionedHashes?: undefined;
|
4696
|
-
sidecars?: undefined;
|
4697
3549
|
} & {
|
4698
3550
|
feeCurrency?: `0x${string}` | undefined;
|
4699
3551
|
gatewayFee?: bigint | undefined;
|
@@ -4703,140 +3555,55 @@ export declare const chainConfig: {
|
|
4703
3555
|
from?: `0x${string}`;
|
4704
3556
|
gas?: bigint | undefined;
|
4705
3557
|
nonce?: number | undefined;
|
4706
|
-
value?: bigint | undefined;
|
4707
3558
|
to?: `0x${string}` | null | undefined;
|
4708
|
-
gasPrice?: bigint | undefined;
|
4709
|
-
maxFeePerGas?: bigint | undefined;
|
4710
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4711
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4712
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4713
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4714
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4715
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4716
|
-
blobVersionedHashes?: undefined;
|
4717
|
-
sidecars?: undefined;
|
4718
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4719
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4720
|
-
feeCurrency?: `0x${string}` | undefined;
|
4721
|
-
gatewayFee?: bigint | undefined;
|
4722
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4723
|
-
type?: "cip42" | undefined;
|
4724
|
-
}) | ({
|
4725
|
-
data?: `0x${string}` | undefined;
|
4726
|
-
from?: `0x${string}`;
|
4727
|
-
gas?: bigint | undefined;
|
4728
|
-
nonce?: number | undefined;
|
4729
3559
|
value?: bigint | undefined;
|
4730
|
-
to?: `0x${string}` | null | undefined;
|
4731
3560
|
gasPrice?: bigint | undefined;
|
4732
|
-
maxFeePerGas?: bigint | undefined;
|
4733
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4734
3561
|
maxFeePerBlobGas?: bigint | undefined;
|
4735
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4736
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4737
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4738
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4739
|
-
blobVersionedHashes?: undefined;
|
4740
|
-
sidecars?: undefined;
|
4741
|
-
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4742
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4743
|
-
feeCurrency?: `0x${string}` | undefined;
|
4744
|
-
gatewayFee?: undefined;
|
4745
|
-
gatewayFeeRecipient?: undefined;
|
4746
|
-
type?: "cip64" | undefined;
|
4747
|
-
}) | ({
|
4748
|
-
data?: `0x${string}` | undefined;
|
4749
|
-
from?: `0x${string}`;
|
4750
|
-
gas?: bigint | undefined;
|
4751
|
-
nonce?: number | undefined;
|
4752
|
-
value?: bigint | undefined;
|
4753
|
-
to?: `0x${string}` | null | undefined;
|
4754
|
-
gasPrice?: bigint | undefined;
|
4755
3562
|
maxFeePerGas?: bigint | undefined;
|
4756
3563
|
maxPriorityFeePerGas?: bigint | undefined;
|
4757
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4758
3564
|
accessList?: import("../index.js").AccessList | undefined;
|
4759
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4760
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4761
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4762
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4763
|
-
sidecars?: undefined;
|
4764
|
-
} & {
|
4765
|
-
data?: `0x${string}` | undefined;
|
4766
|
-
from: `0x${string}`;
|
4767
|
-
gas?: bigint | undefined;
|
4768
|
-
nonce?: number | undefined;
|
4769
|
-
to?: `0x${string}` | null | undefined;
|
4770
|
-
value?: bigint | undefined;
|
4771
|
-
gasPrice?: bigint | undefined;
|
4772
|
-
maxFeePerBlobGas?: undefined;
|
4773
|
-
maxFeePerGas?: undefined;
|
4774
|
-
maxPriorityFeePerGas?: undefined;
|
4775
|
-
accessList?: undefined;
|
4776
3565
|
blobs?: undefined;
|
4777
|
-
type?: "legacy" | undefined;
|
4778
|
-
kzg?: undefined;
|
4779
|
-
blobVersionedHashes?: undefined;
|
4780
|
-
sidecars?: undefined;
|
4781
|
-
} & {
|
4782
|
-
feeCurrency?: `0x${string}` | undefined;
|
4783
|
-
gatewayFee?: bigint | undefined;
|
4784
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4785
|
-
}) | ({
|
4786
|
-
data?: `0x${string}` | undefined;
|
4787
|
-
from?: `0x${string}`;
|
4788
|
-
gas?: bigint | undefined;
|
4789
|
-
nonce?: number | undefined;
|
4790
|
-
value?: bigint | undefined;
|
4791
|
-
to?: `0x${string}` | null | undefined;
|
4792
|
-
gasPrice?: bigint | undefined;
|
4793
|
-
maxFeePerGas?: bigint | undefined;
|
4794
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4795
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4796
|
-
accessList?: import("../index.js").AccessList | undefined;
|
4797
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4798
3566
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4799
|
-
|
4800
|
-
|
4801
|
-
|
4802
|
-
|
3567
|
+
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
3568
|
+
accessList?: import("../index.js").AccessList | undefined;
|
3569
|
+
feeCurrency?: `0x${string}` | undefined;
|
3570
|
+
gatewayFee?: bigint | undefined;
|
3571
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
3572
|
+
type?: "cip42" | undefined;
|
3573
|
+
}) | ({
|
4803
3574
|
data?: `0x${string}` | undefined;
|
4804
|
-
from
|
3575
|
+
from?: `0x${string}`;
|
4805
3576
|
gas?: bigint | undefined;
|
4806
3577
|
nonce?: number | undefined;
|
4807
3578
|
to?: `0x${string}` | null | undefined;
|
4808
3579
|
value?: bigint | undefined;
|
4809
3580
|
gasPrice?: bigint | undefined;
|
4810
|
-
maxFeePerBlobGas?: undefined;
|
4811
|
-
maxFeePerGas?: undefined;
|
4812
|
-
maxPriorityFeePerGas?: undefined;
|
3581
|
+
maxFeePerBlobGas?: bigint | undefined;
|
3582
|
+
maxFeePerGas?: bigint | undefined;
|
3583
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
4813
3584
|
accessList?: import("../index.js").AccessList | undefined;
|
4814
3585
|
blobs?: undefined;
|
4815
|
-
type?: "eip2930" | undefined;
|
4816
|
-
|
4817
|
-
|
4818
|
-
sidecars?: undefined;
|
4819
|
-
} & {
|
3586
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
3587
|
+
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
3588
|
+
accessList?: import("../index.js").AccessList | undefined;
|
4820
3589
|
feeCurrency?: `0x${string}` | undefined;
|
4821
|
-
gatewayFee?:
|
4822
|
-
gatewayFeeRecipient?:
|
3590
|
+
gatewayFee?: undefined;
|
3591
|
+
gatewayFeeRecipient?: undefined;
|
3592
|
+
type?: "cip64" | undefined;
|
4823
3593
|
}) | ({
|
4824
3594
|
data?: `0x${string}` | undefined;
|
4825
3595
|
from?: `0x${string}`;
|
4826
3596
|
gas?: bigint | undefined;
|
4827
3597
|
nonce?: number | undefined;
|
4828
|
-
value?: bigint | undefined;
|
4829
3598
|
to?: `0x${string}` | null | undefined;
|
3599
|
+
value?: bigint | undefined;
|
4830
3600
|
gasPrice?: bigint | undefined;
|
3601
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4831
3602
|
maxFeePerGas?: bigint | undefined;
|
4832
3603
|
maxPriorityFeePerGas?: bigint | undefined;
|
4833
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4834
3604
|
accessList?: import("../index.js").AccessList | undefined;
|
4835
|
-
blobs?:
|
3605
|
+
blobs?: undefined;
|
4836
3606
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4837
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4838
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4839
|
-
sidecars?: undefined;
|
4840
3607
|
} & {
|
4841
3608
|
data?: `0x${string}` | undefined;
|
4842
3609
|
from: `0x${string}`;
|
@@ -4844,16 +3611,13 @@ export declare const chainConfig: {
|
|
4844
3611
|
nonce?: number | undefined;
|
4845
3612
|
to?: `0x${string}` | null | undefined;
|
4846
3613
|
value?: bigint | undefined;
|
4847
|
-
gasPrice?: undefined;
|
3614
|
+
gasPrice?: bigint | undefined;
|
4848
3615
|
maxFeePerBlobGas?: undefined;
|
4849
|
-
maxFeePerGas?:
|
4850
|
-
maxPriorityFeePerGas?:
|
4851
|
-
accessList?:
|
3616
|
+
maxFeePerGas?: undefined;
|
3617
|
+
maxPriorityFeePerGas?: undefined;
|
3618
|
+
accessList?: undefined;
|
4852
3619
|
blobs?: undefined;
|
4853
|
-
type?: "
|
4854
|
-
kzg?: undefined;
|
4855
|
-
blobVersionedHashes?: undefined;
|
4856
|
-
sidecars?: undefined;
|
3620
|
+
type?: "legacy" | undefined;
|
4857
3621
|
} & {
|
4858
3622
|
feeCurrency?: `0x${string}` | undefined;
|
4859
3623
|
gatewayFee?: bigint | undefined;
|
@@ -4863,35 +3627,29 @@ export declare const chainConfig: {
|
|
4863
3627
|
from?: `0x${string}`;
|
4864
3628
|
gas?: bigint | undefined;
|
4865
3629
|
nonce?: number | undefined;
|
4866
|
-
value?: bigint | undefined;
|
4867
3630
|
to?: `0x${string}` | null | undefined;
|
3631
|
+
value?: bigint | undefined;
|
4868
3632
|
gasPrice?: bigint | undefined;
|
3633
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4869
3634
|
maxFeePerGas?: bigint | undefined;
|
4870
3635
|
maxPriorityFeePerGas?: bigint | undefined;
|
4871
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4872
3636
|
accessList?: import("../index.js").AccessList | undefined;
|
4873
|
-
blobs?:
|
3637
|
+
blobs?: undefined;
|
4874
3638
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4875
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4876
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4877
|
-
sidecars?: undefined;
|
4878
3639
|
} & {
|
4879
3640
|
data?: `0x${string}` | undefined;
|
4880
3641
|
from: `0x${string}`;
|
4881
3642
|
gas?: bigint | undefined;
|
4882
3643
|
nonce?: number | undefined;
|
3644
|
+
to?: `0x${string}` | null | undefined;
|
4883
3645
|
value?: bigint | undefined;
|
4884
|
-
|
4885
|
-
|
4886
|
-
maxFeePerGas?:
|
4887
|
-
maxPriorityFeePerGas?:
|
4888
|
-
maxFeePerBlobGas: bigint;
|
3646
|
+
gasPrice?: bigint | undefined;
|
3647
|
+
maxFeePerBlobGas?: undefined;
|
3648
|
+
maxFeePerGas?: undefined;
|
3649
|
+
maxPriorityFeePerGas?: undefined;
|
4889
3650
|
accessList?: import("../index.js").AccessList | undefined;
|
4890
|
-
blobs
|
4891
|
-
type?: "
|
4892
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
4893
|
-
blobVersionedHashes?: undefined;
|
4894
|
-
sidecars?: undefined;
|
3651
|
+
blobs?: undefined;
|
3652
|
+
type?: "eip2930" | undefined;
|
4895
3653
|
} & {
|
4896
3654
|
feeCurrency?: `0x${string}` | undefined;
|
4897
3655
|
gatewayFee?: bigint | undefined;
|
@@ -4901,35 +3659,29 @@ export declare const chainConfig: {
|
|
4901
3659
|
from?: `0x${string}`;
|
4902
3660
|
gas?: bigint | undefined;
|
4903
3661
|
nonce?: number | undefined;
|
4904
|
-
value?: bigint | undefined;
|
4905
3662
|
to?: `0x${string}` | null | undefined;
|
3663
|
+
value?: bigint | undefined;
|
4906
3664
|
gasPrice?: bigint | undefined;
|
3665
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4907
3666
|
maxFeePerGas?: bigint | undefined;
|
4908
3667
|
maxPriorityFeePerGas?: bigint | undefined;
|
4909
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4910
3668
|
accessList?: import("../index.js").AccessList | undefined;
|
4911
|
-
blobs?:
|
3669
|
+
blobs?: undefined;
|
4912
3670
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4913
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4914
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4915
|
-
sidecars?: undefined;
|
4916
3671
|
} & {
|
4917
3672
|
data?: `0x${string}` | undefined;
|
4918
3673
|
from: `0x${string}`;
|
4919
3674
|
gas?: bigint | undefined;
|
4920
3675
|
nonce?: number | undefined;
|
3676
|
+
to?: `0x${string}` | null | undefined;
|
4921
3677
|
value?: bigint | undefined;
|
4922
|
-
to: `0x${string}` | null;
|
4923
3678
|
gasPrice?: undefined;
|
3679
|
+
maxFeePerBlobGas?: undefined;
|
4924
3680
|
maxFeePerGas?: bigint | undefined;
|
4925
3681
|
maxPriorityFeePerGas?: bigint | undefined;
|
4926
|
-
maxFeePerBlobGas: bigint;
|
4927
3682
|
accessList?: import("../index.js").AccessList | undefined;
|
4928
|
-
blobs
|
4929
|
-
type?: "
|
4930
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
4931
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4932
|
-
sidecars?: undefined;
|
3683
|
+
blobs?: undefined;
|
3684
|
+
type?: "eip1559" | undefined;
|
4933
3685
|
} & {
|
4934
3686
|
feeCurrency?: `0x${string}` | undefined;
|
4935
3687
|
gatewayFee?: bigint | undefined;
|
@@ -4939,18 +3691,15 @@ export declare const chainConfig: {
|
|
4939
3691
|
from?: `0x${string}`;
|
4940
3692
|
gas?: bigint | undefined;
|
4941
3693
|
nonce?: number | undefined;
|
4942
|
-
value?: bigint | undefined;
|
4943
3694
|
to?: `0x${string}` | null | undefined;
|
3695
|
+
value?: bigint | undefined;
|
4944
3696
|
gasPrice?: bigint | undefined;
|
3697
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4945
3698
|
maxFeePerGas?: bigint | undefined;
|
4946
3699
|
maxPriorityFeePerGas?: bigint | undefined;
|
4947
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4948
3700
|
accessList?: import("../index.js").AccessList | undefined;
|
4949
|
-
blobs?:
|
3701
|
+
blobs?: undefined;
|
4950
3702
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4951
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4952
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4953
|
-
sidecars?: undefined;
|
4954
3703
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4955
3704
|
accessList?: import("../index.js").AccessList | undefined;
|
4956
3705
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4962,18 +3711,15 @@ export declare const chainConfig: {
|
|
4962
3711
|
from?: `0x${string}`;
|
4963
3712
|
gas?: bigint | undefined;
|
4964
3713
|
nonce?: number | undefined;
|
4965
|
-
value?: bigint | undefined;
|
4966
3714
|
to?: `0x${string}` | null | undefined;
|
3715
|
+
value?: bigint | undefined;
|
4967
3716
|
gasPrice?: bigint | undefined;
|
3717
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4968
3718
|
maxFeePerGas?: bigint | undefined;
|
4969
3719
|
maxPriorityFeePerGas?: bigint | undefined;
|
4970
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4971
3720
|
accessList?: import("../index.js").AccessList | undefined;
|
4972
|
-
blobs?:
|
3721
|
+
blobs?: undefined;
|
4973
3722
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4974
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4975
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4976
|
-
sidecars?: undefined;
|
4977
3723
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
4978
3724
|
accessList?: import("../index.js").AccessList | undefined;
|
4979
3725
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4994,9 +3740,6 @@ export declare const chainConfig: {
|
|
4994
3740
|
accessList?: import("../index.js").AccessList | undefined;
|
4995
3741
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4996
3742
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4997
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
4998
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4999
|
-
blobVersionedHashes?: undefined;
|
5000
3743
|
} & {
|
5001
3744
|
data?: `0x${string}` | undefined;
|
5002
3745
|
from: `0x${string}`;
|
@@ -5011,9 +3754,6 @@ export declare const chainConfig: {
|
|
5011
3754
|
accessList?: undefined;
|
5012
3755
|
blobs?: undefined;
|
5013
3756
|
type?: "legacy" | undefined;
|
5014
|
-
kzg?: undefined;
|
5015
|
-
blobVersionedHashes?: undefined;
|
5016
|
-
sidecars?: undefined;
|
5017
3757
|
} & {
|
5018
3758
|
feeCurrency?: `0x${string}` | undefined;
|
5019
3759
|
gatewayFee?: bigint | undefined;
|
@@ -5032,9 +3772,6 @@ export declare const chainConfig: {
|
|
5032
3772
|
accessList?: import("../index.js").AccessList | undefined;
|
5033
3773
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5034
3774
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5035
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5036
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5037
|
-
blobVersionedHashes?: undefined;
|
5038
3775
|
} & {
|
5039
3776
|
data?: `0x${string}` | undefined;
|
5040
3777
|
from: `0x${string}`;
|
@@ -5049,9 +3786,6 @@ export declare const chainConfig: {
|
|
5049
3786
|
accessList?: import("../index.js").AccessList | undefined;
|
5050
3787
|
blobs?: undefined;
|
5051
3788
|
type?: "eip2930" | undefined;
|
5052
|
-
kzg?: undefined;
|
5053
|
-
blobVersionedHashes?: undefined;
|
5054
|
-
sidecars?: undefined;
|
5055
3789
|
} & {
|
5056
3790
|
feeCurrency?: `0x${string}` | undefined;
|
5057
3791
|
gatewayFee?: bigint | undefined;
|
@@ -5070,9 +3804,6 @@ export declare const chainConfig: {
|
|
5070
3804
|
accessList?: import("../index.js").AccessList | undefined;
|
5071
3805
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5072
3806
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5073
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5074
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5075
|
-
blobVersionedHashes?: undefined;
|
5076
3807
|
} & {
|
5077
3808
|
data?: `0x${string}` | undefined;
|
5078
3809
|
from: `0x${string}`;
|
@@ -5087,47 +3818,6 @@ export declare const chainConfig: {
|
|
5087
3818
|
accessList?: import("../index.js").AccessList | undefined;
|
5088
3819
|
blobs?: undefined;
|
5089
3820
|
type?: "eip1559" | undefined;
|
5090
|
-
kzg?: undefined;
|
5091
|
-
blobVersionedHashes?: undefined;
|
5092
|
-
sidecars?: undefined;
|
5093
|
-
} & {
|
5094
|
-
feeCurrency?: `0x${string}` | undefined;
|
5095
|
-
gatewayFee?: bigint | undefined;
|
5096
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5097
|
-
}) | ({
|
5098
|
-
data?: `0x${string}` | undefined;
|
5099
|
-
from?: `0x${string}`;
|
5100
|
-
gas?: bigint | undefined;
|
5101
|
-
nonce?: number | undefined;
|
5102
|
-
value?: bigint | undefined;
|
5103
|
-
to?: `0x${string}` | null | undefined;
|
5104
|
-
gasPrice?: bigint | undefined;
|
5105
|
-
maxFeePerGas?: bigint | undefined;
|
5106
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
5107
|
-
maxFeePerBlobGas?: bigint | undefined;
|
5108
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5109
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5110
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5111
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5112
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5113
|
-
blobVersionedHashes?: undefined;
|
5114
|
-
} & {
|
5115
|
-
data?: `0x${string}` | undefined;
|
5116
|
-
from: `0x${string}`;
|
5117
|
-
gas?: bigint | undefined;
|
5118
|
-
nonce?: number | undefined;
|
5119
|
-
value?: bigint | undefined;
|
5120
|
-
to: `0x${string}` | null;
|
5121
|
-
gasPrice?: undefined;
|
5122
|
-
maxFeePerGas?: bigint | undefined;
|
5123
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
5124
|
-
maxFeePerBlobGas: bigint;
|
5125
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5126
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5127
|
-
type?: "eip4844" | undefined;
|
5128
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
5129
|
-
blobVersionedHashes?: undefined;
|
5130
|
-
sidecars?: undefined;
|
5131
3821
|
} & {
|
5132
3822
|
feeCurrency?: `0x${string}` | undefined;
|
5133
3823
|
gatewayFee?: bigint | undefined;
|
@@ -5146,9 +3836,6 @@ export declare const chainConfig: {
|
|
5146
3836
|
accessList?: import("../index.js").AccessList | undefined;
|
5147
3837
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5148
3838
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5149
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5150
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5151
|
-
blobVersionedHashes?: undefined;
|
5152
3839
|
} & {
|
5153
3840
|
data?: `0x${string}` | undefined;
|
5154
3841
|
from: `0x${string}`;
|
@@ -5163,9 +3850,6 @@ export declare const chainConfig: {
|
|
5163
3850
|
accessList?: import("../index.js").AccessList | undefined;
|
5164
3851
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5165
3852
|
type?: "eip4844" | undefined;
|
5166
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5167
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
5168
|
-
blobVersionedHashes?: undefined;
|
5169
3853
|
} & {
|
5170
3854
|
feeCurrency?: `0x${string}` | undefined;
|
5171
3855
|
gatewayFee?: bigint | undefined;
|
@@ -5184,9 +3868,6 @@ export declare const chainConfig: {
|
|
5184
3868
|
accessList?: import("../index.js").AccessList | undefined;
|
5185
3869
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5186
3870
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5187
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5188
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5189
|
-
blobVersionedHashes?: undefined;
|
5190
3871
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
5191
3872
|
accessList?: import("../index.js").AccessList | undefined;
|
5192
3873
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -5207,9 +3888,6 @@ export declare const chainConfig: {
|
|
5207
3888
|
accessList?: import("../index.js").AccessList | undefined;
|
5208
3889
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5209
3890
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5210
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5211
|
-
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5212
|
-
blobVersionedHashes?: undefined;
|
5213
3891
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
5214
3892
|
accessList?: import("../index.js").AccessList | undefined;
|
5215
3893
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -5230,9 +3908,6 @@ export declare const chainConfig: {
|
|
5230
3908
|
accessList?: undefined;
|
5231
3909
|
blobs?: undefined;
|
5232
3910
|
type?: "0x0" | undefined;
|
5233
|
-
kzg?: undefined;
|
5234
|
-
blobVersionedHashes?: undefined;
|
5235
|
-
sidecars?: undefined;
|
5236
3911
|
feeCurrency?: `0x${string}` | undefined;
|
5237
3912
|
gatewayFee?: `0x${string}` | undefined;
|
5238
3913
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5250,9 +3925,6 @@ export declare const chainConfig: {
|
|
5250
3925
|
accessList?: import("../index.js").AccessList | undefined;
|
5251
3926
|
blobs?: undefined;
|
5252
3927
|
type?: "0x1" | undefined;
|
5253
|
-
kzg?: undefined;
|
5254
|
-
blobVersionedHashes?: undefined;
|
5255
|
-
sidecars?: undefined;
|
5256
3928
|
feeCurrency?: `0x${string}` | undefined;
|
5257
3929
|
gatewayFee?: `0x${string}` | undefined;
|
5258
3930
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5270,9 +3942,6 @@ export declare const chainConfig: {
|
|
5270
3942
|
accessList?: import("../index.js").AccessList | undefined;
|
5271
3943
|
blobs?: undefined;
|
5272
3944
|
type?: "0x2" | undefined;
|
5273
|
-
kzg?: undefined;
|
5274
|
-
blobVersionedHashes?: undefined;
|
5275
|
-
sidecars?: undefined;
|
5276
3945
|
feeCurrency?: `0x${string}` | undefined;
|
5277
3946
|
gatewayFee?: `0x${string}` | undefined;
|
5278
3947
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5290,9 +3959,6 @@ export declare const chainConfig: {
|
|
5290
3959
|
accessList?: import("../index.js").AccessList | undefined;
|
5291
3960
|
blobs?: undefined;
|
5292
3961
|
type?: "0x7c" | undefined;
|
5293
|
-
kzg?: undefined;
|
5294
|
-
blobVersionedHashes?: undefined;
|
5295
|
-
sidecars?: undefined;
|
5296
3962
|
feeCurrency?: `0x${string}` | undefined;
|
5297
3963
|
gatewayFee?: `0x${string}` | undefined;
|
5298
3964
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5310,9 +3976,6 @@ export declare const chainConfig: {
|
|
5310
3976
|
accessList?: import("../index.js").AccessList | undefined;
|
5311
3977
|
blobs?: undefined;
|
5312
3978
|
type?: "0x7b" | undefined;
|
5313
|
-
kzg?: undefined;
|
5314
|
-
blobVersionedHashes?: undefined;
|
5315
|
-
sidecars?: undefined;
|
5316
3979
|
feeCurrency?: `0x${string}` | undefined;
|
5317
3980
|
gatewayFee?: undefined;
|
5318
3981
|
gatewayFeeRecipient?: undefined;
|
@@ -5330,9 +3993,6 @@ export declare const chainConfig: {
|
|
5330
3993
|
accessList?: undefined;
|
5331
3994
|
blobs?: undefined;
|
5332
3995
|
type?: "0x0" | undefined;
|
5333
|
-
kzg?: undefined;
|
5334
|
-
blobVersionedHashes?: undefined;
|
5335
|
-
sidecars?: undefined;
|
5336
3996
|
feeCurrency?: `0x${string}` | undefined;
|
5337
3997
|
gatewayFee?: `0x${string}` | undefined;
|
5338
3998
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5350,9 +4010,6 @@ export declare const chainConfig: {
|
|
5350
4010
|
accessList?: import("../index.js").AccessList | undefined;
|
5351
4011
|
blobs?: undefined;
|
5352
4012
|
type?: "0x1" | undefined;
|
5353
|
-
kzg?: undefined;
|
5354
|
-
blobVersionedHashes?: undefined;
|
5355
|
-
sidecars?: undefined;
|
5356
4013
|
feeCurrency?: `0x${string}` | undefined;
|
5357
4014
|
gatewayFee?: `0x${string}` | undefined;
|
5358
4015
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5370,9 +4027,6 @@ export declare const chainConfig: {
|
|
5370
4027
|
accessList?: import("../index.js").AccessList | undefined;
|
5371
4028
|
blobs?: undefined;
|
5372
4029
|
type?: "0x2" | undefined;
|
5373
|
-
kzg?: undefined;
|
5374
|
-
blobVersionedHashes?: undefined;
|
5375
|
-
sidecars?: undefined;
|
5376
4030
|
feeCurrency?: `0x${string}` | undefined;
|
5377
4031
|
gatewayFee?: `0x${string}` | undefined;
|
5378
4032
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5390,9 +4044,6 @@ export declare const chainConfig: {
|
|
5390
4044
|
accessList?: import("../index.js").AccessList | undefined;
|
5391
4045
|
blobs?: undefined;
|
5392
4046
|
type?: "0x7c" | undefined;
|
5393
|
-
kzg?: undefined;
|
5394
|
-
blobVersionedHashes?: undefined;
|
5395
|
-
sidecars?: undefined;
|
5396
4047
|
feeCurrency?: `0x${string}` | undefined;
|
5397
4048
|
gatewayFee?: `0x${string}` | undefined;
|
5398
4049
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5410,9 +4061,6 @@ export declare const chainConfig: {
|
|
5410
4061
|
accessList?: import("../index.js").AccessList | undefined;
|
5411
4062
|
blobs?: undefined;
|
5412
4063
|
type?: "0x7b" | undefined;
|
5413
|
-
kzg?: undefined;
|
5414
|
-
blobVersionedHashes?: undefined;
|
5415
|
-
sidecars?: undefined;
|
5416
4064
|
feeCurrency?: `0x${string}` | undefined;
|
5417
4065
|
gatewayFee?: undefined;
|
5418
4066
|
gatewayFeeRecipient?: undefined;
|
@@ -5430,9 +4078,6 @@ export declare const chainConfig: {
|
|
5430
4078
|
accessList?: undefined;
|
5431
4079
|
blobs?: undefined;
|
5432
4080
|
type?: "0x0" | undefined;
|
5433
|
-
kzg?: undefined;
|
5434
|
-
blobVersionedHashes?: undefined;
|
5435
|
-
sidecars?: undefined;
|
5436
4081
|
feeCurrency?: `0x${string}` | undefined;
|
5437
4082
|
gatewayFee?: `0x${string}` | undefined;
|
5438
4083
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5450,9 +4095,6 @@ export declare const chainConfig: {
|
|
5450
4095
|
accessList?: import("../index.js").AccessList | undefined;
|
5451
4096
|
blobs?: undefined;
|
5452
4097
|
type?: "0x1" | undefined;
|
5453
|
-
kzg?: undefined;
|
5454
|
-
blobVersionedHashes?: undefined;
|
5455
|
-
sidecars?: undefined;
|
5456
4098
|
feeCurrency?: `0x${string}` | undefined;
|
5457
4099
|
gatewayFee?: `0x${string}` | undefined;
|
5458
4100
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5470,9 +4112,6 @@ export declare const chainConfig: {
|
|
5470
4112
|
accessList?: import("../index.js").AccessList | undefined;
|
5471
4113
|
blobs?: undefined;
|
5472
4114
|
type?: "0x2" | undefined;
|
5473
|
-
kzg?: undefined;
|
5474
|
-
blobVersionedHashes?: undefined;
|
5475
|
-
sidecars?: undefined;
|
5476
4115
|
feeCurrency?: `0x${string}` | undefined;
|
5477
4116
|
gatewayFee?: `0x${string}` | undefined;
|
5478
4117
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5490,9 +4129,6 @@ export declare const chainConfig: {
|
|
5490
4129
|
accessList?: import("../index.js").AccessList | undefined;
|
5491
4130
|
blobs?: undefined;
|
5492
4131
|
type?: "0x7c" | undefined;
|
5493
|
-
kzg?: undefined;
|
5494
|
-
blobVersionedHashes?: undefined;
|
5495
|
-
sidecars?: undefined;
|
5496
4132
|
feeCurrency?: `0x${string}` | undefined;
|
5497
4133
|
gatewayFee?: `0x${string}` | undefined;
|
5498
4134
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5510,129 +4146,6 @@ export declare const chainConfig: {
|
|
5510
4146
|
accessList?: import("../index.js").AccessList | undefined;
|
5511
4147
|
blobs?: undefined;
|
5512
4148
|
type?: "0x7b" | undefined;
|
5513
|
-
kzg?: undefined;
|
5514
|
-
blobVersionedHashes?: undefined;
|
5515
|
-
sidecars?: undefined;
|
5516
|
-
feeCurrency?: `0x${string}` | undefined;
|
5517
|
-
gatewayFee?: undefined;
|
5518
|
-
gatewayFeeRecipient?: undefined;
|
5519
|
-
} | {
|
5520
|
-
data?: `0x${string}` | undefined;
|
5521
|
-
from: `0x${string}`;
|
5522
|
-
gas?: `0x${string}` | undefined;
|
5523
|
-
nonce?: `0x${string}` | undefined;
|
5524
|
-
value?: `0x${string}` | undefined;
|
5525
|
-
to: `0x${string}` | null;
|
5526
|
-
gasPrice?: undefined;
|
5527
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5528
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5529
|
-
maxFeePerBlobGas: `0x${string}`;
|
5530
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5531
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5532
|
-
type?: "0x3" | undefined;
|
5533
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
5534
|
-
blobVersionedHashes?: undefined;
|
5535
|
-
sidecars?: undefined;
|
5536
|
-
feeCurrency?: `0x${string}` | undefined;
|
5537
|
-
gatewayFee?: `0x${string}` | undefined;
|
5538
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5539
|
-
} | {
|
5540
|
-
data?: `0x${string}` | undefined;
|
5541
|
-
from: `0x${string}`;
|
5542
|
-
gas?: `0x${string}` | undefined;
|
5543
|
-
nonce?: `0x${string}` | undefined;
|
5544
|
-
value?: `0x${string}` | undefined;
|
5545
|
-
to: `0x${string}` | null | undefined;
|
5546
|
-
gasPrice?: undefined;
|
5547
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5548
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5549
|
-
maxFeePerBlobGas: undefined;
|
5550
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5551
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5552
|
-
type?: "0x7c" | undefined;
|
5553
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
5554
|
-
blobVersionedHashes?: undefined;
|
5555
|
-
sidecars?: undefined;
|
5556
|
-
feeCurrency?: `0x${string}` | undefined;
|
5557
|
-
gatewayFee?: `0x${string}` | undefined;
|
5558
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5559
|
-
} | {
|
5560
|
-
data?: `0x${string}` | undefined;
|
5561
|
-
from: `0x${string}`;
|
5562
|
-
gas?: `0x${string}` | undefined;
|
5563
|
-
nonce?: `0x${string}` | undefined;
|
5564
|
-
value?: `0x${string}` | undefined;
|
5565
|
-
to: `0x${string}` | null | undefined;
|
5566
|
-
gasPrice?: undefined;
|
5567
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5568
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5569
|
-
maxFeePerBlobGas: undefined;
|
5570
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5571
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5572
|
-
type?: "0x7b" | undefined;
|
5573
|
-
kzg: import("../types/kzg.js").Kzg | undefined;
|
5574
|
-
blobVersionedHashes?: undefined;
|
5575
|
-
sidecars?: undefined;
|
5576
|
-
feeCurrency?: `0x${string}` | undefined;
|
5577
|
-
gatewayFee?: undefined;
|
5578
|
-
gatewayFeeRecipient?: undefined;
|
5579
|
-
} | {
|
5580
|
-
data?: `0x${string}` | undefined;
|
5581
|
-
from: `0x${string}`;
|
5582
|
-
gas?: `0x${string}` | undefined;
|
5583
|
-
nonce?: `0x${string}` | undefined;
|
5584
|
-
value?: `0x${string}` | undefined;
|
5585
|
-
to: `0x${string}` | null;
|
5586
|
-
gasPrice?: undefined;
|
5587
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5588
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5589
|
-
maxFeePerBlobGas: `0x${string}`;
|
5590
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5591
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5592
|
-
type?: "0x3" | undefined;
|
5593
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5594
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5595
|
-
sidecars?: undefined;
|
5596
|
-
feeCurrency?: `0x${string}` | undefined;
|
5597
|
-
gatewayFee?: `0x${string}` | undefined;
|
5598
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5599
|
-
} | {
|
5600
|
-
data?: `0x${string}` | undefined;
|
5601
|
-
from: `0x${string}`;
|
5602
|
-
gas?: `0x${string}` | undefined;
|
5603
|
-
nonce?: `0x${string}` | undefined;
|
5604
|
-
value?: `0x${string}` | undefined;
|
5605
|
-
to: `0x${string}` | null | undefined;
|
5606
|
-
gasPrice?: undefined;
|
5607
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5608
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5609
|
-
maxFeePerBlobGas: undefined;
|
5610
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5611
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5612
|
-
type?: "0x7c" | undefined;
|
5613
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5614
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5615
|
-
sidecars?: undefined;
|
5616
|
-
feeCurrency?: `0x${string}` | undefined;
|
5617
|
-
gatewayFee?: `0x${string}` | undefined;
|
5618
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5619
|
-
} | {
|
5620
|
-
data?: `0x${string}` | undefined;
|
5621
|
-
from: `0x${string}`;
|
5622
|
-
gas?: `0x${string}` | undefined;
|
5623
|
-
nonce?: `0x${string}` | undefined;
|
5624
|
-
value?: `0x${string}` | undefined;
|
5625
|
-
to: `0x${string}` | null | undefined;
|
5626
|
-
gasPrice?: undefined;
|
5627
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5628
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5629
|
-
maxFeePerBlobGas: undefined;
|
5630
|
-
accessList?: import("../index.js").AccessList | undefined;
|
5631
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5632
|
-
type?: "0x7b" | undefined;
|
5633
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5634
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5635
|
-
sidecars?: undefined;
|
5636
4149
|
feeCurrency?: `0x${string}` | undefined;
|
5637
4150
|
gatewayFee?: undefined;
|
5638
4151
|
gatewayFeeRecipient?: undefined;
|
@@ -5650,9 +4163,6 @@ export declare const chainConfig: {
|
|
5650
4163
|
accessList?: import("../index.js").AccessList | undefined;
|
5651
4164
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5652
4165
|
type?: "0x3" | undefined;
|
5653
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5654
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
5655
|
-
blobVersionedHashes?: undefined;
|
5656
4166
|
feeCurrency?: `0x${string}` | undefined;
|
5657
4167
|
gatewayFee?: `0x${string}` | undefined;
|
5658
4168
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5670,9 +4180,6 @@ export declare const chainConfig: {
|
|
5670
4180
|
accessList?: import("../index.js").AccessList | undefined;
|
5671
4181
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5672
4182
|
type?: "0x7c" | undefined;
|
5673
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5674
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
5675
|
-
blobVersionedHashes?: undefined;
|
5676
4183
|
feeCurrency?: `0x${string}` | undefined;
|
5677
4184
|
gatewayFee?: `0x${string}` | undefined;
|
5678
4185
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5690,9 +4197,6 @@ export declare const chainConfig: {
|
|
5690
4197
|
accessList?: import("../index.js").AccessList | undefined;
|
5691
4198
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5692
4199
|
type?: "0x7b" | undefined;
|
5693
|
-
kzg?: import("../types/kzg.js").Kzg | undefined;
|
5694
|
-
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
5695
|
-
blobVersionedHashes?: undefined;
|
5696
4200
|
feeCurrency?: `0x${string}` | undefined;
|
5697
4201
|
gatewayFee?: undefined;
|
5698
4202
|
gatewayFeeRecipient?: undefined;
|