viem 0.0.0-main.20240526T170333 → 0.0.0-main.20240527T071914
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/accounts/privateKeyToAccount.js +0 -4
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +0 -1
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/index.js +1 -15
- package/_cjs/experimental/index.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +0 -4
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +0 -1
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/index.js +0 -7
- package/_esm/experimental/index.js.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +2 -4
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +76 -76
- package/_types/celo/formatters.d.ts +38 -38
- package/_types/chains/definitions/ancient8.d.ts +30 -30
- package/_types/chains/definitions/ancient8Sepolia.d.ts +30 -30
- package/_types/chains/definitions/base.d.ts +30 -30
- package/_types/chains/definitions/baseGoerli.d.ts +30 -30
- package/_types/chains/definitions/baseSepolia.d.ts +30 -30
- package/_types/chains/definitions/celo.d.ts +76 -76
- package/_types/chains/definitions/celoAlfajores.d.ts +76 -76
- package/_types/chains/definitions/fraxtal.d.ts +30 -30
- package/_types/chains/definitions/fraxtalTestnet.d.ts +30 -30
- package/_types/chains/definitions/funkiSepolia.d.ts +30 -30
- package/_types/chains/definitions/liskSepolia.d.ts +30 -30
- package/_types/chains/definitions/metalL2.d.ts +30 -30
- package/_types/chains/definitions/optimism.d.ts +30 -30
- package/_types/chains/definitions/optimismGoerli.d.ts +30 -30
- package/_types/chains/definitions/optimismSepolia.d.ts +30 -30
- package/_types/chains/definitions/pgn.d.ts +30 -30
- package/_types/chains/definitions/pgnTestnet.d.ts +30 -30
- package/_types/chains/definitions/rss3.d.ts +30 -30
- package/_types/chains/definitions/rss3Sepolia.d.ts +30 -30
- package/_types/chains/definitions/zora.d.ts +30 -30
- package/_types/chains/definitions/zoraSepolia.d.ts +30 -30
- package/_types/chains/definitions/zoraTestnet.d.ts +30 -30
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/index.d.ts +0 -7
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +30 -30
- package/_types/op-stack/formatters.d.ts +30 -30
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/accounts/privateKeyToAccount.ts +0 -4
- package/accounts/toAccount.ts +0 -1
- package/accounts/types.ts +2 -9
- package/errors/version.ts +1 -1
- package/experimental/index.ts +0 -44
- package/package.json +1 -1
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js +0 -29
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/constants/abis.js +0 -123
- package/_cjs/experimental/eip3074/constants/abis.js.map +0 -1
- package/_cjs/experimental/eip3074/decorators/eip3074.js +0 -13
- package/_cjs/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -26
- package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -8
- package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_cjs/experimental/eip3074/invokers/getInvoker.js +0 -64
- package/_cjs/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -12
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js +0 -17
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +0 -11
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/actions/signAuthMessage.js +0 -78
- package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/constants/abis.js +0 -120
- package/_esm/experimental/eip3074/constants/abis.js.map +0 -1
- package/_esm/experimental/eip3074/decorators/eip3074.js +0 -26
- package/_esm/experimental/eip3074/decorators/eip3074.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -22
- package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -4
- package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
- package/_esm/experimental/eip3074/invokers/getInvoker.js +0 -60
- package/_esm/experimental/eip3074/invokers/getInvoker.js.map +0 -1
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -8
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
- package/_esm/experimental/eip3074/utils/signAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/toAuthMessage.js +0 -16
- package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +0 -13
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +0 -82
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/constants/abis.d.ts +0 -91
- package/_types/experimental/eip3074/constants/abis.d.ts.map +0 -1
- package/_types/experimental/eip3074/decorators/eip3074.d.ts +0 -27
- package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts +0 -11
- package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts +0 -14
- package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts.map +0 -1
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts +0 -48
- package/_types/experimental/eip3074/invokers/getInvoker.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +0 -12
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +0 -16
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +0 -20
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +0 -1
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +0 -19
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +0 -1
- package/experimental/eip3074/actions/signAuthMessage.ts +0 -151
- package/experimental/eip3074/constants/abis.ts +0 -119
- package/experimental/eip3074/decorators/eip3074.ts +0 -58
- package/experimental/eip3074/invokers/coders/batchInvokerCoder.ts +0 -46
- package/experimental/eip3074/invokers/coders/defineInvokerCoder.ts +0 -20
- package/experimental/eip3074/invokers/getInvoker.ts +0 -192
- package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +0 -29
- package/experimental/eip3074/utils/signAuthMessage.ts +0 -40
- package/experimental/eip3074/utils/toAuthMessage.ts +0 -50
- package/experimental/eip3074/utils/verifyAuthMessage.ts +0 -46
@@ -96,13 +96,13 @@ export declare const funkiSepolia: {
|
|
96
96
|
gas?: `0x${string}`;
|
97
97
|
nonce?: `0x${string}`;
|
98
98
|
value?: `0x${string}`;
|
99
|
+
accessList?: undefined;
|
100
|
+
blobVersionedHashes?: undefined;
|
99
101
|
blockHash?: `0x${string}` | null;
|
100
102
|
blockNumber?: `0x${string}` | null;
|
101
103
|
hash?: `0x${string}`;
|
102
104
|
input?: `0x${string}`;
|
103
105
|
transactionIndex?: `0x${string}` | null;
|
104
|
-
accessList?: undefined;
|
105
|
-
blobVersionedHashes?: undefined;
|
106
106
|
chainId?: `0x${string}` | undefined;
|
107
107
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
108
108
|
r: `0x${string}`;
|
@@ -147,13 +147,13 @@ export declare const funkiSepolia: {
|
|
147
147
|
gas?: `0x${string}`;
|
148
148
|
nonce?: `0x${string}`;
|
149
149
|
value?: `0x${string}`;
|
150
|
+
accessList?: undefined;
|
151
|
+
blobVersionedHashes?: undefined;
|
150
152
|
blockHash?: `0x${string}` | null;
|
151
153
|
blockNumber?: `0x${string}` | null;
|
152
154
|
hash?: `0x${string}`;
|
153
155
|
input?: `0x${string}`;
|
154
156
|
transactionIndex?: `0x${string}` | null;
|
155
|
-
accessList?: undefined;
|
156
|
-
blobVersionedHashes?: undefined;
|
157
157
|
chainId?: `0x${string}` | undefined;
|
158
158
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
159
159
|
isSystemTx?: boolean | undefined;
|
@@ -175,13 +175,13 @@ export declare const funkiSepolia: {
|
|
175
175
|
gas?: `0x${string}`;
|
176
176
|
nonce?: `0x${string}`;
|
177
177
|
value?: `0x${string}`;
|
178
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
179
|
+
blobVersionedHashes?: undefined;
|
178
180
|
blockHash?: `0x${string}` | null;
|
179
181
|
blockNumber?: `0x${string}` | null;
|
180
182
|
hash?: `0x${string}`;
|
181
183
|
input?: `0x${string}`;
|
182
184
|
transactionIndex?: `0x${string}` | null;
|
183
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
184
|
-
blobVersionedHashes?: undefined;
|
185
185
|
chainId?: `0x${string}` | undefined;
|
186
186
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
187
187
|
r: `0x${string}`;
|
@@ -226,13 +226,13 @@ export declare const funkiSepolia: {
|
|
226
226
|
gas?: `0x${string}`;
|
227
227
|
nonce?: `0x${string}`;
|
228
228
|
value?: `0x${string}`;
|
229
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
230
|
+
blobVersionedHashes?: undefined;
|
229
231
|
blockHash?: `0x${string}` | null;
|
230
232
|
blockNumber?: `0x${string}` | null;
|
231
233
|
hash?: `0x${string}`;
|
232
234
|
input?: `0x${string}`;
|
233
235
|
transactionIndex?: `0x${string}` | null;
|
234
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
235
|
-
blobVersionedHashes?: undefined;
|
236
236
|
chainId?: `0x${string}` | undefined;
|
237
237
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
238
238
|
blockHash: `0x${string}` | null;
|
@@ -277,13 +277,13 @@ export declare const funkiSepolia: {
|
|
277
277
|
gas?: `0x${string}`;
|
278
278
|
nonce?: `0x${string}`;
|
279
279
|
value?: `0x${string}`;
|
280
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
281
|
+
blobVersionedHashes?: undefined;
|
280
282
|
blockHash?: `0x${string}` | null;
|
281
283
|
blockNumber?: `0x${string}` | null;
|
282
284
|
hash?: `0x${string}`;
|
283
285
|
input?: `0x${string}`;
|
284
286
|
transactionIndex?: `0x${string}` | null;
|
285
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
286
|
-
blobVersionedHashes?: undefined;
|
287
287
|
chainId?: `0x${string}` | undefined;
|
288
288
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
289
289
|
blockHash: `0x${string}` | null;
|
@@ -328,13 +328,13 @@ export declare const funkiSepolia: {
|
|
328
328
|
gas?: `0x${string}`;
|
329
329
|
nonce?: `0x${string}`;
|
330
330
|
value?: `0x${string}`;
|
331
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
332
|
+
blobVersionedHashes?: undefined;
|
331
333
|
blockHash?: `0x${string}` | null;
|
332
334
|
blockNumber?: `0x${string}` | null;
|
333
335
|
hash?: `0x${string}`;
|
334
336
|
input?: `0x${string}`;
|
335
337
|
transactionIndex?: `0x${string}` | null;
|
336
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
337
|
-
blobVersionedHashes?: undefined;
|
338
338
|
chainId?: `0x${string}` | undefined;
|
339
339
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
340
340
|
isSystemTx?: boolean | undefined;
|
@@ -356,13 +356,13 @@ export declare const funkiSepolia: {
|
|
356
356
|
gas?: `0x${string}`;
|
357
357
|
nonce?: `0x${string}`;
|
358
358
|
value?: `0x${string}`;
|
359
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
360
|
+
blobVersionedHashes?: undefined;
|
359
361
|
blockHash?: `0x${string}` | null;
|
360
362
|
blockNumber?: `0x${string}` | null;
|
361
363
|
hash?: `0x${string}`;
|
362
364
|
input?: `0x${string}`;
|
363
365
|
transactionIndex?: `0x${string}` | null;
|
364
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
365
|
-
blobVersionedHashes?: undefined;
|
366
366
|
chainId?: `0x${string}` | undefined;
|
367
367
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
368
368
|
r: `0x${string}`;
|
@@ -407,13 +407,13 @@ export declare const funkiSepolia: {
|
|
407
407
|
gas?: `0x${string}`;
|
408
408
|
nonce?: `0x${string}`;
|
409
409
|
value?: `0x${string}`;
|
410
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
411
|
+
blobVersionedHashes?: undefined;
|
410
412
|
blockHash?: `0x${string}` | null;
|
411
413
|
blockNumber?: `0x${string}` | null;
|
412
414
|
hash?: `0x${string}`;
|
413
415
|
input?: `0x${string}`;
|
414
416
|
transactionIndex?: `0x${string}` | null;
|
415
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
416
|
-
blobVersionedHashes?: undefined;
|
417
417
|
chainId?: `0x${string}` | undefined;
|
418
418
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
419
419
|
blockHash: `0x${string}` | null;
|
@@ -458,13 +458,13 @@ export declare const funkiSepolia: {
|
|
458
458
|
gas?: `0x${string}`;
|
459
459
|
nonce?: `0x${string}`;
|
460
460
|
value?: `0x${string}`;
|
461
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
462
|
+
blobVersionedHashes?: undefined;
|
461
463
|
blockHash?: `0x${string}` | null;
|
462
464
|
blockNumber?: `0x${string}` | null;
|
463
465
|
hash?: `0x${string}`;
|
464
466
|
input?: `0x${string}`;
|
465
467
|
transactionIndex?: `0x${string}` | null;
|
466
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
467
|
-
blobVersionedHashes?: undefined;
|
468
468
|
chainId?: `0x${string}` | undefined;
|
469
469
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
470
470
|
blockHash: `0x${string}` | null;
|
@@ -509,13 +509,13 @@ export declare const funkiSepolia: {
|
|
509
509
|
gas?: `0x${string}`;
|
510
510
|
nonce?: `0x${string}`;
|
511
511
|
value?: `0x${string}`;
|
512
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
513
|
+
blobVersionedHashes?: undefined;
|
512
514
|
blockHash?: `0x${string}` | null;
|
513
515
|
blockNumber?: `0x${string}` | null;
|
514
516
|
hash?: `0x${string}`;
|
515
517
|
input?: `0x${string}`;
|
516
518
|
transactionIndex?: `0x${string}` | null;
|
517
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
518
|
-
blobVersionedHashes?: undefined;
|
519
519
|
chainId?: `0x${string}` | undefined;
|
520
520
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
521
521
|
isSystemTx?: boolean | undefined;
|
@@ -537,13 +537,13 @@ export declare const funkiSepolia: {
|
|
537
537
|
gas?: `0x${string}`;
|
538
538
|
nonce?: `0x${string}`;
|
539
539
|
value?: `0x${string}`;
|
540
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
541
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
540
542
|
blockHash?: `0x${string}` | null;
|
541
543
|
blockNumber?: `0x${string}` | null;
|
542
544
|
hash?: `0x${string}`;
|
543
545
|
input?: `0x${string}`;
|
544
546
|
transactionIndex?: `0x${string}` | null;
|
545
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
546
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
547
547
|
chainId?: `0x${string}` | undefined;
|
548
548
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
549
549
|
r: `0x${string}`;
|
@@ -588,13 +588,13 @@ export declare const funkiSepolia: {
|
|
588
588
|
gas?: `0x${string}`;
|
589
589
|
nonce?: `0x${string}`;
|
590
590
|
value?: `0x${string}`;
|
591
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
592
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
591
593
|
blockHash?: `0x${string}` | null;
|
592
594
|
blockNumber?: `0x${string}` | null;
|
593
595
|
hash?: `0x${string}`;
|
594
596
|
input?: `0x${string}`;
|
595
597
|
transactionIndex?: `0x${string}` | null;
|
596
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
597
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
598
598
|
chainId?: `0x${string}` | undefined;
|
599
599
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
600
600
|
blockHash: `0x${string}` | null;
|
@@ -639,13 +639,13 @@ export declare const funkiSepolia: {
|
|
639
639
|
gas?: `0x${string}`;
|
640
640
|
nonce?: `0x${string}`;
|
641
641
|
value?: `0x${string}`;
|
642
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
643
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
642
644
|
blockHash?: `0x${string}` | null;
|
643
645
|
blockNumber?: `0x${string}` | null;
|
644
646
|
hash?: `0x${string}`;
|
645
647
|
input?: `0x${string}`;
|
646
648
|
transactionIndex?: `0x${string}` | null;
|
647
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
648
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
649
649
|
chainId?: `0x${string}` | undefined;
|
650
650
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
651
651
|
blockHash: `0x${string}` | null;
|
@@ -690,13 +690,13 @@ export declare const funkiSepolia: {
|
|
690
690
|
gas?: `0x${string}`;
|
691
691
|
nonce?: `0x${string}`;
|
692
692
|
value?: `0x${string}`;
|
693
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
694
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
693
695
|
blockHash?: `0x${string}` | null;
|
694
696
|
blockNumber?: `0x${string}` | null;
|
695
697
|
hash?: `0x${string}`;
|
696
698
|
input?: `0x${string}`;
|
697
699
|
transactionIndex?: `0x${string}` | null;
|
698
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
699
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
700
700
|
chainId?: `0x${string}` | undefined;
|
701
701
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
702
702
|
blockHash: `0x${string}` | null;
|
@@ -741,13 +741,13 @@ export declare const funkiSepolia: {
|
|
741
741
|
gas?: `0x${string}`;
|
742
742
|
nonce?: `0x${string}`;
|
743
743
|
value?: `0x${string}`;
|
744
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
745
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
744
746
|
blockHash?: `0x${string}` | null;
|
745
747
|
blockNumber?: `0x${string}` | null;
|
746
748
|
hash?: `0x${string}`;
|
747
749
|
input?: `0x${string}`;
|
748
750
|
transactionIndex?: `0x${string}` | null;
|
749
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
750
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
751
751
|
chainId?: `0x${string}` | undefined;
|
752
752
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
753
753
|
isSystemTx?: boolean | undefined;
|
@@ -111,13 +111,13 @@ export declare const liskSepolia: {
|
|
111
111
|
gas?: `0x${string}`;
|
112
112
|
nonce?: `0x${string}`;
|
113
113
|
value?: `0x${string}`;
|
114
|
+
accessList?: undefined;
|
115
|
+
blobVersionedHashes?: undefined;
|
114
116
|
blockHash?: `0x${string}` | null;
|
115
117
|
blockNumber?: `0x${string}` | null;
|
116
118
|
hash?: `0x${string}`;
|
117
119
|
input?: `0x${string}`;
|
118
120
|
transactionIndex?: `0x${string}` | null;
|
119
|
-
accessList?: undefined;
|
120
|
-
blobVersionedHashes?: undefined;
|
121
121
|
chainId?: `0x${string}` | undefined;
|
122
122
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
123
123
|
r: `0x${string}`;
|
@@ -162,13 +162,13 @@ export declare const liskSepolia: {
|
|
162
162
|
gas?: `0x${string}`;
|
163
163
|
nonce?: `0x${string}`;
|
164
164
|
value?: `0x${string}`;
|
165
|
+
accessList?: undefined;
|
166
|
+
blobVersionedHashes?: undefined;
|
165
167
|
blockHash?: `0x${string}` | null;
|
166
168
|
blockNumber?: `0x${string}` | null;
|
167
169
|
hash?: `0x${string}`;
|
168
170
|
input?: `0x${string}`;
|
169
171
|
transactionIndex?: `0x${string}` | null;
|
170
|
-
accessList?: undefined;
|
171
|
-
blobVersionedHashes?: undefined;
|
172
172
|
chainId?: `0x${string}` | undefined;
|
173
173
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
174
174
|
isSystemTx?: boolean | undefined;
|
@@ -190,13 +190,13 @@ export declare const liskSepolia: {
|
|
190
190
|
gas?: `0x${string}`;
|
191
191
|
nonce?: `0x${string}`;
|
192
192
|
value?: `0x${string}`;
|
193
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
194
|
+
blobVersionedHashes?: undefined;
|
193
195
|
blockHash?: `0x${string}` | null;
|
194
196
|
blockNumber?: `0x${string}` | null;
|
195
197
|
hash?: `0x${string}`;
|
196
198
|
input?: `0x${string}`;
|
197
199
|
transactionIndex?: `0x${string}` | null;
|
198
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
199
|
-
blobVersionedHashes?: undefined;
|
200
200
|
chainId?: `0x${string}` | undefined;
|
201
201
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
202
202
|
r: `0x${string}`;
|
@@ -241,13 +241,13 @@ export declare const liskSepolia: {
|
|
241
241
|
gas?: `0x${string}`;
|
242
242
|
nonce?: `0x${string}`;
|
243
243
|
value?: `0x${string}`;
|
244
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
245
|
+
blobVersionedHashes?: undefined;
|
244
246
|
blockHash?: `0x${string}` | null;
|
245
247
|
blockNumber?: `0x${string}` | null;
|
246
248
|
hash?: `0x${string}`;
|
247
249
|
input?: `0x${string}`;
|
248
250
|
transactionIndex?: `0x${string}` | null;
|
249
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
250
|
-
blobVersionedHashes?: undefined;
|
251
251
|
chainId?: `0x${string}` | undefined;
|
252
252
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
253
253
|
blockHash: `0x${string}` | null;
|
@@ -292,13 +292,13 @@ export declare const liskSepolia: {
|
|
292
292
|
gas?: `0x${string}`;
|
293
293
|
nonce?: `0x${string}`;
|
294
294
|
value?: `0x${string}`;
|
295
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
296
|
+
blobVersionedHashes?: undefined;
|
295
297
|
blockHash?: `0x${string}` | null;
|
296
298
|
blockNumber?: `0x${string}` | null;
|
297
299
|
hash?: `0x${string}`;
|
298
300
|
input?: `0x${string}`;
|
299
301
|
transactionIndex?: `0x${string}` | null;
|
300
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
301
|
-
blobVersionedHashes?: undefined;
|
302
302
|
chainId?: `0x${string}` | undefined;
|
303
303
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
304
304
|
blockHash: `0x${string}` | null;
|
@@ -343,13 +343,13 @@ export declare const liskSepolia: {
|
|
343
343
|
gas?: `0x${string}`;
|
344
344
|
nonce?: `0x${string}`;
|
345
345
|
value?: `0x${string}`;
|
346
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
347
|
+
blobVersionedHashes?: undefined;
|
346
348
|
blockHash?: `0x${string}` | null;
|
347
349
|
blockNumber?: `0x${string}` | null;
|
348
350
|
hash?: `0x${string}`;
|
349
351
|
input?: `0x${string}`;
|
350
352
|
transactionIndex?: `0x${string}` | null;
|
351
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
352
|
-
blobVersionedHashes?: undefined;
|
353
353
|
chainId?: `0x${string}` | undefined;
|
354
354
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
355
355
|
isSystemTx?: boolean | undefined;
|
@@ -371,13 +371,13 @@ export declare const liskSepolia: {
|
|
371
371
|
gas?: `0x${string}`;
|
372
372
|
nonce?: `0x${string}`;
|
373
373
|
value?: `0x${string}`;
|
374
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
375
|
+
blobVersionedHashes?: undefined;
|
374
376
|
blockHash?: `0x${string}` | null;
|
375
377
|
blockNumber?: `0x${string}` | null;
|
376
378
|
hash?: `0x${string}`;
|
377
379
|
input?: `0x${string}`;
|
378
380
|
transactionIndex?: `0x${string}` | null;
|
379
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
380
|
-
blobVersionedHashes?: undefined;
|
381
381
|
chainId?: `0x${string}` | undefined;
|
382
382
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
383
383
|
r: `0x${string}`;
|
@@ -422,13 +422,13 @@ export declare const liskSepolia: {
|
|
422
422
|
gas?: `0x${string}`;
|
423
423
|
nonce?: `0x${string}`;
|
424
424
|
value?: `0x${string}`;
|
425
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
426
|
+
blobVersionedHashes?: undefined;
|
425
427
|
blockHash?: `0x${string}` | null;
|
426
428
|
blockNumber?: `0x${string}` | null;
|
427
429
|
hash?: `0x${string}`;
|
428
430
|
input?: `0x${string}`;
|
429
431
|
transactionIndex?: `0x${string}` | null;
|
430
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
431
|
-
blobVersionedHashes?: undefined;
|
432
432
|
chainId?: `0x${string}` | undefined;
|
433
433
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
434
434
|
blockHash: `0x${string}` | null;
|
@@ -473,13 +473,13 @@ export declare const liskSepolia: {
|
|
473
473
|
gas?: `0x${string}`;
|
474
474
|
nonce?: `0x${string}`;
|
475
475
|
value?: `0x${string}`;
|
476
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
477
|
+
blobVersionedHashes?: undefined;
|
476
478
|
blockHash?: `0x${string}` | null;
|
477
479
|
blockNumber?: `0x${string}` | null;
|
478
480
|
hash?: `0x${string}`;
|
479
481
|
input?: `0x${string}`;
|
480
482
|
transactionIndex?: `0x${string}` | null;
|
481
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
482
|
-
blobVersionedHashes?: undefined;
|
483
483
|
chainId?: `0x${string}` | undefined;
|
484
484
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
485
485
|
blockHash: `0x${string}` | null;
|
@@ -524,13 +524,13 @@ export declare const liskSepolia: {
|
|
524
524
|
gas?: `0x${string}`;
|
525
525
|
nonce?: `0x${string}`;
|
526
526
|
value?: `0x${string}`;
|
527
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
528
|
+
blobVersionedHashes?: undefined;
|
527
529
|
blockHash?: `0x${string}` | null;
|
528
530
|
blockNumber?: `0x${string}` | null;
|
529
531
|
hash?: `0x${string}`;
|
530
532
|
input?: `0x${string}`;
|
531
533
|
transactionIndex?: `0x${string}` | null;
|
532
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
533
|
-
blobVersionedHashes?: undefined;
|
534
534
|
chainId?: `0x${string}` | undefined;
|
535
535
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
536
536
|
isSystemTx?: boolean | undefined;
|
@@ -552,13 +552,13 @@ export declare const liskSepolia: {
|
|
552
552
|
gas?: `0x${string}`;
|
553
553
|
nonce?: `0x${string}`;
|
554
554
|
value?: `0x${string}`;
|
555
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
556
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
555
557
|
blockHash?: `0x${string}` | null;
|
556
558
|
blockNumber?: `0x${string}` | null;
|
557
559
|
hash?: `0x${string}`;
|
558
560
|
input?: `0x${string}`;
|
559
561
|
transactionIndex?: `0x${string}` | null;
|
560
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
561
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
562
562
|
chainId?: `0x${string}` | undefined;
|
563
563
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
564
564
|
r: `0x${string}`;
|
@@ -603,13 +603,13 @@ export declare const liskSepolia: {
|
|
603
603
|
gas?: `0x${string}`;
|
604
604
|
nonce?: `0x${string}`;
|
605
605
|
value?: `0x${string}`;
|
606
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
607
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
606
608
|
blockHash?: `0x${string}` | null;
|
607
609
|
blockNumber?: `0x${string}` | null;
|
608
610
|
hash?: `0x${string}`;
|
609
611
|
input?: `0x${string}`;
|
610
612
|
transactionIndex?: `0x${string}` | null;
|
611
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
612
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
613
613
|
chainId?: `0x${string}` | undefined;
|
614
614
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
615
615
|
blockHash: `0x${string}` | null;
|
@@ -654,13 +654,13 @@ export declare const liskSepolia: {
|
|
654
654
|
gas?: `0x${string}`;
|
655
655
|
nonce?: `0x${string}`;
|
656
656
|
value?: `0x${string}`;
|
657
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
658
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
657
659
|
blockHash?: `0x${string}` | null;
|
658
660
|
blockNumber?: `0x${string}` | null;
|
659
661
|
hash?: `0x${string}`;
|
660
662
|
input?: `0x${string}`;
|
661
663
|
transactionIndex?: `0x${string}` | null;
|
662
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
663
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
664
664
|
chainId?: `0x${string}` | undefined;
|
665
665
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
666
666
|
blockHash: `0x${string}` | null;
|
@@ -705,13 +705,13 @@ export declare const liskSepolia: {
|
|
705
705
|
gas?: `0x${string}`;
|
706
706
|
nonce?: `0x${string}`;
|
707
707
|
value?: `0x${string}`;
|
708
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
709
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
708
710
|
blockHash?: `0x${string}` | null;
|
709
711
|
blockNumber?: `0x${string}` | null;
|
710
712
|
hash?: `0x${string}`;
|
711
713
|
input?: `0x${string}`;
|
712
714
|
transactionIndex?: `0x${string}` | null;
|
713
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
714
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
715
715
|
chainId?: `0x${string}` | undefined;
|
716
716
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
717
717
|
blockHash: `0x${string}` | null;
|
@@ -756,13 +756,13 @@ export declare const liskSepolia: {
|
|
756
756
|
gas?: `0x${string}`;
|
757
757
|
nonce?: `0x${string}`;
|
758
758
|
value?: `0x${string}`;
|
759
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
760
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
759
761
|
blockHash?: `0x${string}` | null;
|
760
762
|
blockNumber?: `0x${string}` | null;
|
761
763
|
hash?: `0x${string}`;
|
762
764
|
input?: `0x${string}`;
|
763
765
|
transactionIndex?: `0x${string}` | null;
|
764
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
765
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
766
766
|
chainId?: `0x${string}` | undefined;
|
767
767
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
768
768
|
isSystemTx?: boolean | undefined;
|