viem 2.9.12 → 2.9.15
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/CHANGELOG.md +22 -0
- package/_cjs/actions/index.js +2 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +5 -3
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +8 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +8 -2
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +1 -0
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/chains/definitions/astarZkEVM.js +1 -1
- package/_cjs/chains/definitions/astarZkyoto.js +1 -1
- package/_cjs/chains/definitions/astarZkyoto.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/chains/index.js +5 -7
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -1
- package/_cjs/utils/abi/decodeEventLog.js.map +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 +2 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +10 -6
- 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/call.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +8 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js +8 -2
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +8 -2
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +2 -1
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/astarZkEVM.js +1 -1
- package/_esm/chains/definitions/astarZkyoto.js +1 -1
- package/_esm/chains/definitions/astarZkyoto.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/chains/index.js +0 -1
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/abi/decodeEventLog.js +1 -1
- package/_esm/utils/abi/decodeEventLog.js.map +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 +2 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +10 -6
- 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/call.d.ts +2 -3
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts +3 -0
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/public/watchEvent.d.ts +4 -1
- package/_types/actions/public/watchEvent.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
- 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 +350 -38
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +175 -19
- 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/astarZkEVM.d.ts +1 -1
- package/_types/chains/definitions/astarZkyoto.d.ts +1 -1
- 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 +350 -38
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
- 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 +144 -0
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
- 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/chains/index.d.ts +0 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToNextGame.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToProve.d.ts +1 -1
- package/_types/op-stack/actions/waitForNextGame.d.ts +1 -1
- package/_types/op-stack/actions/waitForNextL2Output.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 +16 -2
- 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 +49 -1
- 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 +144 -0
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +144 -0
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +1 -0
- package/actions/public/call.ts +2 -3
- package/actions/public/estimateGas.ts +9 -7
- package/actions/public/watchContractEvent.ts +10 -1
- package/actions/public/watchEvent.ts +10 -1
- package/actions/wallet/prepareTransactionRequest.ts +73 -17
- package/actions/wallet/sendTransaction.ts +2 -0
- package/chains/definitions/astarZkEVM.ts +1 -1
- package/chains/definitions/astarZkyoto.ts +1 -1
- package/chains/definitions/filecoinCalibration.ts +1 -0
- package/chains/definitions/filecoinHyperspace.ts +1 -0
- package/chains/index.ts +0 -1
- package/errors/version.ts +1 -1
- package/op-stack/actions/getTimeToNextGame.ts +1 -1
- package/op-stack/actions/getTimeToNextL2Output.ts +1 -1
- package/op-stack/actions/getTimeToProve.ts +1 -1
- package/op-stack/actions/waitForNextGame.ts +1 -1
- package/op-stack/actions/waitForNextL2Output.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +20 -2
- package/utils/abi/decodeEventLog.ts +1 -1
- package/utils/blob/blobsToCommitments.ts +9 -7
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +14 -11
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +2 -0
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +12 -6
- package/_cjs/chains/definitions/astarZkatana.js +0 -32
- package/_cjs/chains/definitions/astarZkatana.js.map +0 -1
- package/_esm/chains/definitions/astarZkatana.js +0 -29
- package/_esm/chains/definitions/astarZkatana.js.map +0 -1
- package/_types/chains/definitions/astarZkatana.d.ts +0 -34
- package/_types/chains/definitions/astarZkatana.d.ts.map +0 -1
- package/chains/definitions/astarZkatana.ts +0 -29
@@ -118,12 +118,12 @@ export declare const optimismSepolia: {
|
|
118
118
|
value?: `0x${string}`;
|
119
119
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
120
120
|
accessList?: undefined;
|
121
|
+
blobVersionedHashes?: undefined;
|
121
122
|
blockHash?: `0x${string}` | null;
|
122
123
|
blockNumber?: `0x${string}` | null;
|
123
124
|
hash?: `0x${string}`;
|
124
125
|
input?: `0x${string}`;
|
125
126
|
transactionIndex?: `0x${string}` | null;
|
126
|
-
blobVersionedHashes?: undefined;
|
127
127
|
chainId?: `0x${string}` | undefined;
|
128
128
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
129
129
|
r: `0x${string}`;
|
@@ -169,12 +169,12 @@ export declare const optimismSepolia: {
|
|
169
169
|
value?: `0x${string}`;
|
170
170
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
171
171
|
accessList?: undefined;
|
172
|
+
blobVersionedHashes?: undefined;
|
172
173
|
blockHash?: `0x${string}` | null;
|
173
174
|
blockNumber?: `0x${string}` | null;
|
174
175
|
hash?: `0x${string}`;
|
175
176
|
input?: `0x${string}`;
|
176
177
|
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
|
isSystemTx?: boolean | undefined;
|
@@ -197,12 +197,12 @@ export declare const optimismSepolia: {
|
|
197
197
|
value?: `0x${string}`;
|
198
198
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
199
199
|
accessList?: import("../../index.js").AccessList | undefined;
|
200
|
+
blobVersionedHashes?: undefined;
|
200
201
|
blockHash?: `0x${string}` | null;
|
201
202
|
blockNumber?: `0x${string}` | null;
|
202
203
|
hash?: `0x${string}`;
|
203
204
|
input?: `0x${string}`;
|
204
205
|
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}`;
|
@@ -248,12 +248,12 @@ export declare const optimismSepolia: {
|
|
248
248
|
value?: `0x${string}`;
|
249
249
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
250
250
|
accessList?: import("../../index.js").AccessList | undefined;
|
251
|
+
blobVersionedHashes?: undefined;
|
251
252
|
blockHash?: `0x${string}` | null;
|
252
253
|
blockNumber?: `0x${string}` | null;
|
253
254
|
hash?: `0x${string}`;
|
254
255
|
input?: `0x${string}`;
|
255
256
|
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;
|
@@ -299,12 +299,12 @@ export declare const optimismSepolia: {
|
|
299
299
|
value?: `0x${string}`;
|
300
300
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
301
301
|
accessList?: import("../../index.js").AccessList | undefined;
|
302
|
+
blobVersionedHashes?: undefined;
|
302
303
|
blockHash?: `0x${string}` | null;
|
303
304
|
blockNumber?: `0x${string}` | null;
|
304
305
|
hash?: `0x${string}`;
|
305
306
|
input?: `0x${string}`;
|
306
307
|
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;
|
@@ -350,12 +350,12 @@ export declare const optimismSepolia: {
|
|
350
350
|
value?: `0x${string}`;
|
351
351
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
352
352
|
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
+
blobVersionedHashes?: undefined;
|
353
354
|
blockHash?: `0x${string}` | null;
|
354
355
|
blockNumber?: `0x${string}` | null;
|
355
356
|
hash?: `0x${string}`;
|
356
357
|
input?: `0x${string}`;
|
357
358
|
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
|
isSystemTx?: boolean | undefined;
|
@@ -378,12 +378,12 @@ export declare const optimismSepolia: {
|
|
378
378
|
value?: `0x${string}`;
|
379
379
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
380
380
|
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
+
blobVersionedHashes?: undefined;
|
381
382
|
blockHash?: `0x${string}` | null;
|
382
383
|
blockNumber?: `0x${string}` | null;
|
383
384
|
hash?: `0x${string}`;
|
384
385
|
input?: `0x${string}`;
|
385
386
|
transactionIndex?: `0x${string}` | null;
|
386
|
-
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
389
389
|
r: `0x${string}`;
|
@@ -429,12 +429,12 @@ export declare const optimismSepolia: {
|
|
429
429
|
value?: `0x${string}`;
|
430
430
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
431
431
|
accessList?: import("../../index.js").AccessList | undefined;
|
432
|
+
blobVersionedHashes?: undefined;
|
432
433
|
blockHash?: `0x${string}` | null;
|
433
434
|
blockNumber?: `0x${string}` | null;
|
434
435
|
hash?: `0x${string}`;
|
435
436
|
input?: `0x${string}`;
|
436
437
|
transactionIndex?: `0x${string}` | null;
|
437
|
-
blobVersionedHashes?: undefined;
|
438
438
|
chainId?: `0x${string}` | undefined;
|
439
439
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
440
440
|
blockHash: `0x${string}` | null;
|
@@ -480,12 +480,12 @@ export declare const optimismSepolia: {
|
|
480
480
|
value?: `0x${string}`;
|
481
481
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
482
482
|
accessList?: import("../../index.js").AccessList | undefined;
|
483
|
+
blobVersionedHashes?: undefined;
|
483
484
|
blockHash?: `0x${string}` | null;
|
484
485
|
blockNumber?: `0x${string}` | null;
|
485
486
|
hash?: `0x${string}`;
|
486
487
|
input?: `0x${string}`;
|
487
488
|
transactionIndex?: `0x${string}` | null;
|
488
|
-
blobVersionedHashes?: undefined;
|
489
489
|
chainId?: `0x${string}` | undefined;
|
490
490
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
491
491
|
blockHash: `0x${string}` | null;
|
@@ -531,12 +531,12 @@ export declare const optimismSepolia: {
|
|
531
531
|
value?: `0x${string}`;
|
532
532
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
533
533
|
accessList?: import("../../index.js").AccessList | undefined;
|
534
|
+
blobVersionedHashes?: undefined;
|
534
535
|
blockHash?: `0x${string}` | null;
|
535
536
|
blockNumber?: `0x${string}` | null;
|
536
537
|
hash?: `0x${string}`;
|
537
538
|
input?: `0x${string}`;
|
538
539
|
transactionIndex?: `0x${string}` | null;
|
539
|
-
blobVersionedHashes?: undefined;
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
542
542
|
isSystemTx?: boolean | undefined;
|
@@ -559,12 +559,12 @@ export declare const optimismSepolia: {
|
|
559
559
|
value?: `0x${string}`;
|
560
560
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
561
561
|
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
562
563
|
blockHash?: `0x${string}` | null;
|
563
564
|
blockNumber?: `0x${string}` | null;
|
564
565
|
hash?: `0x${string}`;
|
565
566
|
input?: `0x${string}`;
|
566
567
|
transactionIndex?: `0x${string}` | null;
|
567
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
570
570
|
r: `0x${string}`;
|
@@ -610,12 +610,12 @@ export declare const optimismSepolia: {
|
|
610
610
|
value?: `0x${string}`;
|
611
611
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
612
612
|
accessList?: import("../../index.js").AccessList | undefined;
|
613
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
613
614
|
blockHash?: `0x${string}` | null;
|
614
615
|
blockNumber?: `0x${string}` | null;
|
615
616
|
hash?: `0x${string}`;
|
616
617
|
input?: `0x${string}`;
|
617
618
|
transactionIndex?: `0x${string}` | null;
|
618
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
619
619
|
chainId?: `0x${string}` | undefined;
|
620
620
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
621
621
|
blockHash: `0x${string}` | null;
|
@@ -661,12 +661,12 @@ export declare const optimismSepolia: {
|
|
661
661
|
value?: `0x${string}`;
|
662
662
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
663
663
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
664
665
|
blockHash?: `0x${string}` | null;
|
665
666
|
blockNumber?: `0x${string}` | null;
|
666
667
|
hash?: `0x${string}`;
|
667
668
|
input?: `0x${string}`;
|
668
669
|
transactionIndex?: `0x${string}` | null;
|
669
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
670
670
|
chainId?: `0x${string}` | undefined;
|
671
671
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
672
672
|
blockHash: `0x${string}` | null;
|
@@ -712,12 +712,12 @@ export declare const optimismSepolia: {
|
|
712
712
|
value?: `0x${string}`;
|
713
713
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
714
714
|
accessList?: import("../../index.js").AccessList | undefined;
|
715
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
715
716
|
blockHash?: `0x${string}` | null;
|
716
717
|
blockNumber?: `0x${string}` | null;
|
717
718
|
hash?: `0x${string}`;
|
718
719
|
input?: `0x${string}`;
|
719
720
|
transactionIndex?: `0x${string}` | null;
|
720
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
721
721
|
chainId?: `0x${string}` | undefined;
|
722
722
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
723
723
|
blockHash: `0x${string}` | null;
|
@@ -763,12 +763,12 @@ export declare const optimismSepolia: {
|
|
763
763
|
value?: `0x${string}`;
|
764
764
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
765
765
|
accessList?: import("../../index.js").AccessList | undefined;
|
766
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
766
767
|
blockHash?: `0x${string}` | null;
|
767
768
|
blockNumber?: `0x${string}` | null;
|
768
769
|
hash?: `0x${string}`;
|
769
770
|
input?: `0x${string}`;
|
770
771
|
transactionIndex?: `0x${string}` | null;
|
771
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
772
772
|
chainId?: `0x${string}` | undefined;
|
773
773
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
774
774
|
isSystemTx?: boolean | undefined;
|
@@ -100,12 +100,12 @@ export declare const pgn: {
|
|
100
100
|
value?: `0x${string}`;
|
101
101
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
102
102
|
accessList?: undefined;
|
103
|
+
blobVersionedHashes?: undefined;
|
103
104
|
blockHash?: `0x${string}` | null;
|
104
105
|
blockNumber?: `0x${string}` | null;
|
105
106
|
hash?: `0x${string}`;
|
106
107
|
input?: `0x${string}`;
|
107
108
|
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}`;
|
@@ -151,12 +151,12 @@ export declare const pgn: {
|
|
151
151
|
value?: `0x${string}`;
|
152
152
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
153
|
accessList?: undefined;
|
154
|
+
blobVersionedHashes?: undefined;
|
154
155
|
blockHash?: `0x${string}` | null;
|
155
156
|
blockNumber?: `0x${string}` | null;
|
156
157
|
hash?: `0x${string}`;
|
157
158
|
input?: `0x${string}`;
|
158
159
|
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;
|
@@ -179,12 +179,12 @@ export declare const pgn: {
|
|
179
179
|
value?: `0x${string}`;
|
180
180
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
181
181
|
accessList?: import("../../index.js").AccessList | undefined;
|
182
|
+
blobVersionedHashes?: undefined;
|
182
183
|
blockHash?: `0x${string}` | null;
|
183
184
|
blockNumber?: `0x${string}` | null;
|
184
185
|
hash?: `0x${string}`;
|
185
186
|
input?: `0x${string}`;
|
186
187
|
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}`;
|
@@ -230,12 +230,12 @@ export declare const pgn: {
|
|
230
230
|
value?: `0x${string}`;
|
231
231
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
232
232
|
accessList?: import("../../index.js").AccessList | undefined;
|
233
|
+
blobVersionedHashes?: undefined;
|
233
234
|
blockHash?: `0x${string}` | null;
|
234
235
|
blockNumber?: `0x${string}` | null;
|
235
236
|
hash?: `0x${string}`;
|
236
237
|
input?: `0x${string}`;
|
237
238
|
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;
|
@@ -281,12 +281,12 @@ export declare const pgn: {
|
|
281
281
|
value?: `0x${string}`;
|
282
282
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
283
|
accessList?: import("../../index.js").AccessList | undefined;
|
284
|
+
blobVersionedHashes?: undefined;
|
284
285
|
blockHash?: `0x${string}` | null;
|
285
286
|
blockNumber?: `0x${string}` | null;
|
286
287
|
hash?: `0x${string}`;
|
287
288
|
input?: `0x${string}`;
|
288
289
|
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;
|
@@ -332,12 +332,12 @@ export declare const pgn: {
|
|
332
332
|
value?: `0x${string}`;
|
333
333
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
334
|
accessList?: import("../../index.js").AccessList | undefined;
|
335
|
+
blobVersionedHashes?: undefined;
|
335
336
|
blockHash?: `0x${string}` | null;
|
336
337
|
blockNumber?: `0x${string}` | null;
|
337
338
|
hash?: `0x${string}`;
|
338
339
|
input?: `0x${string}`;
|
339
340
|
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;
|
@@ -360,12 +360,12 @@ export declare const pgn: {
|
|
360
360
|
value?: `0x${string}`;
|
361
361
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
362
362
|
accessList?: import("../../index.js").AccessList | undefined;
|
363
|
+
blobVersionedHashes?: undefined;
|
363
364
|
blockHash?: `0x${string}` | null;
|
364
365
|
blockNumber?: `0x${string}` | null;
|
365
366
|
hash?: `0x${string}`;
|
366
367
|
input?: `0x${string}`;
|
367
368
|
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}`;
|
@@ -411,12 +411,12 @@ export declare const pgn: {
|
|
411
411
|
value?: `0x${string}`;
|
412
412
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
413
413
|
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
+
blobVersionedHashes?: undefined;
|
414
415
|
blockHash?: `0x${string}` | null;
|
415
416
|
blockNumber?: `0x${string}` | null;
|
416
417
|
hash?: `0x${string}`;
|
417
418
|
input?: `0x${string}`;
|
418
419
|
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;
|
@@ -462,12 +462,12 @@ export declare const pgn: {
|
|
462
462
|
value?: `0x${string}`;
|
463
463
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
464
464
|
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
+
blobVersionedHashes?: undefined;
|
465
466
|
blockHash?: `0x${string}` | null;
|
466
467
|
blockNumber?: `0x${string}` | null;
|
467
468
|
hash?: `0x${string}`;
|
468
469
|
input?: `0x${string}`;
|
469
470
|
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;
|
@@ -513,12 +513,12 @@ export declare const pgn: {
|
|
513
513
|
value?: `0x${string}`;
|
514
514
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
515
|
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: undefined;
|
516
517
|
blockHash?: `0x${string}` | null;
|
517
518
|
blockNumber?: `0x${string}` | null;
|
518
519
|
hash?: `0x${string}`;
|
519
520
|
input?: `0x${string}`;
|
520
521
|
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;
|
@@ -541,12 +541,12 @@ export declare const pgn: {
|
|
541
541
|
value?: `0x${string}`;
|
542
542
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
543
543
|
accessList?: import("../../index.js").AccessList | undefined;
|
544
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
544
545
|
blockHash?: `0x${string}` | null;
|
545
546
|
blockNumber?: `0x${string}` | null;
|
546
547
|
hash?: `0x${string}`;
|
547
548
|
input?: `0x${string}`;
|
548
549
|
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}`;
|
@@ -592,12 +592,12 @@ export declare const pgn: {
|
|
592
592
|
value?: `0x${string}`;
|
593
593
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
594
594
|
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
595
596
|
blockHash?: `0x${string}` | null;
|
596
597
|
blockNumber?: `0x${string}` | null;
|
597
598
|
hash?: `0x${string}`;
|
598
599
|
input?: `0x${string}`;
|
599
600
|
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;
|
@@ -643,12 +643,12 @@ export declare const pgn: {
|
|
643
643
|
value?: `0x${string}`;
|
644
644
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
645
645
|
accessList?: import("../../index.js").AccessList | undefined;
|
646
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
646
647
|
blockHash?: `0x${string}` | null;
|
647
648
|
blockNumber?: `0x${string}` | null;
|
648
649
|
hash?: `0x${string}`;
|
649
650
|
input?: `0x${string}`;
|
650
651
|
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;
|
@@ -694,12 +694,12 @@ export declare const pgn: {
|
|
694
694
|
value?: `0x${string}`;
|
695
695
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
696
696
|
accessList?: import("../../index.js").AccessList | undefined;
|
697
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
697
698
|
blockHash?: `0x${string}` | null;
|
698
699
|
blockNumber?: `0x${string}` | null;
|
699
700
|
hash?: `0x${string}`;
|
700
701
|
input?: `0x${string}`;
|
701
702
|
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;
|
@@ -745,12 +745,12 @@ export declare const pgn: {
|
|
745
745
|
value?: `0x${string}`;
|
746
746
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
747
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
748
749
|
blockHash?: `0x${string}` | null;
|
749
750
|
blockNumber?: `0x${string}` | null;
|
750
751
|
hash?: `0x${string}`;
|
751
752
|
input?: `0x${string}`;
|
752
753
|
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;
|
@@ -100,12 +100,12 @@ export declare const pgnTestnet: {
|
|
100
100
|
value?: `0x${string}`;
|
101
101
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
102
102
|
accessList?: undefined;
|
103
|
+
blobVersionedHashes?: undefined;
|
103
104
|
blockHash?: `0x${string}` | null;
|
104
105
|
blockNumber?: `0x${string}` | null;
|
105
106
|
hash?: `0x${string}`;
|
106
107
|
input?: `0x${string}`;
|
107
108
|
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}`;
|
@@ -151,12 +151,12 @@ export declare const pgnTestnet: {
|
|
151
151
|
value?: `0x${string}`;
|
152
152
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
153
|
accessList?: undefined;
|
154
|
+
blobVersionedHashes?: undefined;
|
154
155
|
blockHash?: `0x${string}` | null;
|
155
156
|
blockNumber?: `0x${string}` | null;
|
156
157
|
hash?: `0x${string}`;
|
157
158
|
input?: `0x${string}`;
|
158
159
|
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;
|
@@ -179,12 +179,12 @@ export declare const pgnTestnet: {
|
|
179
179
|
value?: `0x${string}`;
|
180
180
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
181
181
|
accessList?: import("../../index.js").AccessList | undefined;
|
182
|
+
blobVersionedHashes?: undefined;
|
182
183
|
blockHash?: `0x${string}` | null;
|
183
184
|
blockNumber?: `0x${string}` | null;
|
184
185
|
hash?: `0x${string}`;
|
185
186
|
input?: `0x${string}`;
|
186
187
|
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}`;
|
@@ -230,12 +230,12 @@ export declare const pgnTestnet: {
|
|
230
230
|
value?: `0x${string}`;
|
231
231
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
232
232
|
accessList?: import("../../index.js").AccessList | undefined;
|
233
|
+
blobVersionedHashes?: undefined;
|
233
234
|
blockHash?: `0x${string}` | null;
|
234
235
|
blockNumber?: `0x${string}` | null;
|
235
236
|
hash?: `0x${string}`;
|
236
237
|
input?: `0x${string}`;
|
237
238
|
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;
|
@@ -281,12 +281,12 @@ export declare const pgnTestnet: {
|
|
281
281
|
value?: `0x${string}`;
|
282
282
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
283
|
accessList?: import("../../index.js").AccessList | undefined;
|
284
|
+
blobVersionedHashes?: undefined;
|
284
285
|
blockHash?: `0x${string}` | null;
|
285
286
|
blockNumber?: `0x${string}` | null;
|
286
287
|
hash?: `0x${string}`;
|
287
288
|
input?: `0x${string}`;
|
288
289
|
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;
|
@@ -332,12 +332,12 @@ export declare const pgnTestnet: {
|
|
332
332
|
value?: `0x${string}`;
|
333
333
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
334
|
accessList?: import("../../index.js").AccessList | undefined;
|
335
|
+
blobVersionedHashes?: undefined;
|
335
336
|
blockHash?: `0x${string}` | null;
|
336
337
|
blockNumber?: `0x${string}` | null;
|
337
338
|
hash?: `0x${string}`;
|
338
339
|
input?: `0x${string}`;
|
339
340
|
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;
|
@@ -360,12 +360,12 @@ export declare const pgnTestnet: {
|
|
360
360
|
value?: `0x${string}`;
|
361
361
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
362
362
|
accessList?: import("../../index.js").AccessList | undefined;
|
363
|
+
blobVersionedHashes?: undefined;
|
363
364
|
blockHash?: `0x${string}` | null;
|
364
365
|
blockNumber?: `0x${string}` | null;
|
365
366
|
hash?: `0x${string}`;
|
366
367
|
input?: `0x${string}`;
|
367
368
|
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}`;
|
@@ -411,12 +411,12 @@ export declare const pgnTestnet: {
|
|
411
411
|
value?: `0x${string}`;
|
412
412
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
413
413
|
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
+
blobVersionedHashes?: undefined;
|
414
415
|
blockHash?: `0x${string}` | null;
|
415
416
|
blockNumber?: `0x${string}` | null;
|
416
417
|
hash?: `0x${string}`;
|
417
418
|
input?: `0x${string}`;
|
418
419
|
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;
|
@@ -462,12 +462,12 @@ export declare const pgnTestnet: {
|
|
462
462
|
value?: `0x${string}`;
|
463
463
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
464
464
|
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
+
blobVersionedHashes?: undefined;
|
465
466
|
blockHash?: `0x${string}` | null;
|
466
467
|
blockNumber?: `0x${string}` | null;
|
467
468
|
hash?: `0x${string}`;
|
468
469
|
input?: `0x${string}`;
|
469
470
|
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;
|
@@ -513,12 +513,12 @@ export declare const pgnTestnet: {
|
|
513
513
|
value?: `0x${string}`;
|
514
514
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
515
|
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: undefined;
|
516
517
|
blockHash?: `0x${string}` | null;
|
517
518
|
blockNumber?: `0x${string}` | null;
|
518
519
|
hash?: `0x${string}`;
|
519
520
|
input?: `0x${string}`;
|
520
521
|
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;
|
@@ -541,12 +541,12 @@ export declare const pgnTestnet: {
|
|
541
541
|
value?: `0x${string}`;
|
542
542
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
543
543
|
accessList?: import("../../index.js").AccessList | undefined;
|
544
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
544
545
|
blockHash?: `0x${string}` | null;
|
545
546
|
blockNumber?: `0x${string}` | null;
|
546
547
|
hash?: `0x${string}`;
|
547
548
|
input?: `0x${string}`;
|
548
549
|
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}`;
|
@@ -592,12 +592,12 @@ export declare const pgnTestnet: {
|
|
592
592
|
value?: `0x${string}`;
|
593
593
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
594
594
|
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
595
596
|
blockHash?: `0x${string}` | null;
|
596
597
|
blockNumber?: `0x${string}` | null;
|
597
598
|
hash?: `0x${string}`;
|
598
599
|
input?: `0x${string}`;
|
599
600
|
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;
|
@@ -643,12 +643,12 @@ export declare const pgnTestnet: {
|
|
643
643
|
value?: `0x${string}`;
|
644
644
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
645
645
|
accessList?: import("../../index.js").AccessList | undefined;
|
646
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
646
647
|
blockHash?: `0x${string}` | null;
|
647
648
|
blockNumber?: `0x${string}` | null;
|
648
649
|
hash?: `0x${string}`;
|
649
650
|
input?: `0x${string}`;
|
650
651
|
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;
|
@@ -694,12 +694,12 @@ export declare const pgnTestnet: {
|
|
694
694
|
value?: `0x${string}`;
|
695
695
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
696
696
|
accessList?: import("../../index.js").AccessList | undefined;
|
697
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
697
698
|
blockHash?: `0x${string}` | null;
|
698
699
|
blockNumber?: `0x${string}` | null;
|
699
700
|
hash?: `0x${string}`;
|
700
701
|
input?: `0x${string}`;
|
701
702
|
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;
|
@@ -745,12 +745,12 @@ export declare const pgnTestnet: {
|
|
745
745
|
value?: `0x${string}`;
|
746
746
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
747
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
748
749
|
blockHash?: `0x${string}` | null;
|
749
750
|
blockNumber?: `0x${string}` | null;
|
750
751
|
hash?: `0x${string}`;
|
751
752
|
input?: `0x${string}`;
|
752
753
|
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;
|