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

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 +2 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/public/estimateGas.js +5 -3
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  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 +2 -0
  16. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  17. package/_cjs/utils/transaction/serializeTransaction.js +10 -6
  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 +8 -3
  22. package/_esm/actions/public/estimateGas.js.map +1 -1
  23. package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
  24. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  25. package/_esm/actions/wallet/sendTransaction.js +2 -1
  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 +2 -0
  34. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  35. package/_esm/utils/transaction/serializeTransaction.js +10 -6
  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 +7 -6
  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 +1679 -183
  44. package/_types/celo/chainConfig.d.ts.map +1 -1
  45. package/_types/celo/formatters.d.ts +846 -98
  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 +1679 -183
  53. package/_types/chains/definitions/celo.d.ts.map +1 -1
  54. package/_types/chains/definitions/celoAlfajores.d.ts +1679 -183
  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 +844 -128
  67. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  68. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +844 -128
  69. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  70. package/_types/chains/definitions/zkSyncLocalNode.d.ts +844 -128
  71. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  72. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +844 -128
  73. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  74. package/_types/chains/definitions/zkSyncTestnet.d.ts +844 -128
  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 +22 -3
  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 +186 -2
  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 +844 -128
  103. package/_types/zksync/chainConfig.d.ts.map +1 -1
  104. package/_types/zksync/formatters.d.ts +844 -128
  105. package/_types/zksync/formatters.d.ts.map +1 -1
  106. package/actions/index.ts +1 -0
  107. package/actions/public/estimateGas.ts +9 -7
  108. package/actions/wallet/prepareTransactionRequest.ts +73 -17
  109. package/actions/wallet/sendTransaction.ts +2 -0
  110. package/errors/version.ts +1 -1
  111. package/package.json +1 -1
  112. package/types/transaction.ts +28 -3
  113. package/utils/blob/blobsToCommitments.ts +9 -7
  114. package/utils/blob/blobsToProofs.ts +10 -10
  115. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  116. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  117. package/utils/blob/toBlobSidecars.ts +14 -11
  118. package/utils/blob/toBlobs.ts +3 -3
  119. package/utils/formatters/transactionRequest.ts +2 -0
  120. package/utils/transaction/getTransactionType.ts +3 -3
  121. package/utils/transaction/serializeTransaction.ts +12 -6
@@ -484,6 +484,9 @@ 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;
487
490
  } & {
488
491
  data?: `0x${string}` | undefined;
489
492
  from: `0x${string}`;
@@ -498,6 +501,9 @@ export declare const zkSyncInMemoryNode: {
498
501
  accessList?: undefined;
499
502
  blobs?: undefined;
500
503
  type?: "legacy" | undefined;
504
+ kzg?: undefined;
505
+ blobVersionedHashes?: undefined;
506
+ sidecars?: undefined;
501
507
  } & {
502
508
  gasPerPubdata?: undefined;
503
509
  customSignature?: undefined;
@@ -518,6 +524,9 @@ export declare const zkSyncInMemoryNode: {
518
524
  accessList?: undefined;
519
525
  blobs?: undefined;
520
526
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
527
+ kzg?: undefined;
528
+ blobVersionedHashes?: undefined;
529
+ sidecars?: undefined;
521
530
  } & {
522
531
  data?: `0x${string}` | undefined;
523
532
  from: `0x${string}`;
@@ -532,6 +541,9 @@ export declare const zkSyncInMemoryNode: {
532
541
  accessList?: import("../../index.js").AccessList | undefined;
533
542
  blobs?: undefined;
534
543
  type?: "eip2930" | undefined;
544
+ kzg?: undefined;
545
+ blobVersionedHashes?: undefined;
546
+ sidecars?: undefined;
535
547
  } & {
536
548
  gasPerPubdata?: undefined;
537
549
  customSignature?: undefined;
@@ -552,6 +564,9 @@ export declare const zkSyncInMemoryNode: {
552
564
  accessList?: undefined;
553
565
  blobs?: undefined;
554
566
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
567
+ kzg?: undefined;
568
+ blobVersionedHashes?: undefined;
569
+ sidecars?: undefined;
555
570
  } & {
556
571
  data?: `0x${string}` | undefined;
557
572
  from: `0x${string}`;
@@ -566,6 +581,9 @@ export declare const zkSyncInMemoryNode: {
566
581
  accessList?: import("../../index.js").AccessList | undefined;
567
582
  blobs?: undefined;
568
583
  type?: "eip1559" | undefined;
584
+ kzg?: undefined;
585
+ blobVersionedHashes?: undefined;
586
+ sidecars?: undefined;
569
587
  } & {
570
588
  gasPerPubdata?: undefined;
571
589
  customSignature?: undefined;
@@ -586,6 +604,9 @@ export declare const zkSyncInMemoryNode: {
586
604
  accessList?: undefined;
587
605
  blobs?: undefined;
588
606
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
607
+ kzg?: undefined;
608
+ blobVersionedHashes?: undefined;
609
+ sidecars?: undefined;
589
610
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
590
611
  gasPerPubdata?: bigint | undefined;
591
612
  customSignature?: `0x${string}` | undefined;
@@ -608,6 +629,9 @@ export declare const zkSyncInMemoryNode: {
608
629
  accessList?: undefined;
609
630
  blobs?: undefined;
610
631
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
632
+ kzg?: undefined;
633
+ blobVersionedHashes?: undefined;
634
+ sidecars?: undefined;
611
635
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
612
636
  gasPerPubdata?: bigint | undefined;
613
637
  customSignature?: `0x${string}` | undefined;
@@ -630,6 +654,9 @@ export declare const zkSyncInMemoryNode: {
630
654
  accessList?: import("../../index.js").AccessList | undefined;
631
655
  blobs?: undefined;
632
656
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
657
+ kzg?: undefined;
658
+ blobVersionedHashes?: undefined;
659
+ sidecars?: undefined;
633
660
  } & {
634
661
  data?: `0x${string}` | undefined;
635
662
  from: `0x${string}`;
@@ -644,6 +671,9 @@ export declare const zkSyncInMemoryNode: {
644
671
  accessList?: undefined;
645
672
  blobs?: undefined;
646
673
  type?: "legacy" | undefined;
674
+ kzg?: undefined;
675
+ blobVersionedHashes?: undefined;
676
+ sidecars?: undefined;
647
677
  } & {
648
678
  gasPerPubdata?: undefined;
649
679
  customSignature?: undefined;
@@ -664,6 +694,9 @@ export declare const zkSyncInMemoryNode: {
664
694
  accessList?: import("../../index.js").AccessList | undefined;
665
695
  blobs?: undefined;
666
696
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
697
+ kzg?: undefined;
698
+ blobVersionedHashes?: undefined;
699
+ sidecars?: undefined;
667
700
  } & {
668
701
  data?: `0x${string}` | undefined;
669
702
  from: `0x${string}`;
@@ -678,6 +711,9 @@ export declare const zkSyncInMemoryNode: {
678
711
  accessList?: import("../../index.js").AccessList | undefined;
679
712
  blobs?: undefined;
680
713
  type?: "eip2930" | undefined;
714
+ kzg?: undefined;
715
+ blobVersionedHashes?: undefined;
716
+ sidecars?: undefined;
681
717
  } & {
682
718
  gasPerPubdata?: undefined;
683
719
  customSignature?: undefined;
@@ -698,6 +734,9 @@ export declare const zkSyncInMemoryNode: {
698
734
  accessList?: import("../../index.js").AccessList | undefined;
699
735
  blobs?: undefined;
700
736
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
737
+ kzg?: undefined;
738
+ blobVersionedHashes?: undefined;
739
+ sidecars?: undefined;
701
740
  } & {
702
741
  data?: `0x${string}` | undefined;
703
742
  from: `0x${string}`;
@@ -712,6 +751,9 @@ export declare const zkSyncInMemoryNode: {
712
751
  accessList?: import("../../index.js").AccessList | undefined;
713
752
  blobs?: undefined;
714
753
  type?: "eip1559" | undefined;
754
+ kzg?: undefined;
755
+ blobVersionedHashes?: undefined;
756
+ sidecars?: undefined;
715
757
  } & {
716
758
  gasPerPubdata?: undefined;
717
759
  customSignature?: undefined;
@@ -732,6 +774,9 @@ export declare const zkSyncInMemoryNode: {
732
774
  accessList?: import("../../index.js").AccessList | undefined;
733
775
  blobs?: undefined;
734
776
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
777
+ kzg?: undefined;
778
+ blobVersionedHashes?: undefined;
779
+ sidecars?: undefined;
735
780
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
736
781
  gasPerPubdata?: bigint | undefined;
737
782
  customSignature?: `0x${string}` | undefined;
@@ -754,6 +799,9 @@ export declare const zkSyncInMemoryNode: {
754
799
  accessList?: import("../../index.js").AccessList | undefined;
755
800
  blobs?: undefined;
756
801
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
802
+ kzg?: undefined;
803
+ blobVersionedHashes?: undefined;
804
+ sidecars?: undefined;
757
805
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
758
806
  gasPerPubdata?: bigint | undefined;
759
807
  customSignature?: `0x${string}` | undefined;
@@ -776,6 +824,9 @@ export declare const zkSyncInMemoryNode: {
776
824
  accessList?: import("../../index.js").AccessList | undefined;
777
825
  blobs?: undefined;
778
826
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
827
+ kzg?: undefined;
828
+ blobVersionedHashes?: undefined;
829
+ sidecars?: undefined;
779
830
  } & {
780
831
  data?: `0x${string}` | undefined;
781
832
  from: `0x${string}`;
@@ -790,6 +841,9 @@ export declare const zkSyncInMemoryNode: {
790
841
  accessList?: undefined;
791
842
  blobs?: undefined;
792
843
  type?: "legacy" | undefined;
844
+ kzg?: undefined;
845
+ blobVersionedHashes?: undefined;
846
+ sidecars?: undefined;
793
847
  } & {
794
848
  gasPerPubdata?: undefined;
795
849
  customSignature?: undefined;
@@ -810,6 +864,9 @@ export declare const zkSyncInMemoryNode: {
810
864
  accessList?: import("../../index.js").AccessList | undefined;
811
865
  blobs?: undefined;
812
866
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
867
+ kzg?: undefined;
868
+ blobVersionedHashes?: undefined;
869
+ sidecars?: undefined;
813
870
  } & {
814
871
  data?: `0x${string}` | undefined;
815
872
  from: `0x${string}`;
@@ -824,6 +881,9 @@ export declare const zkSyncInMemoryNode: {
824
881
  accessList?: import("../../index.js").AccessList | undefined;
825
882
  blobs?: undefined;
826
883
  type?: "eip2930" | undefined;
884
+ kzg?: undefined;
885
+ blobVersionedHashes?: undefined;
886
+ sidecars?: undefined;
827
887
  } & {
828
888
  gasPerPubdata?: undefined;
829
889
  customSignature?: undefined;
@@ -844,6 +904,9 @@ export declare const zkSyncInMemoryNode: {
844
904
  accessList?: import("../../index.js").AccessList | undefined;
845
905
  blobs?: undefined;
846
906
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
907
+ kzg?: undefined;
908
+ blobVersionedHashes?: undefined;
909
+ sidecars?: undefined;
847
910
  } & {
848
911
  data?: `0x${string}` | undefined;
849
912
  from: `0x${string}`;
@@ -858,6 +921,9 @@ export declare const zkSyncInMemoryNode: {
858
921
  accessList?: import("../../index.js").AccessList | undefined;
859
922
  blobs?: undefined;
860
923
  type?: "eip1559" | undefined;
924
+ kzg?: undefined;
925
+ blobVersionedHashes?: undefined;
926
+ sidecars?: undefined;
861
927
  } & {
862
928
  gasPerPubdata?: undefined;
863
929
  customSignature?: undefined;
@@ -878,6 +944,9 @@ export declare const zkSyncInMemoryNode: {
878
944
  accessList?: import("../../index.js").AccessList | undefined;
879
945
  blobs?: undefined;
880
946
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
947
+ kzg?: undefined;
948
+ blobVersionedHashes?: undefined;
949
+ sidecars?: undefined;
881
950
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
882
951
  gasPerPubdata?: bigint | undefined;
883
952
  customSignature?: `0x${string}` | undefined;
@@ -900,6 +969,9 @@ export declare const zkSyncInMemoryNode: {
900
969
  accessList?: import("../../index.js").AccessList | undefined;
901
970
  blobs?: undefined;
902
971
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
972
+ kzg?: undefined;
973
+ blobVersionedHashes?: undefined;
974
+ sidecars?: undefined;
903
975
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
904
976
  gasPerPubdata?: bigint | undefined;
905
977
  customSignature?: `0x${string}` | undefined;
@@ -922,6 +994,9 @@ export declare const zkSyncInMemoryNode: {
922
994
  accessList?: import("../../index.js").AccessList | undefined;
923
995
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
924
996
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
997
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
998
+ blobVersionedHashes?: undefined;
999
+ sidecars?: undefined;
925
1000
  } & {
926
1001
  data?: `0x${string}` | undefined;
927
1002
  from: `0x${string}`;
@@ -936,6 +1011,9 @@ export declare const zkSyncInMemoryNode: {
936
1011
  accessList?: undefined;
937
1012
  blobs?: undefined;
938
1013
  type?: "legacy" | undefined;
1014
+ kzg?: undefined;
1015
+ blobVersionedHashes?: undefined;
1016
+ sidecars?: undefined;
939
1017
  } & {
940
1018
  gasPerPubdata?: undefined;
941
1019
  customSignature?: undefined;
@@ -956,6 +1034,9 @@ export declare const zkSyncInMemoryNode: {
956
1034
  accessList?: import("../../index.js").AccessList | undefined;
957
1035
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
958
1036
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1037
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1038
+ blobVersionedHashes?: undefined;
1039
+ sidecars?: undefined;
959
1040
  } & {
960
1041
  data?: `0x${string}` | undefined;
961
1042
  from: `0x${string}`;
@@ -970,6 +1051,9 @@ export declare const zkSyncInMemoryNode: {
970
1051
  accessList?: import("../../index.js").AccessList | undefined;
971
1052
  blobs?: undefined;
972
1053
  type?: "eip2930" | undefined;
1054
+ kzg?: undefined;
1055
+ blobVersionedHashes?: undefined;
1056
+ sidecars?: undefined;
973
1057
  } & {
974
1058
  gasPerPubdata?: undefined;
975
1059
  customSignature?: undefined;
@@ -990,6 +1074,9 @@ export declare const zkSyncInMemoryNode: {
990
1074
  accessList?: import("../../index.js").AccessList | undefined;
991
1075
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
992
1076
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1077
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1078
+ blobVersionedHashes?: undefined;
1079
+ sidecars?: undefined;
993
1080
  } & {
994
1081
  data?: `0x${string}` | undefined;
995
1082
  from: `0x${string}`;
@@ -1004,6 +1091,9 @@ export declare const zkSyncInMemoryNode: {
1004
1091
  accessList?: import("../../index.js").AccessList | undefined;
1005
1092
  blobs?: undefined;
1006
1093
  type?: "eip1559" | undefined;
1094
+ kzg?: undefined;
1095
+ blobVersionedHashes?: undefined;
1096
+ sidecars?: undefined;
1007
1097
  } & {
1008
1098
  gasPerPubdata?: undefined;
1009
1099
  customSignature?: undefined;
@@ -1024,6 +1114,9 @@ export declare const zkSyncInMemoryNode: {
1024
1114
  accessList?: import("../../index.js").AccessList | undefined;
1025
1115
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1026
1116
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1117
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1118
+ blobVersionedHashes?: undefined;
1119
+ sidecars?: undefined;
1027
1120
  } & {
1028
1121
  data?: `0x${string}` | undefined;
1029
1122
  from: `0x${string}`;
@@ -1038,6 +1131,9 @@ export declare const zkSyncInMemoryNode: {
1038
1131
  accessList?: import("../../index.js").AccessList | undefined;
1039
1132
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1040
1133
  type?: "eip4844" | undefined;
1134
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1135
+ blobVersionedHashes?: undefined;
1136
+ sidecars?: undefined;
1041
1137
  } & {
1042
1138
  gasPerPubdata?: undefined;
1043
1139
  customSignature?: undefined;
@@ -1058,6 +1154,9 @@ export declare const zkSyncInMemoryNode: {
1058
1154
  accessList?: import("../../index.js").AccessList | undefined;
1059
1155
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1060
1156
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1157
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1158
+ blobVersionedHashes?: undefined;
1159
+ sidecars?: undefined;
1061
1160
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1062
1161
  gasPerPubdata?: bigint | undefined;
1063
1162
  customSignature?: `0x${string}` | undefined;
@@ -1080,6 +1179,9 @@ export declare const zkSyncInMemoryNode: {
1080
1179
  accessList?: import("../../index.js").AccessList | undefined;
1081
1180
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1082
1181
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1182
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1183
+ blobVersionedHashes?: undefined;
1184
+ sidecars?: undefined;
1083
1185
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1084
1186
  gasPerPubdata?: bigint | undefined;
1085
1187
  customSignature?: `0x${string}` | undefined;
@@ -1088,171 +1190,704 @@ export declare const zkSyncInMemoryNode: {
1088
1190
  } & {
1089
1191
  paymaster?: undefined;
1090
1192
  paymasterInput?: undefined;
1091
- })) => ({
1193
+ }) | ({
1092
1194
  data?: `0x${string}` | undefined;
1093
- from: `0x${string}`;
1094
- gas?: `0x${string}` | undefined;
1095
- nonce?: `0x${string}` | undefined;
1195
+ from?: `0x${string}`;
1196
+ gas?: bigint | undefined;
1197
+ nonce?: number | undefined;
1198
+ value?: bigint | undefined;
1096
1199
  to?: `0x${string}` | null | undefined;
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
- } | {
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
+ } & {
1107
1211
  data?: `0x${string}` | undefined;
1108
1212
  from: `0x${string}`;
1109
- gas?: `0x${string}` | undefined;
1110
- nonce?: `0x${string}` | undefined;
1213
+ gas?: bigint | undefined;
1214
+ nonce?: number | undefined;
1111
1215
  to?: `0x${string}` | null | undefined;
1112
- value?: `0x${string}` | undefined;
1113
- gasPrice?: `0x${string}` | undefined;
1216
+ value?: bigint | undefined;
1217
+ gasPrice?: bigint | undefined;
1114
1218
  maxFeePerBlobGas?: undefined;
1115
1219
  maxFeePerGas?: undefined;
1116
1220
  maxPriorityFeePerGas?: undefined;
1117
1221
  accessList?: undefined;
1118
1222
  blobs?: undefined;
1119
- type?: "0x1" | undefined;
1120
- eip712Meta?: undefined;
1121
- } | {
1122
- data?: `0x${string}` | undefined;
1123
- from: `0x${string}`;
1124
- gas?: `0x${string}` | undefined;
1125
- nonce?: `0x${string}` | undefined;
1126
- to?: `0x${string}` | null | undefined;
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
- } | {
1137
- data?: `0x${string}` | undefined;
1138
- from: `0x${string}`;
1139
- gas?: `0x${string}` | undefined;
1140
- nonce?: `0x${string}` | undefined;
1141
- to?: `0x${string}` | null | 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
- } | {
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
+ }) | ({
1152
1234
  data?: `0x${string}` | undefined;
1153
- from: `0x${string}`;
1154
- gas?: `0x${string}` | undefined;
1155
- nonce?: `0x${string}` | undefined;
1235
+ from?: `0x${string}`;
1236
+ gas?: bigint | undefined;
1237
+ nonce?: number | undefined;
1238
+ value?: bigint | undefined;
1156
1239
  to?: `0x${string}` | null | undefined;
1157
- value?: `0x${string}` | undefined;
1158
- gasPrice?: `0x${string}` | undefined;
1159
- maxFeePerBlobGas?: undefined;
1160
- maxFeePerGas?: undefined;
1161
- maxPriorityFeePerGas?: undefined;
1162
- accessList?: undefined;
1163
- blobs?: undefined;
1164
- type?: "0x0" | undefined;
1165
- eip712Meta?: undefined;
1166
- } | {
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
+ } & {
1167
1251
  data?: `0x${string}` | undefined;
1168
1252
  from: `0x${string}`;
1169
- gas?: `0x${string}` | undefined;
1170
- nonce?: `0x${string}` | undefined;
1253
+ gas?: bigint | undefined;
1254
+ nonce?: number | undefined;
1171
1255
  to?: `0x${string}` | null | undefined;
1172
- value?: `0x${string}` | undefined;
1173
- gasPrice?: `0x${string}` | undefined;
1256
+ value?: bigint | undefined;
1257
+ gasPrice?: bigint | undefined;
1174
1258
  maxFeePerBlobGas?: undefined;
1175
1259
  maxFeePerGas?: undefined;
1176
1260
  maxPriorityFeePerGas?: undefined;
1177
1261
  accessList?: import("../../index.js").AccessList | undefined;
1178
1262
  blobs?: undefined;
1179
- type?: "0x1" | undefined;
1180
- eip712Meta?: undefined;
1181
- } | {
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
+ }) | ({
1182
1274
  data?: `0x${string}` | undefined;
1183
- from: `0x${string}`;
1184
- gas?: `0x${string}` | undefined;
1185
- nonce?: `0x${string}` | undefined;
1275
+ from?: `0x${string}`;
1276
+ gas?: bigint | undefined;
1277
+ nonce?: number | undefined;
1278
+ value?: bigint | undefined;
1186
1279
  to?: `0x${string}` | null | undefined;
1187
- value?: `0x${string}` | undefined;
1188
- gasPrice?: undefined;
1189
- maxFeePerBlobGas?: undefined;
1190
- maxFeePerGas?: `0x${string}` | undefined;
1191
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1280
+ gasPrice?: bigint | undefined;
1281
+ maxFeePerGas?: bigint | undefined;
1282
+ maxPriorityFeePerGas?: bigint | undefined;
1283
+ maxFeePerBlobGas?: bigint | undefined;
1192
1284
  accessList?: import("../../index.js").AccessList | undefined;
1193
- blobs?: undefined;
1194
- type?: "0x2" | undefined;
1195
- eip712Meta?: undefined;
1196
- } | {
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
+ } & {
1197
1291
  data?: `0x${string}` | undefined;
1198
1292
  from: `0x${string}`;
1199
- gas?: `0x${string}` | undefined;
1200
- nonce?: `0x${string}` | undefined;
1293
+ gas?: bigint | undefined;
1294
+ nonce?: number | undefined;
1201
1295
  to?: `0x${string}` | null | undefined;
1202
- value?: `0x${string}` | undefined;
1296
+ value?: bigint | undefined;
1203
1297
  gasPrice?: undefined;
1204
1298
  maxFeePerBlobGas?: undefined;
1205
- maxFeePerGas?: `0x${string}` | undefined;
1206
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1299
+ maxFeePerGas?: bigint | undefined;
1300
+ maxPriorityFeePerGas?: bigint | undefined;
1207
1301
  accessList?: import("../../index.js").AccessList | undefined;
1208
1302
  blobs?: undefined;
1209
- type: "0xff" | "0x71";
1210
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1211
- } | {
1212
- data?: `0x${string}` | undefined;
1213
- from: `0x${string}`;
1214
- gas?: `0x${string}` | undefined;
1215
- nonce?: `0x${string}` | undefined;
1216
- to?: `0x${string}` | null | undefined;
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
- } | {
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
+ }) | ({
1227
1314
  data?: `0x${string}` | undefined;
1228
- from: `0x${string}`;
1229
- gas?: `0x${string}` | undefined;
1230
- nonce?: `0x${string}` | undefined;
1315
+ from?: `0x${string}`;
1316
+ gas?: bigint | undefined;
1317
+ nonce?: number | undefined;
1318
+ value?: bigint | undefined;
1231
1319
  to?: `0x${string}` | null | undefined;
1232
- value?: `0x${string}` | undefined;
1233
- gasPrice?: `0x${string}` | undefined;
1234
- maxFeePerBlobGas?: undefined;
1235
- maxFeePerGas?: undefined;
1236
- maxPriorityFeePerGas?: undefined;
1320
+ gasPrice?: bigint | undefined;
1321
+ maxFeePerGas?: bigint | undefined;
1322
+ maxPriorityFeePerGas?: bigint | undefined;
1323
+ maxFeePerBlobGas?: bigint | undefined;
1237
1324
  accessList?: import("../../index.js").AccessList | undefined;
1238
- blobs?: undefined;
1239
- type?: "0x1" | undefined;
1240
- eip712Meta?: undefined;
1241
- } | {
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
+ } & {
1242
1331
  data?: `0x${string}` | undefined;
1243
1332
  from: `0x${string}`;
1244
- gas?: `0x${string}` | undefined;
1245
- nonce?: `0x${string}` | undefined;
1246
- to?: `0x${string}` | null | undefined;
1247
- value?: `0x${string}` | undefined;
1333
+ gas?: bigint | undefined;
1334
+ nonce?: number | undefined;
1335
+ value?: bigint | undefined;
1336
+ to: `0x${string}` | null;
1248
1337
  gasPrice?: undefined;
1249
- maxFeePerBlobGas?: undefined;
1250
- maxFeePerGas?: `0x${string}` | undefined;
1251
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1338
+ maxFeePerGas?: bigint | undefined;
1339
+ maxPriorityFeePerGas?: bigint | undefined;
1340
+ maxFeePerBlobGas: bigint;
1252
1341
  accessList?: import("../../index.js").AccessList | undefined;
1253
- blobs?: undefined;
1254
- type?: "0x2" | undefined;
1255
- eip712Meta?: 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
+ }) | ({
1354
+ data?: `0x${string}` | undefined;
1355
+ from?: `0x${string}`;
1356
+ gas?: bigint | undefined;
1357
+ nonce?: number | undefined;
1358
+ value?: bigint | undefined;
1359
+ 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
+ } | {
1856
+ data?: `0x${string}` | undefined;
1857
+ from: `0x${string}`;
1858
+ gas?: `0x${string}` | undefined;
1859
+ nonce?: `0x${string}` | undefined;
1860
+ to?: `0x${string}` | null | undefined;
1861
+ value?: `0x${string}` | undefined;
1862
+ gasPrice?: `0x${string}` | undefined;
1863
+ maxFeePerBlobGas?: undefined;
1864
+ maxFeePerGas?: undefined;
1865
+ maxPriorityFeePerGas?: undefined;
1866
+ accessList?: import("../../index.js").AccessList | undefined;
1867
+ blobs?: undefined;
1868
+ type?: "0x1" | undefined;
1869
+ kzg?: undefined;
1870
+ blobVersionedHashes?: undefined;
1871
+ sidecars?: undefined;
1872
+ eip712Meta?: undefined;
1873
+ } | {
1874
+ data?: `0x${string}` | undefined;
1875
+ from: `0x${string}`;
1876
+ gas?: `0x${string}` | undefined;
1877
+ nonce?: `0x${string}` | undefined;
1878
+ to?: `0x${string}` | null | undefined;
1879
+ value?: `0x${string}` | undefined;
1880
+ gasPrice?: undefined;
1881
+ maxFeePerBlobGas?: undefined;
1882
+ maxFeePerGas?: `0x${string}` | undefined;
1883
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1884
+ accessList?: import("../../index.js").AccessList | undefined;
1885
+ blobs?: undefined;
1886
+ type?: "0x2" | undefined;
1887
+ kzg?: undefined;
1888
+ blobVersionedHashes?: undefined;
1889
+ sidecars?: undefined;
1890
+ eip712Meta?: undefined;
1256
1891
  } | {
1257
1892
  data?: `0x${string}` | undefined;
1258
1893
  from: `0x${string}`;
@@ -1267,6 +1902,81 @@ export declare const zkSyncInMemoryNode: {
1267
1902
  accessList?: import("../../index.js").AccessList | undefined;
1268
1903
  blobs?: undefined;
1269
1904
  type: "0xff" | "0x71";
1905
+ kzg?: undefined;
1906
+ blobVersionedHashes?: undefined;
1907
+ sidecars?: undefined;
1908
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1909
+ } | {
1910
+ data?: `0x${string}` | undefined;
1911
+ from: `0x${string}`;
1912
+ gas?: `0x${string}` | undefined;
1913
+ nonce?: `0x${string}` | undefined;
1914
+ value?: `0x${string}` | undefined;
1915
+ to: `0x${string}` | null;
1916
+ gasPrice?: undefined;
1917
+ maxFeePerGas?: `0x${string}` | undefined;
1918
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1919
+ maxFeePerBlobGas: `0x${string}`;
1920
+ accessList?: import("../../index.js").AccessList | undefined;
1921
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1922
+ type?: "0x3" | undefined;
1923
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1924
+ blobVersionedHashes?: undefined;
1925
+ sidecars?: undefined;
1926
+ eip712Meta?: undefined;
1927
+ } | {
1928
+ data?: `0x${string}` | undefined;
1929
+ from: `0x${string}`;
1930
+ gas?: `0x${string}` | undefined;
1931
+ nonce?: `0x${string}` | undefined;
1932
+ value?: `0x${string}` | undefined;
1933
+ to: `0x${string}` | null | undefined;
1934
+ gasPrice?: undefined;
1935
+ maxFeePerGas?: `0x${string}` | undefined;
1936
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1937
+ maxFeePerBlobGas: undefined;
1938
+ accessList?: import("../../index.js").AccessList | undefined;
1939
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1940
+ 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;
1270
1980
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1271
1981
  } | {
1272
1982
  data?: `0x${string}` | undefined;
@@ -1282,6 +1992,9 @@ export declare const zkSyncInMemoryNode: {
1282
1992
  accessList?: import("../../index.js").AccessList | undefined;
1283
1993
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1284
1994
  type?: "0x3" | undefined;
1995
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1996
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
1997
+ blobVersionedHashes?: undefined;
1285
1998
  eip712Meta?: undefined;
1286
1999
  } | {
1287
2000
  data?: `0x${string}` | undefined;
@@ -1297,6 +2010,9 @@ export declare const zkSyncInMemoryNode: {
1297
2010
  accessList?: import("../../index.js").AccessList | undefined;
1298
2011
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1299
2012
  type: "0xff" | "0x71";
2013
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2014
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2015
+ blobVersionedHashes?: undefined;
1300
2016
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1301
2017
  }) & {
1302
2018
  gasPerPubdata: never;