viem 0.0.0-main.20240408T061242 → 0.0.0-main.20240408T070011

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 (121) hide show
  1. package/_cjs/actions/index.js +1 -2
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/public/estimateGas.js +3 -5
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/sendTransaction.js +0 -1
  8. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  9. package/_cjs/errors/version.js +1 -1
  10. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  11. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  12. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  13. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  14. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  15. package/_cjs/utils/formatters/transactionRequest.js +0 -2
  16. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  17. package/_cjs/utils/transaction/serializeTransaction.js +6 -10
  18. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  19. package/_esm/actions/index.js +1 -1
  20. package/_esm/actions/index.js.map +1 -1
  21. package/_esm/actions/public/estimateGas.js +3 -8
  22. package/_esm/actions/public/estimateGas.js.map +1 -1
  23. package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
  24. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  25. package/_esm/actions/wallet/sendTransaction.js +1 -2
  26. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  27. package/_esm/errors/version.js +1 -1
  28. package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
  29. package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  30. package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  31. package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
  32. package/_esm/utils/blob/toBlobs.js.map +1 -1
  33. package/_esm/utils/formatters/transactionRequest.js +0 -2
  34. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  35. package/_esm/utils/transaction/serializeTransaction.js +6 -10
  36. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  37. package/_types/actions/index.d.ts +1 -1
  38. package/_types/actions/index.d.ts.map +1 -1
  39. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  40. package/_types/actions/wallet/prepareTransactionRequest.d.ts +6 -7
  41. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  42. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  43. package/_types/celo/chainConfig.d.ts +341 -1837
  44. package/_types/celo/chainConfig.d.ts.map +1 -1
  45. package/_types/celo/formatters.d.ts +97 -845
  46. package/_types/celo/formatters.d.ts.map +1 -1
  47. package/_types/chains/definitions/ancient8.d.ts +15 -15
  48. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  49. package/_types/chains/definitions/base.d.ts +15 -15
  50. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  51. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  52. package/_types/chains/definitions/celo.d.ts +341 -1837
  53. package/_types/chains/definitions/celo.d.ts.map +1 -1
  54. package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
  55. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  56. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  57. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  58. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  59. package/_types/chains/definitions/optimism.d.ts +15 -15
  60. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  61. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  62. package/_types/chains/definitions/pgn.d.ts +15 -15
  63. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  64. package/_types/chains/definitions/rss3.d.ts +15 -15
  65. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  66. package/_types/chains/definitions/zkSync.d.ts +101 -817
  67. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  68. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
  69. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  70. package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
  71. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  72. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
  73. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  74. package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
  75. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  76. package/_types/chains/definitions/zora.d.ts +15 -15
  77. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  78. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  79. package/_types/errors/version.d.ts +1 -1
  80. package/_types/op-stack/chainConfig.d.ts +15 -15
  81. package/_types/op-stack/formatters.d.ts +15 -15
  82. package/_types/types/transaction.d.ts +3 -22
  83. package/_types/types/transaction.d.ts.map +1 -1
  84. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  85. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  86. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  87. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  88. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  89. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  90. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  91. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  92. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  93. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  94. package/_types/utils/blob/toBlobs.d.ts +1 -1
  95. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  96. package/_types/utils/formatters/transaction.d.ts +1 -1
  97. package/_types/utils/formatters/transactionRequest.d.ts +2 -186
  98. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  99. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  100. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  101. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  102. package/_types/zksync/chainConfig.d.ts +101 -817
  103. package/_types/zksync/chainConfig.d.ts.map +1 -1
  104. package/_types/zksync/formatters.d.ts +101 -817
  105. package/_types/zksync/formatters.d.ts.map +1 -1
  106. package/actions/index.ts +0 -1
  107. package/actions/public/estimateGas.ts +7 -9
  108. package/actions/wallet/prepareTransactionRequest.ts +17 -73
  109. package/actions/wallet/sendTransaction.ts +0 -2
  110. package/errors/version.ts +1 -1
  111. package/package.json +1 -1
  112. package/types/transaction.ts +3 -28
  113. package/utils/blob/blobsToCommitments.ts +7 -9
  114. package/utils/blob/blobsToProofs.ts +10 -10
  115. package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
  116. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  117. package/utils/blob/toBlobSidecars.ts +11 -14
  118. package/utils/blob/toBlobs.ts +3 -3
  119. package/utils/formatters/transactionRequest.ts +0 -2
  120. package/utils/transaction/getTransactionType.ts +3 -3
  121. package/utils/transaction/serializeTransaction.ts +6 -12
@@ -484,9 +484,6 @@ export declare const zkSyncInMemoryNode: {
484
484
  accessList?: undefined;
485
485
  blobs?: undefined;
486
486
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
487
- kzg?: undefined;
488
- blobVersionedHashes?: undefined;
489
- sidecars?: undefined;
490
487
  } & {
491
488
  data?: `0x${string}` | undefined;
492
489
  from: `0x${string}`;
@@ -501,9 +498,6 @@ export declare const zkSyncInMemoryNode: {
501
498
  accessList?: undefined;
502
499
  blobs?: undefined;
503
500
  type?: "legacy" | undefined;
504
- kzg?: undefined;
505
- blobVersionedHashes?: undefined;
506
- sidecars?: undefined;
507
501
  } & {
508
502
  gasPerPubdata?: undefined;
509
503
  customSignature?: undefined;
@@ -524,9 +518,6 @@ export declare const zkSyncInMemoryNode: {
524
518
  accessList?: undefined;
525
519
  blobs?: undefined;
526
520
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
527
- kzg?: undefined;
528
- blobVersionedHashes?: undefined;
529
- sidecars?: undefined;
530
521
  } & {
531
522
  data?: `0x${string}` | undefined;
532
523
  from: `0x${string}`;
@@ -541,9 +532,6 @@ export declare const zkSyncInMemoryNode: {
541
532
  accessList?: import("../../index.js").AccessList | undefined;
542
533
  blobs?: undefined;
543
534
  type?: "eip2930" | undefined;
544
- kzg?: undefined;
545
- blobVersionedHashes?: undefined;
546
- sidecars?: undefined;
547
535
  } & {
548
536
  gasPerPubdata?: undefined;
549
537
  customSignature?: undefined;
@@ -564,9 +552,6 @@ export declare const zkSyncInMemoryNode: {
564
552
  accessList?: undefined;
565
553
  blobs?: undefined;
566
554
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
567
- kzg?: undefined;
568
- blobVersionedHashes?: undefined;
569
- sidecars?: undefined;
570
555
  } & {
571
556
  data?: `0x${string}` | undefined;
572
557
  from: `0x${string}`;
@@ -581,9 +566,6 @@ export declare const zkSyncInMemoryNode: {
581
566
  accessList?: import("../../index.js").AccessList | undefined;
582
567
  blobs?: undefined;
583
568
  type?: "eip1559" | undefined;
584
- kzg?: undefined;
585
- blobVersionedHashes?: undefined;
586
- sidecars?: undefined;
587
569
  } & {
588
570
  gasPerPubdata?: undefined;
589
571
  customSignature?: undefined;
@@ -604,9 +586,6 @@ export declare const zkSyncInMemoryNode: {
604
586
  accessList?: undefined;
605
587
  blobs?: undefined;
606
588
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
607
- kzg?: undefined;
608
- blobVersionedHashes?: undefined;
609
- sidecars?: undefined;
610
589
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
611
590
  gasPerPubdata?: bigint | undefined;
612
591
  customSignature?: `0x${string}` | undefined;
@@ -629,9 +608,6 @@ export declare const zkSyncInMemoryNode: {
629
608
  accessList?: undefined;
630
609
  blobs?: undefined;
631
610
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
632
- kzg?: undefined;
633
- blobVersionedHashes?: undefined;
634
- sidecars?: undefined;
635
611
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
636
612
  gasPerPubdata?: bigint | undefined;
637
613
  customSignature?: `0x${string}` | undefined;
@@ -654,9 +630,6 @@ export declare const zkSyncInMemoryNode: {
654
630
  accessList?: import("../../index.js").AccessList | undefined;
655
631
  blobs?: undefined;
656
632
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
657
- kzg?: undefined;
658
- blobVersionedHashes?: undefined;
659
- sidecars?: undefined;
660
633
  } & {
661
634
  data?: `0x${string}` | undefined;
662
635
  from: `0x${string}`;
@@ -671,9 +644,6 @@ export declare const zkSyncInMemoryNode: {
671
644
  accessList?: undefined;
672
645
  blobs?: undefined;
673
646
  type?: "legacy" | undefined;
674
- kzg?: undefined;
675
- blobVersionedHashes?: undefined;
676
- sidecars?: undefined;
677
647
  } & {
678
648
  gasPerPubdata?: undefined;
679
649
  customSignature?: undefined;
@@ -694,9 +664,6 @@ export declare const zkSyncInMemoryNode: {
694
664
  accessList?: import("../../index.js").AccessList | undefined;
695
665
  blobs?: undefined;
696
666
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
697
- kzg?: undefined;
698
- blobVersionedHashes?: undefined;
699
- sidecars?: undefined;
700
667
  } & {
701
668
  data?: `0x${string}` | undefined;
702
669
  from: `0x${string}`;
@@ -711,9 +678,6 @@ export declare const zkSyncInMemoryNode: {
711
678
  accessList?: import("../../index.js").AccessList | undefined;
712
679
  blobs?: undefined;
713
680
  type?: "eip2930" | undefined;
714
- kzg?: undefined;
715
- blobVersionedHashes?: undefined;
716
- sidecars?: undefined;
717
681
  } & {
718
682
  gasPerPubdata?: undefined;
719
683
  customSignature?: undefined;
@@ -734,9 +698,6 @@ export declare const zkSyncInMemoryNode: {
734
698
  accessList?: import("../../index.js").AccessList | undefined;
735
699
  blobs?: undefined;
736
700
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
737
- kzg?: undefined;
738
- blobVersionedHashes?: undefined;
739
- sidecars?: undefined;
740
701
  } & {
741
702
  data?: `0x${string}` | undefined;
742
703
  from: `0x${string}`;
@@ -751,9 +712,6 @@ export declare const zkSyncInMemoryNode: {
751
712
  accessList?: import("../../index.js").AccessList | undefined;
752
713
  blobs?: undefined;
753
714
  type?: "eip1559" | undefined;
754
- kzg?: undefined;
755
- blobVersionedHashes?: undefined;
756
- sidecars?: undefined;
757
715
  } & {
758
716
  gasPerPubdata?: undefined;
759
717
  customSignature?: undefined;
@@ -774,9 +732,6 @@ export declare const zkSyncInMemoryNode: {
774
732
  accessList?: import("../../index.js").AccessList | undefined;
775
733
  blobs?: undefined;
776
734
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
777
- kzg?: undefined;
778
- blobVersionedHashes?: undefined;
779
- sidecars?: undefined;
780
735
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
781
736
  gasPerPubdata?: bigint | undefined;
782
737
  customSignature?: `0x${string}` | undefined;
@@ -799,9 +754,6 @@ export declare const zkSyncInMemoryNode: {
799
754
  accessList?: import("../../index.js").AccessList | undefined;
800
755
  blobs?: undefined;
801
756
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
802
- kzg?: undefined;
803
- blobVersionedHashes?: undefined;
804
- sidecars?: undefined;
805
757
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
806
758
  gasPerPubdata?: bigint | undefined;
807
759
  customSignature?: `0x${string}` | undefined;
@@ -824,9 +776,6 @@ export declare const zkSyncInMemoryNode: {
824
776
  accessList?: import("../../index.js").AccessList | undefined;
825
777
  blobs?: undefined;
826
778
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
827
- kzg?: undefined;
828
- blobVersionedHashes?: undefined;
829
- sidecars?: undefined;
830
779
  } & {
831
780
  data?: `0x${string}` | undefined;
832
781
  from: `0x${string}`;
@@ -841,9 +790,6 @@ export declare const zkSyncInMemoryNode: {
841
790
  accessList?: undefined;
842
791
  blobs?: undefined;
843
792
  type?: "legacy" | undefined;
844
- kzg?: undefined;
845
- blobVersionedHashes?: undefined;
846
- sidecars?: undefined;
847
793
  } & {
848
794
  gasPerPubdata?: undefined;
849
795
  customSignature?: undefined;
@@ -864,9 +810,6 @@ export declare const zkSyncInMemoryNode: {
864
810
  accessList?: import("../../index.js").AccessList | undefined;
865
811
  blobs?: undefined;
866
812
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
867
- kzg?: undefined;
868
- blobVersionedHashes?: undefined;
869
- sidecars?: undefined;
870
813
  } & {
871
814
  data?: `0x${string}` | undefined;
872
815
  from: `0x${string}`;
@@ -881,9 +824,6 @@ export declare const zkSyncInMemoryNode: {
881
824
  accessList?: import("../../index.js").AccessList | undefined;
882
825
  blobs?: undefined;
883
826
  type?: "eip2930" | undefined;
884
- kzg?: undefined;
885
- blobVersionedHashes?: undefined;
886
- sidecars?: undefined;
887
827
  } & {
888
828
  gasPerPubdata?: undefined;
889
829
  customSignature?: undefined;
@@ -904,9 +844,6 @@ export declare const zkSyncInMemoryNode: {
904
844
  accessList?: import("../../index.js").AccessList | undefined;
905
845
  blobs?: undefined;
906
846
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
907
- kzg?: undefined;
908
- blobVersionedHashes?: undefined;
909
- sidecars?: undefined;
910
847
  } & {
911
848
  data?: `0x${string}` | undefined;
912
849
  from: `0x${string}`;
@@ -921,9 +858,6 @@ export declare const zkSyncInMemoryNode: {
921
858
  accessList?: import("../../index.js").AccessList | undefined;
922
859
  blobs?: undefined;
923
860
  type?: "eip1559" | undefined;
924
- kzg?: undefined;
925
- blobVersionedHashes?: undefined;
926
- sidecars?: undefined;
927
861
  } & {
928
862
  gasPerPubdata?: undefined;
929
863
  customSignature?: undefined;
@@ -944,9 +878,6 @@ export declare const zkSyncInMemoryNode: {
944
878
  accessList?: import("../../index.js").AccessList | undefined;
945
879
  blobs?: undefined;
946
880
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
947
- kzg?: undefined;
948
- blobVersionedHashes?: undefined;
949
- sidecars?: undefined;
950
881
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
951
882
  gasPerPubdata?: bigint | undefined;
952
883
  customSignature?: `0x${string}` | undefined;
@@ -969,9 +900,6 @@ export declare const zkSyncInMemoryNode: {
969
900
  accessList?: import("../../index.js").AccessList | undefined;
970
901
  blobs?: undefined;
971
902
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
972
- kzg?: undefined;
973
- blobVersionedHashes?: undefined;
974
- sidecars?: undefined;
975
903
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
976
904
  gasPerPubdata?: bigint | undefined;
977
905
  customSignature?: `0x${string}` | undefined;
@@ -994,9 +922,6 @@ export declare const zkSyncInMemoryNode: {
994
922
  accessList?: import("../../index.js").AccessList | undefined;
995
923
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
996
924
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
997
- kzg?: import("../../types/kzg.js").Kzg | undefined;
998
- blobVersionedHashes?: undefined;
999
- sidecars?: undefined;
1000
925
  } & {
1001
926
  data?: `0x${string}` | undefined;
1002
927
  from: `0x${string}`;
@@ -1011,9 +936,6 @@ export declare const zkSyncInMemoryNode: {
1011
936
  accessList?: undefined;
1012
937
  blobs?: undefined;
1013
938
  type?: "legacy" | undefined;
1014
- kzg?: undefined;
1015
- blobVersionedHashes?: undefined;
1016
- sidecars?: undefined;
1017
939
  } & {
1018
940
  gasPerPubdata?: undefined;
1019
941
  customSignature?: undefined;
@@ -1034,9 +956,6 @@ export declare const zkSyncInMemoryNode: {
1034
956
  accessList?: import("../../index.js").AccessList | undefined;
1035
957
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1036
958
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1037
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1038
- blobVersionedHashes?: undefined;
1039
- sidecars?: undefined;
1040
959
  } & {
1041
960
  data?: `0x${string}` | undefined;
1042
961
  from: `0x${string}`;
@@ -1051,9 +970,6 @@ export declare const zkSyncInMemoryNode: {
1051
970
  accessList?: import("../../index.js").AccessList | undefined;
1052
971
  blobs?: undefined;
1053
972
  type?: "eip2930" | undefined;
1054
- kzg?: undefined;
1055
- blobVersionedHashes?: undefined;
1056
- sidecars?: undefined;
1057
973
  } & {
1058
974
  gasPerPubdata?: undefined;
1059
975
  customSignature?: undefined;
@@ -1074,9 +990,6 @@ export declare const zkSyncInMemoryNode: {
1074
990
  accessList?: import("../../index.js").AccessList | undefined;
1075
991
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1076
992
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1077
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1078
- blobVersionedHashes?: undefined;
1079
- sidecars?: undefined;
1080
993
  } & {
1081
994
  data?: `0x${string}` | undefined;
1082
995
  from: `0x${string}`;
@@ -1091,9 +1004,6 @@ export declare const zkSyncInMemoryNode: {
1091
1004
  accessList?: import("../../index.js").AccessList | undefined;
1092
1005
  blobs?: undefined;
1093
1006
  type?: "eip1559" | undefined;
1094
- kzg?: undefined;
1095
- blobVersionedHashes?: undefined;
1096
- sidecars?: undefined;
1097
1007
  } & {
1098
1008
  gasPerPubdata?: undefined;
1099
1009
  customSignature?: undefined;
@@ -1114,9 +1024,6 @@ export declare const zkSyncInMemoryNode: {
1114
1024
  accessList?: import("../../index.js").AccessList | undefined;
1115
1025
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1116
1026
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1117
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1118
- blobVersionedHashes?: undefined;
1119
- sidecars?: undefined;
1120
1027
  } & {
1121
1028
  data?: `0x${string}` | undefined;
1122
1029
  from: `0x${string}`;
@@ -1131,9 +1038,6 @@ export declare const zkSyncInMemoryNode: {
1131
1038
  accessList?: import("../../index.js").AccessList | undefined;
1132
1039
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1133
1040
  type?: "eip4844" | undefined;
1134
- kzg: import("../../types/kzg.js").Kzg | undefined;
1135
- blobVersionedHashes?: undefined;
1136
- sidecars?: undefined;
1137
1041
  } & {
1138
1042
  gasPerPubdata?: undefined;
1139
1043
  customSignature?: undefined;
@@ -1154,9 +1058,6 @@ export declare const zkSyncInMemoryNode: {
1154
1058
  accessList?: import("../../index.js").AccessList | undefined;
1155
1059
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1156
1060
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1157
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1158
- blobVersionedHashes?: undefined;
1159
- sidecars?: undefined;
1160
1061
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1161
1062
  gasPerPubdata?: bigint | undefined;
1162
1063
  customSignature?: `0x${string}` | undefined;
@@ -1179,9 +1080,6 @@ export declare const zkSyncInMemoryNode: {
1179
1080
  accessList?: import("../../index.js").AccessList | undefined;
1180
1081
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1181
1082
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1182
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1183
- blobVersionedHashes?: undefined;
1184
- sidecars?: undefined;
1185
1083
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1186
1084
  gasPerPubdata?: bigint | undefined;
1187
1085
  customSignature?: `0x${string}` | undefined;
@@ -1190,669 +1088,142 @@ export declare const zkSyncInMemoryNode: {
1190
1088
  } & {
1191
1089
  paymaster?: undefined;
1192
1090
  paymasterInput?: undefined;
1193
- }) | ({
1091
+ })) => ({
1194
1092
  data?: `0x${string}` | undefined;
1195
- from?: `0x${string}`;
1196
- gas?: bigint | undefined;
1197
- nonce?: number | undefined;
1198
- value?: bigint | undefined;
1093
+ from: `0x${string}`;
1094
+ gas?: `0x${string}` | undefined;
1095
+ nonce?: `0x${string}` | undefined;
1199
1096
  to?: `0x${string}` | null | undefined;
1200
- gasPrice?: bigint | undefined;
1201
- maxFeePerGas?: bigint | undefined;
1202
- maxPriorityFeePerGas?: bigint | undefined;
1203
- maxFeePerBlobGas?: bigint | undefined;
1204
- accessList?: import("../../index.js").AccessList | undefined;
1205
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1206
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1207
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1208
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1209
- sidecars?: undefined;
1210
- } & {
1097
+ value?: `0x${string}` | undefined;
1098
+ gasPrice?: `0x${string}` | undefined;
1099
+ maxFeePerBlobGas?: undefined;
1100
+ maxFeePerGas?: undefined;
1101
+ maxPriorityFeePerGas?: undefined;
1102
+ accessList?: undefined;
1103
+ blobs?: undefined;
1104
+ type?: "0x0" | undefined;
1105
+ eip712Meta?: undefined;
1106
+ } | {
1211
1107
  data?: `0x${string}` | undefined;
1212
1108
  from: `0x${string}`;
1213
- gas?: bigint | undefined;
1214
- nonce?: number | undefined;
1109
+ gas?: `0x${string}` | undefined;
1110
+ nonce?: `0x${string}` | undefined;
1215
1111
  to?: `0x${string}` | null | undefined;
1216
- value?: bigint | undefined;
1217
- gasPrice?: bigint | undefined;
1112
+ value?: `0x${string}` | undefined;
1113
+ gasPrice?: `0x${string}` | undefined;
1218
1114
  maxFeePerBlobGas?: undefined;
1219
1115
  maxFeePerGas?: undefined;
1220
1116
  maxPriorityFeePerGas?: undefined;
1221
1117
  accessList?: undefined;
1222
1118
  blobs?: undefined;
1223
- type?: "legacy" | undefined;
1224
- kzg?: undefined;
1225
- blobVersionedHashes?: undefined;
1226
- sidecars?: undefined;
1227
- } & {
1228
- gasPerPubdata?: undefined;
1229
- customSignature?: undefined;
1230
- paymaster?: undefined;
1231
- paymasterInput?: undefined;
1232
- factoryDeps?: undefined;
1233
- }) | ({
1119
+ type?: "0x1" | undefined;
1120
+ eip712Meta?: undefined;
1121
+ } | {
1234
1122
  data?: `0x${string}` | undefined;
1235
- from?: `0x${string}`;
1236
- gas?: bigint | undefined;
1237
- nonce?: number | undefined;
1238
- value?: bigint | undefined;
1123
+ from: `0x${string}`;
1124
+ gas?: `0x${string}` | undefined;
1125
+ nonce?: `0x${string}` | undefined;
1239
1126
  to?: `0x${string}` | null | undefined;
1240
- gasPrice?: bigint | undefined;
1241
- maxFeePerGas?: bigint | undefined;
1242
- maxPriorityFeePerGas?: bigint | undefined;
1243
- maxFeePerBlobGas?: bigint | undefined;
1244
- accessList?: import("../../index.js").AccessList | undefined;
1245
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1246
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1247
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1248
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1249
- sidecars?: undefined;
1250
- } & {
1127
+ value?: `0x${string}` | undefined;
1128
+ gasPrice?: undefined;
1129
+ maxFeePerBlobGas?: undefined;
1130
+ maxFeePerGas?: `0x${string}` | undefined;
1131
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1132
+ accessList?: undefined;
1133
+ blobs?: undefined;
1134
+ type?: "0x2" | undefined;
1135
+ eip712Meta?: undefined;
1136
+ } | {
1251
1137
  data?: `0x${string}` | undefined;
1252
1138
  from: `0x${string}`;
1253
- gas?: bigint | undefined;
1254
- nonce?: number | undefined;
1139
+ gas?: `0x${string}` | undefined;
1140
+ nonce?: `0x${string}` | undefined;
1255
1141
  to?: `0x${string}` | null | undefined;
1256
- value?: bigint | undefined;
1257
- gasPrice?: bigint | undefined;
1142
+ value?: `0x${string}` | undefined;
1143
+ gasPrice?: undefined;
1144
+ maxFeePerBlobGas?: undefined;
1145
+ maxFeePerGas?: `0x${string}` | undefined;
1146
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1147
+ accessList?: undefined;
1148
+ blobs?: undefined;
1149
+ type: "0xff" | "0x71";
1150
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1151
+ } | {
1152
+ data?: `0x${string}` | undefined;
1153
+ from: `0x${string}`;
1154
+ gas?: `0x${string}` | undefined;
1155
+ nonce?: `0x${string}` | undefined;
1156
+ to?: `0x${string}` | null | undefined;
1157
+ value?: `0x${string}` | undefined;
1158
+ gasPrice?: `0x${string}` | undefined;
1258
1159
  maxFeePerBlobGas?: undefined;
1259
1160
  maxFeePerGas?: undefined;
1260
1161
  maxPriorityFeePerGas?: undefined;
1261
- accessList?: import("../../index.js").AccessList | undefined;
1162
+ accessList?: undefined;
1262
1163
  blobs?: undefined;
1263
- type?: "eip2930" | undefined;
1264
- kzg?: undefined;
1265
- blobVersionedHashes?: undefined;
1266
- sidecars?: undefined;
1267
- } & {
1268
- gasPerPubdata?: undefined;
1269
- customSignature?: undefined;
1270
- paymaster?: undefined;
1271
- paymasterInput?: undefined;
1272
- factoryDeps?: undefined;
1273
- }) | ({
1164
+ type?: "0x0" | undefined;
1165
+ eip712Meta?: undefined;
1166
+ } | {
1274
1167
  data?: `0x${string}` | undefined;
1275
- from?: `0x${string}`;
1276
- gas?: bigint | undefined;
1277
- nonce?: number | undefined;
1278
- value?: bigint | undefined;
1168
+ from: `0x${string}`;
1169
+ gas?: `0x${string}` | undefined;
1170
+ nonce?: `0x${string}` | undefined;
1279
1171
  to?: `0x${string}` | null | undefined;
1280
- gasPrice?: bigint | undefined;
1281
- maxFeePerGas?: bigint | undefined;
1282
- maxPriorityFeePerGas?: bigint | undefined;
1283
- maxFeePerBlobGas?: bigint | undefined;
1172
+ value?: `0x${string}` | undefined;
1173
+ gasPrice?: `0x${string}` | undefined;
1174
+ maxFeePerBlobGas?: undefined;
1175
+ maxFeePerGas?: undefined;
1176
+ maxPriorityFeePerGas?: undefined;
1284
1177
  accessList?: import("../../index.js").AccessList | undefined;
1285
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1286
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1287
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1288
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1289
- sidecars?: undefined;
1290
- } & {
1178
+ blobs?: undefined;
1179
+ type?: "0x1" | undefined;
1180
+ eip712Meta?: undefined;
1181
+ } | {
1291
1182
  data?: `0x${string}` | undefined;
1292
1183
  from: `0x${string}`;
1293
- gas?: bigint | undefined;
1294
- nonce?: number | undefined;
1184
+ gas?: `0x${string}` | undefined;
1185
+ nonce?: `0x${string}` | undefined;
1295
1186
  to?: `0x${string}` | null | undefined;
1296
- value?: bigint | undefined;
1187
+ value?: `0x${string}` | undefined;
1297
1188
  gasPrice?: undefined;
1298
1189
  maxFeePerBlobGas?: undefined;
1299
- maxFeePerGas?: bigint | undefined;
1300
- maxPriorityFeePerGas?: bigint | undefined;
1190
+ maxFeePerGas?: `0x${string}` | undefined;
1191
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1301
1192
  accessList?: import("../../index.js").AccessList | undefined;
1302
1193
  blobs?: undefined;
1303
- type?: "eip1559" | undefined;
1304
- kzg?: undefined;
1305
- blobVersionedHashes?: undefined;
1306
- sidecars?: undefined;
1307
- } & {
1308
- gasPerPubdata?: undefined;
1309
- customSignature?: undefined;
1310
- paymaster?: undefined;
1311
- paymasterInput?: undefined;
1312
- factoryDeps?: undefined;
1313
- }) | ({
1314
- data?: `0x${string}` | undefined;
1315
- from?: `0x${string}`;
1316
- gas?: bigint | undefined;
1317
- nonce?: number | undefined;
1318
- value?: bigint | undefined;
1319
- to?: `0x${string}` | null | undefined;
1320
- gasPrice?: bigint | undefined;
1321
- maxFeePerGas?: bigint | undefined;
1322
- maxPriorityFeePerGas?: bigint | undefined;
1323
- maxFeePerBlobGas?: bigint | undefined;
1324
- accessList?: import("../../index.js").AccessList | undefined;
1325
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1326
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1327
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1328
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1329
- sidecars?: undefined;
1330
- } & {
1194
+ type?: "0x2" | undefined;
1195
+ eip712Meta?: undefined;
1196
+ } | {
1331
1197
  data?: `0x${string}` | undefined;
1332
1198
  from: `0x${string}`;
1333
- gas?: bigint | undefined;
1334
- nonce?: number | undefined;
1335
- value?: bigint | undefined;
1336
- to: `0x${string}` | null;
1199
+ gas?: `0x${string}` | undefined;
1200
+ nonce?: `0x${string}` | undefined;
1201
+ to?: `0x${string}` | null | undefined;
1202
+ value?: `0x${string}` | undefined;
1337
1203
  gasPrice?: undefined;
1338
- maxFeePerGas?: bigint | undefined;
1339
- maxPriorityFeePerGas?: bigint | undefined;
1340
- maxFeePerBlobGas: bigint;
1204
+ maxFeePerBlobGas?: undefined;
1205
+ maxFeePerGas?: `0x${string}` | undefined;
1206
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1341
1207
  accessList?: import("../../index.js").AccessList | undefined;
1342
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1343
- type?: "eip4844" | undefined;
1344
- kzg: import("../../types/kzg.js").Kzg | undefined;
1345
- blobVersionedHashes?: undefined;
1346
- sidecars?: undefined;
1347
- } & {
1348
- gasPerPubdata?: undefined;
1349
- customSignature?: undefined;
1350
- paymaster?: undefined;
1351
- paymasterInput?: undefined;
1352
- factoryDeps?: undefined;
1353
- }) | ({
1208
+ blobs?: undefined;
1209
+ type: "0xff" | "0x71";
1210
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1211
+ } | {
1354
1212
  data?: `0x${string}` | undefined;
1355
- from?: `0x${string}`;
1356
- gas?: bigint | undefined;
1357
- nonce?: number | undefined;
1358
- value?: bigint | undefined;
1213
+ from: `0x${string}`;
1214
+ gas?: `0x${string}` | undefined;
1215
+ nonce?: `0x${string}` | undefined;
1359
1216
  to?: `0x${string}` | null | undefined;
1360
- gasPrice?: bigint | undefined;
1361
- maxFeePerGas?: bigint | undefined;
1362
- maxPriorityFeePerGas?: bigint | undefined;
1363
- maxFeePerBlobGas?: bigint | undefined;
1364
- accessList?: import("../../index.js").AccessList | undefined;
1365
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1366
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1367
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1368
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1369
- sidecars?: undefined;
1370
- } & {
1371
- data?: `0x${string}` | undefined;
1372
- from: `0x${string}`;
1373
- gas?: bigint | undefined;
1374
- nonce?: number | undefined;
1375
- value?: bigint | undefined;
1376
- to: `0x${string}` | null;
1377
- gasPrice?: undefined;
1378
- maxFeePerGas?: bigint | undefined;
1379
- maxPriorityFeePerGas?: bigint | undefined;
1380
- maxFeePerBlobGas: bigint;
1381
- accessList?: import("../../index.js").AccessList | undefined;
1382
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1383
- type?: "eip4844" | undefined;
1384
- blobVersionedHashes: readonly `0x${string}`[];
1385
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1386
- sidecars?: undefined;
1387
- } & {
1388
- gasPerPubdata?: undefined;
1389
- customSignature?: undefined;
1390
- paymaster?: undefined;
1391
- paymasterInput?: undefined;
1392
- factoryDeps?: undefined;
1393
- }) | ({
1394
- data?: `0x${string}` | undefined;
1395
- from?: `0x${string}`;
1396
- gas?: bigint | undefined;
1397
- nonce?: number | undefined;
1398
- value?: bigint | undefined;
1399
- to?: `0x${string}` | null | undefined;
1400
- gasPrice?: bigint | undefined;
1401
- maxFeePerGas?: bigint | undefined;
1402
- maxPriorityFeePerGas?: bigint | undefined;
1403
- maxFeePerBlobGas?: bigint | undefined;
1404
- accessList?: import("../../index.js").AccessList | undefined;
1405
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1406
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1407
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1408
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1409
- sidecars?: undefined;
1410
- } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1411
- gasPerPubdata?: bigint | undefined;
1412
- customSignature?: `0x${string}` | undefined;
1413
- factoryDeps?: `0x${string}`[] | undefined;
1414
- type?: "priority" | "eip712" | undefined;
1415
- } & {
1416
- paymaster: `0x${string}`;
1417
- paymasterInput: `0x${string}`;
1418
- }) | ({
1419
- data?: `0x${string}` | undefined;
1420
- from?: `0x${string}`;
1421
- gas?: bigint | undefined;
1422
- nonce?: number | undefined;
1423
- value?: bigint | undefined;
1424
- to?: `0x${string}` | null | undefined;
1425
- gasPrice?: bigint | undefined;
1426
- maxFeePerGas?: bigint | undefined;
1427
- maxPriorityFeePerGas?: bigint | undefined;
1428
- maxFeePerBlobGas?: bigint | undefined;
1429
- accessList?: import("../../index.js").AccessList | undefined;
1430
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1431
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1432
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1433
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1434
- sidecars?: undefined;
1435
- } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1436
- gasPerPubdata?: bigint | undefined;
1437
- customSignature?: `0x${string}` | undefined;
1438
- factoryDeps?: `0x${string}`[] | undefined;
1439
- type?: "priority" | "eip712" | undefined;
1440
- } & {
1441
- paymaster?: undefined;
1442
- paymasterInput?: undefined;
1443
- }) | ({
1444
- data?: `0x${string}` | undefined;
1445
- from?: `0x${string}`;
1446
- gas?: bigint | undefined;
1447
- nonce?: number | undefined;
1448
- value?: bigint | undefined;
1449
- to?: `0x${string}` | null | undefined;
1450
- gasPrice?: bigint | undefined;
1451
- maxFeePerGas?: bigint | undefined;
1452
- maxPriorityFeePerGas?: bigint | undefined;
1453
- maxFeePerBlobGas?: bigint | undefined;
1454
- accessList?: import("../../index.js").AccessList | undefined;
1455
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1456
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1457
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1458
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1459
- blobVersionedHashes?: undefined;
1460
- } & {
1461
- data?: `0x${string}` | undefined;
1462
- from: `0x${string}`;
1463
- gas?: bigint | undefined;
1464
- nonce?: number | undefined;
1465
- to?: `0x${string}` | null | undefined;
1466
- value?: bigint | undefined;
1467
- gasPrice?: bigint | undefined;
1468
- maxFeePerBlobGas?: undefined;
1469
- maxFeePerGas?: undefined;
1470
- maxPriorityFeePerGas?: undefined;
1471
- accessList?: undefined;
1472
- blobs?: undefined;
1473
- type?: "legacy" | undefined;
1474
- kzg?: undefined;
1475
- blobVersionedHashes?: undefined;
1476
- sidecars?: undefined;
1477
- } & {
1478
- gasPerPubdata?: undefined;
1479
- customSignature?: undefined;
1480
- paymaster?: undefined;
1481
- paymasterInput?: undefined;
1482
- factoryDeps?: undefined;
1483
- }) | ({
1484
- data?: `0x${string}` | undefined;
1485
- from?: `0x${string}`;
1486
- gas?: bigint | undefined;
1487
- nonce?: number | undefined;
1488
- value?: bigint | undefined;
1489
- to?: `0x${string}` | null | undefined;
1490
- gasPrice?: bigint | undefined;
1491
- maxFeePerGas?: bigint | undefined;
1492
- maxPriorityFeePerGas?: bigint | undefined;
1493
- maxFeePerBlobGas?: bigint | undefined;
1494
- accessList?: import("../../index.js").AccessList | undefined;
1495
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1496
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1497
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1498
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1499
- blobVersionedHashes?: undefined;
1500
- } & {
1501
- data?: `0x${string}` | undefined;
1502
- from: `0x${string}`;
1503
- gas?: bigint | undefined;
1504
- nonce?: number | undefined;
1505
- to?: `0x${string}` | null | undefined;
1506
- value?: bigint | undefined;
1507
- gasPrice?: bigint | undefined;
1508
- maxFeePerBlobGas?: undefined;
1509
- maxFeePerGas?: undefined;
1510
- maxPriorityFeePerGas?: undefined;
1511
- accessList?: import("../../index.js").AccessList | undefined;
1512
- blobs?: undefined;
1513
- type?: "eip2930" | undefined;
1514
- kzg?: undefined;
1515
- blobVersionedHashes?: undefined;
1516
- sidecars?: undefined;
1517
- } & {
1518
- gasPerPubdata?: undefined;
1519
- customSignature?: undefined;
1520
- paymaster?: undefined;
1521
- paymasterInput?: undefined;
1522
- factoryDeps?: undefined;
1523
- }) | ({
1524
- data?: `0x${string}` | undefined;
1525
- from?: `0x${string}`;
1526
- gas?: bigint | undefined;
1527
- nonce?: number | undefined;
1528
- value?: bigint | undefined;
1529
- to?: `0x${string}` | null | undefined;
1530
- gasPrice?: bigint | undefined;
1531
- maxFeePerGas?: bigint | undefined;
1532
- maxPriorityFeePerGas?: bigint | undefined;
1533
- maxFeePerBlobGas?: bigint | undefined;
1534
- accessList?: import("../../index.js").AccessList | undefined;
1535
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1536
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1537
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1538
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1539
- blobVersionedHashes?: undefined;
1540
- } & {
1541
- data?: `0x${string}` | undefined;
1542
- from: `0x${string}`;
1543
- gas?: bigint | undefined;
1544
- nonce?: number | undefined;
1545
- to?: `0x${string}` | null | undefined;
1546
- value?: bigint | undefined;
1547
- gasPrice?: undefined;
1548
- maxFeePerBlobGas?: undefined;
1549
- maxFeePerGas?: bigint | undefined;
1550
- maxPriorityFeePerGas?: bigint | undefined;
1551
- accessList?: import("../../index.js").AccessList | undefined;
1552
- blobs?: undefined;
1553
- type?: "eip1559" | undefined;
1554
- kzg?: undefined;
1555
- blobVersionedHashes?: undefined;
1556
- sidecars?: undefined;
1557
- } & {
1558
- gasPerPubdata?: undefined;
1559
- customSignature?: undefined;
1560
- paymaster?: undefined;
1561
- paymasterInput?: undefined;
1562
- factoryDeps?: undefined;
1563
- }) | ({
1564
- data?: `0x${string}` | undefined;
1565
- from?: `0x${string}`;
1566
- gas?: bigint | undefined;
1567
- nonce?: number | undefined;
1568
- value?: bigint | undefined;
1569
- to?: `0x${string}` | null | undefined;
1570
- gasPrice?: bigint | undefined;
1571
- maxFeePerGas?: bigint | undefined;
1572
- maxPriorityFeePerGas?: bigint | undefined;
1573
- maxFeePerBlobGas?: bigint | undefined;
1574
- accessList?: import("../../index.js").AccessList | undefined;
1575
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1576
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1577
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1578
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1579
- blobVersionedHashes?: undefined;
1580
- } & {
1581
- data?: `0x${string}` | undefined;
1582
- from: `0x${string}`;
1583
- gas?: bigint | undefined;
1584
- nonce?: number | undefined;
1585
- value?: bigint | undefined;
1586
- to: `0x${string}` | null;
1587
- gasPrice?: undefined;
1588
- maxFeePerGas?: bigint | undefined;
1589
- maxPriorityFeePerGas?: bigint | undefined;
1590
- maxFeePerBlobGas: bigint;
1591
- accessList?: import("../../index.js").AccessList | undefined;
1592
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1593
- type?: "eip4844" | undefined;
1594
- kzg: import("../../types/kzg.js").Kzg | undefined;
1595
- blobVersionedHashes?: undefined;
1596
- sidecars?: undefined;
1597
- } & {
1598
- gasPerPubdata?: undefined;
1599
- customSignature?: undefined;
1600
- paymaster?: undefined;
1601
- paymasterInput?: undefined;
1602
- factoryDeps?: undefined;
1603
- }) | ({
1604
- data?: `0x${string}` | undefined;
1605
- from?: `0x${string}`;
1606
- gas?: bigint | undefined;
1607
- nonce?: number | undefined;
1608
- value?: bigint | undefined;
1609
- to?: `0x${string}` | null | undefined;
1610
- gasPrice?: bigint | undefined;
1611
- maxFeePerGas?: bigint | undefined;
1612
- maxPriorityFeePerGas?: bigint | undefined;
1613
- maxFeePerBlobGas?: bigint | undefined;
1614
- accessList?: import("../../index.js").AccessList | undefined;
1615
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1616
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1617
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1618
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1619
- blobVersionedHashes?: undefined;
1620
- } & {
1621
- data?: `0x${string}` | undefined;
1622
- from: `0x${string}`;
1623
- gas?: bigint | undefined;
1624
- nonce?: number | undefined;
1625
- value?: bigint | undefined;
1626
- to: `0x${string}` | null;
1627
- gasPrice?: undefined;
1628
- maxFeePerGas?: bigint | undefined;
1629
- maxPriorityFeePerGas?: bigint | undefined;
1630
- maxFeePerBlobGas: bigint;
1631
- accessList?: import("../../index.js").AccessList | undefined;
1632
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1633
- type?: "eip4844" | undefined;
1634
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1635
- sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
1636
- blobVersionedHashes?: undefined;
1637
- } & {
1638
- gasPerPubdata?: undefined;
1639
- customSignature?: undefined;
1640
- paymaster?: undefined;
1641
- paymasterInput?: undefined;
1642
- factoryDeps?: undefined;
1643
- }) | ({
1644
- data?: `0x${string}` | undefined;
1645
- from?: `0x${string}`;
1646
- gas?: bigint | undefined;
1647
- nonce?: number | undefined;
1648
- value?: bigint | undefined;
1649
- to?: `0x${string}` | null | undefined;
1650
- gasPrice?: bigint | undefined;
1651
- maxFeePerGas?: bigint | undefined;
1652
- maxPriorityFeePerGas?: bigint | undefined;
1653
- maxFeePerBlobGas?: bigint | undefined;
1654
- accessList?: import("../../index.js").AccessList | undefined;
1655
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1656
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1657
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1658
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1659
- blobVersionedHashes?: undefined;
1660
- } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1661
- gasPerPubdata?: bigint | undefined;
1662
- customSignature?: `0x${string}` | undefined;
1663
- factoryDeps?: `0x${string}`[] | undefined;
1664
- type?: "priority" | "eip712" | undefined;
1665
- } & {
1666
- paymaster: `0x${string}`;
1667
- paymasterInput: `0x${string}`;
1668
- }) | ({
1669
- data?: `0x${string}` | undefined;
1670
- from?: `0x${string}`;
1671
- gas?: bigint | undefined;
1672
- nonce?: number | undefined;
1673
- value?: bigint | undefined;
1674
- to?: `0x${string}` | null | undefined;
1675
- gasPrice?: bigint | undefined;
1676
- maxFeePerGas?: bigint | undefined;
1677
- maxPriorityFeePerGas?: bigint | undefined;
1678
- maxFeePerBlobGas?: bigint | undefined;
1679
- accessList?: import("../../index.js").AccessList | undefined;
1680
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1681
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1682
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1683
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1684
- blobVersionedHashes?: undefined;
1685
- } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1686
- gasPerPubdata?: bigint | undefined;
1687
- customSignature?: `0x${string}` | undefined;
1688
- factoryDeps?: `0x${string}`[] | undefined;
1689
- type?: "priority" | "eip712" | undefined;
1690
- } & {
1691
- paymaster?: undefined;
1692
- paymasterInput?: undefined;
1693
- })) => ({
1694
- data?: `0x${string}` | undefined;
1695
- from: `0x${string}`;
1696
- gas?: `0x${string}` | undefined;
1697
- nonce?: `0x${string}` | undefined;
1698
- to?: `0x${string}` | null | undefined;
1699
- value?: `0x${string}` | undefined;
1700
- gasPrice?: `0x${string}` | undefined;
1701
- maxFeePerBlobGas?: undefined;
1702
- maxFeePerGas?: undefined;
1703
- maxPriorityFeePerGas?: undefined;
1704
- accessList?: undefined;
1705
- blobs?: undefined;
1706
- type?: "0x0" | undefined;
1707
- kzg?: undefined;
1708
- blobVersionedHashes?: undefined;
1709
- sidecars?: undefined;
1710
- eip712Meta?: undefined;
1711
- } | {
1712
- data?: `0x${string}` | undefined;
1713
- from: `0x${string}`;
1714
- gas?: `0x${string}` | undefined;
1715
- nonce?: `0x${string}` | undefined;
1716
- to?: `0x${string}` | null | undefined;
1717
- value?: `0x${string}` | undefined;
1718
- gasPrice?: `0x${string}` | undefined;
1719
- maxFeePerBlobGas?: undefined;
1720
- maxFeePerGas?: undefined;
1721
- maxPriorityFeePerGas?: undefined;
1722
- accessList?: undefined;
1723
- blobs?: undefined;
1724
- type?: "0x1" | undefined;
1725
- kzg?: undefined;
1726
- blobVersionedHashes?: undefined;
1727
- sidecars?: undefined;
1728
- eip712Meta?: undefined;
1729
- } | {
1730
- data?: `0x${string}` | undefined;
1731
- from: `0x${string}`;
1732
- gas?: `0x${string}` | undefined;
1733
- nonce?: `0x${string}` | undefined;
1734
- to?: `0x${string}` | null | undefined;
1735
- value?: `0x${string}` | undefined;
1736
- gasPrice?: undefined;
1737
- maxFeePerBlobGas?: undefined;
1738
- maxFeePerGas?: `0x${string}` | undefined;
1739
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1740
- accessList?: undefined;
1741
- blobs?: undefined;
1742
- type?: "0x2" | undefined;
1743
- kzg?: undefined;
1744
- blobVersionedHashes?: undefined;
1745
- sidecars?: undefined;
1746
- eip712Meta?: undefined;
1747
- } | {
1748
- data?: `0x${string}` | undefined;
1749
- from: `0x${string}`;
1750
- gas?: `0x${string}` | undefined;
1751
- nonce?: `0x${string}` | undefined;
1752
- to?: `0x${string}` | null | undefined;
1753
- value?: `0x${string}` | undefined;
1754
- gasPrice?: undefined;
1755
- maxFeePerBlobGas?: undefined;
1756
- maxFeePerGas?: `0x${string}` | undefined;
1757
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1758
- accessList?: undefined;
1759
- blobs?: undefined;
1760
- type: "0xff" | "0x71";
1761
- kzg?: undefined;
1762
- blobVersionedHashes?: undefined;
1763
- sidecars?: undefined;
1764
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1765
- } | {
1766
- data?: `0x${string}` | undefined;
1767
- from: `0x${string}`;
1768
- gas?: `0x${string}` | undefined;
1769
- nonce?: `0x${string}` | undefined;
1770
- to?: `0x${string}` | null | undefined;
1771
- value?: `0x${string}` | undefined;
1772
- gasPrice?: `0x${string}` | undefined;
1773
- maxFeePerBlobGas?: undefined;
1774
- maxFeePerGas?: undefined;
1775
- maxPriorityFeePerGas?: undefined;
1776
- accessList?: undefined;
1777
- blobs?: undefined;
1778
- type?: "0x0" | undefined;
1779
- kzg?: undefined;
1780
- blobVersionedHashes?: undefined;
1781
- sidecars?: undefined;
1782
- eip712Meta?: undefined;
1783
- } | {
1784
- data?: `0x${string}` | undefined;
1785
- from: `0x${string}`;
1786
- gas?: `0x${string}` | undefined;
1787
- nonce?: `0x${string}` | undefined;
1788
- to?: `0x${string}` | null | undefined;
1789
- value?: `0x${string}` | undefined;
1790
- gasPrice?: `0x${string}` | undefined;
1791
- maxFeePerBlobGas?: undefined;
1792
- maxFeePerGas?: undefined;
1793
- maxPriorityFeePerGas?: undefined;
1794
- accessList?: import("../../index.js").AccessList | undefined;
1795
- blobs?: undefined;
1796
- type?: "0x1" | undefined;
1797
- kzg?: undefined;
1798
- blobVersionedHashes?: undefined;
1799
- sidecars?: undefined;
1800
- eip712Meta?: undefined;
1801
- } | {
1802
- data?: `0x${string}` | undefined;
1803
- from: `0x${string}`;
1804
- gas?: `0x${string}` | undefined;
1805
- nonce?: `0x${string}` | undefined;
1806
- to?: `0x${string}` | null | undefined;
1807
- value?: `0x${string}` | undefined;
1808
- gasPrice?: undefined;
1809
- maxFeePerBlobGas?: undefined;
1810
- maxFeePerGas?: `0x${string}` | undefined;
1811
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1812
- accessList?: import("../../index.js").AccessList | undefined;
1813
- blobs?: undefined;
1814
- type?: "0x2" | undefined;
1815
- kzg?: undefined;
1816
- blobVersionedHashes?: undefined;
1817
- sidecars?: undefined;
1818
- eip712Meta?: undefined;
1819
- } | {
1820
- data?: `0x${string}` | undefined;
1821
- from: `0x${string}`;
1822
- gas?: `0x${string}` | undefined;
1823
- nonce?: `0x${string}` | undefined;
1824
- to?: `0x${string}` | null | undefined;
1825
- value?: `0x${string}` | undefined;
1826
- gasPrice?: undefined;
1827
- maxFeePerBlobGas?: undefined;
1828
- maxFeePerGas?: `0x${string}` | undefined;
1829
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1830
- accessList?: import("../../index.js").AccessList | undefined;
1831
- blobs?: undefined;
1832
- type: "0xff" | "0x71";
1833
- kzg?: undefined;
1834
- blobVersionedHashes?: undefined;
1835
- sidecars?: undefined;
1836
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1837
- } | {
1838
- data?: `0x${string}` | undefined;
1839
- from: `0x${string}`;
1840
- gas?: `0x${string}` | undefined;
1841
- nonce?: `0x${string}` | undefined;
1842
- to?: `0x${string}` | null | undefined;
1843
- value?: `0x${string}` | undefined;
1844
- gasPrice?: `0x${string}` | undefined;
1845
- maxFeePerBlobGas?: undefined;
1846
- maxFeePerGas?: undefined;
1847
- maxPriorityFeePerGas?: undefined;
1848
- accessList?: undefined;
1849
- blobs?: undefined;
1850
- type?: "0x0" | undefined;
1851
- kzg?: undefined;
1852
- blobVersionedHashes?: undefined;
1853
- sidecars?: undefined;
1854
- eip712Meta?: undefined;
1855
- } | {
1217
+ value?: `0x${string}` | undefined;
1218
+ gasPrice?: `0x${string}` | undefined;
1219
+ maxFeePerBlobGas?: undefined;
1220
+ maxFeePerGas?: undefined;
1221
+ maxPriorityFeePerGas?: undefined;
1222
+ accessList?: undefined;
1223
+ blobs?: undefined;
1224
+ type?: "0x0" | undefined;
1225
+ eip712Meta?: undefined;
1226
+ } | {
1856
1227
  data?: `0x${string}` | undefined;
1857
1228
  from: `0x${string}`;
1858
1229
  gas?: `0x${string}` | undefined;
@@ -1866,9 +1237,6 @@ export declare const zkSyncInMemoryNode: {
1866
1237
  accessList?: import("../../index.js").AccessList | undefined;
1867
1238
  blobs?: undefined;
1868
1239
  type?: "0x1" | undefined;
1869
- kzg?: undefined;
1870
- blobVersionedHashes?: undefined;
1871
- sidecars?: undefined;
1872
1240
  eip712Meta?: undefined;
1873
1241
  } | {
1874
1242
  data?: `0x${string}` | undefined;
@@ -1884,9 +1252,6 @@ export declare const zkSyncInMemoryNode: {
1884
1252
  accessList?: import("../../index.js").AccessList | undefined;
1885
1253
  blobs?: undefined;
1886
1254
  type?: "0x2" | undefined;
1887
- kzg?: undefined;
1888
- blobVersionedHashes?: undefined;
1889
- sidecars?: undefined;
1890
1255
  eip712Meta?: undefined;
1891
1256
  } | {
1892
1257
  data?: `0x${string}` | undefined;
@@ -1902,9 +1267,6 @@ export declare const zkSyncInMemoryNode: {
1902
1267
  accessList?: import("../../index.js").AccessList | undefined;
1903
1268
  blobs?: undefined;
1904
1269
  type: "0xff" | "0x71";
1905
- kzg?: undefined;
1906
- blobVersionedHashes?: undefined;
1907
- sidecars?: undefined;
1908
1270
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1909
1271
  } | {
1910
1272
  data?: `0x${string}` | undefined;
@@ -1920,9 +1282,6 @@ export declare const zkSyncInMemoryNode: {
1920
1282
  accessList?: import("../../index.js").AccessList | undefined;
1921
1283
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1922
1284
  type?: "0x3" | undefined;
1923
- kzg: import("../../types/kzg.js").Kzg | undefined;
1924
- blobVersionedHashes?: undefined;
1925
- sidecars?: undefined;
1926
1285
  eip712Meta?: undefined;
1927
1286
  } | {
1928
1287
  data?: `0x${string}` | undefined;
@@ -1938,81 +1297,6 @@ export declare const zkSyncInMemoryNode: {
1938
1297
  accessList?: import("../../index.js").AccessList | undefined;
1939
1298
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1940
1299
  type: "0xff" | "0x71";
1941
- kzg: import("../../types/kzg.js").Kzg | undefined;
1942
- blobVersionedHashes?: undefined;
1943
- sidecars?: undefined;
1944
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1945
- } | {
1946
- data?: `0x${string}` | undefined;
1947
- from: `0x${string}`;
1948
- gas?: `0x${string}` | undefined;
1949
- nonce?: `0x${string}` | undefined;
1950
- value?: `0x${string}` | undefined;
1951
- to: `0x${string}` | null;
1952
- gasPrice?: undefined;
1953
- maxFeePerGas?: `0x${string}` | undefined;
1954
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1955
- maxFeePerBlobGas: `0x${string}`;
1956
- accessList?: import("../../index.js").AccessList | undefined;
1957
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1958
- type?: "0x3" | undefined;
1959
- blobVersionedHashes: readonly `0x${string}`[];
1960
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1961
- sidecars?: undefined;
1962
- eip712Meta?: undefined;
1963
- } | {
1964
- data?: `0x${string}` | undefined;
1965
- from: `0x${string}`;
1966
- gas?: `0x${string}` | undefined;
1967
- nonce?: `0x${string}` | undefined;
1968
- value?: `0x${string}` | undefined;
1969
- to: `0x${string}` | null | undefined;
1970
- gasPrice?: undefined;
1971
- maxFeePerGas?: `0x${string}` | undefined;
1972
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1973
- maxFeePerBlobGas: undefined;
1974
- accessList?: import("../../index.js").AccessList | undefined;
1975
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1976
- type: "0xff" | "0x71";
1977
- blobVersionedHashes: readonly `0x${string}`[];
1978
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1979
- sidecars?: undefined;
1980
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1981
- } | {
1982
- data?: `0x${string}` | undefined;
1983
- from: `0x${string}`;
1984
- gas?: `0x${string}` | undefined;
1985
- nonce?: `0x${string}` | undefined;
1986
- value?: `0x${string}` | undefined;
1987
- to: `0x${string}` | null;
1988
- gasPrice?: undefined;
1989
- maxFeePerGas?: `0x${string}` | undefined;
1990
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1991
- maxFeePerBlobGas: `0x${string}`;
1992
- accessList?: import("../../index.js").AccessList | undefined;
1993
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1994
- type?: "0x3" | undefined;
1995
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1996
- sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
1997
- blobVersionedHashes?: undefined;
1998
- eip712Meta?: undefined;
1999
- } | {
2000
- data?: `0x${string}` | undefined;
2001
- from: `0x${string}`;
2002
- gas?: `0x${string}` | undefined;
2003
- nonce?: `0x${string}` | undefined;
2004
- value?: `0x${string}` | undefined;
2005
- to: `0x${string}` | null | undefined;
2006
- gasPrice?: undefined;
2007
- maxFeePerGas?: `0x${string}` | undefined;
2008
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2009
- maxFeePerBlobGas: undefined;
2010
- accessList?: import("../../index.js").AccessList | undefined;
2011
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2012
- type: "0xff" | "0x71";
2013
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2014
- sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2015
- blobVersionedHashes?: undefined;
2016
1300
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
2017
1301
  }) & {
2018
1302
  gasPerPubdata: never;