viem 0.0.0-main.20240408T061242 → 0.0.0-main.20240408T210957
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/actions/index.js +1 -2
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +3 -5
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +0 -1
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
- package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
- package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +0 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +6 -10
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +3 -8
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -2
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/filecoinCalibration.js +1 -0
- package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
- package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +0 -2
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +6 -10
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +6 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +341 -1837
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +97 -845
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +341 -1837
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +101 -817
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +3 -22
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -186
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +101 -817
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +101 -817
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +0 -1
- package/actions/public/estimateGas.ts +7 -9
- package/actions/wallet/prepareTransactionRequest.ts +17 -73
- package/actions/wallet/sendTransaction.ts +0 -2
- package/chains/definitions/filecoinCalibration.ts +1 -0
- package/chains/definitions/filecoinHyperspace.ts +1 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +3 -28
- package/utils/blob/blobsToCommitments.ts +7 -9
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +11 -14
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +0 -2
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +6 -12
@@ -98,7 +98,6 @@ export declare const pgn: {
|
|
98
98
|
gas?: `0x${string}`;
|
99
99
|
nonce?: `0x${string}`;
|
100
100
|
value?: `0x${string}`;
|
101
|
-
blobVersionedHashes?: undefined;
|
102
101
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
103
102
|
accessList?: undefined;
|
104
103
|
blockHash?: `0x${string}` | null;
|
@@ -106,6 +105,7 @@ export declare const pgn: {
|
|
106
105
|
hash?: `0x${string}`;
|
107
106
|
input?: `0x${string}`;
|
108
107
|
transactionIndex?: `0x${string}` | null;
|
108
|
+
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -149,7 +149,6 @@ export declare const pgn: {
|
|
149
149
|
gas?: `0x${string}`;
|
150
150
|
nonce?: `0x${string}`;
|
151
151
|
value?: `0x${string}`;
|
152
|
-
blobVersionedHashes?: undefined;
|
153
152
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
154
153
|
accessList?: undefined;
|
155
154
|
blockHash?: `0x${string}` | null;
|
@@ -157,6 +156,7 @@ export declare const pgn: {
|
|
157
156
|
hash?: `0x${string}`;
|
158
157
|
input?: `0x${string}`;
|
159
158
|
transactionIndex?: `0x${string}` | null;
|
159
|
+
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
@@ -177,7 +177,6 @@ export declare const pgn: {
|
|
177
177
|
gas?: `0x${string}`;
|
178
178
|
nonce?: `0x${string}`;
|
179
179
|
value?: `0x${string}`;
|
180
|
-
blobVersionedHashes?: undefined;
|
181
180
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
182
181
|
accessList?: import("../../index.js").AccessList | undefined;
|
183
182
|
blockHash?: `0x${string}` | null;
|
@@ -185,6 +184,7 @@ export declare const pgn: {
|
|
185
184
|
hash?: `0x${string}`;
|
186
185
|
input?: `0x${string}`;
|
187
186
|
transactionIndex?: `0x${string}` | null;
|
187
|
+
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -228,7 +228,6 @@ export declare const pgn: {
|
|
228
228
|
gas?: `0x${string}`;
|
229
229
|
nonce?: `0x${string}`;
|
230
230
|
value?: `0x${string}`;
|
231
|
-
blobVersionedHashes?: undefined;
|
232
231
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
233
232
|
accessList?: import("../../index.js").AccessList | undefined;
|
234
233
|
blockHash?: `0x${string}` | null;
|
@@ -236,6 +235,7 @@ export declare const pgn: {
|
|
236
235
|
hash?: `0x${string}`;
|
237
236
|
input?: `0x${string}`;
|
238
237
|
transactionIndex?: `0x${string}` | null;
|
238
|
+
blobVersionedHashes?: undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
240
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
241
241
|
blockHash: `0x${string}` | null;
|
@@ -279,7 +279,6 @@ export declare const pgn: {
|
|
279
279
|
gas?: `0x${string}`;
|
280
280
|
nonce?: `0x${string}`;
|
281
281
|
value?: `0x${string}`;
|
282
|
-
blobVersionedHashes?: undefined;
|
283
282
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
284
283
|
accessList?: import("../../index.js").AccessList | undefined;
|
285
284
|
blockHash?: `0x${string}` | null;
|
@@ -287,6 +286,7 @@ export declare const pgn: {
|
|
287
286
|
hash?: `0x${string}`;
|
288
287
|
input?: `0x${string}`;
|
289
288
|
transactionIndex?: `0x${string}` | null;
|
289
|
+
blobVersionedHashes?: undefined;
|
290
290
|
chainId?: `0x${string}` | undefined;
|
291
291
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
292
292
|
blockHash: `0x${string}` | null;
|
@@ -330,7 +330,6 @@ export declare const pgn: {
|
|
330
330
|
gas?: `0x${string}`;
|
331
331
|
nonce?: `0x${string}`;
|
332
332
|
value?: `0x${string}`;
|
333
|
-
blobVersionedHashes?: undefined;
|
334
333
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
335
334
|
accessList?: import("../../index.js").AccessList | undefined;
|
336
335
|
blockHash?: `0x${string}` | null;
|
@@ -338,6 +337,7 @@ export declare const pgn: {
|
|
338
337
|
hash?: `0x${string}`;
|
339
338
|
input?: `0x${string}`;
|
340
339
|
transactionIndex?: `0x${string}` | null;
|
340
|
+
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
343
343
|
isSystemTx?: boolean | undefined;
|
@@ -358,7 +358,6 @@ export declare const pgn: {
|
|
358
358
|
gas?: `0x${string}`;
|
359
359
|
nonce?: `0x${string}`;
|
360
360
|
value?: `0x${string}`;
|
361
|
-
blobVersionedHashes?: undefined;
|
362
361
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
363
362
|
accessList?: import("../../index.js").AccessList | undefined;
|
364
363
|
blockHash?: `0x${string}` | null;
|
@@ -366,6 +365,7 @@ export declare const pgn: {
|
|
366
365
|
hash?: `0x${string}`;
|
367
366
|
input?: `0x${string}`;
|
368
367
|
transactionIndex?: `0x${string}` | null;
|
368
|
+
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -409,7 +409,6 @@ export declare const pgn: {
|
|
409
409
|
gas?: `0x${string}`;
|
410
410
|
nonce?: `0x${string}`;
|
411
411
|
value?: `0x${string}`;
|
412
|
-
blobVersionedHashes?: undefined;
|
413
412
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
414
413
|
accessList?: import("../../index.js").AccessList | undefined;
|
415
414
|
blockHash?: `0x${string}` | null;
|
@@ -417,6 +416,7 @@ export declare const pgn: {
|
|
417
416
|
hash?: `0x${string}`;
|
418
417
|
input?: `0x${string}`;
|
419
418
|
transactionIndex?: `0x${string}` | null;
|
419
|
+
blobVersionedHashes?: undefined;
|
420
420
|
chainId?: `0x${string}` | undefined;
|
421
421
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
422
422
|
blockHash: `0x${string}` | null;
|
@@ -460,7 +460,6 @@ export declare const pgn: {
|
|
460
460
|
gas?: `0x${string}`;
|
461
461
|
nonce?: `0x${string}`;
|
462
462
|
value?: `0x${string}`;
|
463
|
-
blobVersionedHashes?: undefined;
|
464
463
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
465
464
|
accessList?: import("../../index.js").AccessList | undefined;
|
466
465
|
blockHash?: `0x${string}` | null;
|
@@ -468,6 +467,7 @@ export declare const pgn: {
|
|
468
467
|
hash?: `0x${string}`;
|
469
468
|
input?: `0x${string}`;
|
470
469
|
transactionIndex?: `0x${string}` | null;
|
470
|
+
blobVersionedHashes?: undefined;
|
471
471
|
chainId?: `0x${string}` | undefined;
|
472
472
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
473
473
|
blockHash: `0x${string}` | null;
|
@@ -511,7 +511,6 @@ export declare const pgn: {
|
|
511
511
|
gas?: `0x${string}`;
|
512
512
|
nonce?: `0x${string}`;
|
513
513
|
value?: `0x${string}`;
|
514
|
-
blobVersionedHashes?: undefined;
|
515
514
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
516
515
|
accessList?: import("../../index.js").AccessList | undefined;
|
517
516
|
blockHash?: `0x${string}` | null;
|
@@ -519,6 +518,7 @@ export declare const pgn: {
|
|
519
518
|
hash?: `0x${string}`;
|
520
519
|
input?: `0x${string}`;
|
521
520
|
transactionIndex?: `0x${string}` | null;
|
521
|
+
blobVersionedHashes?: undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
524
524
|
isSystemTx?: boolean | undefined;
|
@@ -539,7 +539,6 @@ export declare const pgn: {
|
|
539
539
|
gas?: `0x${string}`;
|
540
540
|
nonce?: `0x${string}`;
|
541
541
|
value?: `0x${string}`;
|
542
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
543
542
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
544
543
|
accessList?: import("../../index.js").AccessList | undefined;
|
545
544
|
blockHash?: `0x${string}` | null;
|
@@ -547,6 +546,7 @@ export declare const pgn: {
|
|
547
546
|
hash?: `0x${string}`;
|
548
547
|
input?: `0x${string}`;
|
549
548
|
transactionIndex?: `0x${string}` | null;
|
549
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -590,7 +590,6 @@ export declare const pgn: {
|
|
590
590
|
gas?: `0x${string}`;
|
591
591
|
nonce?: `0x${string}`;
|
592
592
|
value?: `0x${string}`;
|
593
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
594
593
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
595
594
|
accessList?: import("../../index.js").AccessList | undefined;
|
596
595
|
blockHash?: `0x${string}` | null;
|
@@ -598,6 +597,7 @@ export declare const pgn: {
|
|
598
597
|
hash?: `0x${string}`;
|
599
598
|
input?: `0x${string}`;
|
600
599
|
transactionIndex?: `0x${string}` | null;
|
600
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
601
601
|
chainId?: `0x${string}` | undefined;
|
602
602
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
603
603
|
blockHash: `0x${string}` | null;
|
@@ -641,7 +641,6 @@ export declare const pgn: {
|
|
641
641
|
gas?: `0x${string}`;
|
642
642
|
nonce?: `0x${string}`;
|
643
643
|
value?: `0x${string}`;
|
644
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
645
644
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
646
645
|
accessList?: import("../../index.js").AccessList | undefined;
|
647
646
|
blockHash?: `0x${string}` | null;
|
@@ -649,6 +648,7 @@ export declare const pgn: {
|
|
649
648
|
hash?: `0x${string}`;
|
650
649
|
input?: `0x${string}`;
|
651
650
|
transactionIndex?: `0x${string}` | null;
|
651
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
652
652
|
chainId?: `0x${string}` | undefined;
|
653
653
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
654
654
|
blockHash: `0x${string}` | null;
|
@@ -692,7 +692,6 @@ export declare const pgn: {
|
|
692
692
|
gas?: `0x${string}`;
|
693
693
|
nonce?: `0x${string}`;
|
694
694
|
value?: `0x${string}`;
|
695
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
696
695
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
697
696
|
accessList?: import("../../index.js").AccessList | undefined;
|
698
697
|
blockHash?: `0x${string}` | null;
|
@@ -700,6 +699,7 @@ export declare const pgn: {
|
|
700
699
|
hash?: `0x${string}`;
|
701
700
|
input?: `0x${string}`;
|
702
701
|
transactionIndex?: `0x${string}` | null;
|
702
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
703
703
|
chainId?: `0x${string}` | undefined;
|
704
704
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
705
705
|
blockHash: `0x${string}` | null;
|
@@ -743,7 +743,6 @@ export declare const pgn: {
|
|
743
743
|
gas?: `0x${string}`;
|
744
744
|
nonce?: `0x${string}`;
|
745
745
|
value?: `0x${string}`;
|
746
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
747
746
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
748
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
749
748
|
blockHash?: `0x${string}` | null;
|
@@ -751,6 +750,7 @@ export declare const pgn: {
|
|
751
750
|
hash?: `0x${string}`;
|
752
751
|
input?: `0x${string}`;
|
753
752
|
transactionIndex?: `0x${string}` | null;
|
753
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
754
754
|
chainId?: `0x${string}` | undefined;
|
755
755
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
756
756
|
isSystemTx?: boolean | undefined;
|
@@ -98,7 +98,6 @@ export declare const pgnTestnet: {
|
|
98
98
|
gas?: `0x${string}`;
|
99
99
|
nonce?: `0x${string}`;
|
100
100
|
value?: `0x${string}`;
|
101
|
-
blobVersionedHashes?: undefined;
|
102
101
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
103
102
|
accessList?: undefined;
|
104
103
|
blockHash?: `0x${string}` | null;
|
@@ -106,6 +105,7 @@ export declare const pgnTestnet: {
|
|
106
105
|
hash?: `0x${string}`;
|
107
106
|
input?: `0x${string}`;
|
108
107
|
transactionIndex?: `0x${string}` | null;
|
108
|
+
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -149,7 +149,6 @@ export declare const pgnTestnet: {
|
|
149
149
|
gas?: `0x${string}`;
|
150
150
|
nonce?: `0x${string}`;
|
151
151
|
value?: `0x${string}`;
|
152
|
-
blobVersionedHashes?: undefined;
|
153
152
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
154
153
|
accessList?: undefined;
|
155
154
|
blockHash?: `0x${string}` | null;
|
@@ -157,6 +156,7 @@ export declare const pgnTestnet: {
|
|
157
156
|
hash?: `0x${string}`;
|
158
157
|
input?: `0x${string}`;
|
159
158
|
transactionIndex?: `0x${string}` | null;
|
159
|
+
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
@@ -177,7 +177,6 @@ export declare const pgnTestnet: {
|
|
177
177
|
gas?: `0x${string}`;
|
178
178
|
nonce?: `0x${string}`;
|
179
179
|
value?: `0x${string}`;
|
180
|
-
blobVersionedHashes?: undefined;
|
181
180
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
182
181
|
accessList?: import("../../index.js").AccessList | undefined;
|
183
182
|
blockHash?: `0x${string}` | null;
|
@@ -185,6 +184,7 @@ export declare const pgnTestnet: {
|
|
185
184
|
hash?: `0x${string}`;
|
186
185
|
input?: `0x${string}`;
|
187
186
|
transactionIndex?: `0x${string}` | null;
|
187
|
+
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -228,7 +228,6 @@ export declare const pgnTestnet: {
|
|
228
228
|
gas?: `0x${string}`;
|
229
229
|
nonce?: `0x${string}`;
|
230
230
|
value?: `0x${string}`;
|
231
|
-
blobVersionedHashes?: undefined;
|
232
231
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
233
232
|
accessList?: import("../../index.js").AccessList | undefined;
|
234
233
|
blockHash?: `0x${string}` | null;
|
@@ -236,6 +235,7 @@ export declare const pgnTestnet: {
|
|
236
235
|
hash?: `0x${string}`;
|
237
236
|
input?: `0x${string}`;
|
238
237
|
transactionIndex?: `0x${string}` | null;
|
238
|
+
blobVersionedHashes?: undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
240
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
241
241
|
blockHash: `0x${string}` | null;
|
@@ -279,7 +279,6 @@ export declare const pgnTestnet: {
|
|
279
279
|
gas?: `0x${string}`;
|
280
280
|
nonce?: `0x${string}`;
|
281
281
|
value?: `0x${string}`;
|
282
|
-
blobVersionedHashes?: undefined;
|
283
282
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
284
283
|
accessList?: import("../../index.js").AccessList | undefined;
|
285
284
|
blockHash?: `0x${string}` | null;
|
@@ -287,6 +286,7 @@ export declare const pgnTestnet: {
|
|
287
286
|
hash?: `0x${string}`;
|
288
287
|
input?: `0x${string}`;
|
289
288
|
transactionIndex?: `0x${string}` | null;
|
289
|
+
blobVersionedHashes?: undefined;
|
290
290
|
chainId?: `0x${string}` | undefined;
|
291
291
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
292
292
|
blockHash: `0x${string}` | null;
|
@@ -330,7 +330,6 @@ export declare const pgnTestnet: {
|
|
330
330
|
gas?: `0x${string}`;
|
331
331
|
nonce?: `0x${string}`;
|
332
332
|
value?: `0x${string}`;
|
333
|
-
blobVersionedHashes?: undefined;
|
334
333
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
335
334
|
accessList?: import("../../index.js").AccessList | undefined;
|
336
335
|
blockHash?: `0x${string}` | null;
|
@@ -338,6 +337,7 @@ export declare const pgnTestnet: {
|
|
338
337
|
hash?: `0x${string}`;
|
339
338
|
input?: `0x${string}`;
|
340
339
|
transactionIndex?: `0x${string}` | null;
|
340
|
+
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
343
343
|
isSystemTx?: boolean | undefined;
|
@@ -358,7 +358,6 @@ export declare const pgnTestnet: {
|
|
358
358
|
gas?: `0x${string}`;
|
359
359
|
nonce?: `0x${string}`;
|
360
360
|
value?: `0x${string}`;
|
361
|
-
blobVersionedHashes?: undefined;
|
362
361
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
363
362
|
accessList?: import("../../index.js").AccessList | undefined;
|
364
363
|
blockHash?: `0x${string}` | null;
|
@@ -366,6 +365,7 @@ export declare const pgnTestnet: {
|
|
366
365
|
hash?: `0x${string}`;
|
367
366
|
input?: `0x${string}`;
|
368
367
|
transactionIndex?: `0x${string}` | null;
|
368
|
+
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -409,7 +409,6 @@ export declare const pgnTestnet: {
|
|
409
409
|
gas?: `0x${string}`;
|
410
410
|
nonce?: `0x${string}`;
|
411
411
|
value?: `0x${string}`;
|
412
|
-
blobVersionedHashes?: undefined;
|
413
412
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
414
413
|
accessList?: import("../../index.js").AccessList | undefined;
|
415
414
|
blockHash?: `0x${string}` | null;
|
@@ -417,6 +416,7 @@ export declare const pgnTestnet: {
|
|
417
416
|
hash?: `0x${string}`;
|
418
417
|
input?: `0x${string}`;
|
419
418
|
transactionIndex?: `0x${string}` | null;
|
419
|
+
blobVersionedHashes?: undefined;
|
420
420
|
chainId?: `0x${string}` | undefined;
|
421
421
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
422
422
|
blockHash: `0x${string}` | null;
|
@@ -460,7 +460,6 @@ export declare const pgnTestnet: {
|
|
460
460
|
gas?: `0x${string}`;
|
461
461
|
nonce?: `0x${string}`;
|
462
462
|
value?: `0x${string}`;
|
463
|
-
blobVersionedHashes?: undefined;
|
464
463
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
465
464
|
accessList?: import("../../index.js").AccessList | undefined;
|
466
465
|
blockHash?: `0x${string}` | null;
|
@@ -468,6 +467,7 @@ export declare const pgnTestnet: {
|
|
468
467
|
hash?: `0x${string}`;
|
469
468
|
input?: `0x${string}`;
|
470
469
|
transactionIndex?: `0x${string}` | null;
|
470
|
+
blobVersionedHashes?: undefined;
|
471
471
|
chainId?: `0x${string}` | undefined;
|
472
472
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
473
473
|
blockHash: `0x${string}` | null;
|
@@ -511,7 +511,6 @@ export declare const pgnTestnet: {
|
|
511
511
|
gas?: `0x${string}`;
|
512
512
|
nonce?: `0x${string}`;
|
513
513
|
value?: `0x${string}`;
|
514
|
-
blobVersionedHashes?: undefined;
|
515
514
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
516
515
|
accessList?: import("../../index.js").AccessList | undefined;
|
517
516
|
blockHash?: `0x${string}` | null;
|
@@ -519,6 +518,7 @@ export declare const pgnTestnet: {
|
|
519
518
|
hash?: `0x${string}`;
|
520
519
|
input?: `0x${string}`;
|
521
520
|
transactionIndex?: `0x${string}` | null;
|
521
|
+
blobVersionedHashes?: undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
524
524
|
isSystemTx?: boolean | undefined;
|
@@ -539,7 +539,6 @@ export declare const pgnTestnet: {
|
|
539
539
|
gas?: `0x${string}`;
|
540
540
|
nonce?: `0x${string}`;
|
541
541
|
value?: `0x${string}`;
|
542
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
543
542
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
544
543
|
accessList?: import("../../index.js").AccessList | undefined;
|
545
544
|
blockHash?: `0x${string}` | null;
|
@@ -547,6 +546,7 @@ export declare const pgnTestnet: {
|
|
547
546
|
hash?: `0x${string}`;
|
548
547
|
input?: `0x${string}`;
|
549
548
|
transactionIndex?: `0x${string}` | null;
|
549
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -590,7 +590,6 @@ export declare const pgnTestnet: {
|
|
590
590
|
gas?: `0x${string}`;
|
591
591
|
nonce?: `0x${string}`;
|
592
592
|
value?: `0x${string}`;
|
593
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
594
593
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
595
594
|
accessList?: import("../../index.js").AccessList | undefined;
|
596
595
|
blockHash?: `0x${string}` | null;
|
@@ -598,6 +597,7 @@ export declare const pgnTestnet: {
|
|
598
597
|
hash?: `0x${string}`;
|
599
598
|
input?: `0x${string}`;
|
600
599
|
transactionIndex?: `0x${string}` | null;
|
600
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
601
601
|
chainId?: `0x${string}` | undefined;
|
602
602
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
603
603
|
blockHash: `0x${string}` | null;
|
@@ -641,7 +641,6 @@ export declare const pgnTestnet: {
|
|
641
641
|
gas?: `0x${string}`;
|
642
642
|
nonce?: `0x${string}`;
|
643
643
|
value?: `0x${string}`;
|
644
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
645
644
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
646
645
|
accessList?: import("../../index.js").AccessList | undefined;
|
647
646
|
blockHash?: `0x${string}` | null;
|
@@ -649,6 +648,7 @@ export declare const pgnTestnet: {
|
|
649
648
|
hash?: `0x${string}`;
|
650
649
|
input?: `0x${string}`;
|
651
650
|
transactionIndex?: `0x${string}` | null;
|
651
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
652
652
|
chainId?: `0x${string}` | undefined;
|
653
653
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
654
654
|
blockHash: `0x${string}` | null;
|
@@ -692,7 +692,6 @@ export declare const pgnTestnet: {
|
|
692
692
|
gas?: `0x${string}`;
|
693
693
|
nonce?: `0x${string}`;
|
694
694
|
value?: `0x${string}`;
|
695
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
696
695
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
697
696
|
accessList?: import("../../index.js").AccessList | undefined;
|
698
697
|
blockHash?: `0x${string}` | null;
|
@@ -700,6 +699,7 @@ export declare const pgnTestnet: {
|
|
700
699
|
hash?: `0x${string}`;
|
701
700
|
input?: `0x${string}`;
|
702
701
|
transactionIndex?: `0x${string}` | null;
|
702
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
703
703
|
chainId?: `0x${string}` | undefined;
|
704
704
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
705
705
|
blockHash: `0x${string}` | null;
|
@@ -743,7 +743,6 @@ export declare const pgnTestnet: {
|
|
743
743
|
gas?: `0x${string}`;
|
744
744
|
nonce?: `0x${string}`;
|
745
745
|
value?: `0x${string}`;
|
746
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
747
746
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
748
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
749
748
|
blockHash?: `0x${string}` | null;
|
@@ -751,6 +750,7 @@ export declare const pgnTestnet: {
|
|
751
750
|
hash?: `0x${string}`;
|
752
751
|
input?: `0x${string}`;
|
753
752
|
transactionIndex?: `0x${string}` | null;
|
753
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
754
754
|
chainId?: `0x${string}` | undefined;
|
755
755
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
756
756
|
isSystemTx?: boolean | undefined;
|