viem 0.0.0-main.20240526T150333 → 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.
Files changed (125) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/_cjs/accounts/privateKeyToAccount.js +0 -4
  3. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  4. package/_cjs/accounts/toAccount.js +0 -1
  5. package/_cjs/accounts/toAccount.js.map +1 -1
  6. package/_cjs/errors/version.js +1 -1
  7. package/_cjs/experimental/index.js +1 -15
  8. package/_cjs/experimental/index.js.map +1 -1
  9. package/_esm/accounts/privateKeyToAccount.js +0 -4
  10. package/_esm/accounts/privateKeyToAccount.js.map +1 -1
  11. package/_esm/accounts/toAccount.js +0 -1
  12. package/_esm/accounts/toAccount.js.map +1 -1
  13. package/_esm/errors/version.js +1 -1
  14. package/_esm/experimental/index.js +0 -7
  15. package/_esm/experimental/index.js.map +1 -1
  16. package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
  17. package/_types/accounts/toAccount.d.ts.map +1 -1
  18. package/_types/accounts/types.d.ts +2 -4
  19. package/_types/accounts/types.d.ts.map +1 -1
  20. package/_types/celo/chainConfig.d.ts +76 -76
  21. package/_types/celo/formatters.d.ts +38 -38
  22. package/_types/chains/definitions/ancient8.d.ts +30 -30
  23. package/_types/chains/definitions/ancient8Sepolia.d.ts +30 -30
  24. package/_types/chains/definitions/base.d.ts +30 -30
  25. package/_types/chains/definitions/baseGoerli.d.ts +30 -30
  26. package/_types/chains/definitions/baseSepolia.d.ts +30 -30
  27. package/_types/chains/definitions/celo.d.ts +76 -76
  28. package/_types/chains/definitions/celoAlfajores.d.ts +76 -76
  29. package/_types/chains/definitions/fraxtal.d.ts +30 -30
  30. package/_types/chains/definitions/fraxtalTestnet.d.ts +30 -30
  31. package/_types/chains/definitions/funkiSepolia.d.ts +30 -30
  32. package/_types/chains/definitions/liskSepolia.d.ts +30 -30
  33. package/_types/chains/definitions/metalL2.d.ts +30 -30
  34. package/_types/chains/definitions/optimism.d.ts +30 -30
  35. package/_types/chains/definitions/optimismGoerli.d.ts +30 -30
  36. package/_types/chains/definitions/optimismSepolia.d.ts +30 -30
  37. package/_types/chains/definitions/pgn.d.ts +30 -30
  38. package/_types/chains/definitions/pgnTestnet.d.ts +30 -30
  39. package/_types/chains/definitions/rss3.d.ts +30 -30
  40. package/_types/chains/definitions/rss3Sepolia.d.ts +30 -30
  41. package/_types/chains/definitions/zora.d.ts +30 -30
  42. package/_types/chains/definitions/zoraSepolia.d.ts +30 -30
  43. package/_types/chains/definitions/zoraTestnet.d.ts +30 -30
  44. package/_types/errors/version.d.ts +1 -1
  45. package/_types/experimental/index.d.ts +0 -7
  46. package/_types/experimental/index.d.ts.map +1 -1
  47. package/_types/op-stack/chainConfig.d.ts +30 -30
  48. package/_types/op-stack/formatters.d.ts +30 -30
  49. package/_types/utils/formatters/transaction.d.ts +1 -1
  50. package/accounts/privateKeyToAccount.ts +0 -4
  51. package/accounts/toAccount.ts +0 -1
  52. package/accounts/types.ts +2 -9
  53. package/errors/version.ts +1 -1
  54. package/experimental/index.ts +0 -44
  55. package/package.json +1 -1
  56. package/_cjs/experimental/eip3074/actions/signAuthMessage.js +0 -29
  57. package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
  58. package/_cjs/experimental/eip3074/constants/abis.js +0 -123
  59. package/_cjs/experimental/eip3074/constants/abis.js.map +0 -1
  60. package/_cjs/experimental/eip3074/decorators/eip3074.js +0 -13
  61. package/_cjs/experimental/eip3074/decorators/eip3074.js.map +0 -1
  62. package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -26
  63. package/_cjs/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
  64. package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -8
  65. package/_cjs/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
  66. package/_cjs/experimental/eip3074/invokers/getInvoker.js +0 -64
  67. package/_cjs/experimental/eip3074/invokers/getInvoker.js.map +0 -1
  68. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -12
  69. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
  70. package/_cjs/experimental/eip3074/utils/signAuthMessage.js +0 -17
  71. package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
  72. package/_cjs/experimental/eip3074/utils/toAuthMessage.js +0 -17
  73. package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
  74. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +0 -11
  75. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
  76. package/_esm/experimental/eip3074/actions/signAuthMessage.js +0 -78
  77. package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +0 -1
  78. package/_esm/experimental/eip3074/constants/abis.js +0 -120
  79. package/_esm/experimental/eip3074/constants/abis.js.map +0 -1
  80. package/_esm/experimental/eip3074/decorators/eip3074.js +0 -26
  81. package/_esm/experimental/eip3074/decorators/eip3074.js.map +0 -1
  82. package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js +0 -22
  83. package/_esm/experimental/eip3074/invokers/coders/batchInvokerCoder.js.map +0 -1
  84. package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js +0 -4
  85. package/_esm/experimental/eip3074/invokers/coders/defineInvokerCoder.js.map +0 -1
  86. package/_esm/experimental/eip3074/invokers/getInvoker.js +0 -60
  87. package/_esm/experimental/eip3074/invokers/getInvoker.js.map +0 -1
  88. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +0 -8
  89. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +0 -1
  90. package/_esm/experimental/eip3074/utils/signAuthMessage.js +0 -16
  91. package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +0 -1
  92. package/_esm/experimental/eip3074/utils/toAuthMessage.js +0 -16
  93. package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +0 -1
  94. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +0 -13
  95. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +0 -1
  96. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +0 -82
  97. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +0 -1
  98. package/_types/experimental/eip3074/constants/abis.d.ts +0 -91
  99. package/_types/experimental/eip3074/constants/abis.d.ts.map +0 -1
  100. package/_types/experimental/eip3074/decorators/eip3074.d.ts +0 -27
  101. package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +0 -1
  102. package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts +0 -11
  103. package/_types/experimental/eip3074/invokers/coders/batchInvokerCoder.d.ts.map +0 -1
  104. package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts +0 -14
  105. package/_types/experimental/eip3074/invokers/coders/defineInvokerCoder.d.ts.map +0 -1
  106. package/_types/experimental/eip3074/invokers/getInvoker.d.ts +0 -48
  107. package/_types/experimental/eip3074/invokers/getInvoker.d.ts.map +0 -1
  108. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +0 -12
  109. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +0 -1
  110. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +0 -16
  111. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +0 -1
  112. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +0 -20
  113. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +0 -1
  114. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +0 -19
  115. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +0 -1
  116. package/experimental/eip3074/actions/signAuthMessage.ts +0 -151
  117. package/experimental/eip3074/constants/abis.ts +0 -119
  118. package/experimental/eip3074/decorators/eip3074.ts +0 -58
  119. package/experimental/eip3074/invokers/coders/batchInvokerCoder.ts +0 -46
  120. package/experimental/eip3074/invokers/coders/defineInvokerCoder.ts +0 -20
  121. package/experimental/eip3074/invokers/getInvoker.ts +0 -192
  122. package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +0 -29
  123. package/experimental/eip3074/utils/signAuthMessage.ts +0 -40
  124. package/experimental/eip3074/utils/toAuthMessage.ts +0 -50
  125. package/experimental/eip3074/utils/verifyAuthMessage.ts +0 -46
@@ -89,13 +89,13 @@ export declare const celo: {
89
89
  gas?: `0x${string}`;
90
90
  nonce?: `0x${string}`;
91
91
  value?: `0x${string}`;
92
+ accessList?: undefined;
93
+ blobVersionedHashes?: undefined;
92
94
  blockHash?: `0x${string}` | null;
93
95
  blockNumber?: `0x${string}` | null;
94
96
  hash?: `0x${string}`;
95
97
  input?: `0x${string}`;
96
98
  transactionIndex?: `0x${string}` | null;
97
- accessList?: undefined;
98
- blobVersionedHashes?: undefined;
99
99
  chainId?: `0x${string}` | undefined;
100
100
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
101
101
  r: `0x${string}`;
@@ -140,13 +140,13 @@ export declare const celo: {
140
140
  gas?: `0x${string}`;
141
141
  nonce?: `0x${string}`;
142
142
  value?: `0x${string}`;
143
+ accessList?: undefined;
144
+ blobVersionedHashes?: undefined;
143
145
  blockHash?: `0x${string}` | null;
144
146
  blockNumber?: `0x${string}` | null;
145
147
  hash?: `0x${string}`;
146
148
  input?: `0x${string}`;
147
149
  transactionIndex?: `0x${string}` | null;
148
- accessList?: undefined;
149
- blobVersionedHashes?: undefined;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
152
152
  feeCurrency: `0x${string}` | null;
@@ -168,13 +168,13 @@ export declare const celo: {
168
168
  gas?: `0x${string}`;
169
169
  nonce?: `0x${string}`;
170
170
  value?: `0x${string}`;
171
+ accessList?: undefined;
172
+ blobVersionedHashes?: undefined;
171
173
  blockHash?: `0x${string}` | null;
172
174
  blockNumber?: `0x${string}` | null;
173
175
  hash?: `0x${string}`;
174
176
  input?: `0x${string}`;
175
177
  transactionIndex?: `0x${string}` | null;
176
- accessList?: undefined;
177
- blobVersionedHashes?: undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
180
180
  feeCurrency: `0x${string}` | null;
@@ -196,13 +196,13 @@ export declare const celo: {
196
196
  gas?: `0x${string}`;
197
197
  nonce?: `0x${string}`;
198
198
  value?: `0x${string}`;
199
+ accessList?: import("../../index.js").AccessList | undefined;
200
+ blobVersionedHashes?: undefined;
199
201
  blockHash?: `0x${string}` | null;
200
202
  blockNumber?: `0x${string}` | null;
201
203
  hash?: `0x${string}`;
202
204
  input?: `0x${string}`;
203
205
  transactionIndex?: `0x${string}` | null;
204
- accessList?: import("../../index.js").AccessList | undefined;
205
- blobVersionedHashes?: undefined;
206
206
  chainId?: `0x${string}` | undefined;
207
207
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
208
208
  r: `0x${string}`;
@@ -247,13 +247,13 @@ export declare const celo: {
247
247
  gas?: `0x${string}`;
248
248
  nonce?: `0x${string}`;
249
249
  value?: `0x${string}`;
250
+ accessList?: import("../../index.js").AccessList | undefined;
251
+ blobVersionedHashes?: undefined;
250
252
  blockHash?: `0x${string}` | null;
251
253
  blockNumber?: `0x${string}` | null;
252
254
  hash?: `0x${string}`;
253
255
  input?: `0x${string}`;
254
256
  transactionIndex?: `0x${string}` | null;
255
- accessList?: import("../../index.js").AccessList | undefined;
256
- blobVersionedHashes?: undefined;
257
257
  chainId?: `0x${string}` | undefined;
258
258
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
259
259
  blockHash: `0x${string}` | null;
@@ -298,13 +298,13 @@ export declare const celo: {
298
298
  gas?: `0x${string}`;
299
299
  nonce?: `0x${string}`;
300
300
  value?: `0x${string}`;
301
+ accessList?: import("../../index.js").AccessList | undefined;
302
+ blobVersionedHashes?: undefined;
301
303
  blockHash?: `0x${string}` | null;
302
304
  blockNumber?: `0x${string}` | null;
303
305
  hash?: `0x${string}`;
304
306
  input?: `0x${string}`;
305
307
  transactionIndex?: `0x${string}` | null;
306
- accessList?: import("../../index.js").AccessList | undefined;
307
- blobVersionedHashes?: undefined;
308
308
  chainId?: `0x${string}` | undefined;
309
309
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
310
310
  blockHash: `0x${string}` | null;
@@ -349,13 +349,13 @@ export declare const celo: {
349
349
  gas?: `0x${string}`;
350
350
  nonce?: `0x${string}`;
351
351
  value?: `0x${string}`;
352
+ accessList?: import("../../index.js").AccessList | undefined;
353
+ blobVersionedHashes?: undefined;
352
354
  blockHash?: `0x${string}` | null;
353
355
  blockNumber?: `0x${string}` | null;
354
356
  hash?: `0x${string}`;
355
357
  input?: `0x${string}`;
356
358
  transactionIndex?: `0x${string}` | null;
357
- accessList?: import("../../index.js").AccessList | undefined;
358
- blobVersionedHashes?: undefined;
359
359
  chainId?: `0x${string}` | undefined;
360
360
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
361
361
  feeCurrency: `0x${string}` | null;
@@ -377,13 +377,13 @@ export declare const celo: {
377
377
  gas?: `0x${string}`;
378
378
  nonce?: `0x${string}`;
379
379
  value?: `0x${string}`;
380
+ accessList?: import("../../index.js").AccessList | undefined;
381
+ blobVersionedHashes?: undefined;
380
382
  blockHash?: `0x${string}` | null;
381
383
  blockNumber?: `0x${string}` | null;
382
384
  hash?: `0x${string}`;
383
385
  input?: `0x${string}`;
384
386
  transactionIndex?: `0x${string}` | null;
385
- accessList?: import("../../index.js").AccessList | undefined;
386
- blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
389
389
  feeCurrency: `0x${string}` | null;
@@ -405,13 +405,13 @@ export declare const celo: {
405
405
  gas?: `0x${string}`;
406
406
  nonce?: `0x${string}`;
407
407
  value?: `0x${string}`;
408
+ accessList?: import("../../index.js").AccessList | undefined;
409
+ blobVersionedHashes?: undefined;
408
410
  blockHash?: `0x${string}` | null;
409
411
  blockNumber?: `0x${string}` | null;
410
412
  hash?: `0x${string}`;
411
413
  input?: `0x${string}`;
412
414
  transactionIndex?: `0x${string}` | null;
413
- accessList?: import("../../index.js").AccessList | undefined;
414
- blobVersionedHashes?: undefined;
415
415
  chainId?: `0x${string}` | undefined;
416
416
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
417
417
  r: `0x${string}`;
@@ -456,13 +456,13 @@ export declare const celo: {
456
456
  gas?: `0x${string}`;
457
457
  nonce?: `0x${string}`;
458
458
  value?: `0x${string}`;
459
+ accessList?: import("../../index.js").AccessList | undefined;
460
+ blobVersionedHashes?: undefined;
459
461
  blockHash?: `0x${string}` | null;
460
462
  blockNumber?: `0x${string}` | null;
461
463
  hash?: `0x${string}`;
462
464
  input?: `0x${string}`;
463
465
  transactionIndex?: `0x${string}` | null;
464
- accessList?: import("../../index.js").AccessList | undefined;
465
- blobVersionedHashes?: undefined;
466
466
  chainId?: `0x${string}` | undefined;
467
467
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
468
468
  blockHash: `0x${string}` | null;
@@ -507,13 +507,13 @@ export declare const celo: {
507
507
  gas?: `0x${string}`;
508
508
  nonce?: `0x${string}`;
509
509
  value?: `0x${string}`;
510
+ accessList?: import("../../index.js").AccessList | undefined;
511
+ blobVersionedHashes?: undefined;
510
512
  blockHash?: `0x${string}` | null;
511
513
  blockNumber?: `0x${string}` | null;
512
514
  hash?: `0x${string}`;
513
515
  input?: `0x${string}`;
514
516
  transactionIndex?: `0x${string}` | null;
515
- accessList?: import("../../index.js").AccessList | undefined;
516
- blobVersionedHashes?: undefined;
517
517
  chainId?: `0x${string}` | undefined;
518
518
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
519
519
  blockHash: `0x${string}` | null;
@@ -558,13 +558,13 @@ export declare const celo: {
558
558
  gas?: `0x${string}`;
559
559
  nonce?: `0x${string}`;
560
560
  value?: `0x${string}`;
561
+ accessList?: import("../../index.js").AccessList | undefined;
562
+ blobVersionedHashes?: undefined;
561
563
  blockHash?: `0x${string}` | null;
562
564
  blockNumber?: `0x${string}` | null;
563
565
  hash?: `0x${string}`;
564
566
  input?: `0x${string}`;
565
567
  transactionIndex?: `0x${string}` | null;
566
- accessList?: import("../../index.js").AccessList | undefined;
567
- blobVersionedHashes?: undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
570
570
  feeCurrency: `0x${string}` | null;
@@ -586,13 +586,13 @@ export declare const celo: {
586
586
  gas?: `0x${string}`;
587
587
  nonce?: `0x${string}`;
588
588
  value?: `0x${string}`;
589
+ accessList?: import("../../index.js").AccessList | undefined;
590
+ blobVersionedHashes?: undefined;
589
591
  blockHash?: `0x${string}` | null;
590
592
  blockNumber?: `0x${string}` | null;
591
593
  hash?: `0x${string}`;
592
594
  input?: `0x${string}`;
593
595
  transactionIndex?: `0x${string}` | null;
594
- accessList?: import("../../index.js").AccessList | undefined;
595
- blobVersionedHashes?: undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
598
598
  feeCurrency: `0x${string}` | null;
@@ -614,13 +614,13 @@ export declare const celo: {
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("../index.js").Omit<import("../index.js").PartialBy<{
626
626
  r: `0x${string}`;
@@ -665,13 +665,13 @@ export declare const celo: {
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("../index.js").Omit<import("../index.js").PartialBy<{
677
677
  blockHash: `0x${string}` | null;
@@ -716,13 +716,13 @@ export declare const celo: {
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
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
728
728
  blockHash: `0x${string}` | null;
@@ -767,13 +767,13 @@ export declare const celo: {
767
767
  gas?: `0x${string}`;
768
768
  nonce?: `0x${string}`;
769
769
  value?: `0x${string}`;
770
+ accessList?: import("../../index.js").AccessList | undefined;
771
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
770
772
  blockHash?: `0x${string}` | null;
771
773
  blockNumber?: `0x${string}` | null;
772
774
  hash?: `0x${string}`;
773
775
  input?: `0x${string}`;
774
776
  transactionIndex?: `0x${string}` | null;
775
- accessList?: import("../../index.js").AccessList | undefined;
776
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
777
777
  chainId?: `0x${string}` | undefined;
778
778
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
779
779
  blockHash: `0x${string}` | null;
@@ -818,13 +818,13 @@ export declare const celo: {
818
818
  gas?: `0x${string}`;
819
819
  nonce?: `0x${string}`;
820
820
  value?: `0x${string}`;
821
+ accessList?: import("../../index.js").AccessList | undefined;
822
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
821
823
  blockHash?: `0x${string}` | null;
822
824
  blockNumber?: `0x${string}` | null;
823
825
  hash?: `0x${string}`;
824
826
  input?: `0x${string}`;
825
827
  transactionIndex?: `0x${string}` | null;
826
- accessList?: import("../../index.js").AccessList | undefined;
827
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
828
828
  chainId?: `0x${string}` | undefined;
829
829
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
830
830
  feeCurrency: `0x${string}` | null;
@@ -846,13 +846,13 @@ export declare const celo: {
846
846
  gas?: `0x${string}`;
847
847
  nonce?: `0x${string}`;
848
848
  value?: `0x${string}`;
849
+ accessList?: import("../../index.js").AccessList | undefined;
850
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
849
851
  blockHash?: `0x${string}` | null;
850
852
  blockNumber?: `0x${string}` | null;
851
853
  hash?: `0x${string}`;
852
854
  input?: `0x${string}`;
853
855
  transactionIndex?: `0x${string}` | null;
854
- accessList?: import("../../index.js").AccessList | undefined;
855
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
856
856
  chainId?: `0x${string}` | undefined;
857
857
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
858
858
  feeCurrency: `0x${string}` | null;
@@ -2115,13 +2115,13 @@ export declare const celo: {
2115
2115
  gas?: `0x${string}`;
2116
2116
  nonce?: `0x${string}`;
2117
2117
  value?: `0x${string}`;
2118
+ accessList?: undefined;
2119
+ blobVersionedHashes?: undefined;
2118
2120
  blockHash?: `0x${string}` | null;
2119
2121
  blockNumber?: `0x${string}` | null;
2120
2122
  hash?: `0x${string}`;
2121
2123
  input?: `0x${string}`;
2122
2124
  transactionIndex?: `0x${string}` | null;
2123
- accessList?: undefined;
2124
- blobVersionedHashes?: undefined;
2125
2125
  chainId?: `0x${string}` | undefined;
2126
2126
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2127
2127
  r: `0x${string}`;
@@ -2166,13 +2166,13 @@ export declare const celo: {
2166
2166
  gas?: `0x${string}`;
2167
2167
  nonce?: `0x${string}`;
2168
2168
  value?: `0x${string}`;
2169
+ accessList?: undefined;
2170
+ blobVersionedHashes?: undefined;
2169
2171
  blockHash?: `0x${string}` | null;
2170
2172
  blockNumber?: `0x${string}` | null;
2171
2173
  hash?: `0x${string}`;
2172
2174
  input?: `0x${string}`;
2173
2175
  transactionIndex?: `0x${string}` | null;
2174
- accessList?: undefined;
2175
- blobVersionedHashes?: undefined;
2176
2176
  chainId?: `0x${string}` | undefined;
2177
2177
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2178
2178
  feeCurrency: `0x${string}` | null;
@@ -2194,13 +2194,13 @@ export declare const celo: {
2194
2194
  gas?: `0x${string}`;
2195
2195
  nonce?: `0x${string}`;
2196
2196
  value?: `0x${string}`;
2197
+ accessList?: undefined;
2198
+ blobVersionedHashes?: undefined;
2197
2199
  blockHash?: `0x${string}` | null;
2198
2200
  blockNumber?: `0x${string}` | null;
2199
2201
  hash?: `0x${string}`;
2200
2202
  input?: `0x${string}`;
2201
2203
  transactionIndex?: `0x${string}` | null;
2202
- accessList?: undefined;
2203
- blobVersionedHashes?: undefined;
2204
2204
  chainId?: `0x${string}` | undefined;
2205
2205
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2206
2206
  feeCurrency: `0x${string}` | null;
@@ -2222,13 +2222,13 @@ export declare const celo: {
2222
2222
  gas?: `0x${string}`;
2223
2223
  nonce?: `0x${string}`;
2224
2224
  value?: `0x${string}`;
2225
+ accessList?: import("../../index.js").AccessList | undefined;
2226
+ blobVersionedHashes?: undefined;
2225
2227
  blockHash?: `0x${string}` | null;
2226
2228
  blockNumber?: `0x${string}` | null;
2227
2229
  hash?: `0x${string}`;
2228
2230
  input?: `0x${string}`;
2229
2231
  transactionIndex?: `0x${string}` | null;
2230
- accessList?: import("../../index.js").AccessList | undefined;
2231
- blobVersionedHashes?: undefined;
2232
2232
  chainId?: `0x${string}` | undefined;
2233
2233
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2234
2234
  r: `0x${string}`;
@@ -2273,13 +2273,13 @@ export declare const celo: {
2273
2273
  gas?: `0x${string}`;
2274
2274
  nonce?: `0x${string}`;
2275
2275
  value?: `0x${string}`;
2276
+ accessList?: import("../../index.js").AccessList | undefined;
2277
+ blobVersionedHashes?: undefined;
2276
2278
  blockHash?: `0x${string}` | null;
2277
2279
  blockNumber?: `0x${string}` | null;
2278
2280
  hash?: `0x${string}`;
2279
2281
  input?: `0x${string}`;
2280
2282
  transactionIndex?: `0x${string}` | null;
2281
- accessList?: import("../../index.js").AccessList | undefined;
2282
- blobVersionedHashes?: undefined;
2283
2283
  chainId?: `0x${string}` | undefined;
2284
2284
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2285
2285
  blockHash: `0x${string}` | null;
@@ -2324,13 +2324,13 @@ export declare const celo: {
2324
2324
  gas?: `0x${string}`;
2325
2325
  nonce?: `0x${string}`;
2326
2326
  value?: `0x${string}`;
2327
+ accessList?: import("../../index.js").AccessList | undefined;
2328
+ blobVersionedHashes?: undefined;
2327
2329
  blockHash?: `0x${string}` | null;
2328
2330
  blockNumber?: `0x${string}` | null;
2329
2331
  hash?: `0x${string}`;
2330
2332
  input?: `0x${string}`;
2331
2333
  transactionIndex?: `0x${string}` | null;
2332
- accessList?: import("../../index.js").AccessList | undefined;
2333
- blobVersionedHashes?: undefined;
2334
2334
  chainId?: `0x${string}` | undefined;
2335
2335
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2336
2336
  blockHash: `0x${string}` | null;
@@ -2375,13 +2375,13 @@ export declare const celo: {
2375
2375
  gas?: `0x${string}`;
2376
2376
  nonce?: `0x${string}`;
2377
2377
  value?: `0x${string}`;
2378
+ accessList?: import("../../index.js").AccessList | undefined;
2379
+ blobVersionedHashes?: undefined;
2378
2380
  blockHash?: `0x${string}` | null;
2379
2381
  blockNumber?: `0x${string}` | null;
2380
2382
  hash?: `0x${string}`;
2381
2383
  input?: `0x${string}`;
2382
2384
  transactionIndex?: `0x${string}` | null;
2383
- accessList?: import("../../index.js").AccessList | undefined;
2384
- blobVersionedHashes?: undefined;
2385
2385
  chainId?: `0x${string}` | undefined;
2386
2386
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2387
2387
  feeCurrency: `0x${string}` | null;
@@ -2403,13 +2403,13 @@ export declare const celo: {
2403
2403
  gas?: `0x${string}`;
2404
2404
  nonce?: `0x${string}`;
2405
2405
  value?: `0x${string}`;
2406
+ accessList?: import("../../index.js").AccessList | undefined;
2407
+ blobVersionedHashes?: undefined;
2406
2408
  blockHash?: `0x${string}` | null;
2407
2409
  blockNumber?: `0x${string}` | null;
2408
2410
  hash?: `0x${string}`;
2409
2411
  input?: `0x${string}`;
2410
2412
  transactionIndex?: `0x${string}` | null;
2411
- accessList?: import("../../index.js").AccessList | undefined;
2412
- blobVersionedHashes?: undefined;
2413
2413
  chainId?: `0x${string}` | undefined;
2414
2414
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2415
2415
  feeCurrency: `0x${string}` | null;
@@ -2431,13 +2431,13 @@ export declare const celo: {
2431
2431
  gas?: `0x${string}`;
2432
2432
  nonce?: `0x${string}`;
2433
2433
  value?: `0x${string}`;
2434
+ accessList?: import("../../index.js").AccessList | undefined;
2435
+ blobVersionedHashes?: undefined;
2434
2436
  blockHash?: `0x${string}` | null;
2435
2437
  blockNumber?: `0x${string}` | null;
2436
2438
  hash?: `0x${string}`;
2437
2439
  input?: `0x${string}`;
2438
2440
  transactionIndex?: `0x${string}` | null;
2439
- accessList?: import("../../index.js").AccessList | undefined;
2440
- blobVersionedHashes?: undefined;
2441
2441
  chainId?: `0x${string}` | undefined;
2442
2442
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2443
2443
  r: `0x${string}`;
@@ -2482,13 +2482,13 @@ export declare const celo: {
2482
2482
  gas?: `0x${string}`;
2483
2483
  nonce?: `0x${string}`;
2484
2484
  value?: `0x${string}`;
2485
+ accessList?: import("../../index.js").AccessList | undefined;
2486
+ blobVersionedHashes?: undefined;
2485
2487
  blockHash?: `0x${string}` | null;
2486
2488
  blockNumber?: `0x${string}` | null;
2487
2489
  hash?: `0x${string}`;
2488
2490
  input?: `0x${string}`;
2489
2491
  transactionIndex?: `0x${string}` | null;
2490
- accessList?: import("../../index.js").AccessList | undefined;
2491
- blobVersionedHashes?: undefined;
2492
2492
  chainId?: `0x${string}` | undefined;
2493
2493
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2494
2494
  blockHash: `0x${string}` | null;
@@ -2533,13 +2533,13 @@ export declare const celo: {
2533
2533
  gas?: `0x${string}`;
2534
2534
  nonce?: `0x${string}`;
2535
2535
  value?: `0x${string}`;
2536
+ accessList?: import("../../index.js").AccessList | undefined;
2537
+ blobVersionedHashes?: undefined;
2536
2538
  blockHash?: `0x${string}` | null;
2537
2539
  blockNumber?: `0x${string}` | null;
2538
2540
  hash?: `0x${string}`;
2539
2541
  input?: `0x${string}`;
2540
2542
  transactionIndex?: `0x${string}` | null;
2541
- accessList?: import("../../index.js").AccessList | undefined;
2542
- blobVersionedHashes?: undefined;
2543
2543
  chainId?: `0x${string}` | undefined;
2544
2544
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2545
2545
  blockHash: `0x${string}` | null;
@@ -2584,13 +2584,13 @@ export declare const celo: {
2584
2584
  gas?: `0x${string}`;
2585
2585
  nonce?: `0x${string}`;
2586
2586
  value?: `0x${string}`;
2587
+ accessList?: import("../../index.js").AccessList | undefined;
2588
+ blobVersionedHashes?: undefined;
2587
2589
  blockHash?: `0x${string}` | null;
2588
2590
  blockNumber?: `0x${string}` | null;
2589
2591
  hash?: `0x${string}`;
2590
2592
  input?: `0x${string}`;
2591
2593
  transactionIndex?: `0x${string}` | null;
2592
- accessList?: import("../../index.js").AccessList | undefined;
2593
- blobVersionedHashes?: undefined;
2594
2594
  chainId?: `0x${string}` | undefined;
2595
2595
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2596
2596
  feeCurrency: `0x${string}` | null;
@@ -2612,13 +2612,13 @@ export declare const celo: {
2612
2612
  gas?: `0x${string}`;
2613
2613
  nonce?: `0x${string}`;
2614
2614
  value?: `0x${string}`;
2615
+ accessList?: import("../../index.js").AccessList | undefined;
2616
+ blobVersionedHashes?: undefined;
2615
2617
  blockHash?: `0x${string}` | null;
2616
2618
  blockNumber?: `0x${string}` | null;
2617
2619
  hash?: `0x${string}`;
2618
2620
  input?: `0x${string}`;
2619
2621
  transactionIndex?: `0x${string}` | null;
2620
- accessList?: import("../../index.js").AccessList | undefined;
2621
- blobVersionedHashes?: undefined;
2622
2622
  chainId?: `0x${string}` | undefined;
2623
2623
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2624
2624
  feeCurrency: `0x${string}` | null;
@@ -2640,13 +2640,13 @@ export declare const celo: {
2640
2640
  gas?: `0x${string}`;
2641
2641
  nonce?: `0x${string}`;
2642
2642
  value?: `0x${string}`;
2643
+ accessList?: import("../../index.js").AccessList | undefined;
2644
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2643
2645
  blockHash?: `0x${string}` | null;
2644
2646
  blockNumber?: `0x${string}` | null;
2645
2647
  hash?: `0x${string}`;
2646
2648
  input?: `0x${string}`;
2647
2649
  transactionIndex?: `0x${string}` | null;
2648
- accessList?: import("../../index.js").AccessList | undefined;
2649
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2650
2650
  chainId?: `0x${string}` | undefined;
2651
2651
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2652
2652
  r: `0x${string}`;
@@ -2691,13 +2691,13 @@ export declare const celo: {
2691
2691
  gas?: `0x${string}`;
2692
2692
  nonce?: `0x${string}`;
2693
2693
  value?: `0x${string}`;
2694
+ accessList?: import("../../index.js").AccessList | undefined;
2695
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2694
2696
  blockHash?: `0x${string}` | null;
2695
2697
  blockNumber?: `0x${string}` | null;
2696
2698
  hash?: `0x${string}`;
2697
2699
  input?: `0x${string}`;
2698
2700
  transactionIndex?: `0x${string}` | null;
2699
- accessList?: import("../../index.js").AccessList | undefined;
2700
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2701
2701
  chainId?: `0x${string}` | undefined;
2702
2702
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2703
2703
  blockHash: `0x${string}` | null;
@@ -2742,13 +2742,13 @@ export declare const celo: {
2742
2742
  gas?: `0x${string}`;
2743
2743
  nonce?: `0x${string}`;
2744
2744
  value?: `0x${string}`;
2745
+ accessList?: import("../../index.js").AccessList | undefined;
2746
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2745
2747
  blockHash?: `0x${string}` | null;
2746
2748
  blockNumber?: `0x${string}` | null;
2747
2749
  hash?: `0x${string}`;
2748
2750
  input?: `0x${string}`;
2749
2751
  transactionIndex?: `0x${string}` | null;
2750
- accessList?: import("../../index.js").AccessList | undefined;
2751
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2752
2752
  chainId?: `0x${string}` | undefined;
2753
2753
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2754
2754
  blockHash: `0x${string}` | null;
@@ -2793,13 +2793,13 @@ export declare const celo: {
2793
2793
  gas?: `0x${string}`;
2794
2794
  nonce?: `0x${string}`;
2795
2795
  value?: `0x${string}`;
2796
+ accessList?: import("../../index.js").AccessList | undefined;
2797
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2796
2798
  blockHash?: `0x${string}` | null;
2797
2799
  blockNumber?: `0x${string}` | null;
2798
2800
  hash?: `0x${string}`;
2799
2801
  input?: `0x${string}`;
2800
2802
  transactionIndex?: `0x${string}` | null;
2801
- accessList?: import("../../index.js").AccessList | undefined;
2802
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2803
2803
  chainId?: `0x${string}` | undefined;
2804
2804
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
2805
2805
  blockHash: `0x${string}` | null;
@@ -2844,13 +2844,13 @@ export declare const celo: {
2844
2844
  gas?: `0x${string}`;
2845
2845
  nonce?: `0x${string}`;
2846
2846
  value?: `0x${string}`;
2847
+ accessList?: import("../../index.js").AccessList | undefined;
2848
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2847
2849
  blockHash?: `0x${string}` | null;
2848
2850
  blockNumber?: `0x${string}` | null;
2849
2851
  hash?: `0x${string}`;
2850
2852
  input?: `0x${string}`;
2851
2853
  transactionIndex?: `0x${string}` | null;
2852
- accessList?: import("../../index.js").AccessList | undefined;
2853
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2854
2854
  chainId?: `0x${string}` | undefined;
2855
2855
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2856
2856
  feeCurrency: `0x${string}` | null;
@@ -2872,13 +2872,13 @@ export declare const celo: {
2872
2872
  gas?: `0x${string}`;
2873
2873
  nonce?: `0x${string}`;
2874
2874
  value?: `0x${string}`;
2875
+ accessList?: import("../../index.js").AccessList | undefined;
2876
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2875
2877
  blockHash?: `0x${string}` | null;
2876
2878
  blockNumber?: `0x${string}` | null;
2877
2879
  hash?: `0x${string}`;
2878
2880
  input?: `0x${string}`;
2879
2881
  transactionIndex?: `0x${string}` | null;
2880
- accessList?: import("../../index.js").AccessList | undefined;
2881
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2882
2882
  chainId?: `0x${string}` | undefined;
2883
2883
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
2884
2884
  feeCurrency: `0x${string}` | null;