viem 0.0.0-main.20240526T170333 → 0.0.0-main.20240526T225326
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
@@ -99,13 +99,13 @@ export declare const pgn: {
|
|
99
99
|
gas?: `0x${string}`;
|
100
100
|
nonce?: `0x${string}`;
|
101
101
|
value?: `0x${string}`;
|
102
|
+
accessList?: undefined;
|
103
|
+
blobVersionedHashes?: undefined;
|
102
104
|
blockHash?: `0x${string}` | null;
|
103
105
|
blockNumber?: `0x${string}` | null;
|
104
106
|
hash?: `0x${string}`;
|
105
107
|
input?: `0x${string}`;
|
106
108
|
transactionIndex?: `0x${string}` | null;
|
107
|
-
accessList?: undefined;
|
108
|
-
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -150,13 +150,13 @@ export declare const pgn: {
|
|
150
150
|
gas?: `0x${string}`;
|
151
151
|
nonce?: `0x${string}`;
|
152
152
|
value?: `0x${string}`;
|
153
|
+
accessList?: undefined;
|
154
|
+
blobVersionedHashes?: undefined;
|
153
155
|
blockHash?: `0x${string}` | null;
|
154
156
|
blockNumber?: `0x${string}` | null;
|
155
157
|
hash?: `0x${string}`;
|
156
158
|
input?: `0x${string}`;
|
157
159
|
transactionIndex?: `0x${string}` | null;
|
158
|
-
accessList?: undefined;
|
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;
|
@@ -178,13 +178,13 @@ export declare const pgn: {
|
|
178
178
|
gas?: `0x${string}`;
|
179
179
|
nonce?: `0x${string}`;
|
180
180
|
value?: `0x${string}`;
|
181
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
182
|
+
blobVersionedHashes?: undefined;
|
181
183
|
blockHash?: `0x${string}` | null;
|
182
184
|
blockNumber?: `0x${string}` | null;
|
183
185
|
hash?: `0x${string}`;
|
184
186
|
input?: `0x${string}`;
|
185
187
|
transactionIndex?: `0x${string}` | null;
|
186
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
187
|
-
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -229,13 +229,13 @@ export declare const pgn: {
|
|
229
229
|
gas?: `0x${string}`;
|
230
230
|
nonce?: `0x${string}`;
|
231
231
|
value?: `0x${string}`;
|
232
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
233
|
+
blobVersionedHashes?: undefined;
|
232
234
|
blockHash?: `0x${string}` | null;
|
233
235
|
blockNumber?: `0x${string}` | null;
|
234
236
|
hash?: `0x${string}`;
|
235
237
|
input?: `0x${string}`;
|
236
238
|
transactionIndex?: `0x${string}` | null;
|
237
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -280,13 +280,13 @@ export declare const pgn: {
|
|
280
280
|
gas?: `0x${string}`;
|
281
281
|
nonce?: `0x${string}`;
|
282
282
|
value?: `0x${string}`;
|
283
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
284
|
+
blobVersionedHashes?: undefined;
|
283
285
|
blockHash?: `0x${string}` | null;
|
284
286
|
blockNumber?: `0x${string}` | null;
|
285
287
|
hash?: `0x${string}`;
|
286
288
|
input?: `0x${string}`;
|
287
289
|
transactionIndex?: `0x${string}` | null;
|
288
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -331,13 +331,13 @@ export declare const pgn: {
|
|
331
331
|
gas?: `0x${string}`;
|
332
332
|
nonce?: `0x${string}`;
|
333
333
|
value?: `0x${string}`;
|
334
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
335
|
+
blobVersionedHashes?: undefined;
|
334
336
|
blockHash?: `0x${string}` | null;
|
335
337
|
blockNumber?: `0x${string}` | null;
|
336
338
|
hash?: `0x${string}`;
|
337
339
|
input?: `0x${string}`;
|
338
340
|
transactionIndex?: `0x${string}` | null;
|
339
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -359,13 +359,13 @@ export declare const pgn: {
|
|
359
359
|
gas?: `0x${string}`;
|
360
360
|
nonce?: `0x${string}`;
|
361
361
|
value?: `0x${string}`;
|
362
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
363
|
+
blobVersionedHashes?: undefined;
|
362
364
|
blockHash?: `0x${string}` | null;
|
363
365
|
blockNumber?: `0x${string}` | null;
|
364
366
|
hash?: `0x${string}`;
|
365
367
|
input?: `0x${string}`;
|
366
368
|
transactionIndex?: `0x${string}` | null;
|
367
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
368
|
-
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -410,13 +410,13 @@ export declare const pgn: {
|
|
410
410
|
gas?: `0x${string}`;
|
411
411
|
nonce?: `0x${string}`;
|
412
412
|
value?: `0x${string}`;
|
413
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
+
blobVersionedHashes?: undefined;
|
413
415
|
blockHash?: `0x${string}` | null;
|
414
416
|
blockNumber?: `0x${string}` | null;
|
415
417
|
hash?: `0x${string}`;
|
416
418
|
input?: `0x${string}`;
|
417
419
|
transactionIndex?: `0x${string}` | null;
|
418
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -461,13 +461,13 @@ export declare const pgn: {
|
|
461
461
|
gas?: `0x${string}`;
|
462
462
|
nonce?: `0x${string}`;
|
463
463
|
value?: `0x${string}`;
|
464
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
+
blobVersionedHashes?: undefined;
|
464
466
|
blockHash?: `0x${string}` | null;
|
465
467
|
blockNumber?: `0x${string}` | null;
|
466
468
|
hash?: `0x${string}`;
|
467
469
|
input?: `0x${string}`;
|
468
470
|
transactionIndex?: `0x${string}` | null;
|
469
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -512,13 +512,13 @@ export declare const pgn: {
|
|
512
512
|
gas?: `0x${string}`;
|
513
513
|
nonce?: `0x${string}`;
|
514
514
|
value?: `0x${string}`;
|
515
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: undefined;
|
515
517
|
blockHash?: `0x${string}` | null;
|
516
518
|
blockNumber?: `0x${string}` | null;
|
517
519
|
hash?: `0x${string}`;
|
518
520
|
input?: `0x${string}`;
|
519
521
|
transactionIndex?: `0x${string}` | null;
|
520
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -540,13 +540,13 @@ export declare const pgn: {
|
|
540
540
|
gas?: `0x${string}`;
|
541
541
|
nonce?: `0x${string}`;
|
542
542
|
value?: `0x${string}`;
|
543
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
544
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
543
545
|
blockHash?: `0x${string}` | null;
|
544
546
|
blockNumber?: `0x${string}` | null;
|
545
547
|
hash?: `0x${string}`;
|
546
548
|
input?: `0x${string}`;
|
547
549
|
transactionIndex?: `0x${string}` | null;
|
548
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
549
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -591,13 +591,13 @@ export declare const pgn: {
|
|
591
591
|
gas?: `0x${string}`;
|
592
592
|
nonce?: `0x${string}`;
|
593
593
|
value?: `0x${string}`;
|
594
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
594
596
|
blockHash?: `0x${string}` | null;
|
595
597
|
blockNumber?: `0x${string}` | null;
|
596
598
|
hash?: `0x${string}`;
|
597
599
|
input?: `0x${string}`;
|
598
600
|
transactionIndex?: `0x${string}` | null;
|
599
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
600
|
-
blobVersionedHashes?: readonly `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;
|
@@ -642,13 +642,13 @@ export declare const pgn: {
|
|
642
642
|
gas?: `0x${string}`;
|
643
643
|
nonce?: `0x${string}`;
|
644
644
|
value?: `0x${string}`;
|
645
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
646
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
645
647
|
blockHash?: `0x${string}` | null;
|
646
648
|
blockNumber?: `0x${string}` | null;
|
647
649
|
hash?: `0x${string}`;
|
648
650
|
input?: `0x${string}`;
|
649
651
|
transactionIndex?: `0x${string}` | null;
|
650
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
651
|
-
blobVersionedHashes?: readonly `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;
|
@@ -693,13 +693,13 @@ export declare const pgn: {
|
|
693
693
|
gas?: `0x${string}`;
|
694
694
|
nonce?: `0x${string}`;
|
695
695
|
value?: `0x${string}`;
|
696
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
697
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
696
698
|
blockHash?: `0x${string}` | null;
|
697
699
|
blockNumber?: `0x${string}` | null;
|
698
700
|
hash?: `0x${string}`;
|
699
701
|
input?: `0x${string}`;
|
700
702
|
transactionIndex?: `0x${string}` | null;
|
701
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
702
|
-
blobVersionedHashes?: readonly `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;
|
@@ -744,13 +744,13 @@ export declare const pgn: {
|
|
744
744
|
gas?: `0x${string}`;
|
745
745
|
nonce?: `0x${string}`;
|
746
746
|
value?: `0x${string}`;
|
747
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
748
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
747
749
|
blockHash?: `0x${string}` | null;
|
748
750
|
blockNumber?: `0x${string}` | null;
|
749
751
|
hash?: `0x${string}`;
|
750
752
|
input?: `0x${string}`;
|
751
753
|
transactionIndex?: `0x${string}` | null;
|
752
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
753
|
-
blobVersionedHashes?: readonly `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;
|
@@ -99,13 +99,13 @@ export declare const pgnTestnet: {
|
|
99
99
|
gas?: `0x${string}`;
|
100
100
|
nonce?: `0x${string}`;
|
101
101
|
value?: `0x${string}`;
|
102
|
+
accessList?: undefined;
|
103
|
+
blobVersionedHashes?: undefined;
|
102
104
|
blockHash?: `0x${string}` | null;
|
103
105
|
blockNumber?: `0x${string}` | null;
|
104
106
|
hash?: `0x${string}`;
|
105
107
|
input?: `0x${string}`;
|
106
108
|
transactionIndex?: `0x${string}` | null;
|
107
|
-
accessList?: undefined;
|
108
|
-
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -150,13 +150,13 @@ export declare const pgnTestnet: {
|
|
150
150
|
gas?: `0x${string}`;
|
151
151
|
nonce?: `0x${string}`;
|
152
152
|
value?: `0x${string}`;
|
153
|
+
accessList?: undefined;
|
154
|
+
blobVersionedHashes?: undefined;
|
153
155
|
blockHash?: `0x${string}` | null;
|
154
156
|
blockNumber?: `0x${string}` | null;
|
155
157
|
hash?: `0x${string}`;
|
156
158
|
input?: `0x${string}`;
|
157
159
|
transactionIndex?: `0x${string}` | null;
|
158
|
-
accessList?: undefined;
|
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;
|
@@ -178,13 +178,13 @@ export declare const pgnTestnet: {
|
|
178
178
|
gas?: `0x${string}`;
|
179
179
|
nonce?: `0x${string}`;
|
180
180
|
value?: `0x${string}`;
|
181
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
182
|
+
blobVersionedHashes?: undefined;
|
181
183
|
blockHash?: `0x${string}` | null;
|
182
184
|
blockNumber?: `0x${string}` | null;
|
183
185
|
hash?: `0x${string}`;
|
184
186
|
input?: `0x${string}`;
|
185
187
|
transactionIndex?: `0x${string}` | null;
|
186
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
187
|
-
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -229,13 +229,13 @@ export declare const pgnTestnet: {
|
|
229
229
|
gas?: `0x${string}`;
|
230
230
|
nonce?: `0x${string}`;
|
231
231
|
value?: `0x${string}`;
|
232
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
233
|
+
blobVersionedHashes?: undefined;
|
232
234
|
blockHash?: `0x${string}` | null;
|
233
235
|
blockNumber?: `0x${string}` | null;
|
234
236
|
hash?: `0x${string}`;
|
235
237
|
input?: `0x${string}`;
|
236
238
|
transactionIndex?: `0x${string}` | null;
|
237
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -280,13 +280,13 @@ export declare const pgnTestnet: {
|
|
280
280
|
gas?: `0x${string}`;
|
281
281
|
nonce?: `0x${string}`;
|
282
282
|
value?: `0x${string}`;
|
283
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
284
|
+
blobVersionedHashes?: undefined;
|
283
285
|
blockHash?: `0x${string}` | null;
|
284
286
|
blockNumber?: `0x${string}` | null;
|
285
287
|
hash?: `0x${string}`;
|
286
288
|
input?: `0x${string}`;
|
287
289
|
transactionIndex?: `0x${string}` | null;
|
288
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -331,13 +331,13 @@ export declare const pgnTestnet: {
|
|
331
331
|
gas?: `0x${string}`;
|
332
332
|
nonce?: `0x${string}`;
|
333
333
|
value?: `0x${string}`;
|
334
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
335
|
+
blobVersionedHashes?: undefined;
|
334
336
|
blockHash?: `0x${string}` | null;
|
335
337
|
blockNumber?: `0x${string}` | null;
|
336
338
|
hash?: `0x${string}`;
|
337
339
|
input?: `0x${string}`;
|
338
340
|
transactionIndex?: `0x${string}` | null;
|
339
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -359,13 +359,13 @@ export declare const pgnTestnet: {
|
|
359
359
|
gas?: `0x${string}`;
|
360
360
|
nonce?: `0x${string}`;
|
361
361
|
value?: `0x${string}`;
|
362
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
363
|
+
blobVersionedHashes?: undefined;
|
362
364
|
blockHash?: `0x${string}` | null;
|
363
365
|
blockNumber?: `0x${string}` | null;
|
364
366
|
hash?: `0x${string}`;
|
365
367
|
input?: `0x${string}`;
|
366
368
|
transactionIndex?: `0x${string}` | null;
|
367
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
368
|
-
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -410,13 +410,13 @@ export declare const pgnTestnet: {
|
|
410
410
|
gas?: `0x${string}`;
|
411
411
|
nonce?: `0x${string}`;
|
412
412
|
value?: `0x${string}`;
|
413
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
+
blobVersionedHashes?: undefined;
|
413
415
|
blockHash?: `0x${string}` | null;
|
414
416
|
blockNumber?: `0x${string}` | null;
|
415
417
|
hash?: `0x${string}`;
|
416
418
|
input?: `0x${string}`;
|
417
419
|
transactionIndex?: `0x${string}` | null;
|
418
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -461,13 +461,13 @@ export declare const pgnTestnet: {
|
|
461
461
|
gas?: `0x${string}`;
|
462
462
|
nonce?: `0x${string}`;
|
463
463
|
value?: `0x${string}`;
|
464
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
+
blobVersionedHashes?: undefined;
|
464
466
|
blockHash?: `0x${string}` | null;
|
465
467
|
blockNumber?: `0x${string}` | null;
|
466
468
|
hash?: `0x${string}`;
|
467
469
|
input?: `0x${string}`;
|
468
470
|
transactionIndex?: `0x${string}` | null;
|
469
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -512,13 +512,13 @@ export declare const pgnTestnet: {
|
|
512
512
|
gas?: `0x${string}`;
|
513
513
|
nonce?: `0x${string}`;
|
514
514
|
value?: `0x${string}`;
|
515
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: undefined;
|
515
517
|
blockHash?: `0x${string}` | null;
|
516
518
|
blockNumber?: `0x${string}` | null;
|
517
519
|
hash?: `0x${string}`;
|
518
520
|
input?: `0x${string}`;
|
519
521
|
transactionIndex?: `0x${string}` | null;
|
520
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
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;
|
@@ -540,13 +540,13 @@ export declare const pgnTestnet: {
|
|
540
540
|
gas?: `0x${string}`;
|
541
541
|
nonce?: `0x${string}`;
|
542
542
|
value?: `0x${string}`;
|
543
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
544
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
543
545
|
blockHash?: `0x${string}` | null;
|
544
546
|
blockNumber?: `0x${string}` | null;
|
545
547
|
hash?: `0x${string}`;
|
546
548
|
input?: `0x${string}`;
|
547
549
|
transactionIndex?: `0x${string}` | null;
|
548
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
549
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -591,13 +591,13 @@ export declare const pgnTestnet: {
|
|
591
591
|
gas?: `0x${string}`;
|
592
592
|
nonce?: `0x${string}`;
|
593
593
|
value?: `0x${string}`;
|
594
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
594
596
|
blockHash?: `0x${string}` | null;
|
595
597
|
blockNumber?: `0x${string}` | null;
|
596
598
|
hash?: `0x${string}`;
|
597
599
|
input?: `0x${string}`;
|
598
600
|
transactionIndex?: `0x${string}` | null;
|
599
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
600
|
-
blobVersionedHashes?: readonly `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;
|
@@ -642,13 +642,13 @@ export declare const pgnTestnet: {
|
|
642
642
|
gas?: `0x${string}`;
|
643
643
|
nonce?: `0x${string}`;
|
644
644
|
value?: `0x${string}`;
|
645
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
646
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
645
647
|
blockHash?: `0x${string}` | null;
|
646
648
|
blockNumber?: `0x${string}` | null;
|
647
649
|
hash?: `0x${string}`;
|
648
650
|
input?: `0x${string}`;
|
649
651
|
transactionIndex?: `0x${string}` | null;
|
650
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
651
|
-
blobVersionedHashes?: readonly `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;
|
@@ -693,13 +693,13 @@ export declare const pgnTestnet: {
|
|
693
693
|
gas?: `0x${string}`;
|
694
694
|
nonce?: `0x${string}`;
|
695
695
|
value?: `0x${string}`;
|
696
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
697
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
696
698
|
blockHash?: `0x${string}` | null;
|
697
699
|
blockNumber?: `0x${string}` | null;
|
698
700
|
hash?: `0x${string}`;
|
699
701
|
input?: `0x${string}`;
|
700
702
|
transactionIndex?: `0x${string}` | null;
|
701
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
702
|
-
blobVersionedHashes?: readonly `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;
|
@@ -744,13 +744,13 @@ export declare const pgnTestnet: {
|
|
744
744
|
gas?: `0x${string}`;
|
745
745
|
nonce?: `0x${string}`;
|
746
746
|
value?: `0x${string}`;
|
747
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
748
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
747
749
|
blockHash?: `0x${string}` | null;
|
748
750
|
blockNumber?: `0x${string}` | null;
|
749
751
|
hash?: `0x${string}`;
|
750
752
|
input?: `0x${string}`;
|
751
753
|
transactionIndex?: `0x${string}` | null;
|
752
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
753
|
-
blobVersionedHashes?: readonly `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;
|