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
@@ -88,7 +88,6 @@ export declare const celo: {
|
|
88
88
|
gas?: `0x${string}`;
|
89
89
|
nonce?: `0x${string}`;
|
90
90
|
value?: `0x${string}`;
|
91
|
-
blobVersionedHashes?: undefined;
|
92
91
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
93
92
|
accessList?: undefined;
|
94
93
|
blockHash?: `0x${string}` | null;
|
@@ -96,6 +95,7 @@ export declare const celo: {
|
|
96
95
|
hash?: `0x${string}`;
|
97
96
|
input?: `0x${string}`;
|
98
97
|
transactionIndex?: `0x${string}` | null;
|
98
|
+
blobVersionedHashes?: undefined;
|
99
99
|
chainId?: `0x${string}` | undefined;
|
100
100
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
101
101
|
r: `0x${string}`;
|
@@ -139,7 +139,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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?: undefined;
|
173
172
|
blockHash?: `0x${string}` | null;
|
@@ -175,6 +174,7 @@ export declare const celo: {
|
|
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
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
180
180
|
feeCurrency: `0x${string}` | null;
|
@@ -195,7 +195,6 @@ export declare const celo: {
|
|
195
195
|
gas?: `0x${string}`;
|
196
196
|
nonce?: `0x${string}`;
|
197
197
|
value?: `0x${string}`;
|
198
|
-
blobVersionedHashes?: undefined;
|
199
198
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
200
199
|
accessList?: import("../../index.js").AccessList | undefined;
|
201
200
|
blockHash?: `0x${string}` | null;
|
@@ -203,6 +202,7 @@ export declare const celo: {
|
|
203
202
|
hash?: `0x${string}`;
|
204
203
|
input?: `0x${string}`;
|
205
204
|
transactionIndex?: `0x${string}` | null;
|
205
|
+
blobVersionedHashes?: undefined;
|
206
206
|
chainId?: `0x${string}` | undefined;
|
207
207
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
208
208
|
r: `0x${string}`;
|
@@ -246,7 +246,6 @@ export declare const celo: {
|
|
246
246
|
gas?: `0x${string}`;
|
247
247
|
nonce?: `0x${string}`;
|
248
248
|
value?: `0x${string}`;
|
249
|
-
blobVersionedHashes?: undefined;
|
250
249
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
251
250
|
accessList?: import("../../index.js").AccessList | undefined;
|
252
251
|
blockHash?: `0x${string}` | null;
|
@@ -254,6 +253,7 @@ export declare const celo: {
|
|
254
253
|
hash?: `0x${string}`;
|
255
254
|
input?: `0x${string}`;
|
256
255
|
transactionIndex?: `0x${string}` | null;
|
256
|
+
blobVersionedHashes?: undefined;
|
257
257
|
chainId?: `0x${string}` | undefined;
|
258
258
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
259
259
|
blockHash: `0x${string}` | null;
|
@@ -297,7 +297,6 @@ export declare const celo: {
|
|
297
297
|
gas?: `0x${string}`;
|
298
298
|
nonce?: `0x${string}`;
|
299
299
|
value?: `0x${string}`;
|
300
|
-
blobVersionedHashes?: undefined;
|
301
300
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
302
301
|
accessList?: import("../../index.js").AccessList | undefined;
|
303
302
|
blockHash?: `0x${string}` | null;
|
@@ -305,6 +304,7 @@ export declare const celo: {
|
|
305
304
|
hash?: `0x${string}`;
|
306
305
|
input?: `0x${string}`;
|
307
306
|
transactionIndex?: `0x${string}` | null;
|
307
|
+
blobVersionedHashes?: undefined;
|
308
308
|
chainId?: `0x${string}` | undefined;
|
309
309
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
310
310
|
blockHash: `0x${string}` | null;
|
@@ -348,7 +348,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
389
389
|
feeCurrency: `0x${string}` | null;
|
@@ -404,7 +404,6 @@ export declare const celo: {
|
|
404
404
|
gas?: `0x${string}`;
|
405
405
|
nonce?: `0x${string}`;
|
406
406
|
value?: `0x${string}`;
|
407
|
-
blobVersionedHashes?: undefined;
|
408
407
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
409
408
|
accessList?: import("../../index.js").AccessList | undefined;
|
410
409
|
blockHash?: `0x${string}` | null;
|
@@ -412,6 +411,7 @@ export declare const celo: {
|
|
412
411
|
hash?: `0x${string}`;
|
413
412
|
input?: `0x${string}`;
|
414
413
|
transactionIndex?: `0x${string}` | null;
|
414
|
+
blobVersionedHashes?: undefined;
|
415
415
|
chainId?: `0x${string}` | undefined;
|
416
416
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
417
417
|
r: `0x${string}`;
|
@@ -455,7 +455,6 @@ export declare const celo: {
|
|
455
455
|
gas?: `0x${string}`;
|
456
456
|
nonce?: `0x${string}`;
|
457
457
|
value?: `0x${string}`;
|
458
|
-
blobVersionedHashes?: undefined;
|
459
458
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
460
459
|
accessList?: import("../../index.js").AccessList | undefined;
|
461
460
|
blockHash?: `0x${string}` | null;
|
@@ -463,6 +462,7 @@ export declare const celo: {
|
|
463
462
|
hash?: `0x${string}`;
|
464
463
|
input?: `0x${string}`;
|
465
464
|
transactionIndex?: `0x${string}` | null;
|
465
|
+
blobVersionedHashes?: undefined;
|
466
466
|
chainId?: `0x${string}` | undefined;
|
467
467
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
468
468
|
blockHash: `0x${string}` | null;
|
@@ -506,7 +506,6 @@ export declare const celo: {
|
|
506
506
|
gas?: `0x${string}`;
|
507
507
|
nonce?: `0x${string}`;
|
508
508
|
value?: `0x${string}`;
|
509
|
-
blobVersionedHashes?: undefined;
|
510
509
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
511
510
|
accessList?: import("../../index.js").AccessList | undefined;
|
512
511
|
blockHash?: `0x${string}` | null;
|
@@ -514,6 +513,7 @@ export declare const celo: {
|
|
514
513
|
hash?: `0x${string}`;
|
515
514
|
input?: `0x${string}`;
|
516
515
|
transactionIndex?: `0x${string}` | null;
|
516
|
+
blobVersionedHashes?: undefined;
|
517
517
|
chainId?: `0x${string}` | undefined;
|
518
518
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
519
519
|
blockHash: `0x${string}` | null;
|
@@ -557,7 +557,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
585
585
|
gas?: `0x${string}`;
|
586
586
|
nonce?: `0x${string}`;
|
587
587
|
value?: `0x${string}`;
|
588
|
-
blobVersionedHashes?: 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 celo: {
|
|
593
592
|
hash?: `0x${string}`;
|
594
593
|
input?: `0x${string}`;
|
595
594
|
transactionIndex?: `0x${string}` | null;
|
595
|
+
blobVersionedHashes?: undefined;
|
596
596
|
chainId?: `0x${string}` | undefined;
|
597
597
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
598
598
|
feeCurrency: `0x${string}` | null;
|
@@ -613,7 +613,6 @@ export declare const celo: {
|
|
613
613
|
gas?: `0x${string}`;
|
614
614
|
nonce?: `0x${string}`;
|
615
615
|
value?: `0x${string}`;
|
616
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
617
616
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
618
617
|
accessList?: import("../../index.js").AccessList | undefined;
|
619
618
|
blockHash?: `0x${string}` | null;
|
@@ -621,6 +620,7 @@ export declare const celo: {
|
|
621
620
|
hash?: `0x${string}`;
|
622
621
|
input?: `0x${string}`;
|
623
622
|
transactionIndex?: `0x${string}` | null;
|
623
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
624
624
|
chainId?: `0x${string}` | undefined;
|
625
625
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
626
626
|
r: `0x${string}`;
|
@@ -664,7 +664,6 @@ export declare const celo: {
|
|
664
664
|
gas?: `0x${string}`;
|
665
665
|
nonce?: `0x${string}`;
|
666
666
|
value?: `0x${string}`;
|
667
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
668
667
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
669
668
|
accessList?: import("../../index.js").AccessList | undefined;
|
670
669
|
blockHash?: `0x${string}` | null;
|
@@ -672,6 +671,7 @@ export declare const celo: {
|
|
672
671
|
hash?: `0x${string}`;
|
673
672
|
input?: `0x${string}`;
|
674
673
|
transactionIndex?: `0x${string}` | null;
|
674
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
675
675
|
chainId?: `0x${string}` | undefined;
|
676
676
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
677
677
|
blockHash: `0x${string}` | null;
|
@@ -715,7 +715,6 @@ export declare const celo: {
|
|
715
715
|
gas?: `0x${string}`;
|
716
716
|
nonce?: `0x${string}`;
|
717
717
|
value?: `0x${string}`;
|
718
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
719
718
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
720
719
|
accessList?: import("../../index.js").AccessList | undefined;
|
721
720
|
blockHash?: `0x${string}` | null;
|
@@ -723,6 +722,7 @@ export declare const celo: {
|
|
723
722
|
hash?: `0x${string}`;
|
724
723
|
input?: `0x${string}`;
|
725
724
|
transactionIndex?: `0x${string}` | null;
|
725
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
728
728
|
blockHash: `0x${string}` | null;
|
@@ -766,7 +766,6 @@ export declare const celo: {
|
|
766
766
|
gas?: `0x${string}`;
|
767
767
|
nonce?: `0x${string}`;
|
768
768
|
value?: `0x${string}`;
|
769
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
770
769
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
771
770
|
accessList?: import("../../index.js").AccessList | undefined;
|
772
771
|
blockHash?: `0x${string}` | null;
|
@@ -774,6 +773,7 @@ export declare const celo: {
|
|
774
773
|
hash?: `0x${string}`;
|
775
774
|
input?: `0x${string}`;
|
776
775
|
transactionIndex?: `0x${string}` | null;
|
776
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
777
777
|
chainId?: `0x${string}` | undefined;
|
778
778
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
779
779
|
blockHash: `0x${string}` | null;
|
@@ -817,7 +817,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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;
|
@@ -845,7 +845,6 @@ export declare const celo: {
|
|
845
845
|
gas?: `0x${string}`;
|
846
846
|
nonce?: `0x${string}`;
|
847
847
|
value?: `0x${string}`;
|
848
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
849
848
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
850
849
|
accessList?: import("../../index.js").AccessList | undefined;
|
851
850
|
blockHash?: `0x${string}` | null;
|
@@ -853,6 +852,7 @@ export declare const celo: {
|
|
853
852
|
hash?: `0x${string}`;
|
854
853
|
input?: `0x${string}`;
|
855
854
|
transactionIndex?: `0x${string}` | null;
|
855
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
856
856
|
chainId?: `0x${string}` | undefined;
|
857
857
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
858
858
|
feeCurrency: `0x${string}` | null;
|
@@ -1256,9 +1256,6 @@ export declare const celo: {
|
|
1256
1256
|
accessList?: import("../../index.js").AccessList | undefined;
|
1257
1257
|
blobs?: undefined;
|
1258
1258
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1259
|
-
kzg?: undefined;
|
1260
|
-
blobVersionedHashes?: undefined;
|
1261
|
-
sidecars?: undefined;
|
1262
1259
|
} & {
|
1263
1260
|
data?: `0x${string}` | undefined;
|
1264
1261
|
from: `0x${string}`;
|
@@ -1273,9 +1270,6 @@ export declare const celo: {
|
|
1273
1270
|
accessList?: undefined;
|
1274
1271
|
blobs?: undefined;
|
1275
1272
|
type?: "legacy" | undefined;
|
1276
|
-
kzg?: undefined;
|
1277
|
-
blobVersionedHashes?: undefined;
|
1278
|
-
sidecars?: undefined;
|
1279
1273
|
} & {
|
1280
1274
|
feeCurrency?: `0x${string}` | undefined;
|
1281
1275
|
gatewayFee?: bigint | undefined;
|
@@ -1294,9 +1288,6 @@ export declare const celo: {
|
|
1294
1288
|
accessList?: import("../../index.js").AccessList | undefined;
|
1295
1289
|
blobs?: undefined;
|
1296
1290
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1297
|
-
kzg?: undefined;
|
1298
|
-
blobVersionedHashes?: undefined;
|
1299
|
-
sidecars?: undefined;
|
1300
1291
|
} & {
|
1301
1292
|
data?: `0x${string}` | undefined;
|
1302
1293
|
from: `0x${string}`;
|
@@ -1311,9 +1302,6 @@ export declare const celo: {
|
|
1311
1302
|
accessList?: import("../../index.js").AccessList | undefined;
|
1312
1303
|
blobs?: undefined;
|
1313
1304
|
type?: "eip2930" | undefined;
|
1314
|
-
kzg?: undefined;
|
1315
|
-
blobVersionedHashes?: undefined;
|
1316
|
-
sidecars?: undefined;
|
1317
1305
|
} & {
|
1318
1306
|
feeCurrency?: `0x${string}` | undefined;
|
1319
1307
|
gatewayFee?: bigint | undefined;
|
@@ -1332,9 +1320,6 @@ export declare const celo: {
|
|
1332
1320
|
accessList?: import("../../index.js").AccessList | undefined;
|
1333
1321
|
blobs?: undefined;
|
1334
1322
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1335
|
-
kzg?: undefined;
|
1336
|
-
blobVersionedHashes?: undefined;
|
1337
|
-
sidecars?: undefined;
|
1338
1323
|
} & {
|
1339
1324
|
data?: `0x${string}` | undefined;
|
1340
1325
|
from: `0x${string}`;
|
@@ -1349,9 +1334,6 @@ export declare const celo: {
|
|
1349
1334
|
accessList?: import("../../index.js").AccessList | undefined;
|
1350
1335
|
blobs?: undefined;
|
1351
1336
|
type?: "eip1559" | undefined;
|
1352
|
-
kzg?: undefined;
|
1353
|
-
blobVersionedHashes?: undefined;
|
1354
|
-
sidecars?: undefined;
|
1355
1337
|
} & {
|
1356
1338
|
feeCurrency?: `0x${string}` | undefined;
|
1357
1339
|
gatewayFee?: bigint | undefined;
|
@@ -1370,9 +1352,6 @@ export declare const celo: {
|
|
1370
1352
|
accessList?: import("../../index.js").AccessList | undefined;
|
1371
1353
|
blobs?: undefined;
|
1372
1354
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1373
|
-
kzg?: undefined;
|
1374
|
-
blobVersionedHashes?: undefined;
|
1375
|
-
sidecars?: undefined;
|
1376
1355
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1377
1356
|
accessList?: import("../../index.js").AccessList | undefined;
|
1378
1357
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1393,9 +1372,6 @@ export declare const celo: {
|
|
1393
1372
|
accessList?: import("../../index.js").AccessList | undefined;
|
1394
1373
|
blobs?: undefined;
|
1395
1374
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1396
|
-
kzg?: undefined;
|
1397
|
-
blobVersionedHashes?: undefined;
|
1398
|
-
sidecars?: undefined;
|
1399
1375
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1400
1376
|
accessList?: import("../../index.js").AccessList | undefined;
|
1401
1377
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1416,9 +1392,6 @@ export declare const celo: {
|
|
1416
1392
|
accessList?: import("../../index.js").AccessList | undefined;
|
1417
1393
|
blobs?: undefined;
|
1418
1394
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1419
|
-
kzg?: undefined;
|
1420
|
-
blobVersionedHashes?: undefined;
|
1421
|
-
sidecars?: undefined;
|
1422
1395
|
} & {
|
1423
1396
|
data?: `0x${string}` | undefined;
|
1424
1397
|
from: `0x${string}`;
|
@@ -1433,9 +1406,6 @@ export declare const celo: {
|
|
1433
1406
|
accessList?: undefined;
|
1434
1407
|
blobs?: undefined;
|
1435
1408
|
type?: "legacy" | undefined;
|
1436
|
-
kzg?: undefined;
|
1437
|
-
blobVersionedHashes?: undefined;
|
1438
|
-
sidecars?: undefined;
|
1439
1409
|
} & {
|
1440
1410
|
feeCurrency?: `0x${string}` | undefined;
|
1441
1411
|
gatewayFee?: bigint | undefined;
|
@@ -1454,9 +1424,6 @@ export declare const celo: {
|
|
1454
1424
|
accessList?: import("../../index.js").AccessList | undefined;
|
1455
1425
|
blobs?: undefined;
|
1456
1426
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1457
|
-
kzg?: undefined;
|
1458
|
-
blobVersionedHashes?: undefined;
|
1459
|
-
sidecars?: undefined;
|
1460
1427
|
} & {
|
1461
1428
|
data?: `0x${string}` | undefined;
|
1462
1429
|
from: `0x${string}`;
|
@@ -1471,9 +1438,6 @@ export declare const celo: {
|
|
1471
1438
|
accessList?: import("../../index.js").AccessList | undefined;
|
1472
1439
|
blobs?: undefined;
|
1473
1440
|
type?: "eip2930" | undefined;
|
1474
|
-
kzg?: undefined;
|
1475
|
-
blobVersionedHashes?: undefined;
|
1476
|
-
sidecars?: undefined;
|
1477
1441
|
} & {
|
1478
1442
|
feeCurrency?: `0x${string}` | undefined;
|
1479
1443
|
gatewayFee?: bigint | undefined;
|
@@ -1492,9 +1456,6 @@ export declare const celo: {
|
|
1492
1456
|
accessList?: import("../../index.js").AccessList | undefined;
|
1493
1457
|
blobs?: undefined;
|
1494
1458
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1495
|
-
kzg?: undefined;
|
1496
|
-
blobVersionedHashes?: undefined;
|
1497
|
-
sidecars?: undefined;
|
1498
1459
|
} & {
|
1499
1460
|
data?: `0x${string}` | undefined;
|
1500
1461
|
from: `0x${string}`;
|
@@ -1509,9 +1470,6 @@ export declare const celo: {
|
|
1509
1470
|
accessList?: import("../../index.js").AccessList | undefined;
|
1510
1471
|
blobs?: undefined;
|
1511
1472
|
type?: "eip1559" | undefined;
|
1512
|
-
kzg?: undefined;
|
1513
|
-
blobVersionedHashes?: undefined;
|
1514
|
-
sidecars?: undefined;
|
1515
1473
|
} & {
|
1516
1474
|
feeCurrency?: `0x${string}` | undefined;
|
1517
1475
|
gatewayFee?: bigint | undefined;
|
@@ -1530,9 +1488,6 @@ export declare const celo: {
|
|
1530
1488
|
accessList?: import("../../index.js").AccessList | undefined;
|
1531
1489
|
blobs?: undefined;
|
1532
1490
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1533
|
-
kzg?: undefined;
|
1534
|
-
blobVersionedHashes?: undefined;
|
1535
|
-
sidecars?: undefined;
|
1536
1491
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1537
1492
|
accessList?: import("../../index.js").AccessList | undefined;
|
1538
1493
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1553,9 +1508,6 @@ export declare const celo: {
|
|
1553
1508
|
accessList?: import("../../index.js").AccessList | undefined;
|
1554
1509
|
blobs?: undefined;
|
1555
1510
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1556
|
-
kzg?: undefined;
|
1557
|
-
blobVersionedHashes?: undefined;
|
1558
|
-
sidecars?: undefined;
|
1559
1511
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1560
1512
|
accessList?: import("../../index.js").AccessList | undefined;
|
1561
1513
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1576,9 +1528,6 @@ export declare const celo: {
|
|
1576
1528
|
accessList?: import("../../index.js").AccessList | undefined;
|
1577
1529
|
blobs?: undefined;
|
1578
1530
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1579
|
-
kzg?: undefined;
|
1580
|
-
blobVersionedHashes?: undefined;
|
1581
|
-
sidecars?: undefined;
|
1582
1531
|
} & {
|
1583
1532
|
data?: `0x${string}` | undefined;
|
1584
1533
|
from: `0x${string}`;
|
@@ -1593,9 +1542,6 @@ export declare const celo: {
|
|
1593
1542
|
accessList?: undefined;
|
1594
1543
|
blobs?: undefined;
|
1595
1544
|
type?: "legacy" | undefined;
|
1596
|
-
kzg?: undefined;
|
1597
|
-
blobVersionedHashes?: undefined;
|
1598
|
-
sidecars?: undefined;
|
1599
1545
|
} & {
|
1600
1546
|
feeCurrency?: `0x${string}` | undefined;
|
1601
1547
|
gatewayFee?: bigint | undefined;
|
@@ -1614,9 +1560,6 @@ export declare const celo: {
|
|
1614
1560
|
accessList?: import("../../index.js").AccessList | undefined;
|
1615
1561
|
blobs?: undefined;
|
1616
1562
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1617
|
-
kzg?: undefined;
|
1618
|
-
blobVersionedHashes?: undefined;
|
1619
|
-
sidecars?: undefined;
|
1620
1563
|
} & {
|
1621
1564
|
data?: `0x${string}` | undefined;
|
1622
1565
|
from: `0x${string}`;
|
@@ -1631,9 +1574,6 @@ export declare const celo: {
|
|
1631
1574
|
accessList?: import("../../index.js").AccessList | undefined;
|
1632
1575
|
blobs?: undefined;
|
1633
1576
|
type?: "eip2930" | undefined;
|
1634
|
-
kzg?: undefined;
|
1635
|
-
blobVersionedHashes?: undefined;
|
1636
|
-
sidecars?: undefined;
|
1637
1577
|
} & {
|
1638
1578
|
feeCurrency?: `0x${string}` | undefined;
|
1639
1579
|
gatewayFee?: bigint | undefined;
|
@@ -1652,9 +1592,6 @@ export declare const celo: {
|
|
1652
1592
|
accessList?: import("../../index.js").AccessList | undefined;
|
1653
1593
|
blobs?: undefined;
|
1654
1594
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1655
|
-
kzg?: undefined;
|
1656
|
-
blobVersionedHashes?: undefined;
|
1657
|
-
sidecars?: undefined;
|
1658
1595
|
} & {
|
1659
1596
|
data?: `0x${string}` | undefined;
|
1660
1597
|
from: `0x${string}`;
|
@@ -1669,9 +1606,6 @@ export declare const celo: {
|
|
1669
1606
|
accessList?: import("../../index.js").AccessList | undefined;
|
1670
1607
|
blobs?: undefined;
|
1671
1608
|
type?: "eip1559" | undefined;
|
1672
|
-
kzg?: undefined;
|
1673
|
-
blobVersionedHashes?: undefined;
|
1674
|
-
sidecars?: undefined;
|
1675
1609
|
} & {
|
1676
1610
|
feeCurrency?: `0x${string}` | undefined;
|
1677
1611
|
gatewayFee?: bigint | undefined;
|
@@ -1690,9 +1624,6 @@ export declare const celo: {
|
|
1690
1624
|
accessList?: import("../../index.js").AccessList | undefined;
|
1691
1625
|
blobs?: undefined;
|
1692
1626
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1693
|
-
kzg?: undefined;
|
1694
|
-
blobVersionedHashes?: undefined;
|
1695
|
-
sidecars?: undefined;
|
1696
1627
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1697
1628
|
accessList?: import("../../index.js").AccessList | undefined;
|
1698
1629
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1713,9 +1644,6 @@ export declare const celo: {
|
|
1713
1644
|
accessList?: import("../../index.js").AccessList | undefined;
|
1714
1645
|
blobs?: undefined;
|
1715
1646
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1716
|
-
kzg?: undefined;
|
1717
|
-
blobVersionedHashes?: undefined;
|
1718
|
-
sidecars?: undefined;
|
1719
1647
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1720
1648
|
accessList?: import("../../index.js").AccessList | undefined;
|
1721
1649
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1736,9 +1664,6 @@ export declare const celo: {
|
|
1736
1664
|
accessList?: import("../../index.js").AccessList | undefined;
|
1737
1665
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1738
1666
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1739
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1740
|
-
blobVersionedHashes?: undefined;
|
1741
|
-
sidecars?: undefined;
|
1742
1667
|
} & {
|
1743
1668
|
data?: `0x${string}` | undefined;
|
1744
1669
|
from: `0x${string}`;
|
@@ -1753,9 +1678,6 @@ export declare const celo: {
|
|
1753
1678
|
accessList?: undefined;
|
1754
1679
|
blobs?: undefined;
|
1755
1680
|
type?: "legacy" | undefined;
|
1756
|
-
kzg?: undefined;
|
1757
|
-
blobVersionedHashes?: undefined;
|
1758
|
-
sidecars?: undefined;
|
1759
1681
|
} & {
|
1760
1682
|
feeCurrency?: `0x${string}` | undefined;
|
1761
1683
|
gatewayFee?: bigint | undefined;
|
@@ -1774,9 +1696,6 @@ export declare const celo: {
|
|
1774
1696
|
accessList?: import("../../index.js").AccessList | undefined;
|
1775
1697
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1776
1698
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1777
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1778
|
-
blobVersionedHashes?: undefined;
|
1779
|
-
sidecars?: undefined;
|
1780
1699
|
} & {
|
1781
1700
|
data?: `0x${string}` | undefined;
|
1782
1701
|
from: `0x${string}`;
|
@@ -1791,9 +1710,6 @@ export declare const celo: {
|
|
1791
1710
|
accessList?: import("../../index.js").AccessList | undefined;
|
1792
1711
|
blobs?: undefined;
|
1793
1712
|
type?: "eip2930" | undefined;
|
1794
|
-
kzg?: undefined;
|
1795
|
-
blobVersionedHashes?: undefined;
|
1796
|
-
sidecars?: undefined;
|
1797
1713
|
} & {
|
1798
1714
|
feeCurrency?: `0x${string}` | undefined;
|
1799
1715
|
gatewayFee?: bigint | undefined;
|
@@ -1812,9 +1728,6 @@ export declare const celo: {
|
|
1812
1728
|
accessList?: import("../../index.js").AccessList | undefined;
|
1813
1729
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1814
1730
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1815
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1816
|
-
blobVersionedHashes?: undefined;
|
1817
|
-
sidecars?: undefined;
|
1818
1731
|
} & {
|
1819
1732
|
data?: `0x${string}` | undefined;
|
1820
1733
|
from: `0x${string}`;
|
@@ -1829,9 +1742,6 @@ export declare const celo: {
|
|
1829
1742
|
accessList?: import("../../index.js").AccessList | undefined;
|
1830
1743
|
blobs?: undefined;
|
1831
1744
|
type?: "eip1559" | undefined;
|
1832
|
-
kzg?: undefined;
|
1833
|
-
blobVersionedHashes?: undefined;
|
1834
|
-
sidecars?: undefined;
|
1835
1745
|
} & {
|
1836
1746
|
feeCurrency?: `0x${string}` | undefined;
|
1837
1747
|
gatewayFee?: bigint | undefined;
|
@@ -1850,9 +1760,6 @@ export declare const celo: {
|
|
1850
1760
|
accessList?: import("../../index.js").AccessList | undefined;
|
1851
1761
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1852
1762
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1853
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1854
|
-
blobVersionedHashes?: undefined;
|
1855
|
-
sidecars?: undefined;
|
1856
1763
|
} & {
|
1857
1764
|
data?: `0x${string}` | undefined;
|
1858
1765
|
from: `0x${string}`;
|
@@ -1867,9 +1774,6 @@ export declare const celo: {
|
|
1867
1774
|
accessList?: import("../../index.js").AccessList | undefined;
|
1868
1775
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1869
1776
|
type?: "eip4844" | undefined;
|
1870
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
1871
|
-
blobVersionedHashes?: undefined;
|
1872
|
-
sidecars?: undefined;
|
1873
1777
|
} & {
|
1874
1778
|
feeCurrency?: `0x${string}` | undefined;
|
1875
1779
|
gatewayFee?: bigint | undefined;
|
@@ -1888,9 +1792,6 @@ export declare const celo: {
|
|
1888
1792
|
accessList?: import("../../index.js").AccessList | undefined;
|
1889
1793
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1890
1794
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1891
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1892
|
-
blobVersionedHashes?: undefined;
|
1893
|
-
sidecars?: undefined;
|
1894
1795
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1895
1796
|
accessList?: import("../../index.js").AccessList | undefined;
|
1896
1797
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1911,944 +1812,298 @@ export declare const celo: {
|
|
1911
1812
|
accessList?: import("../../index.js").AccessList | undefined;
|
1912
1813
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1913
1814
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1914
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1915
|
-
blobVersionedHashes?: undefined;
|
1916
|
-
sidecars?: undefined;
|
1917
1815
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1918
1816
|
accessList?: import("../../index.js").AccessList | undefined;
|
1919
1817
|
feeCurrency?: `0x${string}` | undefined;
|
1920
1818
|
gatewayFee?: undefined;
|
1921
1819
|
gatewayFeeRecipient?: undefined;
|
1922
1820
|
type?: "cip64" | undefined;
|
1923
|
-
})
|
1924
|
-
data?: `0x${string}` | undefined;
|
1925
|
-
from?: `0x${string}`;
|
1926
|
-
gas?: bigint | undefined;
|
1927
|
-
nonce?: number | undefined;
|
1928
|
-
value?: bigint | undefined;
|
1929
|
-
to?: `0x${string}` | null | undefined;
|
1930
|
-
gasPrice?: bigint | undefined;
|
1931
|
-
maxFeePerGas?: bigint | undefined;
|
1932
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1933
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1934
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1935
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1936
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1937
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1938
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1939
|
-
sidecars?: undefined;
|
1940
|
-
} & {
|
1821
|
+
})) => ({
|
1941
1822
|
data?: `0x${string}` | undefined;
|
1942
1823
|
from: `0x${string}`;
|
1943
|
-
gas?:
|
1944
|
-
nonce?:
|
1824
|
+
gas?: `0x${string}` | undefined;
|
1825
|
+
nonce?: `0x${string}` | undefined;
|
1945
1826
|
to?: `0x${string}` | null | undefined;
|
1946
|
-
value?:
|
1947
|
-
gasPrice?:
|
1827
|
+
value?: `0x${string}` | undefined;
|
1828
|
+
gasPrice?: `0x${string}` | undefined;
|
1948
1829
|
maxFeePerBlobGas?: undefined;
|
1949
1830
|
maxFeePerGas?: undefined;
|
1950
1831
|
maxPriorityFeePerGas?: undefined;
|
1951
1832
|
accessList?: undefined;
|
1952
1833
|
blobs?: undefined;
|
1953
|
-
type?: "
|
1954
|
-
kzg?: undefined;
|
1955
|
-
blobVersionedHashes?: undefined;
|
1956
|
-
sidecars?: undefined;
|
1957
|
-
} & {
|
1834
|
+
type?: "0x0" | undefined;
|
1958
1835
|
feeCurrency?: `0x${string}` | undefined;
|
1959
|
-
gatewayFee?:
|
1836
|
+
gatewayFee?: `0x${string}` | undefined;
|
1960
1837
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1961
|
-
}
|
1962
|
-
data?: `0x${string}` | undefined;
|
1963
|
-
from?: `0x${string}`;
|
1964
|
-
gas?: bigint | undefined;
|
1965
|
-
nonce?: number | undefined;
|
1966
|
-
value?: bigint | undefined;
|
1967
|
-
to?: `0x${string}` | null | undefined;
|
1968
|
-
gasPrice?: bigint | undefined;
|
1969
|
-
maxFeePerGas?: bigint | undefined;
|
1970
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1971
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1972
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1973
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1974
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1975
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1976
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1977
|
-
sidecars?: undefined;
|
1978
|
-
} & {
|
1838
|
+
} | {
|
1979
1839
|
data?: `0x${string}` | undefined;
|
1980
1840
|
from: `0x${string}`;
|
1981
|
-
gas?:
|
1982
|
-
nonce?:
|
1841
|
+
gas?: `0x${string}` | undefined;
|
1842
|
+
nonce?: `0x${string}` | undefined;
|
1983
1843
|
to?: `0x${string}` | null | undefined;
|
1984
|
-
value?:
|
1985
|
-
gasPrice?:
|
1844
|
+
value?: `0x${string}` | undefined;
|
1845
|
+
gasPrice?: `0x${string}` | undefined;
|
1986
1846
|
maxFeePerBlobGas?: undefined;
|
1987
1847
|
maxFeePerGas?: undefined;
|
1988
1848
|
maxPriorityFeePerGas?: undefined;
|
1989
1849
|
accessList?: import("../../index.js").AccessList | undefined;
|
1990
1850
|
blobs?: undefined;
|
1991
|
-
type?: "
|
1992
|
-
kzg?: undefined;
|
1993
|
-
blobVersionedHashes?: undefined;
|
1994
|
-
sidecars?: undefined;
|
1995
|
-
} & {
|
1851
|
+
type?: "0x1" | undefined;
|
1996
1852
|
feeCurrency?: `0x${string}` | undefined;
|
1997
|
-
gatewayFee?:
|
1853
|
+
gatewayFee?: `0x${string}` | undefined;
|
1998
1854
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1999
|
-
}
|
1855
|
+
} | {
|
2000
1856
|
data?: `0x${string}` | undefined;
|
2001
|
-
from
|
2002
|
-
gas?:
|
2003
|
-
nonce?:
|
2004
|
-
value?: bigint | undefined;
|
1857
|
+
from: `0x${string}`;
|
1858
|
+
gas?: `0x${string}` | undefined;
|
1859
|
+
nonce?: `0x${string}` | undefined;
|
2005
1860
|
to?: `0x${string}` | null | undefined;
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
1861
|
+
value?: `0x${string}` | undefined;
|
1862
|
+
gasPrice?: undefined;
|
1863
|
+
maxFeePerBlobGas?: undefined;
|
1864
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1865
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2010
1866
|
accessList?: import("../../index.js").AccessList | undefined;
|
2011
|
-
blobs?:
|
2012
|
-
type?: "
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
}
|
1867
|
+
blobs?: undefined;
|
1868
|
+
type?: "0x2" | undefined;
|
1869
|
+
feeCurrency?: `0x${string}` | undefined;
|
1870
|
+
gatewayFee?: `0x${string}` | undefined;
|
1871
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1872
|
+
} | {
|
2017
1873
|
data?: `0x${string}` | undefined;
|
2018
1874
|
from: `0x${string}`;
|
2019
|
-
gas?:
|
2020
|
-
nonce?:
|
1875
|
+
gas?: `0x${string}` | undefined;
|
1876
|
+
nonce?: `0x${string}` | undefined;
|
2021
1877
|
to?: `0x${string}` | null | undefined;
|
2022
|
-
value?:
|
1878
|
+
value?: `0x${string}` | undefined;
|
2023
1879
|
gasPrice?: undefined;
|
2024
1880
|
maxFeePerBlobGas?: undefined;
|
2025
|
-
maxFeePerGas?:
|
2026
|
-
maxPriorityFeePerGas?:
|
1881
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1882
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2027
1883
|
accessList?: import("../../index.js").AccessList | undefined;
|
2028
1884
|
blobs?: undefined;
|
2029
|
-
type?: "
|
2030
|
-
kzg?: undefined;
|
2031
|
-
blobVersionedHashes?: undefined;
|
2032
|
-
sidecars?: undefined;
|
2033
|
-
} & {
|
1885
|
+
type?: "0x7c" | undefined;
|
2034
1886
|
feeCurrency?: `0x${string}` | undefined;
|
2035
|
-
gatewayFee?:
|
1887
|
+
gatewayFee?: `0x${string}` | undefined;
|
2036
1888
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2037
|
-
}
|
1889
|
+
} | {
|
2038
1890
|
data?: `0x${string}` | undefined;
|
2039
|
-
from
|
2040
|
-
gas?:
|
2041
|
-
nonce?:
|
2042
|
-
value?: bigint | undefined;
|
1891
|
+
from: `0x${string}`;
|
1892
|
+
gas?: `0x${string}` | undefined;
|
1893
|
+
nonce?: `0x${string}` | undefined;
|
2043
1894
|
to?: `0x${string}` | null | undefined;
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
1895
|
+
value?: `0x${string}` | undefined;
|
1896
|
+
gasPrice?: undefined;
|
1897
|
+
maxFeePerBlobGas?: undefined;
|
1898
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1899
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2048
1900
|
accessList?: import("../../index.js").AccessList | undefined;
|
2049
|
-
blobs?:
|
2050
|
-
type?: "
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
}
|
1901
|
+
blobs?: undefined;
|
1902
|
+
type?: "0x7b" | undefined;
|
1903
|
+
feeCurrency?: `0x${string}` | undefined;
|
1904
|
+
gatewayFee?: undefined;
|
1905
|
+
gatewayFeeRecipient?: undefined;
|
1906
|
+
} | {
|
2055
1907
|
data?: `0x${string}` | undefined;
|
2056
1908
|
from: `0x${string}`;
|
2057
|
-
gas?:
|
2058
|
-
nonce?:
|
2059
|
-
|
2060
|
-
|
2061
|
-
gasPrice?: undefined;
|
2062
|
-
|
2063
|
-
|
2064
|
-
|
2065
|
-
accessList?:
|
2066
|
-
blobs
|
2067
|
-
type?: "
|
2068
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
2069
|
-
blobVersionedHashes?: undefined;
|
2070
|
-
sidecars?: undefined;
|
2071
|
-
} & {
|
1909
|
+
gas?: `0x${string}` | undefined;
|
1910
|
+
nonce?: `0x${string}` | undefined;
|
1911
|
+
to?: `0x${string}` | null | undefined;
|
1912
|
+
value?: `0x${string}` | undefined;
|
1913
|
+
gasPrice?: `0x${string}` | undefined;
|
1914
|
+
maxFeePerBlobGas?: undefined;
|
1915
|
+
maxFeePerGas?: undefined;
|
1916
|
+
maxPriorityFeePerGas?: undefined;
|
1917
|
+
accessList?: undefined;
|
1918
|
+
blobs?: undefined;
|
1919
|
+
type?: "0x0" | undefined;
|
2072
1920
|
feeCurrency?: `0x${string}` | undefined;
|
2073
|
-
gatewayFee?:
|
1921
|
+
gatewayFee?: `0x${string}` | undefined;
|
2074
1922
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2075
|
-
}
|
1923
|
+
} | {
|
2076
1924
|
data?: `0x${string}` | undefined;
|
2077
|
-
from
|
2078
|
-
gas?:
|
2079
|
-
nonce?:
|
2080
|
-
value?: bigint | undefined;
|
1925
|
+
from: `0x${string}`;
|
1926
|
+
gas?: `0x${string}` | undefined;
|
1927
|
+
nonce?: `0x${string}` | undefined;
|
2081
1928
|
to?: `0x${string}` | null | undefined;
|
2082
|
-
|
2083
|
-
|
2084
|
-
|
2085
|
-
|
1929
|
+
value?: `0x${string}` | undefined;
|
1930
|
+
gasPrice?: `0x${string}` | undefined;
|
1931
|
+
maxFeePerBlobGas?: undefined;
|
1932
|
+
maxFeePerGas?: undefined;
|
1933
|
+
maxPriorityFeePerGas?: undefined;
|
2086
1934
|
accessList?: import("../../index.js").AccessList | undefined;
|
2087
|
-
blobs?:
|
2088
|
-
type?: "
|
2089
|
-
|
2090
|
-
|
2091
|
-
|
2092
|
-
}
|
1935
|
+
blobs?: undefined;
|
1936
|
+
type?: "0x1" | undefined;
|
1937
|
+
feeCurrency?: `0x${string}` | undefined;
|
1938
|
+
gatewayFee?: `0x${string}` | undefined;
|
1939
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
1940
|
+
} | {
|
2093
1941
|
data?: `0x${string}` | undefined;
|
2094
1942
|
from: `0x${string}`;
|
2095
|
-
gas?:
|
2096
|
-
nonce?:
|
2097
|
-
|
2098
|
-
|
1943
|
+
gas?: `0x${string}` | undefined;
|
1944
|
+
nonce?: `0x${string}` | undefined;
|
1945
|
+
to?: `0x${string}` | null | undefined;
|
1946
|
+
value?: `0x${string}` | undefined;
|
2099
1947
|
gasPrice?: undefined;
|
2100
|
-
|
2101
|
-
|
2102
|
-
|
1948
|
+
maxFeePerBlobGas?: undefined;
|
1949
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1950
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2103
1951
|
accessList?: import("../../index.js").AccessList | undefined;
|
2104
|
-
blobs
|
2105
|
-
type?: "
|
2106
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2107
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2108
|
-
sidecars?: undefined;
|
2109
|
-
} & {
|
1952
|
+
blobs?: undefined;
|
1953
|
+
type?: "0x2" | undefined;
|
2110
1954
|
feeCurrency?: `0x${string}` | undefined;
|
2111
|
-
gatewayFee?:
|
1955
|
+
gatewayFee?: `0x${string}` | undefined;
|
2112
1956
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2113
|
-
}
|
1957
|
+
} | {
|
2114
1958
|
data?: `0x${string}` | undefined;
|
2115
|
-
from
|
2116
|
-
gas?:
|
2117
|
-
nonce?:
|
2118
|
-
value?: bigint | undefined;
|
1959
|
+
from: `0x${string}`;
|
1960
|
+
gas?: `0x${string}` | undefined;
|
1961
|
+
nonce?: `0x${string}` | undefined;
|
2119
1962
|
to?: `0x${string}` | null | undefined;
|
2120
|
-
|
2121
|
-
|
2122
|
-
|
2123
|
-
|
2124
|
-
|
2125
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2126
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2127
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2128
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2129
|
-
sidecars?: undefined;
|
2130
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1963
|
+
value?: `0x${string}` | undefined;
|
1964
|
+
gasPrice?: undefined;
|
1965
|
+
maxFeePerBlobGas?: undefined;
|
1966
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1967
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2131
1968
|
accessList?: import("../../index.js").AccessList | undefined;
|
1969
|
+
blobs?: undefined;
|
1970
|
+
type?: "0x7c" | undefined;
|
2132
1971
|
feeCurrency?: `0x${string}` | undefined;
|
2133
|
-
gatewayFee?:
|
1972
|
+
gatewayFee?: `0x${string}` | undefined;
|
2134
1973
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2135
|
-
|
2136
|
-
}) | ({
|
1974
|
+
} | {
|
2137
1975
|
data?: `0x${string}` | undefined;
|
2138
|
-
from
|
2139
|
-
gas?:
|
2140
|
-
nonce?:
|
2141
|
-
value?: bigint | undefined;
|
1976
|
+
from: `0x${string}`;
|
1977
|
+
gas?: `0x${string}` | undefined;
|
1978
|
+
nonce?: `0x${string}` | undefined;
|
2142
1979
|
to?: `0x${string}` | null | undefined;
|
2143
|
-
|
2144
|
-
|
2145
|
-
|
2146
|
-
|
2147
|
-
|
2148
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2149
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2150
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2151
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2152
|
-
sidecars?: undefined;
|
2153
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1980
|
+
value?: `0x${string}` | undefined;
|
1981
|
+
gasPrice?: undefined;
|
1982
|
+
maxFeePerBlobGas?: undefined;
|
1983
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1984
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2154
1985
|
accessList?: import("../../index.js").AccessList | undefined;
|
1986
|
+
blobs?: undefined;
|
1987
|
+
type?: "0x7b" | undefined;
|
2155
1988
|
feeCurrency?: `0x${string}` | undefined;
|
2156
1989
|
gatewayFee?: undefined;
|
2157
1990
|
gatewayFeeRecipient?: undefined;
|
2158
|
-
|
2159
|
-
}) | ({
|
2160
|
-
data?: `0x${string}` | undefined;
|
2161
|
-
from?: `0x${string}`;
|
2162
|
-
gas?: bigint | undefined;
|
2163
|
-
nonce?: number | undefined;
|
2164
|
-
value?: bigint | undefined;
|
2165
|
-
to?: `0x${string}` | null | undefined;
|
2166
|
-
gasPrice?: bigint | undefined;
|
2167
|
-
maxFeePerGas?: bigint | undefined;
|
2168
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2169
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2170
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2171
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2172
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2173
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2174
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2175
|
-
blobVersionedHashes?: undefined;
|
2176
|
-
} & {
|
1991
|
+
} | {
|
2177
1992
|
data?: `0x${string}` | undefined;
|
2178
1993
|
from: `0x${string}`;
|
2179
|
-
gas?:
|
2180
|
-
nonce?:
|
1994
|
+
gas?: `0x${string}` | undefined;
|
1995
|
+
nonce?: `0x${string}` | undefined;
|
2181
1996
|
to?: `0x${string}` | null | undefined;
|
2182
|
-
value?:
|
2183
|
-
gasPrice?:
|
1997
|
+
value?: `0x${string}` | undefined;
|
1998
|
+
gasPrice?: `0x${string}` | undefined;
|
2184
1999
|
maxFeePerBlobGas?: undefined;
|
2185
2000
|
maxFeePerGas?: undefined;
|
2186
2001
|
maxPriorityFeePerGas?: undefined;
|
2187
2002
|
accessList?: undefined;
|
2188
2003
|
blobs?: undefined;
|
2189
|
-
type?: "
|
2190
|
-
kzg?: undefined;
|
2191
|
-
blobVersionedHashes?: undefined;
|
2192
|
-
sidecars?: undefined;
|
2193
|
-
} & {
|
2004
|
+
type?: "0x0" | undefined;
|
2194
2005
|
feeCurrency?: `0x${string}` | undefined;
|
2195
|
-
gatewayFee?:
|
2006
|
+
gatewayFee?: `0x${string}` | undefined;
|
2196
2007
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2197
|
-
}
|
2198
|
-
data?: `0x${string}` | undefined;
|
2199
|
-
from?: `0x${string}`;
|
2200
|
-
gas?: bigint | undefined;
|
2201
|
-
nonce?: number | undefined;
|
2202
|
-
value?: bigint | undefined;
|
2203
|
-
to?: `0x${string}` | null | undefined;
|
2204
|
-
gasPrice?: bigint | undefined;
|
2205
|
-
maxFeePerGas?: bigint | undefined;
|
2206
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2207
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2208
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2209
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2210
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2211
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2212
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2213
|
-
blobVersionedHashes?: undefined;
|
2214
|
-
} & {
|
2008
|
+
} | {
|
2215
2009
|
data?: `0x${string}` | undefined;
|
2216
2010
|
from: `0x${string}`;
|
2217
|
-
gas?:
|
2218
|
-
nonce?:
|
2011
|
+
gas?: `0x${string}` | undefined;
|
2012
|
+
nonce?: `0x${string}` | undefined;
|
2219
2013
|
to?: `0x${string}` | null | undefined;
|
2220
|
-
value?:
|
2221
|
-
gasPrice?:
|
2014
|
+
value?: `0x${string}` | undefined;
|
2015
|
+
gasPrice?: `0x${string}` | undefined;
|
2222
2016
|
maxFeePerBlobGas?: undefined;
|
2223
2017
|
maxFeePerGas?: undefined;
|
2224
2018
|
maxPriorityFeePerGas?: undefined;
|
2225
2019
|
accessList?: import("../../index.js").AccessList | undefined;
|
2226
2020
|
blobs?: undefined;
|
2227
|
-
type?: "
|
2228
|
-
kzg?: undefined;
|
2229
|
-
blobVersionedHashes?: undefined;
|
2230
|
-
sidecars?: undefined;
|
2231
|
-
} & {
|
2021
|
+
type?: "0x1" | undefined;
|
2232
2022
|
feeCurrency?: `0x${string}` | undefined;
|
2233
|
-
gatewayFee?:
|
2023
|
+
gatewayFee?: `0x${string}` | undefined;
|
2234
2024
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2235
|
-
}
|
2025
|
+
} | {
|
2236
2026
|
data?: `0x${string}` | undefined;
|
2237
|
-
from
|
2238
|
-
gas?:
|
2239
|
-
nonce?:
|
2240
|
-
value?: bigint | undefined;
|
2027
|
+
from: `0x${string}`;
|
2028
|
+
gas?: `0x${string}` | undefined;
|
2029
|
+
nonce?: `0x${string}` | undefined;
|
2241
2030
|
to?: `0x${string}` | null | undefined;
|
2242
|
-
|
2243
|
-
|
2244
|
-
|
2245
|
-
|
2031
|
+
value?: `0x${string}` | undefined;
|
2032
|
+
gasPrice?: undefined;
|
2033
|
+
maxFeePerBlobGas?: undefined;
|
2034
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2035
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2246
2036
|
accessList?: import("../../index.js").AccessList | undefined;
|
2247
|
-
blobs?:
|
2248
|
-
type?: "
|
2249
|
-
|
2250
|
-
|
2251
|
-
|
2252
|
-
}
|
2037
|
+
blobs?: undefined;
|
2038
|
+
type?: "0x2" | undefined;
|
2039
|
+
feeCurrency?: `0x${string}` | undefined;
|
2040
|
+
gatewayFee?: `0x${string}` | undefined;
|
2041
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2042
|
+
} | {
|
2253
2043
|
data?: `0x${string}` | undefined;
|
2254
2044
|
from: `0x${string}`;
|
2255
|
-
gas?:
|
2256
|
-
nonce?:
|
2045
|
+
gas?: `0x${string}` | undefined;
|
2046
|
+
nonce?: `0x${string}` | undefined;
|
2257
2047
|
to?: `0x${string}` | null | undefined;
|
2258
|
-
value?:
|
2048
|
+
value?: `0x${string}` | undefined;
|
2259
2049
|
gasPrice?: undefined;
|
2260
2050
|
maxFeePerBlobGas?: undefined;
|
2261
|
-
maxFeePerGas?:
|
2262
|
-
maxPriorityFeePerGas?:
|
2051
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2052
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2263
2053
|
accessList?: import("../../index.js").AccessList | undefined;
|
2264
2054
|
blobs?: undefined;
|
2265
|
-
type?: "
|
2266
|
-
kzg?: undefined;
|
2267
|
-
blobVersionedHashes?: undefined;
|
2268
|
-
sidecars?: undefined;
|
2269
|
-
} & {
|
2055
|
+
type?: "0x7c" | undefined;
|
2270
2056
|
feeCurrency?: `0x${string}` | undefined;
|
2271
|
-
gatewayFee?:
|
2057
|
+
gatewayFee?: `0x${string}` | undefined;
|
2272
2058
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2273
|
-
}
|
2059
|
+
} | {
|
2274
2060
|
data?: `0x${string}` | undefined;
|
2275
|
-
from
|
2276
|
-
gas?:
|
2277
|
-
nonce?:
|
2278
|
-
value?: bigint | undefined;
|
2061
|
+
from: `0x${string}`;
|
2062
|
+
gas?: `0x${string}` | undefined;
|
2063
|
+
nonce?: `0x${string}` | undefined;
|
2279
2064
|
to?: `0x${string}` | null | undefined;
|
2280
|
-
|
2281
|
-
|
2282
|
-
|
2283
|
-
|
2065
|
+
value?: `0x${string}` | undefined;
|
2066
|
+
gasPrice?: undefined;
|
2067
|
+
maxFeePerBlobGas?: undefined;
|
2068
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2069
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2284
2070
|
accessList?: import("../../index.js").AccessList | undefined;
|
2285
|
-
blobs?:
|
2286
|
-
type?: "
|
2287
|
-
|
2288
|
-
|
2289
|
-
|
2290
|
-
}
|
2071
|
+
blobs?: undefined;
|
2072
|
+
type?: "0x7b" | undefined;
|
2073
|
+
feeCurrency?: `0x${string}` | undefined;
|
2074
|
+
gatewayFee?: undefined;
|
2075
|
+
gatewayFeeRecipient?: undefined;
|
2076
|
+
} | {
|
2291
2077
|
data?: `0x${string}` | undefined;
|
2292
2078
|
from: `0x${string}`;
|
2293
|
-
gas?:
|
2294
|
-
nonce?:
|
2295
|
-
value?:
|
2079
|
+
gas?: `0x${string}` | undefined;
|
2080
|
+
nonce?: `0x${string}` | undefined;
|
2081
|
+
value?: `0x${string}` | undefined;
|
2296
2082
|
to: `0x${string}` | null;
|
2297
2083
|
gasPrice?: undefined;
|
2298
|
-
maxFeePerGas?:
|
2299
|
-
maxPriorityFeePerGas?:
|
2300
|
-
maxFeePerBlobGas:
|
2084
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2085
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2086
|
+
maxFeePerBlobGas: `0x${string}`;
|
2301
2087
|
accessList?: import("../../index.js").AccessList | undefined;
|
2302
2088
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2303
|
-
type?: "
|
2304
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
2305
|
-
blobVersionedHashes?: undefined;
|
2306
|
-
sidecars?: undefined;
|
2307
|
-
} & {
|
2089
|
+
type?: "0x3" | undefined;
|
2308
2090
|
feeCurrency?: `0x${string}` | undefined;
|
2309
|
-
gatewayFee?:
|
2091
|
+
gatewayFee?: `0x${string}` | undefined;
|
2310
2092
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2311
|
-
}
|
2312
|
-
data?: `0x${string}` | undefined;
|
2313
|
-
from?: `0x${string}`;
|
2314
|
-
gas?: bigint | undefined;
|
2315
|
-
nonce?: number | undefined;
|
2316
|
-
value?: bigint | undefined;
|
2317
|
-
to?: `0x${string}` | null | undefined;
|
2318
|
-
gasPrice?: bigint | undefined;
|
2319
|
-
maxFeePerGas?: bigint | undefined;
|
2320
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2321
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2322
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2323
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2324
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2325
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2326
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2327
|
-
blobVersionedHashes?: undefined;
|
2328
|
-
} & {
|
2093
|
+
} | {
|
2329
2094
|
data?: `0x${string}` | undefined;
|
2330
2095
|
from: `0x${string}`;
|
2331
|
-
gas?:
|
2332
|
-
nonce?:
|
2333
|
-
value?:
|
2334
|
-
to: `0x${string}` | null;
|
2096
|
+
gas?: `0x${string}` | undefined;
|
2097
|
+
nonce?: `0x${string}` | undefined;
|
2098
|
+
value?: `0x${string}` | undefined;
|
2099
|
+
to: `0x${string}` | null | undefined;
|
2335
2100
|
gasPrice?: undefined;
|
2336
|
-
maxFeePerGas?:
|
2337
|
-
maxPriorityFeePerGas?:
|
2338
|
-
maxFeePerBlobGas:
|
2339
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2340
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2341
|
-
type?: "eip4844" | undefined;
|
2342
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2343
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
2344
|
-
blobVersionedHashes?: undefined;
|
2345
|
-
} & {
|
2346
|
-
feeCurrency?: `0x${string}` | undefined;
|
2347
|
-
gatewayFee?: bigint | undefined;
|
2348
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2349
|
-
}) | ({
|
2350
|
-
data?: `0x${string}` | undefined;
|
2351
|
-
from?: `0x${string}`;
|
2352
|
-
gas?: bigint | undefined;
|
2353
|
-
nonce?: number | undefined;
|
2354
|
-
value?: bigint | undefined;
|
2355
|
-
to?: `0x${string}` | null | undefined;
|
2356
|
-
gasPrice?: bigint | undefined;
|
2357
|
-
maxFeePerGas?: bigint | undefined;
|
2358
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2359
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2360
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2361
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2362
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2363
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2364
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2365
|
-
blobVersionedHashes?: undefined;
|
2366
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
2367
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2368
|
-
feeCurrency?: `0x${string}` | undefined;
|
2369
|
-
gatewayFee?: bigint | undefined;
|
2370
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2371
|
-
type?: "cip42" | undefined;
|
2372
|
-
}) | ({
|
2373
|
-
data?: `0x${string}` | undefined;
|
2374
|
-
from?: `0x${string}`;
|
2375
|
-
gas?: bigint | undefined;
|
2376
|
-
nonce?: number | undefined;
|
2377
|
-
value?: bigint | undefined;
|
2378
|
-
to?: `0x${string}` | null | undefined;
|
2379
|
-
gasPrice?: bigint | undefined;
|
2380
|
-
maxFeePerGas?: bigint | undefined;
|
2381
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
2382
|
-
maxFeePerBlobGas?: bigint | undefined;
|
2383
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2384
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
2385
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
2386
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2387
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2388
|
-
blobVersionedHashes?: undefined;
|
2389
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
2390
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2391
|
-
feeCurrency?: `0x${string}` | undefined;
|
2392
|
-
gatewayFee?: undefined;
|
2393
|
-
gatewayFeeRecipient?: undefined;
|
2394
|
-
type?: "cip64" | undefined;
|
2395
|
-
})) => ({
|
2396
|
-
data?: `0x${string}` | undefined;
|
2397
|
-
from: `0x${string}`;
|
2398
|
-
gas?: `0x${string}` | undefined;
|
2399
|
-
nonce?: `0x${string}` | undefined;
|
2400
|
-
to?: `0x${string}` | null | undefined;
|
2401
|
-
value?: `0x${string}` | undefined;
|
2402
|
-
gasPrice?: `0x${string}` | undefined;
|
2403
|
-
maxFeePerBlobGas?: undefined;
|
2404
|
-
maxFeePerGas?: undefined;
|
2405
|
-
maxPriorityFeePerGas?: undefined;
|
2406
|
-
accessList?: undefined;
|
2407
|
-
blobs?: undefined;
|
2408
|
-
type?: "0x0" | undefined;
|
2409
|
-
kzg?: undefined;
|
2410
|
-
blobVersionedHashes?: undefined;
|
2411
|
-
sidecars?: undefined;
|
2412
|
-
feeCurrency?: `0x${string}` | undefined;
|
2413
|
-
gatewayFee?: `0x${string}` | undefined;
|
2414
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2415
|
-
} | {
|
2416
|
-
data?: `0x${string}` | undefined;
|
2417
|
-
from: `0x${string}`;
|
2418
|
-
gas?: `0x${string}` | undefined;
|
2419
|
-
nonce?: `0x${string}` | undefined;
|
2420
|
-
to?: `0x${string}` | null | undefined;
|
2421
|
-
value?: `0x${string}` | undefined;
|
2422
|
-
gasPrice?: `0x${string}` | undefined;
|
2423
|
-
maxFeePerBlobGas?: undefined;
|
2424
|
-
maxFeePerGas?: undefined;
|
2425
|
-
maxPriorityFeePerGas?: undefined;
|
2426
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2427
|
-
blobs?: undefined;
|
2428
|
-
type?: "0x1" | undefined;
|
2429
|
-
kzg?: undefined;
|
2430
|
-
blobVersionedHashes?: undefined;
|
2431
|
-
sidecars?: undefined;
|
2432
|
-
feeCurrency?: `0x${string}` | undefined;
|
2433
|
-
gatewayFee?: `0x${string}` | undefined;
|
2434
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2435
|
-
} | {
|
2436
|
-
data?: `0x${string}` | undefined;
|
2437
|
-
from: `0x${string}`;
|
2438
|
-
gas?: `0x${string}` | undefined;
|
2439
|
-
nonce?: `0x${string}` | undefined;
|
2440
|
-
to?: `0x${string}` | null | undefined;
|
2441
|
-
value?: `0x${string}` | undefined;
|
2442
|
-
gasPrice?: undefined;
|
2443
|
-
maxFeePerBlobGas?: undefined;
|
2444
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2445
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2446
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2447
|
-
blobs?: undefined;
|
2448
|
-
type?: "0x2" | undefined;
|
2449
|
-
kzg?: undefined;
|
2450
|
-
blobVersionedHashes?: undefined;
|
2451
|
-
sidecars?: undefined;
|
2452
|
-
feeCurrency?: `0x${string}` | undefined;
|
2453
|
-
gatewayFee?: `0x${string}` | undefined;
|
2454
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2455
|
-
} | {
|
2456
|
-
data?: `0x${string}` | undefined;
|
2457
|
-
from: `0x${string}`;
|
2458
|
-
gas?: `0x${string}` | undefined;
|
2459
|
-
nonce?: `0x${string}` | undefined;
|
2460
|
-
to?: `0x${string}` | null | undefined;
|
2461
|
-
value?: `0x${string}` | undefined;
|
2462
|
-
gasPrice?: undefined;
|
2463
|
-
maxFeePerBlobGas?: undefined;
|
2464
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2465
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2466
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2467
|
-
blobs?: undefined;
|
2468
|
-
type?: "0x7c" | undefined;
|
2469
|
-
kzg?: undefined;
|
2470
|
-
blobVersionedHashes?: undefined;
|
2471
|
-
sidecars?: undefined;
|
2472
|
-
feeCurrency?: `0x${string}` | undefined;
|
2473
|
-
gatewayFee?: `0x${string}` | undefined;
|
2474
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2475
|
-
} | {
|
2476
|
-
data?: `0x${string}` | undefined;
|
2477
|
-
from: `0x${string}`;
|
2478
|
-
gas?: `0x${string}` | undefined;
|
2479
|
-
nonce?: `0x${string}` | undefined;
|
2480
|
-
to?: `0x${string}` | null | undefined;
|
2481
|
-
value?: `0x${string}` | undefined;
|
2482
|
-
gasPrice?: undefined;
|
2483
|
-
maxFeePerBlobGas?: undefined;
|
2484
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2485
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2486
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2487
|
-
blobs?: undefined;
|
2488
|
-
type?: "0x7b" | undefined;
|
2489
|
-
kzg?: undefined;
|
2490
|
-
blobVersionedHashes?: undefined;
|
2491
|
-
sidecars?: undefined;
|
2492
|
-
feeCurrency?: `0x${string}` | undefined;
|
2493
|
-
gatewayFee?: undefined;
|
2494
|
-
gatewayFeeRecipient?: undefined;
|
2495
|
-
} | {
|
2496
|
-
data?: `0x${string}` | undefined;
|
2497
|
-
from: `0x${string}`;
|
2498
|
-
gas?: `0x${string}` | undefined;
|
2499
|
-
nonce?: `0x${string}` | undefined;
|
2500
|
-
to?: `0x${string}` | null | undefined;
|
2501
|
-
value?: `0x${string}` | undefined;
|
2502
|
-
gasPrice?: `0x${string}` | undefined;
|
2503
|
-
maxFeePerBlobGas?: undefined;
|
2504
|
-
maxFeePerGas?: undefined;
|
2505
|
-
maxPriorityFeePerGas?: undefined;
|
2506
|
-
accessList?: undefined;
|
2507
|
-
blobs?: undefined;
|
2508
|
-
type?: "0x0" | undefined;
|
2509
|
-
kzg?: undefined;
|
2510
|
-
blobVersionedHashes?: undefined;
|
2511
|
-
sidecars?: undefined;
|
2512
|
-
feeCurrency?: `0x${string}` | undefined;
|
2513
|
-
gatewayFee?: `0x${string}` | undefined;
|
2514
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2515
|
-
} | {
|
2516
|
-
data?: `0x${string}` | undefined;
|
2517
|
-
from: `0x${string}`;
|
2518
|
-
gas?: `0x${string}` | undefined;
|
2519
|
-
nonce?: `0x${string}` | undefined;
|
2520
|
-
to?: `0x${string}` | null | undefined;
|
2521
|
-
value?: `0x${string}` | undefined;
|
2522
|
-
gasPrice?: `0x${string}` | undefined;
|
2523
|
-
maxFeePerBlobGas?: undefined;
|
2524
|
-
maxFeePerGas?: undefined;
|
2525
|
-
maxPriorityFeePerGas?: undefined;
|
2526
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2527
|
-
blobs?: undefined;
|
2528
|
-
type?: "0x1" | undefined;
|
2529
|
-
kzg?: undefined;
|
2530
|
-
blobVersionedHashes?: undefined;
|
2531
|
-
sidecars?: undefined;
|
2532
|
-
feeCurrency?: `0x${string}` | undefined;
|
2533
|
-
gatewayFee?: `0x${string}` | undefined;
|
2534
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2535
|
-
} | {
|
2536
|
-
data?: `0x${string}` | undefined;
|
2537
|
-
from: `0x${string}`;
|
2538
|
-
gas?: `0x${string}` | undefined;
|
2539
|
-
nonce?: `0x${string}` | undefined;
|
2540
|
-
to?: `0x${string}` | null | undefined;
|
2541
|
-
value?: `0x${string}` | undefined;
|
2542
|
-
gasPrice?: undefined;
|
2543
|
-
maxFeePerBlobGas?: undefined;
|
2544
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2545
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2546
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2547
|
-
blobs?: undefined;
|
2548
|
-
type?: "0x2" | undefined;
|
2549
|
-
kzg?: undefined;
|
2550
|
-
blobVersionedHashes?: undefined;
|
2551
|
-
sidecars?: undefined;
|
2552
|
-
feeCurrency?: `0x${string}` | undefined;
|
2553
|
-
gatewayFee?: `0x${string}` | undefined;
|
2554
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2555
|
-
} | {
|
2556
|
-
data?: `0x${string}` | undefined;
|
2557
|
-
from: `0x${string}`;
|
2558
|
-
gas?: `0x${string}` | undefined;
|
2559
|
-
nonce?: `0x${string}` | undefined;
|
2560
|
-
to?: `0x${string}` | null | undefined;
|
2561
|
-
value?: `0x${string}` | undefined;
|
2562
|
-
gasPrice?: undefined;
|
2563
|
-
maxFeePerBlobGas?: undefined;
|
2564
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2565
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2566
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2567
|
-
blobs?: undefined;
|
2568
|
-
type?: "0x7c" | undefined;
|
2569
|
-
kzg?: undefined;
|
2570
|
-
blobVersionedHashes?: undefined;
|
2571
|
-
sidecars?: undefined;
|
2572
|
-
feeCurrency?: `0x${string}` | undefined;
|
2573
|
-
gatewayFee?: `0x${string}` | undefined;
|
2574
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2575
|
-
} | {
|
2576
|
-
data?: `0x${string}` | undefined;
|
2577
|
-
from: `0x${string}`;
|
2578
|
-
gas?: `0x${string}` | undefined;
|
2579
|
-
nonce?: `0x${string}` | undefined;
|
2580
|
-
to?: `0x${string}` | null | undefined;
|
2581
|
-
value?: `0x${string}` | undefined;
|
2582
|
-
gasPrice?: undefined;
|
2583
|
-
maxFeePerBlobGas?: undefined;
|
2584
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2585
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2586
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2587
|
-
blobs?: undefined;
|
2588
|
-
type?: "0x7b" | undefined;
|
2589
|
-
kzg?: undefined;
|
2590
|
-
blobVersionedHashes?: undefined;
|
2591
|
-
sidecars?: undefined;
|
2592
|
-
feeCurrency?: `0x${string}` | undefined;
|
2593
|
-
gatewayFee?: undefined;
|
2594
|
-
gatewayFeeRecipient?: undefined;
|
2595
|
-
} | {
|
2596
|
-
data?: `0x${string}` | undefined;
|
2597
|
-
from: `0x${string}`;
|
2598
|
-
gas?: `0x${string}` | undefined;
|
2599
|
-
nonce?: `0x${string}` | undefined;
|
2600
|
-
to?: `0x${string}` | null | undefined;
|
2601
|
-
value?: `0x${string}` | undefined;
|
2602
|
-
gasPrice?: `0x${string}` | undefined;
|
2603
|
-
maxFeePerBlobGas?: undefined;
|
2604
|
-
maxFeePerGas?: undefined;
|
2605
|
-
maxPriorityFeePerGas?: undefined;
|
2606
|
-
accessList?: undefined;
|
2607
|
-
blobs?: undefined;
|
2608
|
-
type?: "0x0" | undefined;
|
2609
|
-
kzg?: undefined;
|
2610
|
-
blobVersionedHashes?: undefined;
|
2611
|
-
sidecars?: undefined;
|
2612
|
-
feeCurrency?: `0x${string}` | undefined;
|
2613
|
-
gatewayFee?: `0x${string}` | undefined;
|
2614
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2615
|
-
} | {
|
2616
|
-
data?: `0x${string}` | undefined;
|
2617
|
-
from: `0x${string}`;
|
2618
|
-
gas?: `0x${string}` | undefined;
|
2619
|
-
nonce?: `0x${string}` | undefined;
|
2620
|
-
to?: `0x${string}` | null | undefined;
|
2621
|
-
value?: `0x${string}` | undefined;
|
2622
|
-
gasPrice?: `0x${string}` | undefined;
|
2623
|
-
maxFeePerBlobGas?: undefined;
|
2624
|
-
maxFeePerGas?: undefined;
|
2625
|
-
maxPriorityFeePerGas?: undefined;
|
2626
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2627
|
-
blobs?: undefined;
|
2628
|
-
type?: "0x1" | undefined;
|
2629
|
-
kzg?: undefined;
|
2630
|
-
blobVersionedHashes?: undefined;
|
2631
|
-
sidecars?: undefined;
|
2632
|
-
feeCurrency?: `0x${string}` | undefined;
|
2633
|
-
gatewayFee?: `0x${string}` | undefined;
|
2634
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2635
|
-
} | {
|
2636
|
-
data?: `0x${string}` | undefined;
|
2637
|
-
from: `0x${string}`;
|
2638
|
-
gas?: `0x${string}` | undefined;
|
2639
|
-
nonce?: `0x${string}` | undefined;
|
2640
|
-
to?: `0x${string}` | null | undefined;
|
2641
|
-
value?: `0x${string}` | undefined;
|
2642
|
-
gasPrice?: undefined;
|
2643
|
-
maxFeePerBlobGas?: undefined;
|
2644
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2645
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2646
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2647
|
-
blobs?: undefined;
|
2648
|
-
type?: "0x2" | undefined;
|
2649
|
-
kzg?: undefined;
|
2650
|
-
blobVersionedHashes?: undefined;
|
2651
|
-
sidecars?: undefined;
|
2652
|
-
feeCurrency?: `0x${string}` | undefined;
|
2653
|
-
gatewayFee?: `0x${string}` | undefined;
|
2654
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2655
|
-
} | {
|
2656
|
-
data?: `0x${string}` | undefined;
|
2657
|
-
from: `0x${string}`;
|
2658
|
-
gas?: `0x${string}` | undefined;
|
2659
|
-
nonce?: `0x${string}` | undefined;
|
2660
|
-
to?: `0x${string}` | null | undefined;
|
2661
|
-
value?: `0x${string}` | undefined;
|
2662
|
-
gasPrice?: undefined;
|
2663
|
-
maxFeePerBlobGas?: undefined;
|
2664
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2665
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2666
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2667
|
-
blobs?: undefined;
|
2668
|
-
type?: "0x7c" | undefined;
|
2669
|
-
kzg?: undefined;
|
2670
|
-
blobVersionedHashes?: undefined;
|
2671
|
-
sidecars?: undefined;
|
2672
|
-
feeCurrency?: `0x${string}` | undefined;
|
2673
|
-
gatewayFee?: `0x${string}` | undefined;
|
2674
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2675
|
-
} | {
|
2676
|
-
data?: `0x${string}` | undefined;
|
2677
|
-
from: `0x${string}`;
|
2678
|
-
gas?: `0x${string}` | undefined;
|
2679
|
-
nonce?: `0x${string}` | undefined;
|
2680
|
-
to?: `0x${string}` | null | undefined;
|
2681
|
-
value?: `0x${string}` | undefined;
|
2682
|
-
gasPrice?: undefined;
|
2683
|
-
maxFeePerBlobGas?: undefined;
|
2684
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2685
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2686
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2687
|
-
blobs?: undefined;
|
2688
|
-
type?: "0x7b" | undefined;
|
2689
|
-
kzg?: undefined;
|
2690
|
-
blobVersionedHashes?: undefined;
|
2691
|
-
sidecars?: undefined;
|
2692
|
-
feeCurrency?: `0x${string}` | undefined;
|
2693
|
-
gatewayFee?: undefined;
|
2694
|
-
gatewayFeeRecipient?: undefined;
|
2695
|
-
} | {
|
2696
|
-
data?: `0x${string}` | undefined;
|
2697
|
-
from: `0x${string}`;
|
2698
|
-
gas?: `0x${string}` | undefined;
|
2699
|
-
nonce?: `0x${string}` | undefined;
|
2700
|
-
value?: `0x${string}` | undefined;
|
2701
|
-
to: `0x${string}` | null;
|
2702
|
-
gasPrice?: undefined;
|
2703
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2704
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2705
|
-
maxFeePerBlobGas: `0x${string}`;
|
2706
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2707
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2708
|
-
type?: "0x3" | undefined;
|
2709
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
2710
|
-
blobVersionedHashes?: undefined;
|
2711
|
-
sidecars?: undefined;
|
2712
|
-
feeCurrency?: `0x${string}` | undefined;
|
2713
|
-
gatewayFee?: `0x${string}` | undefined;
|
2714
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2715
|
-
} | {
|
2716
|
-
data?: `0x${string}` | undefined;
|
2717
|
-
from: `0x${string}`;
|
2718
|
-
gas?: `0x${string}` | undefined;
|
2719
|
-
nonce?: `0x${string}` | undefined;
|
2720
|
-
value?: `0x${string}` | undefined;
|
2721
|
-
to: `0x${string}` | null | undefined;
|
2722
|
-
gasPrice?: undefined;
|
2723
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2724
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2725
|
-
maxFeePerBlobGas: undefined;
|
2726
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2727
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2728
|
-
type?: "0x7c" | undefined;
|
2729
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
2730
|
-
blobVersionedHashes?: undefined;
|
2731
|
-
sidecars?: undefined;
|
2732
|
-
feeCurrency?: `0x${string}` | undefined;
|
2733
|
-
gatewayFee?: `0x${string}` | undefined;
|
2734
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2735
|
-
} | {
|
2736
|
-
data?: `0x${string}` | undefined;
|
2737
|
-
from: `0x${string}`;
|
2738
|
-
gas?: `0x${string}` | undefined;
|
2739
|
-
nonce?: `0x${string}` | undefined;
|
2740
|
-
value?: `0x${string}` | undefined;
|
2741
|
-
to: `0x${string}` | null | undefined;
|
2742
|
-
gasPrice?: undefined;
|
2743
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2744
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2745
|
-
maxFeePerBlobGas: undefined;
|
2746
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2747
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2748
|
-
type?: "0x7b" | undefined;
|
2749
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
2750
|
-
blobVersionedHashes?: undefined;
|
2751
|
-
sidecars?: undefined;
|
2752
|
-
feeCurrency?: `0x${string}` | undefined;
|
2753
|
-
gatewayFee?: undefined;
|
2754
|
-
gatewayFeeRecipient?: undefined;
|
2755
|
-
} | {
|
2756
|
-
data?: `0x${string}` | undefined;
|
2757
|
-
from: `0x${string}`;
|
2758
|
-
gas?: `0x${string}` | undefined;
|
2759
|
-
nonce?: `0x${string}` | undefined;
|
2760
|
-
value?: `0x${string}` | undefined;
|
2761
|
-
to: `0x${string}` | null;
|
2762
|
-
gasPrice?: undefined;
|
2763
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2764
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2765
|
-
maxFeePerBlobGas: `0x${string}`;
|
2766
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2767
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2768
|
-
type?: "0x3" | undefined;
|
2769
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2770
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2771
|
-
sidecars?: undefined;
|
2772
|
-
feeCurrency?: `0x${string}` | undefined;
|
2773
|
-
gatewayFee?: `0x${string}` | undefined;
|
2774
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2775
|
-
} | {
|
2776
|
-
data?: `0x${string}` | undefined;
|
2777
|
-
from: `0x${string}`;
|
2778
|
-
gas?: `0x${string}` | undefined;
|
2779
|
-
nonce?: `0x${string}` | undefined;
|
2780
|
-
value?: `0x${string}` | undefined;
|
2781
|
-
to: `0x${string}` | null | undefined;
|
2782
|
-
gasPrice?: undefined;
|
2783
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2784
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2785
|
-
maxFeePerBlobGas: undefined;
|
2786
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2787
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2788
|
-
type?: "0x7c" | undefined;
|
2789
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2790
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2791
|
-
sidecars?: undefined;
|
2792
|
-
feeCurrency?: `0x${string}` | undefined;
|
2793
|
-
gatewayFee?: `0x${string}` | undefined;
|
2794
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2795
|
-
} | {
|
2796
|
-
data?: `0x${string}` | undefined;
|
2797
|
-
from: `0x${string}`;
|
2798
|
-
gas?: `0x${string}` | undefined;
|
2799
|
-
nonce?: `0x${string}` | undefined;
|
2800
|
-
value?: `0x${string}` | undefined;
|
2801
|
-
to: `0x${string}` | null | undefined;
|
2802
|
-
gasPrice?: undefined;
|
2803
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2804
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2805
|
-
maxFeePerBlobGas: undefined;
|
2806
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2807
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2808
|
-
type?: "0x7b" | undefined;
|
2809
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
2810
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2811
|
-
sidecars?: undefined;
|
2812
|
-
feeCurrency?: `0x${string}` | undefined;
|
2813
|
-
gatewayFee?: undefined;
|
2814
|
-
gatewayFeeRecipient?: undefined;
|
2815
|
-
} | {
|
2816
|
-
data?: `0x${string}` | undefined;
|
2817
|
-
from: `0x${string}`;
|
2818
|
-
gas?: `0x${string}` | undefined;
|
2819
|
-
nonce?: `0x${string}` | undefined;
|
2820
|
-
value?: `0x${string}` | undefined;
|
2821
|
-
to: `0x${string}` | null;
|
2822
|
-
gasPrice?: undefined;
|
2823
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2824
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2825
|
-
maxFeePerBlobGas: `0x${string}`;
|
2826
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2827
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2828
|
-
type?: "0x3" | undefined;
|
2829
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2830
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
2831
|
-
blobVersionedHashes?: undefined;
|
2832
|
-
feeCurrency?: `0x${string}` | undefined;
|
2833
|
-
gatewayFee?: `0x${string}` | undefined;
|
2834
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
2835
|
-
} | {
|
2836
|
-
data?: `0x${string}` | undefined;
|
2837
|
-
from: `0x${string}`;
|
2838
|
-
gas?: `0x${string}` | undefined;
|
2839
|
-
nonce?: `0x${string}` | undefined;
|
2840
|
-
value?: `0x${string}` | undefined;
|
2841
|
-
to: `0x${string}` | null | undefined;
|
2842
|
-
gasPrice?: undefined;
|
2843
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2844
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2845
|
-
maxFeePerBlobGas: undefined;
|
2101
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
2102
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2103
|
+
maxFeePerBlobGas: undefined;
|
2846
2104
|
accessList?: import("../../index.js").AccessList | undefined;
|
2847
2105
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2848
2106
|
type?: "0x7c" | undefined;
|
2849
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2850
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
2851
|
-
blobVersionedHashes?: undefined;
|
2852
2107
|
feeCurrency?: `0x${string}` | undefined;
|
2853
2108
|
gatewayFee?: `0x${string}` | undefined;
|
2854
2109
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -2866,9 +2121,6 @@ export declare const celo: {
|
|
2866
2121
|
accessList?: import("../../index.js").AccessList | undefined;
|
2867
2122
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2868
2123
|
type?: "0x7b" | undefined;
|
2869
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2870
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
2871
|
-
blobVersionedHashes?: undefined;
|
2872
2124
|
feeCurrency?: `0x${string}` | undefined;
|
2873
2125
|
gatewayFee?: undefined;
|
2874
2126
|
gatewayFeeRecipient?: undefined;
|
@@ -2940,7 +2192,6 @@ export declare const celo: {
|
|
2940
2192
|
gas?: `0x${string}`;
|
2941
2193
|
nonce?: `0x${string}`;
|
2942
2194
|
value?: `0x${string}`;
|
2943
|
-
blobVersionedHashes?: undefined;
|
2944
2195
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2945
2196
|
accessList?: undefined;
|
2946
2197
|
blockHash?: `0x${string}` | null;
|
@@ -2948,6 +2199,7 @@ export declare const celo: {
|
|
2948
2199
|
hash?: `0x${string}`;
|
2949
2200
|
input?: `0x${string}`;
|
2950
2201
|
transactionIndex?: `0x${string}` | null;
|
2202
|
+
blobVersionedHashes?: undefined;
|
2951
2203
|
chainId?: `0x${string}` | undefined;
|
2952
2204
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2953
2205
|
r: `0x${string}`;
|
@@ -2991,7 +2243,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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?: undefined;
|
3025
2276
|
blockHash?: `0x${string}` | null;
|
@@ -3027,6 +2278,7 @@ export declare const celo: {
|
|
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
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3032
2284
|
feeCurrency: `0x${string}` | null;
|
@@ -3047,7 +2299,6 @@ export declare const celo: {
|
|
3047
2299
|
gas?: `0x${string}`;
|
3048
2300
|
nonce?: `0x${string}`;
|
3049
2301
|
value?: `0x${string}`;
|
3050
|
-
blobVersionedHashes?: undefined;
|
3051
2302
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3052
2303
|
accessList?: import("../../index.js").AccessList | undefined;
|
3053
2304
|
blockHash?: `0x${string}` | null;
|
@@ -3055,6 +2306,7 @@ export declare const celo: {
|
|
3055
2306
|
hash?: `0x${string}`;
|
3056
2307
|
input?: `0x${string}`;
|
3057
2308
|
transactionIndex?: `0x${string}` | null;
|
2309
|
+
blobVersionedHashes?: undefined;
|
3058
2310
|
chainId?: `0x${string}` | undefined;
|
3059
2311
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3060
2312
|
r: `0x${string}`;
|
@@ -3098,7 +2350,6 @@ export declare const celo: {
|
|
3098
2350
|
gas?: `0x${string}`;
|
3099
2351
|
nonce?: `0x${string}`;
|
3100
2352
|
value?: `0x${string}`;
|
3101
|
-
blobVersionedHashes?: undefined;
|
3102
2353
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3103
2354
|
accessList?: import("../../index.js").AccessList | undefined;
|
3104
2355
|
blockHash?: `0x${string}` | null;
|
@@ -3106,6 +2357,7 @@ export declare const celo: {
|
|
3106
2357
|
hash?: `0x${string}`;
|
3107
2358
|
input?: `0x${string}`;
|
3108
2359
|
transactionIndex?: `0x${string}` | null;
|
2360
|
+
blobVersionedHashes?: undefined;
|
3109
2361
|
chainId?: `0x${string}` | undefined;
|
3110
2362
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3111
2363
|
blockHash: `0x${string}` | null;
|
@@ -3149,7 +2401,6 @@ export declare const celo: {
|
|
3149
2401
|
gas?: `0x${string}`;
|
3150
2402
|
nonce?: `0x${string}`;
|
3151
2403
|
value?: `0x${string}`;
|
3152
|
-
blobVersionedHashes?: undefined;
|
3153
2404
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3154
2405
|
accessList?: import("../../index.js").AccessList | undefined;
|
3155
2406
|
blockHash?: `0x${string}` | null;
|
@@ -3157,6 +2408,7 @@ export declare const celo: {
|
|
3157
2408
|
hash?: `0x${string}`;
|
3158
2409
|
input?: `0x${string}`;
|
3159
2410
|
transactionIndex?: `0x${string}` | null;
|
2411
|
+
blobVersionedHashes?: undefined;
|
3160
2412
|
chainId?: `0x${string}` | undefined;
|
3161
2413
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3162
2414
|
blockHash: `0x${string}` | null;
|
@@ -3200,7 +2452,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
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
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3241
2493
|
feeCurrency: `0x${string}` | null;
|
@@ -3256,7 +2508,6 @@ export declare const celo: {
|
|
3256
2508
|
gas?: `0x${string}`;
|
3257
2509
|
nonce?: `0x${string}`;
|
3258
2510
|
value?: `0x${string}`;
|
3259
|
-
blobVersionedHashes?: undefined;
|
3260
2511
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3261
2512
|
accessList?: import("../../index.js").AccessList | undefined;
|
3262
2513
|
blockHash?: `0x${string}` | null;
|
@@ -3264,6 +2515,7 @@ export declare const celo: {
|
|
3264
2515
|
hash?: `0x${string}`;
|
3265
2516
|
input?: `0x${string}`;
|
3266
2517
|
transactionIndex?: `0x${string}` | null;
|
2518
|
+
blobVersionedHashes?: undefined;
|
3267
2519
|
chainId?: `0x${string}` | undefined;
|
3268
2520
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3269
2521
|
r: `0x${string}`;
|
@@ -3307,7 +2559,6 @@ export declare const celo: {
|
|
3307
2559
|
gas?: `0x${string}`;
|
3308
2560
|
nonce?: `0x${string}`;
|
3309
2561
|
value?: `0x${string}`;
|
3310
|
-
blobVersionedHashes?: undefined;
|
3311
2562
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3312
2563
|
accessList?: import("../../index.js").AccessList | undefined;
|
3313
2564
|
blockHash?: `0x${string}` | null;
|
@@ -3315,6 +2566,7 @@ export declare const celo: {
|
|
3315
2566
|
hash?: `0x${string}`;
|
3316
2567
|
input?: `0x${string}`;
|
3317
2568
|
transactionIndex?: `0x${string}` | null;
|
2569
|
+
blobVersionedHashes?: undefined;
|
3318
2570
|
chainId?: `0x${string}` | undefined;
|
3319
2571
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3320
2572
|
blockHash: `0x${string}` | null;
|
@@ -3358,7 +2610,6 @@ export declare const celo: {
|
|
3358
2610
|
gas?: `0x${string}`;
|
3359
2611
|
nonce?: `0x${string}`;
|
3360
2612
|
value?: `0x${string}`;
|
3361
|
-
blobVersionedHashes?: undefined;
|
3362
2613
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3363
2614
|
accessList?: import("../../index.js").AccessList | undefined;
|
3364
2615
|
blockHash?: `0x${string}` | null;
|
@@ -3366,6 +2617,7 @@ export declare const celo: {
|
|
3366
2617
|
hash?: `0x${string}`;
|
3367
2618
|
input?: `0x${string}`;
|
3368
2619
|
transactionIndex?: `0x${string}` | null;
|
2620
|
+
blobVersionedHashes?: undefined;
|
3369
2621
|
chainId?: `0x${string}` | undefined;
|
3370
2622
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3371
2623
|
blockHash: `0x${string}` | null;
|
@@ -3409,7 +2661,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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 celo: {
|
|
3437
2689
|
gas?: `0x${string}`;
|
3438
2690
|
nonce?: `0x${string}`;
|
3439
2691
|
value?: `0x${string}`;
|
3440
|
-
blobVersionedHashes?: 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 celo: {
|
|
3445
2696
|
hash?: `0x${string}`;
|
3446
2697
|
input?: `0x${string}`;
|
3447
2698
|
transactionIndex?: `0x${string}` | null;
|
2699
|
+
blobVersionedHashes?: undefined;
|
3448
2700
|
chainId?: `0x${string}` | undefined;
|
3449
2701
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3450
2702
|
feeCurrency: `0x${string}` | null;
|
@@ -3465,7 +2717,6 @@ export declare const celo: {
|
|
3465
2717
|
gas?: `0x${string}`;
|
3466
2718
|
nonce?: `0x${string}`;
|
3467
2719
|
value?: `0x${string}`;
|
3468
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3469
2720
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3470
2721
|
accessList?: import("../../index.js").AccessList | undefined;
|
3471
2722
|
blockHash?: `0x${string}` | null;
|
@@ -3473,6 +2724,7 @@ export declare const celo: {
|
|
3473
2724
|
hash?: `0x${string}`;
|
3474
2725
|
input?: `0x${string}`;
|
3475
2726
|
transactionIndex?: `0x${string}` | null;
|
2727
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3476
2728
|
chainId?: `0x${string}` | undefined;
|
3477
2729
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3478
2730
|
r: `0x${string}`;
|
@@ -3516,7 +2768,6 @@ export declare const celo: {
|
|
3516
2768
|
gas?: `0x${string}`;
|
3517
2769
|
nonce?: `0x${string}`;
|
3518
2770
|
value?: `0x${string}`;
|
3519
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3520
2771
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3521
2772
|
accessList?: import("../../index.js").AccessList | undefined;
|
3522
2773
|
blockHash?: `0x${string}` | null;
|
@@ -3524,6 +2775,7 @@ export declare const celo: {
|
|
3524
2775
|
hash?: `0x${string}`;
|
3525
2776
|
input?: `0x${string}`;
|
3526
2777
|
transactionIndex?: `0x${string}` | null;
|
2778
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3527
2779
|
chainId?: `0x${string}` | undefined;
|
3528
2780
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3529
2781
|
blockHash: `0x${string}` | null;
|
@@ -3567,7 +2819,6 @@ export declare const celo: {
|
|
3567
2819
|
gas?: `0x${string}`;
|
3568
2820
|
nonce?: `0x${string}`;
|
3569
2821
|
value?: `0x${string}`;
|
3570
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3571
2822
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3572
2823
|
accessList?: import("../../index.js").AccessList | undefined;
|
3573
2824
|
blockHash?: `0x${string}` | null;
|
@@ -3575,6 +2826,7 @@ export declare const celo: {
|
|
3575
2826
|
hash?: `0x${string}`;
|
3576
2827
|
input?: `0x${string}`;
|
3577
2828
|
transactionIndex?: `0x${string}` | null;
|
2829
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3578
2830
|
chainId?: `0x${string}` | undefined;
|
3579
2831
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3580
2832
|
blockHash: `0x${string}` | null;
|
@@ -3618,7 +2870,6 @@ export declare const celo: {
|
|
3618
2870
|
gas?: `0x${string}`;
|
3619
2871
|
nonce?: `0x${string}`;
|
3620
2872
|
value?: `0x${string}`;
|
3621
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3622
2873
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3623
2874
|
accessList?: import("../../index.js").AccessList | undefined;
|
3624
2875
|
blockHash?: `0x${string}` | null;
|
@@ -3626,6 +2877,7 @@ export declare const celo: {
|
|
3626
2877
|
hash?: `0x${string}`;
|
3627
2878
|
input?: `0x${string}`;
|
3628
2879
|
transactionIndex?: `0x${string}` | null;
|
2880
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3629
2881
|
chainId?: `0x${string}` | undefined;
|
3630
2882
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3631
2883
|
blockHash: `0x${string}` | null;
|
@@ -3669,7 +2921,6 @@ export declare const celo: {
|
|
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 celo: {
|
|
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;
|
@@ -3697,7 +2949,6 @@ export declare const celo: {
|
|
3697
2949
|
gas?: `0x${string}`;
|
3698
2950
|
nonce?: `0x${string}`;
|
3699
2951
|
value?: `0x${string}`;
|
3700
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3701
2952
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3702
2953
|
accessList?: import("../../index.js").AccessList | undefined;
|
3703
2954
|
blockHash?: `0x${string}` | null;
|
@@ -3705,6 +2956,7 @@ export declare const celo: {
|
|
3705
2956
|
hash?: `0x${string}`;
|
3706
2957
|
input?: `0x${string}`;
|
3707
2958
|
transactionIndex?: `0x${string}` | null;
|
2959
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3708
2960
|
chainId?: `0x${string}` | undefined;
|
3709
2961
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3710
2962
|
feeCurrency: `0x${string}` | null;
|
@@ -3971,67 +3223,13 @@ export declare const celo: {
|
|
3971
3223
|
value: bigint;
|
3972
3224
|
yParity: number;
|
3973
3225
|
gasPrice?: undefined;
|
3974
|
-
maxFeePerBlobGas?: undefined;
|
3975
|
-
maxFeePerGas: bigint;
|
3976
|
-
maxPriorityFeePerGas: bigint;
|
3977
|
-
accessList: import("../../index.js").AccessList;
|
3978
|
-
blobVersionedHashes?: undefined;
|
3979
|
-
chainId: number;
|
3980
|
-
type: "cip42";
|
3981
|
-
feeCurrency: `0x${string}` | null;
|
3982
|
-
gatewayFee: bigint | null;
|
3983
|
-
gatewayFeeRecipient: `0x${string}` | null;
|
3984
|
-
} | {
|
3985
|
-
blockHash: `0x${string}` | null;
|
3986
|
-
blockNumber: bigint | null;
|
3987
|
-
from: `0x${string}`;
|
3988
|
-
gas: bigint;
|
3989
|
-
hash: `0x${string}`;
|
3990
|
-
input: `0x${string}`;
|
3991
|
-
nonce: number;
|
3992
|
-
r: `0x${string}`;
|
3993
|
-
s: `0x${string}`;
|
3994
|
-
to: `0x${string}` | null;
|
3995
|
-
transactionIndex: number | null;
|
3996
|
-
typeHex: `0x${string}` | null;
|
3997
|
-
v: bigint;
|
3998
|
-
value: bigint;
|
3999
|
-
yParity: number;
|
4000
|
-
gasPrice?: undefined;
|
4001
|
-
maxFeePerBlobGas?: undefined;
|
4002
|
-
maxFeePerGas: bigint;
|
4003
|
-
maxPriorityFeePerGas: bigint;
|
4004
|
-
accessList: import("../../index.js").AccessList;
|
4005
|
-
blobVersionedHashes?: undefined;
|
4006
|
-
chainId: number;
|
4007
|
-
type: "cip64";
|
4008
|
-
feeCurrency: `0x${string}` | null;
|
4009
|
-
gatewayFee?: undefined;
|
4010
|
-
gatewayFeeRecipient?: undefined;
|
4011
|
-
} | {
|
4012
|
-
blockHash: `0x${string}` | null;
|
4013
|
-
blockNumber: bigint | null;
|
4014
|
-
from: `0x${string}`;
|
4015
|
-
gas: bigint;
|
4016
|
-
hash: `0x${string}`;
|
4017
|
-
input: `0x${string}`;
|
4018
|
-
nonce: number;
|
4019
|
-
r: `0x${string}`;
|
4020
|
-
s: `0x${string}`;
|
4021
|
-
to: `0x${string}` | null;
|
4022
|
-
transactionIndex: number | null;
|
4023
|
-
typeHex: `0x${string}` | null;
|
4024
|
-
v: bigint;
|
4025
|
-
value: bigint;
|
4026
|
-
yParity: number;
|
4027
|
-
gasPrice?: undefined;
|
4028
|
-
maxFeePerBlobGas: bigint;
|
3226
|
+
maxFeePerBlobGas?: undefined;
|
4029
3227
|
maxFeePerGas: bigint;
|
4030
3228
|
maxPriorityFeePerGas: bigint;
|
4031
3229
|
accessList: import("../../index.js").AccessList;
|
4032
|
-
blobVersionedHashes
|
3230
|
+
blobVersionedHashes?: undefined;
|
4033
3231
|
chainId: number;
|
4034
|
-
type: "
|
3232
|
+
type: "cip42";
|
4035
3233
|
feeCurrency: `0x${string}` | null;
|
4036
3234
|
gatewayFee: bigint | null;
|
4037
3235
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -4052,16 +3250,16 @@ export declare const celo: {
|
|
4052
3250
|
value: bigint;
|
4053
3251
|
yParity: number;
|
4054
3252
|
gasPrice?: undefined;
|
4055
|
-
maxFeePerBlobGas
|
3253
|
+
maxFeePerBlobGas?: undefined;
|
4056
3254
|
maxFeePerGas: bigint;
|
4057
3255
|
maxPriorityFeePerGas: bigint;
|
4058
3256
|
accessList: import("../../index.js").AccessList;
|
4059
|
-
blobVersionedHashes
|
3257
|
+
blobVersionedHashes?: undefined;
|
4060
3258
|
chainId: number;
|
4061
|
-
type: "
|
3259
|
+
type: "cip64";
|
4062
3260
|
feeCurrency: `0x${string}` | null;
|
4063
|
-
gatewayFee
|
4064
|
-
gatewayFeeRecipient
|
3261
|
+
gatewayFee?: undefined;
|
3262
|
+
gatewayFeeRecipient?: undefined;
|
4065
3263
|
} | {
|
4066
3264
|
blockHash: `0x${string}` | null;
|
4067
3265
|
blockNumber: bigint | null;
|
@@ -4079,342 +3277,76 @@ export declare const celo: {
|
|
4079
3277
|
value: bigint;
|
4080
3278
|
yParity: number;
|
4081
3279
|
gasPrice?: undefined;
|
4082
|
-
maxFeePerBlobGas:
|
3280
|
+
maxFeePerBlobGas: bigint;
|
4083
3281
|
maxFeePerGas: bigint;
|
4084
3282
|
maxPriorityFeePerGas: bigint;
|
4085
3283
|
accessList: import("../../index.js").AccessList;
|
4086
3284
|
blobVersionedHashes: `0x${string}`[];
|
4087
3285
|
chainId: number;
|
4088
|
-
type: "
|
3286
|
+
type: "eip4844";
|
4089
3287
|
feeCurrency: `0x${string}` | null;
|
4090
|
-
gatewayFee
|
4091
|
-
gatewayFeeRecipient
|
4092
|
-
}
|
4093
|
-
|
4094
|
-
|
4095
|
-
readonly transactionRequest: {
|
4096
|
-
exclude: [] | undefined;
|
4097
|
-
format: (args: ({
|
4098
|
-
data?: `0x${string}` | undefined;
|
4099
|
-
from?: `0x${string}`;
|
4100
|
-
gas?: bigint | undefined;
|
4101
|
-
nonce?: number | undefined;
|
4102
|
-
to?: `0x${string}` | null | undefined;
|
4103
|
-
value?: bigint | undefined;
|
4104
|
-
gasPrice?: bigint | undefined;
|
4105
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4106
|
-
maxFeePerGas?: bigint | undefined;
|
4107
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4108
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4109
|
-
blobs?: undefined;
|
4110
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4111
|
-
kzg?: undefined;
|
4112
|
-
blobVersionedHashes?: undefined;
|
4113
|
-
sidecars?: undefined;
|
4114
|
-
} & {
|
4115
|
-
data?: `0x${string}` | undefined;
|
4116
|
-
from: `0x${string}`;
|
4117
|
-
gas?: bigint | undefined;
|
4118
|
-
nonce?: number | undefined;
|
4119
|
-
to?: `0x${string}` | null | undefined;
|
4120
|
-
value?: bigint | undefined;
|
4121
|
-
gasPrice?: bigint | undefined;
|
4122
|
-
maxFeePerBlobGas?: undefined;
|
4123
|
-
maxFeePerGas?: undefined;
|
4124
|
-
maxPriorityFeePerGas?: undefined;
|
4125
|
-
accessList?: undefined;
|
4126
|
-
blobs?: undefined;
|
4127
|
-
type?: "legacy" | undefined;
|
4128
|
-
kzg?: undefined;
|
4129
|
-
blobVersionedHashes?: undefined;
|
4130
|
-
sidecars?: undefined;
|
4131
|
-
} & {
|
4132
|
-
feeCurrency?: `0x${string}` | undefined;
|
4133
|
-
gatewayFee?: bigint | undefined;
|
4134
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4135
|
-
}) | ({
|
4136
|
-
data?: `0x${string}` | undefined;
|
4137
|
-
from?: `0x${string}`;
|
4138
|
-
gas?: bigint | undefined;
|
4139
|
-
nonce?: number | undefined;
|
4140
|
-
to?: `0x${string}` | null | undefined;
|
4141
|
-
value?: bigint | undefined;
|
4142
|
-
gasPrice?: bigint | undefined;
|
4143
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4144
|
-
maxFeePerGas?: bigint | undefined;
|
4145
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4146
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4147
|
-
blobs?: undefined;
|
4148
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4149
|
-
kzg?: undefined;
|
4150
|
-
blobVersionedHashes?: undefined;
|
4151
|
-
sidecars?: undefined;
|
4152
|
-
} & {
|
4153
|
-
data?: `0x${string}` | undefined;
|
4154
|
-
from: `0x${string}`;
|
4155
|
-
gas?: bigint | undefined;
|
4156
|
-
nonce?: number | undefined;
|
4157
|
-
to?: `0x${string}` | null | undefined;
|
4158
|
-
value?: bigint | undefined;
|
4159
|
-
gasPrice?: bigint | undefined;
|
4160
|
-
maxFeePerBlobGas?: undefined;
|
4161
|
-
maxFeePerGas?: undefined;
|
4162
|
-
maxPriorityFeePerGas?: undefined;
|
4163
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4164
|
-
blobs?: undefined;
|
4165
|
-
type?: "eip2930" | undefined;
|
4166
|
-
kzg?: undefined;
|
4167
|
-
blobVersionedHashes?: undefined;
|
4168
|
-
sidecars?: undefined;
|
4169
|
-
} & {
|
4170
|
-
feeCurrency?: `0x${string}` | undefined;
|
4171
|
-
gatewayFee?: bigint | undefined;
|
4172
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4173
|
-
}) | ({
|
4174
|
-
data?: `0x${string}` | undefined;
|
4175
|
-
from?: `0x${string}`;
|
4176
|
-
gas?: bigint | undefined;
|
4177
|
-
nonce?: number | undefined;
|
4178
|
-
to?: `0x${string}` | null | undefined;
|
4179
|
-
value?: bigint | undefined;
|
4180
|
-
gasPrice?: bigint | undefined;
|
4181
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4182
|
-
maxFeePerGas?: bigint | undefined;
|
4183
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4184
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4185
|
-
blobs?: undefined;
|
4186
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4187
|
-
kzg?: undefined;
|
4188
|
-
blobVersionedHashes?: undefined;
|
4189
|
-
sidecars?: undefined;
|
4190
|
-
} & {
|
4191
|
-
data?: `0x${string}` | undefined;
|
4192
|
-
from: `0x${string}`;
|
4193
|
-
gas?: bigint | undefined;
|
4194
|
-
nonce?: number | undefined;
|
4195
|
-
to?: `0x${string}` | null | undefined;
|
4196
|
-
value?: bigint | undefined;
|
4197
|
-
gasPrice?: undefined;
|
4198
|
-
maxFeePerBlobGas?: undefined;
|
4199
|
-
maxFeePerGas?: bigint | undefined;
|
4200
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4201
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4202
|
-
blobs?: undefined;
|
4203
|
-
type?: "eip1559" | undefined;
|
4204
|
-
kzg?: undefined;
|
4205
|
-
blobVersionedHashes?: undefined;
|
4206
|
-
sidecars?: undefined;
|
4207
|
-
} & {
|
4208
|
-
feeCurrency?: `0x${string}` | undefined;
|
4209
|
-
gatewayFee?: bigint | undefined;
|
4210
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4211
|
-
}) | ({
|
4212
|
-
data?: `0x${string}` | undefined;
|
4213
|
-
from?: `0x${string}`;
|
4214
|
-
gas?: bigint | undefined;
|
4215
|
-
nonce?: number | undefined;
|
4216
|
-
to?: `0x${string}` | null | undefined;
|
4217
|
-
value?: bigint | undefined;
|
4218
|
-
gasPrice?: bigint | undefined;
|
4219
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4220
|
-
maxFeePerGas?: bigint | undefined;
|
4221
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4222
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4223
|
-
blobs?: undefined;
|
4224
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4225
|
-
kzg?: undefined;
|
4226
|
-
blobVersionedHashes?: undefined;
|
4227
|
-
sidecars?: undefined;
|
4228
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4229
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4230
|
-
feeCurrency?: `0x${string}` | undefined;
|
4231
|
-
gatewayFee?: bigint | undefined;
|
4232
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4233
|
-
type?: "cip42" | undefined;
|
4234
|
-
}) | ({
|
4235
|
-
data?: `0x${string}` | undefined;
|
4236
|
-
from?: `0x${string}`;
|
4237
|
-
gas?: bigint | undefined;
|
4238
|
-
nonce?: number | undefined;
|
4239
|
-
to?: `0x${string}` | null | undefined;
|
4240
|
-
value?: bigint | undefined;
|
4241
|
-
gasPrice?: bigint | undefined;
|
4242
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4243
|
-
maxFeePerGas?: bigint | undefined;
|
4244
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4245
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4246
|
-
blobs?: undefined;
|
4247
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4248
|
-
kzg?: undefined;
|
4249
|
-
blobVersionedHashes?: undefined;
|
4250
|
-
sidecars?: undefined;
|
4251
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4252
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4253
|
-
feeCurrency?: `0x${string}` | undefined;
|
4254
|
-
gatewayFee?: undefined;
|
4255
|
-
gatewayFeeRecipient?: undefined;
|
4256
|
-
type?: "cip64" | undefined;
|
4257
|
-
}) | ({
|
4258
|
-
data?: `0x${string}` | undefined;
|
4259
|
-
from?: `0x${string}`;
|
4260
|
-
gas?: bigint | undefined;
|
4261
|
-
nonce?: number | undefined;
|
4262
|
-
to?: `0x${string}` | null | undefined;
|
4263
|
-
value?: bigint | undefined;
|
4264
|
-
gasPrice?: bigint | undefined;
|
4265
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4266
|
-
maxFeePerGas?: bigint | undefined;
|
4267
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4268
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4269
|
-
blobs?: undefined;
|
4270
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4271
|
-
kzg?: undefined;
|
4272
|
-
blobVersionedHashes?: undefined;
|
4273
|
-
sidecars?: undefined;
|
4274
|
-
} & {
|
4275
|
-
data?: `0x${string}` | undefined;
|
4276
|
-
from: `0x${string}`;
|
4277
|
-
gas?: bigint | undefined;
|
4278
|
-
nonce?: number | undefined;
|
4279
|
-
to?: `0x${string}` | null | undefined;
|
4280
|
-
value?: bigint | undefined;
|
4281
|
-
gasPrice?: bigint | undefined;
|
4282
|
-
maxFeePerBlobGas?: undefined;
|
4283
|
-
maxFeePerGas?: undefined;
|
4284
|
-
maxPriorityFeePerGas?: undefined;
|
4285
|
-
accessList?: undefined;
|
4286
|
-
blobs?: undefined;
|
4287
|
-
type?: "legacy" | undefined;
|
4288
|
-
kzg?: undefined;
|
4289
|
-
blobVersionedHashes?: undefined;
|
4290
|
-
sidecars?: undefined;
|
4291
|
-
} & {
|
4292
|
-
feeCurrency?: `0x${string}` | undefined;
|
4293
|
-
gatewayFee?: bigint | undefined;
|
4294
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4295
|
-
}) | ({
|
4296
|
-
data?: `0x${string}` | undefined;
|
4297
|
-
from?: `0x${string}`;
|
4298
|
-
gas?: bigint | undefined;
|
4299
|
-
nonce?: number | undefined;
|
4300
|
-
to?: `0x${string}` | null | undefined;
|
4301
|
-
value?: bigint | undefined;
|
4302
|
-
gasPrice?: bigint | undefined;
|
4303
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4304
|
-
maxFeePerGas?: bigint | undefined;
|
4305
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4306
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4307
|
-
blobs?: undefined;
|
4308
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4309
|
-
kzg?: undefined;
|
4310
|
-
blobVersionedHashes?: undefined;
|
4311
|
-
sidecars?: undefined;
|
4312
|
-
} & {
|
4313
|
-
data?: `0x${string}` | undefined;
|
4314
|
-
from: `0x${string}`;
|
4315
|
-
gas?: bigint | undefined;
|
4316
|
-
nonce?: number | undefined;
|
4317
|
-
to?: `0x${string}` | null | undefined;
|
4318
|
-
value?: bigint | undefined;
|
4319
|
-
gasPrice?: bigint | undefined;
|
4320
|
-
maxFeePerBlobGas?: undefined;
|
4321
|
-
maxFeePerGas?: undefined;
|
4322
|
-
maxPriorityFeePerGas?: undefined;
|
4323
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4324
|
-
blobs?: undefined;
|
4325
|
-
type?: "eip2930" | undefined;
|
4326
|
-
kzg?: undefined;
|
4327
|
-
blobVersionedHashes?: undefined;
|
4328
|
-
sidecars?: undefined;
|
4329
|
-
} & {
|
4330
|
-
feeCurrency?: `0x${string}` | undefined;
|
4331
|
-
gatewayFee?: bigint | undefined;
|
4332
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4333
|
-
}) | ({
|
4334
|
-
data?: `0x${string}` | undefined;
|
4335
|
-
from?: `0x${string}`;
|
4336
|
-
gas?: bigint | undefined;
|
4337
|
-
nonce?: number | undefined;
|
4338
|
-
to?: `0x${string}` | null | undefined;
|
4339
|
-
value?: bigint | undefined;
|
4340
|
-
gasPrice?: bigint | undefined;
|
4341
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4342
|
-
maxFeePerGas?: bigint | undefined;
|
4343
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4344
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4345
|
-
blobs?: undefined;
|
4346
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4347
|
-
kzg?: undefined;
|
4348
|
-
blobVersionedHashes?: undefined;
|
4349
|
-
sidecars?: undefined;
|
4350
|
-
} & {
|
4351
|
-
data?: `0x${string}` | undefined;
|
3288
|
+
gatewayFee: bigint | null;
|
3289
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
3290
|
+
} | {
|
3291
|
+
blockHash: `0x${string}` | null;
|
3292
|
+
blockNumber: bigint | null;
|
4352
3293
|
from: `0x${string}`;
|
4353
|
-
gas
|
4354
|
-
|
4355
|
-
|
4356
|
-
|
3294
|
+
gas: bigint;
|
3295
|
+
hash: `0x${string}`;
|
3296
|
+
input: `0x${string}`;
|
3297
|
+
nonce: number;
|
3298
|
+
r: `0x${string}`;
|
3299
|
+
s: `0x${string}`;
|
3300
|
+
to: `0x${string}` | null;
|
3301
|
+
transactionIndex: number | null;
|
3302
|
+
typeHex: `0x${string}` | null;
|
3303
|
+
v: bigint;
|
3304
|
+
value: bigint;
|
3305
|
+
yParity: number;
|
4357
3306
|
gasPrice?: undefined;
|
4358
|
-
maxFeePerBlobGas
|
4359
|
-
maxFeePerGas
|
4360
|
-
maxPriorityFeePerGas
|
4361
|
-
accessList
|
4362
|
-
|
4363
|
-
|
4364
|
-
|
4365
|
-
|
4366
|
-
|
4367
|
-
|
4368
|
-
|
4369
|
-
|
4370
|
-
|
4371
|
-
|
4372
|
-
|
4373
|
-
|
4374
|
-
|
4375
|
-
nonce
|
4376
|
-
|
4377
|
-
|
4378
|
-
|
4379
|
-
|
4380
|
-
|
4381
|
-
|
4382
|
-
|
4383
|
-
|
4384
|
-
|
4385
|
-
|
4386
|
-
|
4387
|
-
|
4388
|
-
|
4389
|
-
|
4390
|
-
|
4391
|
-
|
4392
|
-
|
4393
|
-
type?: "cip42" | undefined;
|
4394
|
-
}) | ({
|
4395
|
-
data?: `0x${string}` | undefined;
|
4396
|
-
from?: `0x${string}`;
|
4397
|
-
gas?: bigint | undefined;
|
4398
|
-
nonce?: number | undefined;
|
4399
|
-
to?: `0x${string}` | null | undefined;
|
4400
|
-
value?: bigint | undefined;
|
4401
|
-
gasPrice?: bigint | undefined;
|
4402
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4403
|
-
maxFeePerGas?: bigint | undefined;
|
4404
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4405
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4406
|
-
blobs?: undefined;
|
4407
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4408
|
-
kzg?: undefined;
|
4409
|
-
blobVersionedHashes?: undefined;
|
4410
|
-
sidecars?: undefined;
|
4411
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4412
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4413
|
-
feeCurrency?: `0x${string}` | undefined;
|
3307
|
+
maxFeePerBlobGas: undefined;
|
3308
|
+
maxFeePerGas: bigint;
|
3309
|
+
maxPriorityFeePerGas: bigint;
|
3310
|
+
accessList: import("../../index.js").AccessList;
|
3311
|
+
blobVersionedHashes: `0x${string}`[];
|
3312
|
+
chainId: number;
|
3313
|
+
type: "cip42";
|
3314
|
+
feeCurrency: `0x${string}` | null;
|
3315
|
+
gatewayFee: bigint | null;
|
3316
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
3317
|
+
} | {
|
3318
|
+
blockHash: `0x${string}` | null;
|
3319
|
+
blockNumber: bigint | null;
|
3320
|
+
from: `0x${string}`;
|
3321
|
+
gas: bigint;
|
3322
|
+
hash: `0x${string}`;
|
3323
|
+
input: `0x${string}`;
|
3324
|
+
nonce: number;
|
3325
|
+
r: `0x${string}`;
|
3326
|
+
s: `0x${string}`;
|
3327
|
+
to: `0x${string}` | null;
|
3328
|
+
transactionIndex: number | null;
|
3329
|
+
typeHex: `0x${string}` | null;
|
3330
|
+
v: bigint;
|
3331
|
+
value: bigint;
|
3332
|
+
yParity: number;
|
3333
|
+
gasPrice?: undefined;
|
3334
|
+
maxFeePerBlobGas: undefined;
|
3335
|
+
maxFeePerGas: bigint;
|
3336
|
+
maxPriorityFeePerGas: bigint;
|
3337
|
+
accessList: import("../../index.js").AccessList;
|
3338
|
+
blobVersionedHashes: `0x${string}`[];
|
3339
|
+
chainId: number;
|
3340
|
+
type: "cip64";
|
3341
|
+
feeCurrency: `0x${string}` | null;
|
4414
3342
|
gatewayFee?: undefined;
|
4415
3343
|
gatewayFeeRecipient?: undefined;
|
4416
|
-
|
4417
|
-
|
3344
|
+
}) & {};
|
3345
|
+
type: "transaction";
|
3346
|
+
};
|
3347
|
+
readonly transactionRequest: {
|
3348
|
+
exclude: [] | undefined;
|
3349
|
+
format: (args: ({
|
4418
3350
|
data?: `0x${string}` | undefined;
|
4419
3351
|
from?: `0x${string}`;
|
4420
3352
|
gas?: bigint | undefined;
|
@@ -4428,9 +3360,6 @@ export declare const celo: {
|
|
4428
3360
|
accessList?: import("../../index.js").AccessList | undefined;
|
4429
3361
|
blobs?: undefined;
|
4430
3362
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4431
|
-
kzg?: undefined;
|
4432
|
-
blobVersionedHashes?: undefined;
|
4433
|
-
sidecars?: undefined;
|
4434
3363
|
} & {
|
4435
3364
|
data?: `0x${string}` | undefined;
|
4436
3365
|
from: `0x${string}`;
|
@@ -4445,9 +3374,6 @@ export declare const celo: {
|
|
4445
3374
|
accessList?: undefined;
|
4446
3375
|
blobs?: undefined;
|
4447
3376
|
type?: "legacy" | undefined;
|
4448
|
-
kzg?: undefined;
|
4449
|
-
blobVersionedHashes?: undefined;
|
4450
|
-
sidecars?: undefined;
|
4451
3377
|
} & {
|
4452
3378
|
feeCurrency?: `0x${string}` | undefined;
|
4453
3379
|
gatewayFee?: bigint | undefined;
|
@@ -4466,9 +3392,6 @@ export declare const celo: {
|
|
4466
3392
|
accessList?: import("../../index.js").AccessList | undefined;
|
4467
3393
|
blobs?: undefined;
|
4468
3394
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4469
|
-
kzg?: undefined;
|
4470
|
-
blobVersionedHashes?: undefined;
|
4471
|
-
sidecars?: undefined;
|
4472
3395
|
} & {
|
4473
3396
|
data?: `0x${string}` | undefined;
|
4474
3397
|
from: `0x${string}`;
|
@@ -4483,9 +3406,6 @@ export declare const celo: {
|
|
4483
3406
|
accessList?: import("../../index.js").AccessList | undefined;
|
4484
3407
|
blobs?: undefined;
|
4485
3408
|
type?: "eip2930" | undefined;
|
4486
|
-
kzg?: undefined;
|
4487
|
-
blobVersionedHashes?: undefined;
|
4488
|
-
sidecars?: undefined;
|
4489
3409
|
} & {
|
4490
3410
|
feeCurrency?: `0x${string}` | undefined;
|
4491
3411
|
gatewayFee?: bigint | undefined;
|
@@ -4504,9 +3424,6 @@ export declare const celo: {
|
|
4504
3424
|
accessList?: import("../../index.js").AccessList | undefined;
|
4505
3425
|
blobs?: undefined;
|
4506
3426
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4507
|
-
kzg?: undefined;
|
4508
|
-
blobVersionedHashes?: undefined;
|
4509
|
-
sidecars?: undefined;
|
4510
3427
|
} & {
|
4511
3428
|
data?: `0x${string}` | undefined;
|
4512
3429
|
from: `0x${string}`;
|
@@ -4521,9 +3438,6 @@ export declare const celo: {
|
|
4521
3438
|
accessList?: import("../../index.js").AccessList | undefined;
|
4522
3439
|
blobs?: undefined;
|
4523
3440
|
type?: "eip1559" | undefined;
|
4524
|
-
kzg?: undefined;
|
4525
|
-
blobVersionedHashes?: undefined;
|
4526
|
-
sidecars?: undefined;
|
4527
3441
|
} & {
|
4528
3442
|
feeCurrency?: `0x${string}` | undefined;
|
4529
3443
|
gatewayFee?: bigint | undefined;
|
@@ -4542,9 +3456,6 @@ export declare const celo: {
|
|
4542
3456
|
accessList?: import("../../index.js").AccessList | undefined;
|
4543
3457
|
blobs?: undefined;
|
4544
3458
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4545
|
-
kzg?: undefined;
|
4546
|
-
blobVersionedHashes?: undefined;
|
4547
|
-
sidecars?: undefined;
|
4548
3459
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4549
3460
|
accessList?: import("../../index.js").AccessList | undefined;
|
4550
3461
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4565,9 +3476,6 @@ export declare const celo: {
|
|
4565
3476
|
accessList?: import("../../index.js").AccessList | undefined;
|
4566
3477
|
blobs?: undefined;
|
4567
3478
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4568
|
-
kzg?: undefined;
|
4569
|
-
blobVersionedHashes?: undefined;
|
4570
|
-
sidecars?: undefined;
|
4571
3479
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4572
3480
|
accessList?: import("../../index.js").AccessList | undefined;
|
4573
3481
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4579,18 +3487,15 @@ export declare const celo: {
|
|
4579
3487
|
from?: `0x${string}`;
|
4580
3488
|
gas?: bigint | undefined;
|
4581
3489
|
nonce?: number | undefined;
|
4582
|
-
value?: bigint | undefined;
|
4583
3490
|
to?: `0x${string}` | null | undefined;
|
3491
|
+
value?: bigint | undefined;
|
4584
3492
|
gasPrice?: bigint | undefined;
|
3493
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4585
3494
|
maxFeePerGas?: bigint | undefined;
|
4586
3495
|
maxPriorityFeePerGas?: bigint | undefined;
|
4587
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4588
3496
|
accessList?: import("../../index.js").AccessList | undefined;
|
4589
|
-
blobs?:
|
3497
|
+
blobs?: undefined;
|
4590
3498
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4591
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4592
|
-
blobVersionedHashes?: undefined;
|
4593
|
-
sidecars?: undefined;
|
4594
3499
|
} & {
|
4595
3500
|
data?: `0x${string}` | undefined;
|
4596
3501
|
from: `0x${string}`;
|
@@ -4605,9 +3510,6 @@ export declare const celo: {
|
|
4605
3510
|
accessList?: undefined;
|
4606
3511
|
blobs?: undefined;
|
4607
3512
|
type?: "legacy" | undefined;
|
4608
|
-
kzg?: undefined;
|
4609
|
-
blobVersionedHashes?: undefined;
|
4610
|
-
sidecars?: undefined;
|
4611
3513
|
} & {
|
4612
3514
|
feeCurrency?: `0x${string}` | undefined;
|
4613
3515
|
gatewayFee?: bigint | undefined;
|
@@ -4617,18 +3519,15 @@ export declare const celo: {
|
|
4617
3519
|
from?: `0x${string}`;
|
4618
3520
|
gas?: bigint | undefined;
|
4619
3521
|
nonce?: number | undefined;
|
4620
|
-
value?: bigint | undefined;
|
4621
3522
|
to?: `0x${string}` | null | undefined;
|
3523
|
+
value?: bigint | undefined;
|
4622
3524
|
gasPrice?: bigint | undefined;
|
3525
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4623
3526
|
maxFeePerGas?: bigint | undefined;
|
4624
3527
|
maxPriorityFeePerGas?: bigint | undefined;
|
4625
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4626
3528
|
accessList?: import("../../index.js").AccessList | undefined;
|
4627
|
-
blobs?:
|
3529
|
+
blobs?: undefined;
|
4628
3530
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4629
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4630
|
-
blobVersionedHashes?: undefined;
|
4631
|
-
sidecars?: undefined;
|
4632
3531
|
} & {
|
4633
3532
|
data?: `0x${string}` | undefined;
|
4634
3533
|
from: `0x${string}`;
|
@@ -4643,9 +3542,6 @@ export declare const celo: {
|
|
4643
3542
|
accessList?: import("../../index.js").AccessList | undefined;
|
4644
3543
|
blobs?: undefined;
|
4645
3544
|
type?: "eip2930" | undefined;
|
4646
|
-
kzg?: undefined;
|
4647
|
-
blobVersionedHashes?: undefined;
|
4648
|
-
sidecars?: undefined;
|
4649
3545
|
} & {
|
4650
3546
|
feeCurrency?: `0x${string}` | undefined;
|
4651
3547
|
gatewayFee?: bigint | undefined;
|
@@ -4655,18 +3551,15 @@ export declare const celo: {
|
|
4655
3551
|
from?: `0x${string}`;
|
4656
3552
|
gas?: bigint | undefined;
|
4657
3553
|
nonce?: number | undefined;
|
4658
|
-
value?: bigint | undefined;
|
4659
3554
|
to?: `0x${string}` | null | undefined;
|
3555
|
+
value?: bigint | undefined;
|
4660
3556
|
gasPrice?: bigint | undefined;
|
3557
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4661
3558
|
maxFeePerGas?: bigint | undefined;
|
4662
3559
|
maxPriorityFeePerGas?: bigint | undefined;
|
4663
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4664
3560
|
accessList?: import("../../index.js").AccessList | undefined;
|
4665
|
-
blobs?:
|
3561
|
+
blobs?: undefined;
|
4666
3562
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4667
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4668
|
-
blobVersionedHashes?: undefined;
|
4669
|
-
sidecars?: undefined;
|
4670
3563
|
} & {
|
4671
3564
|
data?: `0x${string}` | undefined;
|
4672
3565
|
from: `0x${string}`;
|
@@ -4681,47 +3574,6 @@ export declare const celo: {
|
|
4681
3574
|
accessList?: import("../../index.js").AccessList | undefined;
|
4682
3575
|
blobs?: undefined;
|
4683
3576
|
type?: "eip1559" | undefined;
|
4684
|
-
kzg?: undefined;
|
4685
|
-
blobVersionedHashes?: undefined;
|
4686
|
-
sidecars?: undefined;
|
4687
|
-
} & {
|
4688
|
-
feeCurrency?: `0x${string}` | undefined;
|
4689
|
-
gatewayFee?: bigint | undefined;
|
4690
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4691
|
-
}) | ({
|
4692
|
-
data?: `0x${string}` | undefined;
|
4693
|
-
from?: `0x${string}`;
|
4694
|
-
gas?: bigint | undefined;
|
4695
|
-
nonce?: number | undefined;
|
4696
|
-
value?: bigint | undefined;
|
4697
|
-
to?: `0x${string}` | null | undefined;
|
4698
|
-
gasPrice?: bigint | undefined;
|
4699
|
-
maxFeePerGas?: bigint | undefined;
|
4700
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4701
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4702
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4703
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4704
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4705
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4706
|
-
blobVersionedHashes?: undefined;
|
4707
|
-
sidecars?: undefined;
|
4708
|
-
} & {
|
4709
|
-
data?: `0x${string}` | undefined;
|
4710
|
-
from: `0x${string}`;
|
4711
|
-
gas?: bigint | undefined;
|
4712
|
-
nonce?: number | undefined;
|
4713
|
-
value?: bigint | undefined;
|
4714
|
-
to: `0x${string}` | null;
|
4715
|
-
gasPrice?: undefined;
|
4716
|
-
maxFeePerGas?: bigint | undefined;
|
4717
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4718
|
-
maxFeePerBlobGas: bigint;
|
4719
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4720
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4721
|
-
type?: "eip4844" | undefined;
|
4722
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
4723
|
-
blobVersionedHashes?: undefined;
|
4724
|
-
sidecars?: undefined;
|
4725
3577
|
} & {
|
4726
3578
|
feeCurrency?: `0x${string}` | undefined;
|
4727
3579
|
gatewayFee?: bigint | undefined;
|
@@ -4731,140 +3583,55 @@ export declare const celo: {
|
|
4731
3583
|
from?: `0x${string}`;
|
4732
3584
|
gas?: bigint | undefined;
|
4733
3585
|
nonce?: number | undefined;
|
4734
|
-
value?: bigint | undefined;
|
4735
3586
|
to?: `0x${string}` | null | undefined;
|
4736
|
-
gasPrice?: bigint | undefined;
|
4737
|
-
maxFeePerGas?: bigint | undefined;
|
4738
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4739
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4740
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4741
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4742
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4743
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4744
|
-
blobVersionedHashes?: undefined;
|
4745
|
-
sidecars?: undefined;
|
4746
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4747
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4748
|
-
feeCurrency?: `0x${string}` | undefined;
|
4749
|
-
gatewayFee?: bigint | undefined;
|
4750
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4751
|
-
type?: "cip42" | undefined;
|
4752
|
-
}) | ({
|
4753
|
-
data?: `0x${string}` | undefined;
|
4754
|
-
from?: `0x${string}`;
|
4755
|
-
gas?: bigint | undefined;
|
4756
|
-
nonce?: number | undefined;
|
4757
3587
|
value?: bigint | undefined;
|
4758
|
-
to?: `0x${string}` | null | undefined;
|
4759
3588
|
gasPrice?: bigint | undefined;
|
4760
|
-
maxFeePerGas?: bigint | undefined;
|
4761
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4762
3589
|
maxFeePerBlobGas?: bigint | undefined;
|
4763
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4764
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4765
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4766
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4767
|
-
blobVersionedHashes?: undefined;
|
4768
|
-
sidecars?: undefined;
|
4769
|
-
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4770
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4771
|
-
feeCurrency?: `0x${string}` | undefined;
|
4772
|
-
gatewayFee?: undefined;
|
4773
|
-
gatewayFeeRecipient?: undefined;
|
4774
|
-
type?: "cip64" | undefined;
|
4775
|
-
}) | ({
|
4776
|
-
data?: `0x${string}` | undefined;
|
4777
|
-
from?: `0x${string}`;
|
4778
|
-
gas?: bigint | undefined;
|
4779
|
-
nonce?: number | undefined;
|
4780
|
-
value?: bigint | undefined;
|
4781
|
-
to?: `0x${string}` | null | undefined;
|
4782
|
-
gasPrice?: bigint | undefined;
|
4783
3590
|
maxFeePerGas?: bigint | undefined;
|
4784
3591
|
maxPriorityFeePerGas?: bigint | undefined;
|
4785
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4786
3592
|
accessList?: import("../../index.js").AccessList | undefined;
|
4787
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4788
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4789
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4790
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4791
|
-
sidecars?: undefined;
|
4792
|
-
} & {
|
4793
|
-
data?: `0x${string}` | undefined;
|
4794
|
-
from: `0x${string}`;
|
4795
|
-
gas?: bigint | undefined;
|
4796
|
-
nonce?: number | undefined;
|
4797
|
-
to?: `0x${string}` | null | undefined;
|
4798
|
-
value?: bigint | undefined;
|
4799
|
-
gasPrice?: bigint | undefined;
|
4800
|
-
maxFeePerBlobGas?: undefined;
|
4801
|
-
maxFeePerGas?: undefined;
|
4802
|
-
maxPriorityFeePerGas?: undefined;
|
4803
|
-
accessList?: undefined;
|
4804
3593
|
blobs?: undefined;
|
4805
|
-
type?: "legacy" | undefined;
|
4806
|
-
kzg?: undefined;
|
4807
|
-
blobVersionedHashes?: undefined;
|
4808
|
-
sidecars?: undefined;
|
4809
|
-
} & {
|
4810
|
-
feeCurrency?: `0x${string}` | undefined;
|
4811
|
-
gatewayFee?: bigint | undefined;
|
4812
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
4813
|
-
}) | ({
|
4814
|
-
data?: `0x${string}` | undefined;
|
4815
|
-
from?: `0x${string}`;
|
4816
|
-
gas?: bigint | undefined;
|
4817
|
-
nonce?: number | undefined;
|
4818
|
-
value?: bigint | undefined;
|
4819
|
-
to?: `0x${string}` | null | undefined;
|
4820
|
-
gasPrice?: bigint | undefined;
|
4821
|
-
maxFeePerGas?: bigint | undefined;
|
4822
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
4823
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4824
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
4825
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4826
3594
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4827
|
-
|
4828
|
-
|
4829
|
-
|
4830
|
-
|
3595
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
3596
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
3597
|
+
feeCurrency?: `0x${string}` | undefined;
|
3598
|
+
gatewayFee?: bigint | undefined;
|
3599
|
+
gatewayFeeRecipient?: `0x${string}` | undefined;
|
3600
|
+
type?: "cip42" | undefined;
|
3601
|
+
}) | ({
|
4831
3602
|
data?: `0x${string}` | undefined;
|
4832
|
-
from
|
3603
|
+
from?: `0x${string}`;
|
4833
3604
|
gas?: bigint | undefined;
|
4834
3605
|
nonce?: number | undefined;
|
4835
3606
|
to?: `0x${string}` | null | undefined;
|
4836
3607
|
value?: bigint | undefined;
|
4837
3608
|
gasPrice?: bigint | undefined;
|
4838
|
-
maxFeePerBlobGas?: undefined;
|
4839
|
-
maxFeePerGas?: undefined;
|
4840
|
-
maxPriorityFeePerGas?: undefined;
|
3609
|
+
maxFeePerBlobGas?: bigint | undefined;
|
3610
|
+
maxFeePerGas?: bigint | undefined;
|
3611
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
4841
3612
|
accessList?: import("../../index.js").AccessList | undefined;
|
4842
3613
|
blobs?: undefined;
|
4843
|
-
type?: "eip2930" | undefined;
|
4844
|
-
|
4845
|
-
|
4846
|
-
sidecars?: undefined;
|
4847
|
-
} & {
|
3614
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
3615
|
+
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
3616
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
4848
3617
|
feeCurrency?: `0x${string}` | undefined;
|
4849
|
-
gatewayFee?:
|
4850
|
-
gatewayFeeRecipient?:
|
3618
|
+
gatewayFee?: undefined;
|
3619
|
+
gatewayFeeRecipient?: undefined;
|
3620
|
+
type?: "cip64" | undefined;
|
4851
3621
|
}) | ({
|
4852
3622
|
data?: `0x${string}` | undefined;
|
4853
3623
|
from?: `0x${string}`;
|
4854
3624
|
gas?: bigint | undefined;
|
4855
3625
|
nonce?: number | undefined;
|
4856
|
-
value?: bigint | undefined;
|
4857
3626
|
to?: `0x${string}` | null | undefined;
|
3627
|
+
value?: bigint | undefined;
|
4858
3628
|
gasPrice?: bigint | undefined;
|
3629
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4859
3630
|
maxFeePerGas?: bigint | undefined;
|
4860
3631
|
maxPriorityFeePerGas?: bigint | undefined;
|
4861
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4862
3632
|
accessList?: import("../../index.js").AccessList | undefined;
|
4863
|
-
blobs?:
|
3633
|
+
blobs?: undefined;
|
4864
3634
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4865
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4866
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4867
|
-
sidecars?: undefined;
|
4868
3635
|
} & {
|
4869
3636
|
data?: `0x${string}` | undefined;
|
4870
3637
|
from: `0x${string}`;
|
@@ -4872,16 +3639,13 @@ export declare const celo: {
|
|
4872
3639
|
nonce?: number | undefined;
|
4873
3640
|
to?: `0x${string}` | null | undefined;
|
4874
3641
|
value?: bigint | undefined;
|
4875
|
-
gasPrice?: undefined;
|
3642
|
+
gasPrice?: bigint | undefined;
|
4876
3643
|
maxFeePerBlobGas?: undefined;
|
4877
|
-
maxFeePerGas?:
|
4878
|
-
maxPriorityFeePerGas?:
|
4879
|
-
accessList?:
|
3644
|
+
maxFeePerGas?: undefined;
|
3645
|
+
maxPriorityFeePerGas?: undefined;
|
3646
|
+
accessList?: undefined;
|
4880
3647
|
blobs?: undefined;
|
4881
|
-
type?: "
|
4882
|
-
kzg?: undefined;
|
4883
|
-
blobVersionedHashes?: undefined;
|
4884
|
-
sidecars?: undefined;
|
3648
|
+
type?: "legacy" | undefined;
|
4885
3649
|
} & {
|
4886
3650
|
feeCurrency?: `0x${string}` | undefined;
|
4887
3651
|
gatewayFee?: bigint | undefined;
|
@@ -4891,35 +3655,29 @@ export declare const celo: {
|
|
4891
3655
|
from?: `0x${string}`;
|
4892
3656
|
gas?: bigint | undefined;
|
4893
3657
|
nonce?: number | undefined;
|
4894
|
-
value?: bigint | undefined;
|
4895
3658
|
to?: `0x${string}` | null | undefined;
|
3659
|
+
value?: bigint | undefined;
|
4896
3660
|
gasPrice?: bigint | undefined;
|
3661
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4897
3662
|
maxFeePerGas?: bigint | undefined;
|
4898
3663
|
maxPriorityFeePerGas?: bigint | undefined;
|
4899
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4900
3664
|
accessList?: import("../../index.js").AccessList | undefined;
|
4901
|
-
blobs?:
|
3665
|
+
blobs?: undefined;
|
4902
3666
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4903
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4904
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4905
|
-
sidecars?: undefined;
|
4906
3667
|
} & {
|
4907
3668
|
data?: `0x${string}` | undefined;
|
4908
3669
|
from: `0x${string}`;
|
4909
3670
|
gas?: bigint | undefined;
|
4910
3671
|
nonce?: number | undefined;
|
3672
|
+
to?: `0x${string}` | null | undefined;
|
4911
3673
|
value?: bigint | undefined;
|
4912
|
-
|
4913
|
-
|
4914
|
-
maxFeePerGas?:
|
4915
|
-
maxPriorityFeePerGas?:
|
4916
|
-
maxFeePerBlobGas: bigint;
|
3674
|
+
gasPrice?: bigint | undefined;
|
3675
|
+
maxFeePerBlobGas?: undefined;
|
3676
|
+
maxFeePerGas?: undefined;
|
3677
|
+
maxPriorityFeePerGas?: undefined;
|
4917
3678
|
accessList?: import("../../index.js").AccessList | undefined;
|
4918
|
-
blobs
|
4919
|
-
type?: "
|
4920
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
4921
|
-
blobVersionedHashes?: undefined;
|
4922
|
-
sidecars?: undefined;
|
3679
|
+
blobs?: undefined;
|
3680
|
+
type?: "eip2930" | undefined;
|
4923
3681
|
} & {
|
4924
3682
|
feeCurrency?: `0x${string}` | undefined;
|
4925
3683
|
gatewayFee?: bigint | undefined;
|
@@ -4929,35 +3687,29 @@ export declare const celo: {
|
|
4929
3687
|
from?: `0x${string}`;
|
4930
3688
|
gas?: bigint | undefined;
|
4931
3689
|
nonce?: number | undefined;
|
4932
|
-
value?: bigint | undefined;
|
4933
3690
|
to?: `0x${string}` | null | undefined;
|
3691
|
+
value?: bigint | undefined;
|
4934
3692
|
gasPrice?: bigint | undefined;
|
3693
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4935
3694
|
maxFeePerGas?: bigint | undefined;
|
4936
3695
|
maxPriorityFeePerGas?: bigint | undefined;
|
4937
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4938
3696
|
accessList?: import("../../index.js").AccessList | undefined;
|
4939
|
-
blobs?:
|
3697
|
+
blobs?: undefined;
|
4940
3698
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4941
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4942
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4943
|
-
sidecars?: undefined;
|
4944
3699
|
} & {
|
4945
3700
|
data?: `0x${string}` | undefined;
|
4946
3701
|
from: `0x${string}`;
|
4947
3702
|
gas?: bigint | undefined;
|
4948
3703
|
nonce?: number | undefined;
|
3704
|
+
to?: `0x${string}` | null | undefined;
|
4949
3705
|
value?: bigint | undefined;
|
4950
|
-
to: `0x${string}` | null;
|
4951
3706
|
gasPrice?: undefined;
|
3707
|
+
maxFeePerBlobGas?: undefined;
|
4952
3708
|
maxFeePerGas?: bigint | undefined;
|
4953
3709
|
maxPriorityFeePerGas?: bigint | undefined;
|
4954
|
-
maxFeePerBlobGas: bigint;
|
4955
3710
|
accessList?: import("../../index.js").AccessList | undefined;
|
4956
|
-
blobs
|
4957
|
-
type?: "
|
4958
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
4959
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4960
|
-
sidecars?: undefined;
|
3711
|
+
blobs?: undefined;
|
3712
|
+
type?: "eip1559" | undefined;
|
4961
3713
|
} & {
|
4962
3714
|
feeCurrency?: `0x${string}` | undefined;
|
4963
3715
|
gatewayFee?: bigint | undefined;
|
@@ -4967,18 +3719,15 @@ export declare const celo: {
|
|
4967
3719
|
from?: `0x${string}`;
|
4968
3720
|
gas?: bigint | undefined;
|
4969
3721
|
nonce?: number | undefined;
|
4970
|
-
value?: bigint | undefined;
|
4971
3722
|
to?: `0x${string}` | null | undefined;
|
3723
|
+
value?: bigint | undefined;
|
4972
3724
|
gasPrice?: bigint | undefined;
|
3725
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4973
3726
|
maxFeePerGas?: bigint | undefined;
|
4974
3727
|
maxPriorityFeePerGas?: bigint | undefined;
|
4975
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4976
3728
|
accessList?: import("../../index.js").AccessList | undefined;
|
4977
|
-
blobs?:
|
3729
|
+
blobs?: undefined;
|
4978
3730
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4979
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4980
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
4981
|
-
sidecars?: undefined;
|
4982
3731
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
4983
3732
|
accessList?: import("../../index.js").AccessList | undefined;
|
4984
3733
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4990,18 +3739,15 @@ export declare const celo: {
|
|
4990
3739
|
from?: `0x${string}`;
|
4991
3740
|
gas?: bigint | undefined;
|
4992
3741
|
nonce?: number | undefined;
|
4993
|
-
value?: bigint | undefined;
|
4994
3742
|
to?: `0x${string}` | null | undefined;
|
3743
|
+
value?: bigint | undefined;
|
4995
3744
|
gasPrice?: bigint | undefined;
|
3745
|
+
maxFeePerBlobGas?: bigint | undefined;
|
4996
3746
|
maxFeePerGas?: bigint | undefined;
|
4997
3747
|
maxPriorityFeePerGas?: bigint | undefined;
|
4998
|
-
maxFeePerBlobGas?: bigint | undefined;
|
4999
3748
|
accessList?: import("../../index.js").AccessList | undefined;
|
5000
|
-
blobs?:
|
3749
|
+
blobs?: undefined;
|
5001
3750
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5002
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
5003
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5004
|
-
sidecars?: undefined;
|
5005
3751
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
5006
3752
|
accessList?: import("../../index.js").AccessList | undefined;
|
5007
3753
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -5022,9 +3768,6 @@ export declare const celo: {
|
|
5022
3768
|
accessList?: import("../../index.js").AccessList | undefined;
|
5023
3769
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5024
3770
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5025
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5026
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5027
|
-
blobVersionedHashes?: undefined;
|
5028
3771
|
} & {
|
5029
3772
|
data?: `0x${string}` | undefined;
|
5030
3773
|
from: `0x${string}`;
|
@@ -5039,9 +3782,6 @@ export declare const celo: {
|
|
5039
3782
|
accessList?: undefined;
|
5040
3783
|
blobs?: undefined;
|
5041
3784
|
type?: "legacy" | undefined;
|
5042
|
-
kzg?: undefined;
|
5043
|
-
blobVersionedHashes?: undefined;
|
5044
|
-
sidecars?: undefined;
|
5045
3785
|
} & {
|
5046
3786
|
feeCurrency?: `0x${string}` | undefined;
|
5047
3787
|
gatewayFee?: bigint | undefined;
|
@@ -5060,9 +3800,6 @@ export declare const celo: {
|
|
5060
3800
|
accessList?: import("../../index.js").AccessList | undefined;
|
5061
3801
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5062
3802
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5063
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5064
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5065
|
-
blobVersionedHashes?: undefined;
|
5066
3803
|
} & {
|
5067
3804
|
data?: `0x${string}` | undefined;
|
5068
3805
|
from: `0x${string}`;
|
@@ -5077,9 +3814,6 @@ export declare const celo: {
|
|
5077
3814
|
accessList?: import("../../index.js").AccessList | undefined;
|
5078
3815
|
blobs?: undefined;
|
5079
3816
|
type?: "eip2930" | undefined;
|
5080
|
-
kzg?: undefined;
|
5081
|
-
blobVersionedHashes?: undefined;
|
5082
|
-
sidecars?: undefined;
|
5083
3817
|
} & {
|
5084
3818
|
feeCurrency?: `0x${string}` | undefined;
|
5085
3819
|
gatewayFee?: bigint | undefined;
|
@@ -5098,9 +3832,6 @@ export declare const celo: {
|
|
5098
3832
|
accessList?: import("../../index.js").AccessList | undefined;
|
5099
3833
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5100
3834
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5101
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5102
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5103
|
-
blobVersionedHashes?: undefined;
|
5104
3835
|
} & {
|
5105
3836
|
data?: `0x${string}` | undefined;
|
5106
3837
|
from: `0x${string}`;
|
@@ -5115,47 +3846,6 @@ export declare const celo: {
|
|
5115
3846
|
accessList?: import("../../index.js").AccessList | undefined;
|
5116
3847
|
blobs?: undefined;
|
5117
3848
|
type?: "eip1559" | undefined;
|
5118
|
-
kzg?: undefined;
|
5119
|
-
blobVersionedHashes?: undefined;
|
5120
|
-
sidecars?: undefined;
|
5121
|
-
} & {
|
5122
|
-
feeCurrency?: `0x${string}` | undefined;
|
5123
|
-
gatewayFee?: bigint | undefined;
|
5124
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5125
|
-
}) | ({
|
5126
|
-
data?: `0x${string}` | undefined;
|
5127
|
-
from?: `0x${string}`;
|
5128
|
-
gas?: bigint | undefined;
|
5129
|
-
nonce?: number | undefined;
|
5130
|
-
value?: bigint | undefined;
|
5131
|
-
to?: `0x${string}` | null | undefined;
|
5132
|
-
gasPrice?: bigint | undefined;
|
5133
|
-
maxFeePerGas?: bigint | undefined;
|
5134
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
5135
|
-
maxFeePerBlobGas?: bigint | undefined;
|
5136
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5137
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5138
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5139
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5140
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5141
|
-
blobVersionedHashes?: undefined;
|
5142
|
-
} & {
|
5143
|
-
data?: `0x${string}` | undefined;
|
5144
|
-
from: `0x${string}`;
|
5145
|
-
gas?: bigint | undefined;
|
5146
|
-
nonce?: number | undefined;
|
5147
|
-
value?: bigint | undefined;
|
5148
|
-
to: `0x${string}` | null;
|
5149
|
-
gasPrice?: undefined;
|
5150
|
-
maxFeePerGas?: bigint | undefined;
|
5151
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
5152
|
-
maxFeePerBlobGas: bigint;
|
5153
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5154
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5155
|
-
type?: "eip4844" | undefined;
|
5156
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
5157
|
-
blobVersionedHashes?: undefined;
|
5158
|
-
sidecars?: undefined;
|
5159
3849
|
} & {
|
5160
3850
|
feeCurrency?: `0x${string}` | undefined;
|
5161
3851
|
gatewayFee?: bigint | undefined;
|
@@ -5174,9 +3864,6 @@ export declare const celo: {
|
|
5174
3864
|
accessList?: import("../../index.js").AccessList | undefined;
|
5175
3865
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5176
3866
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5177
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5178
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5179
|
-
blobVersionedHashes?: undefined;
|
5180
3867
|
} & {
|
5181
3868
|
data?: `0x${string}` | undefined;
|
5182
3869
|
from: `0x${string}`;
|
@@ -5191,9 +3878,6 @@ export declare const celo: {
|
|
5191
3878
|
accessList?: import("../../index.js").AccessList | undefined;
|
5192
3879
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5193
3880
|
type?: "eip4844" | undefined;
|
5194
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5195
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
5196
|
-
blobVersionedHashes?: undefined;
|
5197
3881
|
} & {
|
5198
3882
|
feeCurrency?: `0x${string}` | undefined;
|
5199
3883
|
gatewayFee?: bigint | undefined;
|
@@ -5212,9 +3896,6 @@ export declare const celo: {
|
|
5212
3896
|
accessList?: import("../../index.js").AccessList | undefined;
|
5213
3897
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5214
3898
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5215
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5216
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5217
|
-
blobVersionedHashes?: undefined;
|
5218
3899
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
5219
3900
|
accessList?: import("../../index.js").AccessList | undefined;
|
5220
3901
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -5235,9 +3916,6 @@ export declare const celo: {
|
|
5235
3916
|
accessList?: import("../../index.js").AccessList | undefined;
|
5236
3917
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
5237
3918
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
5238
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5239
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
5240
|
-
blobVersionedHashes?: undefined;
|
5241
3919
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
5242
3920
|
accessList?: import("../../index.js").AccessList | undefined;
|
5243
3921
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -5258,9 +3936,6 @@ export declare const celo: {
|
|
5258
3936
|
accessList?: undefined;
|
5259
3937
|
blobs?: undefined;
|
5260
3938
|
type?: "0x0" | undefined;
|
5261
|
-
kzg?: undefined;
|
5262
|
-
blobVersionedHashes?: undefined;
|
5263
|
-
sidecars?: undefined;
|
5264
3939
|
feeCurrency?: `0x${string}` | undefined;
|
5265
3940
|
gatewayFee?: `0x${string}` | undefined;
|
5266
3941
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5278,9 +3953,6 @@ export declare const celo: {
|
|
5278
3953
|
accessList?: import("../../index.js").AccessList | undefined;
|
5279
3954
|
blobs?: undefined;
|
5280
3955
|
type?: "0x1" | undefined;
|
5281
|
-
kzg?: undefined;
|
5282
|
-
blobVersionedHashes?: undefined;
|
5283
|
-
sidecars?: undefined;
|
5284
3956
|
feeCurrency?: `0x${string}` | undefined;
|
5285
3957
|
gatewayFee?: `0x${string}` | undefined;
|
5286
3958
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5298,9 +3970,6 @@ export declare const celo: {
|
|
5298
3970
|
accessList?: import("../../index.js").AccessList | undefined;
|
5299
3971
|
blobs?: undefined;
|
5300
3972
|
type?: "0x2" | undefined;
|
5301
|
-
kzg?: undefined;
|
5302
|
-
blobVersionedHashes?: undefined;
|
5303
|
-
sidecars?: undefined;
|
5304
3973
|
feeCurrency?: `0x${string}` | undefined;
|
5305
3974
|
gatewayFee?: `0x${string}` | undefined;
|
5306
3975
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5318,9 +3987,6 @@ export declare const celo: {
|
|
5318
3987
|
accessList?: import("../../index.js").AccessList | undefined;
|
5319
3988
|
blobs?: undefined;
|
5320
3989
|
type?: "0x7c" | undefined;
|
5321
|
-
kzg?: undefined;
|
5322
|
-
blobVersionedHashes?: undefined;
|
5323
|
-
sidecars?: undefined;
|
5324
3990
|
feeCurrency?: `0x${string}` | undefined;
|
5325
3991
|
gatewayFee?: `0x${string}` | undefined;
|
5326
3992
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5338,9 +4004,6 @@ export declare const celo: {
|
|
5338
4004
|
accessList?: import("../../index.js").AccessList | undefined;
|
5339
4005
|
blobs?: undefined;
|
5340
4006
|
type?: "0x7b" | undefined;
|
5341
|
-
kzg?: undefined;
|
5342
|
-
blobVersionedHashes?: undefined;
|
5343
|
-
sidecars?: undefined;
|
5344
4007
|
feeCurrency?: `0x${string}` | undefined;
|
5345
4008
|
gatewayFee?: undefined;
|
5346
4009
|
gatewayFeeRecipient?: undefined;
|
@@ -5358,9 +4021,6 @@ export declare const celo: {
|
|
5358
4021
|
accessList?: undefined;
|
5359
4022
|
blobs?: undefined;
|
5360
4023
|
type?: "0x0" | undefined;
|
5361
|
-
kzg?: undefined;
|
5362
|
-
blobVersionedHashes?: undefined;
|
5363
|
-
sidecars?: undefined;
|
5364
4024
|
feeCurrency?: `0x${string}` | undefined;
|
5365
4025
|
gatewayFee?: `0x${string}` | undefined;
|
5366
4026
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5378,9 +4038,6 @@ export declare const celo: {
|
|
5378
4038
|
accessList?: import("../../index.js").AccessList | undefined;
|
5379
4039
|
blobs?: undefined;
|
5380
4040
|
type?: "0x1" | undefined;
|
5381
|
-
kzg?: undefined;
|
5382
|
-
blobVersionedHashes?: undefined;
|
5383
|
-
sidecars?: undefined;
|
5384
4041
|
feeCurrency?: `0x${string}` | undefined;
|
5385
4042
|
gatewayFee?: `0x${string}` | undefined;
|
5386
4043
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5398,9 +4055,6 @@ export declare const celo: {
|
|
5398
4055
|
accessList?: import("../../index.js").AccessList | undefined;
|
5399
4056
|
blobs?: undefined;
|
5400
4057
|
type?: "0x2" | undefined;
|
5401
|
-
kzg?: undefined;
|
5402
|
-
blobVersionedHashes?: undefined;
|
5403
|
-
sidecars?: undefined;
|
5404
4058
|
feeCurrency?: `0x${string}` | undefined;
|
5405
4059
|
gatewayFee?: `0x${string}` | undefined;
|
5406
4060
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5418,9 +4072,6 @@ export declare const celo: {
|
|
5418
4072
|
accessList?: import("../../index.js").AccessList | undefined;
|
5419
4073
|
blobs?: undefined;
|
5420
4074
|
type?: "0x7c" | undefined;
|
5421
|
-
kzg?: undefined;
|
5422
|
-
blobVersionedHashes?: undefined;
|
5423
|
-
sidecars?: undefined;
|
5424
4075
|
feeCurrency?: `0x${string}` | undefined;
|
5425
4076
|
gatewayFee?: `0x${string}` | undefined;
|
5426
4077
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5438,9 +4089,6 @@ export declare const celo: {
|
|
5438
4089
|
accessList?: import("../../index.js").AccessList | undefined;
|
5439
4090
|
blobs?: undefined;
|
5440
4091
|
type?: "0x7b" | undefined;
|
5441
|
-
kzg?: undefined;
|
5442
|
-
blobVersionedHashes?: undefined;
|
5443
|
-
sidecars?: undefined;
|
5444
4092
|
feeCurrency?: `0x${string}` | undefined;
|
5445
4093
|
gatewayFee?: undefined;
|
5446
4094
|
gatewayFeeRecipient?: undefined;
|
@@ -5458,9 +4106,6 @@ export declare const celo: {
|
|
5458
4106
|
accessList?: undefined;
|
5459
4107
|
blobs?: undefined;
|
5460
4108
|
type?: "0x0" | undefined;
|
5461
|
-
kzg?: undefined;
|
5462
|
-
blobVersionedHashes?: undefined;
|
5463
|
-
sidecars?: undefined;
|
5464
4109
|
feeCurrency?: `0x${string}` | undefined;
|
5465
4110
|
gatewayFee?: `0x${string}` | undefined;
|
5466
4111
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5478,9 +4123,6 @@ export declare const celo: {
|
|
5478
4123
|
accessList?: import("../../index.js").AccessList | undefined;
|
5479
4124
|
blobs?: undefined;
|
5480
4125
|
type?: "0x1" | undefined;
|
5481
|
-
kzg?: undefined;
|
5482
|
-
blobVersionedHashes?: undefined;
|
5483
|
-
sidecars?: undefined;
|
5484
4126
|
feeCurrency?: `0x${string}` | undefined;
|
5485
4127
|
gatewayFee?: `0x${string}` | undefined;
|
5486
4128
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5498,9 +4140,6 @@ export declare const celo: {
|
|
5498
4140
|
accessList?: import("../../index.js").AccessList | undefined;
|
5499
4141
|
blobs?: undefined;
|
5500
4142
|
type?: "0x2" | undefined;
|
5501
|
-
kzg?: undefined;
|
5502
|
-
blobVersionedHashes?: undefined;
|
5503
|
-
sidecars?: undefined;
|
5504
4143
|
feeCurrency?: `0x${string}` | undefined;
|
5505
4144
|
gatewayFee?: `0x${string}` | undefined;
|
5506
4145
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5518,9 +4157,6 @@ export declare const celo: {
|
|
5518
4157
|
accessList?: import("../../index.js").AccessList | undefined;
|
5519
4158
|
blobs?: undefined;
|
5520
4159
|
type?: "0x7c" | undefined;
|
5521
|
-
kzg?: undefined;
|
5522
|
-
blobVersionedHashes?: undefined;
|
5523
|
-
sidecars?: undefined;
|
5524
4160
|
feeCurrency?: `0x${string}` | undefined;
|
5525
4161
|
gatewayFee?: `0x${string}` | undefined;
|
5526
4162
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5538,129 +4174,6 @@ export declare const celo: {
|
|
5538
4174
|
accessList?: import("../../index.js").AccessList | undefined;
|
5539
4175
|
blobs?: undefined;
|
5540
4176
|
type?: "0x7b" | undefined;
|
5541
|
-
kzg?: undefined;
|
5542
|
-
blobVersionedHashes?: undefined;
|
5543
|
-
sidecars?: undefined;
|
5544
|
-
feeCurrency?: `0x${string}` | undefined;
|
5545
|
-
gatewayFee?: undefined;
|
5546
|
-
gatewayFeeRecipient?: undefined;
|
5547
|
-
} | {
|
5548
|
-
data?: `0x${string}` | undefined;
|
5549
|
-
from: `0x${string}`;
|
5550
|
-
gas?: `0x${string}` | undefined;
|
5551
|
-
nonce?: `0x${string}` | undefined;
|
5552
|
-
value?: `0x${string}` | undefined;
|
5553
|
-
to: `0x${string}` | null;
|
5554
|
-
gasPrice?: undefined;
|
5555
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5556
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5557
|
-
maxFeePerBlobGas: `0x${string}`;
|
5558
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5559
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5560
|
-
type?: "0x3" | undefined;
|
5561
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
5562
|
-
blobVersionedHashes?: undefined;
|
5563
|
-
sidecars?: undefined;
|
5564
|
-
feeCurrency?: `0x${string}` | undefined;
|
5565
|
-
gatewayFee?: `0x${string}` | undefined;
|
5566
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5567
|
-
} | {
|
5568
|
-
data?: `0x${string}` | undefined;
|
5569
|
-
from: `0x${string}`;
|
5570
|
-
gas?: `0x${string}` | undefined;
|
5571
|
-
nonce?: `0x${string}` | undefined;
|
5572
|
-
value?: `0x${string}` | undefined;
|
5573
|
-
to: `0x${string}` | null | undefined;
|
5574
|
-
gasPrice?: undefined;
|
5575
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5576
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5577
|
-
maxFeePerBlobGas: undefined;
|
5578
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5579
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5580
|
-
type?: "0x7c" | undefined;
|
5581
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
5582
|
-
blobVersionedHashes?: undefined;
|
5583
|
-
sidecars?: undefined;
|
5584
|
-
feeCurrency?: `0x${string}` | undefined;
|
5585
|
-
gatewayFee?: `0x${string}` | undefined;
|
5586
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5587
|
-
} | {
|
5588
|
-
data?: `0x${string}` | undefined;
|
5589
|
-
from: `0x${string}`;
|
5590
|
-
gas?: `0x${string}` | undefined;
|
5591
|
-
nonce?: `0x${string}` | undefined;
|
5592
|
-
value?: `0x${string}` | undefined;
|
5593
|
-
to: `0x${string}` | null | undefined;
|
5594
|
-
gasPrice?: undefined;
|
5595
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5596
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5597
|
-
maxFeePerBlobGas: undefined;
|
5598
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5599
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5600
|
-
type?: "0x7b" | undefined;
|
5601
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
5602
|
-
blobVersionedHashes?: undefined;
|
5603
|
-
sidecars?: undefined;
|
5604
|
-
feeCurrency?: `0x${string}` | undefined;
|
5605
|
-
gatewayFee?: undefined;
|
5606
|
-
gatewayFeeRecipient?: undefined;
|
5607
|
-
} | {
|
5608
|
-
data?: `0x${string}` | undefined;
|
5609
|
-
from: `0x${string}`;
|
5610
|
-
gas?: `0x${string}` | undefined;
|
5611
|
-
nonce?: `0x${string}` | undefined;
|
5612
|
-
value?: `0x${string}` | undefined;
|
5613
|
-
to: `0x${string}` | null;
|
5614
|
-
gasPrice?: undefined;
|
5615
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5616
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5617
|
-
maxFeePerBlobGas: `0x${string}`;
|
5618
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5619
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5620
|
-
type?: "0x3" | undefined;
|
5621
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5622
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5623
|
-
sidecars?: undefined;
|
5624
|
-
feeCurrency?: `0x${string}` | undefined;
|
5625
|
-
gatewayFee?: `0x${string}` | undefined;
|
5626
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5627
|
-
} | {
|
5628
|
-
data?: `0x${string}` | undefined;
|
5629
|
-
from: `0x${string}`;
|
5630
|
-
gas?: `0x${string}` | undefined;
|
5631
|
-
nonce?: `0x${string}` | undefined;
|
5632
|
-
value?: `0x${string}` | undefined;
|
5633
|
-
to: `0x${string}` | null | undefined;
|
5634
|
-
gasPrice?: undefined;
|
5635
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5636
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5637
|
-
maxFeePerBlobGas: undefined;
|
5638
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5639
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5640
|
-
type?: "0x7c" | undefined;
|
5641
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5642
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5643
|
-
sidecars?: undefined;
|
5644
|
-
feeCurrency?: `0x${string}` | undefined;
|
5645
|
-
gatewayFee?: `0x${string}` | undefined;
|
5646
|
-
gatewayFeeRecipient?: `0x${string}` | undefined;
|
5647
|
-
} | {
|
5648
|
-
data?: `0x${string}` | undefined;
|
5649
|
-
from: `0x${string}`;
|
5650
|
-
gas?: `0x${string}` | undefined;
|
5651
|
-
nonce?: `0x${string}` | undefined;
|
5652
|
-
value?: `0x${string}` | undefined;
|
5653
|
-
to: `0x${string}` | null | undefined;
|
5654
|
-
gasPrice?: undefined;
|
5655
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
5656
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
5657
|
-
maxFeePerBlobGas: undefined;
|
5658
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
5659
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5660
|
-
type?: "0x7b" | undefined;
|
5661
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
5662
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5663
|
-
sidecars?: undefined;
|
5664
4177
|
feeCurrency?: `0x${string}` | undefined;
|
5665
4178
|
gatewayFee?: undefined;
|
5666
4179
|
gatewayFeeRecipient?: undefined;
|
@@ -5678,9 +4191,6 @@ export declare const celo: {
|
|
5678
4191
|
accessList?: import("../../index.js").AccessList | undefined;
|
5679
4192
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5680
4193
|
type?: "0x3" | undefined;
|
5681
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5682
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
5683
|
-
blobVersionedHashes?: undefined;
|
5684
4194
|
feeCurrency?: `0x${string}` | undefined;
|
5685
4195
|
gatewayFee?: `0x${string}` | undefined;
|
5686
4196
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5698,9 +4208,6 @@ export declare const celo: {
|
|
5698
4208
|
accessList?: import("../../index.js").AccessList | undefined;
|
5699
4209
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5700
4210
|
type?: "0x7c" | undefined;
|
5701
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5702
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
5703
|
-
blobVersionedHashes?: undefined;
|
5704
4211
|
feeCurrency?: `0x${string}` | undefined;
|
5705
4212
|
gatewayFee?: `0x${string}` | undefined;
|
5706
4213
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -5718,9 +4225,6 @@ export declare const celo: {
|
|
5718
4225
|
accessList?: import("../../index.js").AccessList | undefined;
|
5719
4226
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
5720
4227
|
type?: "0x7b" | undefined;
|
5721
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
5722
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
5723
|
-
blobVersionedHashes?: undefined;
|
5724
4228
|
feeCurrency?: `0x${string}` | undefined;
|
5725
4229
|
gatewayFee?: undefined;
|
5726
4230
|
gatewayFeeRecipient?: undefined;
|