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
@@ -103,13 +103,13 @@ export declare const zoraTestnet: {
|
|
103
103
|
gas?: `0x${string}`;
|
104
104
|
nonce?: `0x${string}`;
|
105
105
|
value?: `0x${string}`;
|
106
|
+
accessList?: undefined;
|
107
|
+
blobVersionedHashes?: undefined;
|
106
108
|
blockHash?: `0x${string}` | null;
|
107
109
|
blockNumber?: `0x${string}` | null;
|
108
110
|
hash?: `0x${string}`;
|
109
111
|
input?: `0x${string}`;
|
110
112
|
transactionIndex?: `0x${string}` | null;
|
111
|
-
accessList?: undefined;
|
112
|
-
blobVersionedHashes?: undefined;
|
113
113
|
chainId?: `0x${string}` | undefined;
|
114
114
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
115
115
|
r: `0x${string}`;
|
@@ -154,13 +154,13 @@ export declare const zoraTestnet: {
|
|
154
154
|
gas?: `0x${string}`;
|
155
155
|
nonce?: `0x${string}`;
|
156
156
|
value?: `0x${string}`;
|
157
|
+
accessList?: undefined;
|
158
|
+
blobVersionedHashes?: undefined;
|
157
159
|
blockHash?: `0x${string}` | null;
|
158
160
|
blockNumber?: `0x${string}` | null;
|
159
161
|
hash?: `0x${string}`;
|
160
162
|
input?: `0x${string}`;
|
161
163
|
transactionIndex?: `0x${string}` | null;
|
162
|
-
accessList?: undefined;
|
163
|
-
blobVersionedHashes?: undefined;
|
164
164
|
chainId?: `0x${string}` | undefined;
|
165
165
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
166
166
|
isSystemTx?: boolean | undefined;
|
@@ -182,13 +182,13 @@ export declare const zoraTestnet: {
|
|
182
182
|
gas?: `0x${string}`;
|
183
183
|
nonce?: `0x${string}`;
|
184
184
|
value?: `0x${string}`;
|
185
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
186
|
+
blobVersionedHashes?: undefined;
|
185
187
|
blockHash?: `0x${string}` | null;
|
186
188
|
blockNumber?: `0x${string}` | null;
|
187
189
|
hash?: `0x${string}`;
|
188
190
|
input?: `0x${string}`;
|
189
191
|
transactionIndex?: `0x${string}` | null;
|
190
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
191
|
-
blobVersionedHashes?: undefined;
|
192
192
|
chainId?: `0x${string}` | undefined;
|
193
193
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
194
194
|
r: `0x${string}`;
|
@@ -233,13 +233,13 @@ export declare const zoraTestnet: {
|
|
233
233
|
gas?: `0x${string}`;
|
234
234
|
nonce?: `0x${string}`;
|
235
235
|
value?: `0x${string}`;
|
236
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
237
|
+
blobVersionedHashes?: undefined;
|
236
238
|
blockHash?: `0x${string}` | null;
|
237
239
|
blockNumber?: `0x${string}` | null;
|
238
240
|
hash?: `0x${string}`;
|
239
241
|
input?: `0x${string}`;
|
240
242
|
transactionIndex?: `0x${string}` | null;
|
241
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
242
|
-
blobVersionedHashes?: undefined;
|
243
243
|
chainId?: `0x${string}` | undefined;
|
244
244
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
245
245
|
blockHash: `0x${string}` | null;
|
@@ -284,13 +284,13 @@ export declare const zoraTestnet: {
|
|
284
284
|
gas?: `0x${string}`;
|
285
285
|
nonce?: `0x${string}`;
|
286
286
|
value?: `0x${string}`;
|
287
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
288
|
+
blobVersionedHashes?: undefined;
|
287
289
|
blockHash?: `0x${string}` | null;
|
288
290
|
blockNumber?: `0x${string}` | null;
|
289
291
|
hash?: `0x${string}`;
|
290
292
|
input?: `0x${string}`;
|
291
293
|
transactionIndex?: `0x${string}` | null;
|
292
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
293
|
-
blobVersionedHashes?: undefined;
|
294
294
|
chainId?: `0x${string}` | undefined;
|
295
295
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
296
296
|
blockHash: `0x${string}` | null;
|
@@ -335,13 +335,13 @@ export declare const zoraTestnet: {
|
|
335
335
|
gas?: `0x${string}`;
|
336
336
|
nonce?: `0x${string}`;
|
337
337
|
value?: `0x${string}`;
|
338
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
339
|
+
blobVersionedHashes?: undefined;
|
338
340
|
blockHash?: `0x${string}` | null;
|
339
341
|
blockNumber?: `0x${string}` | null;
|
340
342
|
hash?: `0x${string}`;
|
341
343
|
input?: `0x${string}`;
|
342
344
|
transactionIndex?: `0x${string}` | null;
|
343
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
344
|
-
blobVersionedHashes?: undefined;
|
345
345
|
chainId?: `0x${string}` | undefined;
|
346
346
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
347
347
|
isSystemTx?: boolean | undefined;
|
@@ -363,13 +363,13 @@ export declare const zoraTestnet: {
|
|
363
363
|
gas?: `0x${string}`;
|
364
364
|
nonce?: `0x${string}`;
|
365
365
|
value?: `0x${string}`;
|
366
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
367
|
+
blobVersionedHashes?: undefined;
|
366
368
|
blockHash?: `0x${string}` | null;
|
367
369
|
blockNumber?: `0x${string}` | null;
|
368
370
|
hash?: `0x${string}`;
|
369
371
|
input?: `0x${string}`;
|
370
372
|
transactionIndex?: `0x${string}` | null;
|
371
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
372
|
-
blobVersionedHashes?: undefined;
|
373
373
|
chainId?: `0x${string}` | undefined;
|
374
374
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
375
375
|
r: `0x${string}`;
|
@@ -414,13 +414,13 @@ export declare const zoraTestnet: {
|
|
414
414
|
gas?: `0x${string}`;
|
415
415
|
nonce?: `0x${string}`;
|
416
416
|
value?: `0x${string}`;
|
417
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
418
|
+
blobVersionedHashes?: undefined;
|
417
419
|
blockHash?: `0x${string}` | null;
|
418
420
|
blockNumber?: `0x${string}` | null;
|
419
421
|
hash?: `0x${string}`;
|
420
422
|
input?: `0x${string}`;
|
421
423
|
transactionIndex?: `0x${string}` | null;
|
422
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
423
|
-
blobVersionedHashes?: undefined;
|
424
424
|
chainId?: `0x${string}` | undefined;
|
425
425
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
426
426
|
blockHash: `0x${string}` | null;
|
@@ -465,13 +465,13 @@ export declare const zoraTestnet: {
|
|
465
465
|
gas?: `0x${string}`;
|
466
466
|
nonce?: `0x${string}`;
|
467
467
|
value?: `0x${string}`;
|
468
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
469
|
+
blobVersionedHashes?: undefined;
|
468
470
|
blockHash?: `0x${string}` | null;
|
469
471
|
blockNumber?: `0x${string}` | null;
|
470
472
|
hash?: `0x${string}`;
|
471
473
|
input?: `0x${string}`;
|
472
474
|
transactionIndex?: `0x${string}` | null;
|
473
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
474
|
-
blobVersionedHashes?: undefined;
|
475
475
|
chainId?: `0x${string}` | undefined;
|
476
476
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
477
477
|
blockHash: `0x${string}` | null;
|
@@ -516,13 +516,13 @@ export declare const zoraTestnet: {
|
|
516
516
|
gas?: `0x${string}`;
|
517
517
|
nonce?: `0x${string}`;
|
518
518
|
value?: `0x${string}`;
|
519
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
520
|
+
blobVersionedHashes?: undefined;
|
519
521
|
blockHash?: `0x${string}` | null;
|
520
522
|
blockNumber?: `0x${string}` | null;
|
521
523
|
hash?: `0x${string}`;
|
522
524
|
input?: `0x${string}`;
|
523
525
|
transactionIndex?: `0x${string}` | null;
|
524
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
525
|
-
blobVersionedHashes?: undefined;
|
526
526
|
chainId?: `0x${string}` | undefined;
|
527
527
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
528
528
|
isSystemTx?: boolean | undefined;
|
@@ -544,13 +544,13 @@ export declare const zoraTestnet: {
|
|
544
544
|
gas?: `0x${string}`;
|
545
545
|
nonce?: `0x${string}`;
|
546
546
|
value?: `0x${string}`;
|
547
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
548
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
547
549
|
blockHash?: `0x${string}` | null;
|
548
550
|
blockNumber?: `0x${string}` | null;
|
549
551
|
hash?: `0x${string}`;
|
550
552
|
input?: `0x${string}`;
|
551
553
|
transactionIndex?: `0x${string}` | null;
|
552
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
553
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
554
554
|
chainId?: `0x${string}` | undefined;
|
555
555
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
556
556
|
r: `0x${string}`;
|
@@ -595,13 +595,13 @@ export declare const zoraTestnet: {
|
|
595
595
|
gas?: `0x${string}`;
|
596
596
|
nonce?: `0x${string}`;
|
597
597
|
value?: `0x${string}`;
|
598
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
599
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
598
600
|
blockHash?: `0x${string}` | null;
|
599
601
|
blockNumber?: `0x${string}` | null;
|
600
602
|
hash?: `0x${string}`;
|
601
603
|
input?: `0x${string}`;
|
602
604
|
transactionIndex?: `0x${string}` | null;
|
603
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
604
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
605
605
|
chainId?: `0x${string}` | undefined;
|
606
606
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
607
607
|
blockHash: `0x${string}` | null;
|
@@ -646,13 +646,13 @@ export declare const zoraTestnet: {
|
|
646
646
|
gas?: `0x${string}`;
|
647
647
|
nonce?: `0x${string}`;
|
648
648
|
value?: `0x${string}`;
|
649
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
650
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
649
651
|
blockHash?: `0x${string}` | null;
|
650
652
|
blockNumber?: `0x${string}` | null;
|
651
653
|
hash?: `0x${string}`;
|
652
654
|
input?: `0x${string}`;
|
653
655
|
transactionIndex?: `0x${string}` | null;
|
654
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
655
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
656
656
|
chainId?: `0x${string}` | undefined;
|
657
657
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
658
658
|
blockHash: `0x${string}` | null;
|
@@ -697,13 +697,13 @@ export declare const zoraTestnet: {
|
|
697
697
|
gas?: `0x${string}`;
|
698
698
|
nonce?: `0x${string}`;
|
699
699
|
value?: `0x${string}`;
|
700
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
701
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
700
702
|
blockHash?: `0x${string}` | null;
|
701
703
|
blockNumber?: `0x${string}` | null;
|
702
704
|
hash?: `0x${string}`;
|
703
705
|
input?: `0x${string}`;
|
704
706
|
transactionIndex?: `0x${string}` | null;
|
705
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
706
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
707
707
|
chainId?: `0x${string}` | undefined;
|
708
708
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
709
709
|
blockHash: `0x${string}` | null;
|
@@ -748,13 +748,13 @@ export declare const zoraTestnet: {
|
|
748
748
|
gas?: `0x${string}`;
|
749
749
|
nonce?: `0x${string}`;
|
750
750
|
value?: `0x${string}`;
|
751
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
752
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
751
753
|
blockHash?: `0x${string}` | null;
|
752
754
|
blockNumber?: `0x${string}` | null;
|
753
755
|
hash?: `0x${string}`;
|
754
756
|
input?: `0x${string}`;
|
755
757
|
transactionIndex?: `0x${string}` | null;
|
756
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
757
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
758
758
|
chainId?: `0x${string}` | undefined;
|
759
759
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
760
760
|
isSystemTx?: boolean | undefined;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20240527T071914";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1,10 +1,3 @@
|
|
1
|
-
export { type SignAuthMessageErrorType, type SignAuthMessageParameters, type SignAuthMessageReturnType, signAuthMessage, } from './eip3074/actions/signAuthMessage.js';
|
2
|
-
export { type RecoverAuthMessageAddressParameters, type RecoverAuthMessageAddressReturnType, type RecoverAuthMessageAddressErrorType, recoverAuthMessageAddress, } from './eip3074/utils/recoverAuthMessageAddress.js';
|
3
|
-
export { type VerifyAuthMessageParameters, type VerifyAuthMessageReturnType, type VerifyAuthMessageErrorType, verifyAuthMessage, } from './eip3074/utils/verifyAuthMessage.js';
|
4
|
-
export { type WalletActionsEip3074, walletActionsEip3074, } from './eip3074/decorators/eip3074.js';
|
5
|
-
export { type GetInvokerErrorType, type GetInvokerParameters, type Invoker, type InvokerArgs, type InvokerExecuteErrorType, type InvokerExecuteParameters, type InvokerSignErrorType, type InvokerSignParameters, getInvoker, } from './eip3074/invokers/getInvoker.js';
|
6
|
-
export { type BatchInvokerArgs, batchInvokerCoder, } from './eip3074/invokers/coders/batchInvokerCoder.js';
|
7
|
-
export { type DefineInvokerCoderParameters, type DefineInvokerCoderReturnType, type InvokerCoder, defineInvokerCoder, } from './eip3074/invokers/coders/defineInvokerCoder.js';
|
8
1
|
export { type GetCapabilitiesParameters, type GetCapabilitiesErrorType, type GetCapabilitiesReturnType, getCapabilities, } from './eip5792/actions/getCapabilities.js';
|
9
2
|
export { type SendCallsErrorType, type SendCallsParameters, type SendCallsReturnType, sendCalls, } from './eip5792/actions/sendCalls.js';
|
10
3
|
export { type GetCallsStatusErrorType, type GetCallsStatusParameters, type GetCallsStatusReturnType, getCallsStatus, } from './eip5792/actions/getCallsStatus.js';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../experimental/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../experimental/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,SAAS,GACV,MAAM,gCAAgC,CAAA;AACvC,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,cAAc,GACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,cAAc,GACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,KAAK,oBAAoB,EACzB,oBAAoB,GACrB,MAAM,iCAAiC,CAAA;AAExC,OAAO,EACL,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EACpC,KAAK,+BAA+B,EACpC,qBAAqB,GACtB,MAAM,oCAAoC,CAAA;AAC3C,OAAO,EACL,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,EACjC,kBAAkB,GACnB,MAAM,iCAAiC,CAAA;AACxC,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EACxC,KAAK,mCAAmC,EACxC,yBAAyB,GAC1B,MAAM,wCAAwC,CAAA"}
|
@@ -71,13 +71,13 @@ export declare const chainConfig: {
|
|
71
71
|
gas?: `0x${string}`;
|
72
72
|
nonce?: `0x${string}`;
|
73
73
|
value?: `0x${string}`;
|
74
|
+
accessList?: undefined;
|
75
|
+
blobVersionedHashes?: undefined;
|
74
76
|
blockHash?: `0x${string}` | null;
|
75
77
|
blockNumber?: `0x${string}` | null;
|
76
78
|
hash?: `0x${string}`;
|
77
79
|
input?: `0x${string}`;
|
78
80
|
transactionIndex?: `0x${string}` | null;
|
79
|
-
accessList?: undefined;
|
80
|
-
blobVersionedHashes?: undefined;
|
81
81
|
chainId?: `0x${string}` | undefined;
|
82
82
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
83
83
|
r: `0x${string}`;
|
@@ -122,13 +122,13 @@ export declare const chainConfig: {
|
|
122
122
|
gas?: `0x${string}`;
|
123
123
|
nonce?: `0x${string}`;
|
124
124
|
value?: `0x${string}`;
|
125
|
+
accessList?: undefined;
|
126
|
+
blobVersionedHashes?: undefined;
|
125
127
|
blockHash?: `0x${string}` | null;
|
126
128
|
blockNumber?: `0x${string}` | null;
|
127
129
|
hash?: `0x${string}`;
|
128
130
|
input?: `0x${string}`;
|
129
131
|
transactionIndex?: `0x${string}` | null;
|
130
|
-
accessList?: undefined;
|
131
|
-
blobVersionedHashes?: undefined;
|
132
132
|
chainId?: `0x${string}` | undefined;
|
133
133
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
134
134
|
isSystemTx?: boolean | undefined;
|
@@ -150,13 +150,13 @@ export declare const chainConfig: {
|
|
150
150
|
gas?: `0x${string}`;
|
151
151
|
nonce?: `0x${string}`;
|
152
152
|
value?: `0x${string}`;
|
153
|
+
accessList?: import("../index.js").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?: import("../index.js").AccessList | undefined;
|
159
|
-
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
162
162
|
r: `0x${string}`;
|
@@ -201,13 +201,13 @@ export declare const chainConfig: {
|
|
201
201
|
gas?: `0x${string}`;
|
202
202
|
nonce?: `0x${string}`;
|
203
203
|
value?: `0x${string}`;
|
204
|
+
accessList?: import("../index.js").AccessList | undefined;
|
205
|
+
blobVersionedHashes?: undefined;
|
204
206
|
blockHash?: `0x${string}` | null;
|
205
207
|
blockNumber?: `0x${string}` | null;
|
206
208
|
hash?: `0x${string}`;
|
207
209
|
input?: `0x${string}`;
|
208
210
|
transactionIndex?: `0x${string}` | null;
|
209
|
-
accessList?: import("../index.js").AccessList | undefined;
|
210
|
-
blobVersionedHashes?: undefined;
|
211
211
|
chainId?: `0x${string}` | undefined;
|
212
212
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
213
213
|
blockHash: `0x${string}` | null;
|
@@ -252,13 +252,13 @@ export declare const chainConfig: {
|
|
252
252
|
gas?: `0x${string}`;
|
253
253
|
nonce?: `0x${string}`;
|
254
254
|
value?: `0x${string}`;
|
255
|
+
accessList?: import("../index.js").AccessList | undefined;
|
256
|
+
blobVersionedHashes?: undefined;
|
255
257
|
blockHash?: `0x${string}` | null;
|
256
258
|
blockNumber?: `0x${string}` | null;
|
257
259
|
hash?: `0x${string}`;
|
258
260
|
input?: `0x${string}`;
|
259
261
|
transactionIndex?: `0x${string}` | null;
|
260
|
-
accessList?: import("../index.js").AccessList | undefined;
|
261
|
-
blobVersionedHashes?: undefined;
|
262
262
|
chainId?: `0x${string}` | undefined;
|
263
263
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
264
264
|
blockHash: `0x${string}` | null;
|
@@ -303,13 +303,13 @@ export declare const chainConfig: {
|
|
303
303
|
gas?: `0x${string}`;
|
304
304
|
nonce?: `0x${string}`;
|
305
305
|
value?: `0x${string}`;
|
306
|
+
accessList?: import("../index.js").AccessList | undefined;
|
307
|
+
blobVersionedHashes?: undefined;
|
306
308
|
blockHash?: `0x${string}` | null;
|
307
309
|
blockNumber?: `0x${string}` | null;
|
308
310
|
hash?: `0x${string}`;
|
309
311
|
input?: `0x${string}`;
|
310
312
|
transactionIndex?: `0x${string}` | null;
|
311
|
-
accessList?: import("../index.js").AccessList | undefined;
|
312
|
-
blobVersionedHashes?: undefined;
|
313
313
|
chainId?: `0x${string}` | undefined;
|
314
314
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
315
315
|
isSystemTx?: boolean | undefined;
|
@@ -331,13 +331,13 @@ export declare const chainConfig: {
|
|
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
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
343
343
|
r: `0x${string}`;
|
@@ -382,13 +382,13 @@ export declare const chainConfig: {
|
|
382
382
|
gas?: `0x${string}`;
|
383
383
|
nonce?: `0x${string}`;
|
384
384
|
value?: `0x${string}`;
|
385
|
+
accessList?: import("../index.js").AccessList | undefined;
|
386
|
+
blobVersionedHashes?: undefined;
|
385
387
|
blockHash?: `0x${string}` | null;
|
386
388
|
blockNumber?: `0x${string}` | null;
|
387
389
|
hash?: `0x${string}`;
|
388
390
|
input?: `0x${string}`;
|
389
391
|
transactionIndex?: `0x${string}` | null;
|
390
|
-
accessList?: import("../index.js").AccessList | undefined;
|
391
|
-
blobVersionedHashes?: undefined;
|
392
392
|
chainId?: `0x${string}` | undefined;
|
393
393
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
394
394
|
blockHash: `0x${string}` | null;
|
@@ -433,13 +433,13 @@ export declare const chainConfig: {
|
|
433
433
|
gas?: `0x${string}`;
|
434
434
|
nonce?: `0x${string}`;
|
435
435
|
value?: `0x${string}`;
|
436
|
+
accessList?: import("../index.js").AccessList | undefined;
|
437
|
+
blobVersionedHashes?: undefined;
|
436
438
|
blockHash?: `0x${string}` | null;
|
437
439
|
blockNumber?: `0x${string}` | null;
|
438
440
|
hash?: `0x${string}`;
|
439
441
|
input?: `0x${string}`;
|
440
442
|
transactionIndex?: `0x${string}` | null;
|
441
|
-
accessList?: import("../index.js").AccessList | undefined;
|
442
|
-
blobVersionedHashes?: undefined;
|
443
443
|
chainId?: `0x${string}` | undefined;
|
444
444
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
445
445
|
blockHash: `0x${string}` | null;
|
@@ -484,13 +484,13 @@ export declare const chainConfig: {
|
|
484
484
|
gas?: `0x${string}`;
|
485
485
|
nonce?: `0x${string}`;
|
486
486
|
value?: `0x${string}`;
|
487
|
+
accessList?: import("../index.js").AccessList | undefined;
|
488
|
+
blobVersionedHashes?: undefined;
|
487
489
|
blockHash?: `0x${string}` | null;
|
488
490
|
blockNumber?: `0x${string}` | null;
|
489
491
|
hash?: `0x${string}`;
|
490
492
|
input?: `0x${string}`;
|
491
493
|
transactionIndex?: `0x${string}` | null;
|
492
|
-
accessList?: import("../index.js").AccessList | undefined;
|
493
|
-
blobVersionedHashes?: undefined;
|
494
494
|
chainId?: `0x${string}` | undefined;
|
495
495
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
496
496
|
isSystemTx?: boolean | undefined;
|
@@ -512,13 +512,13 @@ export declare const chainConfig: {
|
|
512
512
|
gas?: `0x${string}`;
|
513
513
|
nonce?: `0x${string}`;
|
514
514
|
value?: `0x${string}`;
|
515
|
+
accessList?: import("../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: readonly `0x${string}`[] | 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?: readonly `0x${string}`[] | undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
524
524
|
r: `0x${string}`;
|
@@ -563,13 +563,13 @@ export declare const chainConfig: {
|
|
563
563
|
gas?: `0x${string}`;
|
564
564
|
nonce?: `0x${string}`;
|
565
565
|
value?: `0x${string}`;
|
566
|
+
accessList?: import("../index.js").AccessList | undefined;
|
567
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
566
568
|
blockHash?: `0x${string}` | null;
|
567
569
|
blockNumber?: `0x${string}` | null;
|
568
570
|
hash?: `0x${string}`;
|
569
571
|
input?: `0x${string}`;
|
570
572
|
transactionIndex?: `0x${string}` | null;
|
571
|
-
accessList?: import("../index.js").AccessList | undefined;
|
572
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
573
573
|
chainId?: `0x${string}` | undefined;
|
574
574
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
575
575
|
blockHash: `0x${string}` | null;
|
@@ -614,13 +614,13 @@ export declare const chainConfig: {
|
|
614
614
|
gas?: `0x${string}`;
|
615
615
|
nonce?: `0x${string}`;
|
616
616
|
value?: `0x${string}`;
|
617
|
+
accessList?: import("../index.js").AccessList | undefined;
|
618
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
617
619
|
blockHash?: `0x${string}` | null;
|
618
620
|
blockNumber?: `0x${string}` | null;
|
619
621
|
hash?: `0x${string}`;
|
620
622
|
input?: `0x${string}`;
|
621
623
|
transactionIndex?: `0x${string}` | null;
|
622
|
-
accessList?: import("../index.js").AccessList | undefined;
|
623
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
624
624
|
chainId?: `0x${string}` | undefined;
|
625
625
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
626
626
|
blockHash: `0x${string}` | null;
|
@@ -665,13 +665,13 @@ export declare const chainConfig: {
|
|
665
665
|
gas?: `0x${string}`;
|
666
666
|
nonce?: `0x${string}`;
|
667
667
|
value?: `0x${string}`;
|
668
|
+
accessList?: import("../index.js").AccessList | undefined;
|
669
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
668
670
|
blockHash?: `0x${string}` | null;
|
669
671
|
blockNumber?: `0x${string}` | null;
|
670
672
|
hash?: `0x${string}`;
|
671
673
|
input?: `0x${string}`;
|
672
674
|
transactionIndex?: `0x${string}` | null;
|
673
|
-
accessList?: import("../index.js").AccessList | undefined;
|
674
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
675
675
|
chainId?: `0x${string}` | undefined;
|
676
676
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
677
677
|
blockHash: `0x${string}` | null;
|
@@ -716,13 +716,13 @@ export declare const chainConfig: {
|
|
716
716
|
gas?: `0x${string}`;
|
717
717
|
nonce?: `0x${string}`;
|
718
718
|
value?: `0x${string}`;
|
719
|
+
accessList?: import("../index.js").AccessList | undefined;
|
720
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
719
721
|
blockHash?: `0x${string}` | null;
|
720
722
|
blockNumber?: `0x${string}` | null;
|
721
723
|
hash?: `0x${string}`;
|
722
724
|
input?: `0x${string}`;
|
723
725
|
transactionIndex?: `0x${string}` | null;
|
724
|
-
accessList?: import("../index.js").AccessList | undefined;
|
725
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
728
728
|
isSystemTx?: boolean | undefined;
|