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.
- package/_cjs/actions/index.js +1 -2
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +3 -5
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +0 -1
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +0 -2
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +6 -10
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +3 -8
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +1 -2
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +0 -2
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +6 -10
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +6 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +341 -1837
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +97 -845
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +341 -1837
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +101 -817
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +3 -22
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -186
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +101 -817
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +101 -817
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +0 -1
- package/actions/public/estimateGas.ts +7 -9
- package/actions/wallet/prepareTransactionRequest.ts +17 -73
- package/actions/wallet/sendTransaction.ts +0 -2
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +3 -28
- package/utils/blob/blobsToCommitments.ts +7 -9
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +11 -14
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +0 -2
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +6 -12
@@ -477,9 +477,6 @@ export declare const zkSync: {
|
|
477
477
|
accessList?: undefined;
|
478
478
|
blobs?: undefined;
|
479
479
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
480
|
-
kzg?: undefined;
|
481
|
-
blobVersionedHashes?: undefined;
|
482
|
-
sidecars?: undefined;
|
483
480
|
} & {
|
484
481
|
data?: `0x${string}` | undefined;
|
485
482
|
from: `0x${string}`;
|
@@ -494,9 +491,6 @@ export declare const zkSync: {
|
|
494
491
|
accessList?: undefined;
|
495
492
|
blobs?: undefined;
|
496
493
|
type?: "legacy" | undefined;
|
497
|
-
kzg?: undefined;
|
498
|
-
blobVersionedHashes?: undefined;
|
499
|
-
sidecars?: undefined;
|
500
494
|
} & {
|
501
495
|
gasPerPubdata?: undefined;
|
502
496
|
customSignature?: undefined;
|
@@ -517,9 +511,6 @@ export declare const zkSync: {
|
|
517
511
|
accessList?: undefined;
|
518
512
|
blobs?: undefined;
|
519
513
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
520
|
-
kzg?: undefined;
|
521
|
-
blobVersionedHashes?: undefined;
|
522
|
-
sidecars?: undefined;
|
523
514
|
} & {
|
524
515
|
data?: `0x${string}` | undefined;
|
525
516
|
from: `0x${string}`;
|
@@ -534,9 +525,6 @@ export declare const zkSync: {
|
|
534
525
|
accessList?: import("../../index.js").AccessList | undefined;
|
535
526
|
blobs?: undefined;
|
536
527
|
type?: "eip2930" | undefined;
|
537
|
-
kzg?: undefined;
|
538
|
-
blobVersionedHashes?: undefined;
|
539
|
-
sidecars?: undefined;
|
540
528
|
} & {
|
541
529
|
gasPerPubdata?: undefined;
|
542
530
|
customSignature?: undefined;
|
@@ -557,9 +545,6 @@ export declare const zkSync: {
|
|
557
545
|
accessList?: undefined;
|
558
546
|
blobs?: undefined;
|
559
547
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
560
|
-
kzg?: undefined;
|
561
|
-
blobVersionedHashes?: undefined;
|
562
|
-
sidecars?: undefined;
|
563
548
|
} & {
|
564
549
|
data?: `0x${string}` | undefined;
|
565
550
|
from: `0x${string}`;
|
@@ -574,9 +559,6 @@ export declare const zkSync: {
|
|
574
559
|
accessList?: import("../../index.js").AccessList | undefined;
|
575
560
|
blobs?: undefined;
|
576
561
|
type?: "eip1559" | undefined;
|
577
|
-
kzg?: undefined;
|
578
|
-
blobVersionedHashes?: undefined;
|
579
|
-
sidecars?: undefined;
|
580
562
|
} & {
|
581
563
|
gasPerPubdata?: undefined;
|
582
564
|
customSignature?: undefined;
|
@@ -597,9 +579,6 @@ export declare const zkSync: {
|
|
597
579
|
accessList?: undefined;
|
598
580
|
blobs?: undefined;
|
599
581
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
600
|
-
kzg?: undefined;
|
601
|
-
blobVersionedHashes?: undefined;
|
602
|
-
sidecars?: undefined;
|
603
582
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
604
583
|
gasPerPubdata?: bigint | undefined;
|
605
584
|
customSignature?: `0x${string}` | undefined;
|
@@ -622,9 +601,6 @@ export declare const zkSync: {
|
|
622
601
|
accessList?: undefined;
|
623
602
|
blobs?: undefined;
|
624
603
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
625
|
-
kzg?: undefined;
|
626
|
-
blobVersionedHashes?: undefined;
|
627
|
-
sidecars?: undefined;
|
628
604
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
629
605
|
gasPerPubdata?: bigint | undefined;
|
630
606
|
customSignature?: `0x${string}` | undefined;
|
@@ -647,9 +623,6 @@ export declare const zkSync: {
|
|
647
623
|
accessList?: import("../../index.js").AccessList | undefined;
|
648
624
|
blobs?: undefined;
|
649
625
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
650
|
-
kzg?: undefined;
|
651
|
-
blobVersionedHashes?: undefined;
|
652
|
-
sidecars?: undefined;
|
653
626
|
} & {
|
654
627
|
data?: `0x${string}` | undefined;
|
655
628
|
from: `0x${string}`;
|
@@ -664,9 +637,6 @@ export declare const zkSync: {
|
|
664
637
|
accessList?: undefined;
|
665
638
|
blobs?: undefined;
|
666
639
|
type?: "legacy" | undefined;
|
667
|
-
kzg?: undefined;
|
668
|
-
blobVersionedHashes?: undefined;
|
669
|
-
sidecars?: undefined;
|
670
640
|
} & {
|
671
641
|
gasPerPubdata?: undefined;
|
672
642
|
customSignature?: undefined;
|
@@ -687,9 +657,6 @@ export declare const zkSync: {
|
|
687
657
|
accessList?: import("../../index.js").AccessList | undefined;
|
688
658
|
blobs?: undefined;
|
689
659
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
690
|
-
kzg?: undefined;
|
691
|
-
blobVersionedHashes?: undefined;
|
692
|
-
sidecars?: undefined;
|
693
660
|
} & {
|
694
661
|
data?: `0x${string}` | undefined;
|
695
662
|
from: `0x${string}`;
|
@@ -704,9 +671,6 @@ export declare const zkSync: {
|
|
704
671
|
accessList?: import("../../index.js").AccessList | undefined;
|
705
672
|
blobs?: undefined;
|
706
673
|
type?: "eip2930" | undefined;
|
707
|
-
kzg?: undefined;
|
708
|
-
blobVersionedHashes?: undefined;
|
709
|
-
sidecars?: undefined;
|
710
674
|
} & {
|
711
675
|
gasPerPubdata?: undefined;
|
712
676
|
customSignature?: undefined;
|
@@ -727,9 +691,6 @@ export declare const zkSync: {
|
|
727
691
|
accessList?: import("../../index.js").AccessList | undefined;
|
728
692
|
blobs?: undefined;
|
729
693
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
730
|
-
kzg?: undefined;
|
731
|
-
blobVersionedHashes?: undefined;
|
732
|
-
sidecars?: undefined;
|
733
694
|
} & {
|
734
695
|
data?: `0x${string}` | undefined;
|
735
696
|
from: `0x${string}`;
|
@@ -744,9 +705,6 @@ export declare const zkSync: {
|
|
744
705
|
accessList?: import("../../index.js").AccessList | undefined;
|
745
706
|
blobs?: undefined;
|
746
707
|
type?: "eip1559" | undefined;
|
747
|
-
kzg?: undefined;
|
748
|
-
blobVersionedHashes?: undefined;
|
749
|
-
sidecars?: undefined;
|
750
708
|
} & {
|
751
709
|
gasPerPubdata?: undefined;
|
752
710
|
customSignature?: undefined;
|
@@ -767,9 +725,6 @@ export declare const zkSync: {
|
|
767
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
768
726
|
blobs?: undefined;
|
769
727
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
770
|
-
kzg?: undefined;
|
771
|
-
blobVersionedHashes?: undefined;
|
772
|
-
sidecars?: undefined;
|
773
728
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
774
729
|
gasPerPubdata?: bigint | undefined;
|
775
730
|
customSignature?: `0x${string}` | undefined;
|
@@ -792,9 +747,6 @@ export declare const zkSync: {
|
|
792
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
793
748
|
blobs?: undefined;
|
794
749
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
795
|
-
kzg?: undefined;
|
796
|
-
blobVersionedHashes?: undefined;
|
797
|
-
sidecars?: undefined;
|
798
750
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
799
751
|
gasPerPubdata?: bigint | undefined;
|
800
752
|
customSignature?: `0x${string}` | undefined;
|
@@ -817,9 +769,6 @@ export declare const zkSync: {
|
|
817
769
|
accessList?: import("../../index.js").AccessList | undefined;
|
818
770
|
blobs?: undefined;
|
819
771
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
820
|
-
kzg?: undefined;
|
821
|
-
blobVersionedHashes?: undefined;
|
822
|
-
sidecars?: undefined;
|
823
772
|
} & {
|
824
773
|
data?: `0x${string}` | undefined;
|
825
774
|
from: `0x${string}`;
|
@@ -834,9 +783,6 @@ export declare const zkSync: {
|
|
834
783
|
accessList?: undefined;
|
835
784
|
blobs?: undefined;
|
836
785
|
type?: "legacy" | undefined;
|
837
|
-
kzg?: undefined;
|
838
|
-
blobVersionedHashes?: undefined;
|
839
|
-
sidecars?: undefined;
|
840
786
|
} & {
|
841
787
|
gasPerPubdata?: undefined;
|
842
788
|
customSignature?: undefined;
|
@@ -857,9 +803,6 @@ export declare const zkSync: {
|
|
857
803
|
accessList?: import("../../index.js").AccessList | undefined;
|
858
804
|
blobs?: undefined;
|
859
805
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
860
|
-
kzg?: undefined;
|
861
|
-
blobVersionedHashes?: undefined;
|
862
|
-
sidecars?: undefined;
|
863
806
|
} & {
|
864
807
|
data?: `0x${string}` | undefined;
|
865
808
|
from: `0x${string}`;
|
@@ -874,9 +817,6 @@ export declare const zkSync: {
|
|
874
817
|
accessList?: import("../../index.js").AccessList | undefined;
|
875
818
|
blobs?: undefined;
|
876
819
|
type?: "eip2930" | undefined;
|
877
|
-
kzg?: undefined;
|
878
|
-
blobVersionedHashes?: undefined;
|
879
|
-
sidecars?: undefined;
|
880
820
|
} & {
|
881
821
|
gasPerPubdata?: undefined;
|
882
822
|
customSignature?: undefined;
|
@@ -897,9 +837,6 @@ export declare const zkSync: {
|
|
897
837
|
accessList?: import("../../index.js").AccessList | undefined;
|
898
838
|
blobs?: undefined;
|
899
839
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
900
|
-
kzg?: undefined;
|
901
|
-
blobVersionedHashes?: undefined;
|
902
|
-
sidecars?: undefined;
|
903
840
|
} & {
|
904
841
|
data?: `0x${string}` | undefined;
|
905
842
|
from: `0x${string}`;
|
@@ -914,9 +851,6 @@ export declare const zkSync: {
|
|
914
851
|
accessList?: import("../../index.js").AccessList | undefined;
|
915
852
|
blobs?: undefined;
|
916
853
|
type?: "eip1559" | undefined;
|
917
|
-
kzg?: undefined;
|
918
|
-
blobVersionedHashes?: undefined;
|
919
|
-
sidecars?: undefined;
|
920
854
|
} & {
|
921
855
|
gasPerPubdata?: undefined;
|
922
856
|
customSignature?: undefined;
|
@@ -937,9 +871,6 @@ export declare const zkSync: {
|
|
937
871
|
accessList?: import("../../index.js").AccessList | undefined;
|
938
872
|
blobs?: undefined;
|
939
873
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
940
|
-
kzg?: undefined;
|
941
|
-
blobVersionedHashes?: undefined;
|
942
|
-
sidecars?: undefined;
|
943
874
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
944
875
|
gasPerPubdata?: bigint | undefined;
|
945
876
|
customSignature?: `0x${string}` | undefined;
|
@@ -962,9 +893,6 @@ export declare const zkSync: {
|
|
962
893
|
accessList?: import("../../index.js").AccessList | undefined;
|
963
894
|
blobs?: undefined;
|
964
895
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
965
|
-
kzg?: undefined;
|
966
|
-
blobVersionedHashes?: undefined;
|
967
|
-
sidecars?: undefined;
|
968
896
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
969
897
|
gasPerPubdata?: bigint | undefined;
|
970
898
|
customSignature?: `0x${string}` | undefined;
|
@@ -987,9 +915,6 @@ export declare const zkSync: {
|
|
987
915
|
accessList?: import("../../index.js").AccessList | undefined;
|
988
916
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
989
917
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
990
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
991
|
-
blobVersionedHashes?: undefined;
|
992
|
-
sidecars?: undefined;
|
993
918
|
} & {
|
994
919
|
data?: `0x${string}` | undefined;
|
995
920
|
from: `0x${string}`;
|
@@ -1004,9 +929,6 @@ export declare const zkSync: {
|
|
1004
929
|
accessList?: undefined;
|
1005
930
|
blobs?: undefined;
|
1006
931
|
type?: "legacy" | undefined;
|
1007
|
-
kzg?: undefined;
|
1008
|
-
blobVersionedHashes?: undefined;
|
1009
|
-
sidecars?: undefined;
|
1010
932
|
} & {
|
1011
933
|
gasPerPubdata?: undefined;
|
1012
934
|
customSignature?: undefined;
|
@@ -1027,9 +949,6 @@ export declare const zkSync: {
|
|
1027
949
|
accessList?: import("../../index.js").AccessList | undefined;
|
1028
950
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1029
951
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1030
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1031
|
-
blobVersionedHashes?: undefined;
|
1032
|
-
sidecars?: undefined;
|
1033
952
|
} & {
|
1034
953
|
data?: `0x${string}` | undefined;
|
1035
954
|
from: `0x${string}`;
|
@@ -1044,9 +963,6 @@ export declare const zkSync: {
|
|
1044
963
|
accessList?: import("../../index.js").AccessList | undefined;
|
1045
964
|
blobs?: undefined;
|
1046
965
|
type?: "eip2930" | undefined;
|
1047
|
-
kzg?: undefined;
|
1048
|
-
blobVersionedHashes?: undefined;
|
1049
|
-
sidecars?: undefined;
|
1050
966
|
} & {
|
1051
967
|
gasPerPubdata?: undefined;
|
1052
968
|
customSignature?: undefined;
|
@@ -1067,9 +983,6 @@ export declare const zkSync: {
|
|
1067
983
|
accessList?: import("../../index.js").AccessList | undefined;
|
1068
984
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1069
985
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1070
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1071
|
-
blobVersionedHashes?: undefined;
|
1072
|
-
sidecars?: undefined;
|
1073
986
|
} & {
|
1074
987
|
data?: `0x${string}` | undefined;
|
1075
988
|
from: `0x${string}`;
|
@@ -1084,9 +997,6 @@ export declare const zkSync: {
|
|
1084
997
|
accessList?: import("../../index.js").AccessList | undefined;
|
1085
998
|
blobs?: undefined;
|
1086
999
|
type?: "eip1559" | undefined;
|
1087
|
-
kzg?: undefined;
|
1088
|
-
blobVersionedHashes?: undefined;
|
1089
|
-
sidecars?: undefined;
|
1090
1000
|
} & {
|
1091
1001
|
gasPerPubdata?: undefined;
|
1092
1002
|
customSignature?: undefined;
|
@@ -1107,9 +1017,6 @@ export declare const zkSync: {
|
|
1107
1017
|
accessList?: import("../../index.js").AccessList | undefined;
|
1108
1018
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1109
1019
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1110
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1111
|
-
blobVersionedHashes?: undefined;
|
1112
|
-
sidecars?: undefined;
|
1113
1020
|
} & {
|
1114
1021
|
data?: `0x${string}` | undefined;
|
1115
1022
|
from: `0x${string}`;
|
@@ -1124,9 +1031,6 @@ export declare const zkSync: {
|
|
1124
1031
|
accessList?: import("../../index.js").AccessList | undefined;
|
1125
1032
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1126
1033
|
type?: "eip4844" | undefined;
|
1127
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
1128
|
-
blobVersionedHashes?: undefined;
|
1129
|
-
sidecars?: undefined;
|
1130
1034
|
} & {
|
1131
1035
|
gasPerPubdata?: undefined;
|
1132
1036
|
customSignature?: undefined;
|
@@ -1147,9 +1051,6 @@ export declare const zkSync: {
|
|
1147
1051
|
accessList?: import("../../index.js").AccessList | undefined;
|
1148
1052
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1149
1053
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1150
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1151
|
-
blobVersionedHashes?: undefined;
|
1152
|
-
sidecars?: undefined;
|
1153
1054
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1154
1055
|
gasPerPubdata?: bigint | undefined;
|
1155
1056
|
customSignature?: `0x${string}` | undefined;
|
@@ -1172,9 +1073,6 @@ export declare const zkSync: {
|
|
1172
1073
|
accessList?: import("../../index.js").AccessList | undefined;
|
1173
1074
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1174
1075
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1175
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1176
|
-
blobVersionedHashes?: undefined;
|
1177
|
-
sidecars?: undefined;
|
1178
1076
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1179
1077
|
gasPerPubdata?: bigint | undefined;
|
1180
1078
|
customSignature?: `0x${string}` | undefined;
|
@@ -1183,669 +1081,142 @@ export declare const zkSync: {
|
|
1183
1081
|
} & {
|
1184
1082
|
paymaster?: undefined;
|
1185
1083
|
paymasterInput?: undefined;
|
1186
|
-
})
|
1084
|
+
})) => ({
|
1187
1085
|
data?: `0x${string}` | undefined;
|
1188
|
-
from
|
1189
|
-
gas?:
|
1190
|
-
nonce?:
|
1191
|
-
value?: bigint | undefined;
|
1086
|
+
from: `0x${string}`;
|
1087
|
+
gas?: `0x${string}` | undefined;
|
1088
|
+
nonce?: `0x${string}` | undefined;
|
1192
1089
|
to?: `0x${string}` | null | undefined;
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
} & {
|
1090
|
+
value?: `0x${string}` | undefined;
|
1091
|
+
gasPrice?: `0x${string}` | undefined;
|
1092
|
+
maxFeePerBlobGas?: undefined;
|
1093
|
+
maxFeePerGas?: undefined;
|
1094
|
+
maxPriorityFeePerGas?: undefined;
|
1095
|
+
accessList?: undefined;
|
1096
|
+
blobs?: undefined;
|
1097
|
+
type?: "0x0" | undefined;
|
1098
|
+
eip712Meta?: undefined;
|
1099
|
+
} | {
|
1204
1100
|
data?: `0x${string}` | undefined;
|
1205
1101
|
from: `0x${string}`;
|
1206
|
-
gas?:
|
1207
|
-
nonce?:
|
1102
|
+
gas?: `0x${string}` | undefined;
|
1103
|
+
nonce?: `0x${string}` | undefined;
|
1208
1104
|
to?: `0x${string}` | null | undefined;
|
1209
|
-
value?:
|
1210
|
-
gasPrice?:
|
1105
|
+
value?: `0x${string}` | undefined;
|
1106
|
+
gasPrice?: `0x${string}` | undefined;
|
1211
1107
|
maxFeePerBlobGas?: undefined;
|
1212
1108
|
maxFeePerGas?: undefined;
|
1213
1109
|
maxPriorityFeePerGas?: undefined;
|
1214
1110
|
accessList?: undefined;
|
1215
1111
|
blobs?: undefined;
|
1216
|
-
type?: "
|
1217
|
-
|
1218
|
-
|
1219
|
-
sidecars?: undefined;
|
1220
|
-
} & {
|
1221
|
-
gasPerPubdata?: undefined;
|
1222
|
-
customSignature?: undefined;
|
1223
|
-
paymaster?: undefined;
|
1224
|
-
paymasterInput?: undefined;
|
1225
|
-
factoryDeps?: undefined;
|
1226
|
-
}) | ({
|
1112
|
+
type?: "0x1" | undefined;
|
1113
|
+
eip712Meta?: undefined;
|
1114
|
+
} | {
|
1227
1115
|
data?: `0x${string}` | undefined;
|
1228
|
-
from
|
1229
|
-
gas?:
|
1230
|
-
nonce?:
|
1231
|
-
value?: bigint | undefined;
|
1116
|
+
from: `0x${string}`;
|
1117
|
+
gas?: `0x${string}` | undefined;
|
1118
|
+
nonce?: `0x${string}` | undefined;
|
1232
1119
|
to?: `0x${string}` | null | undefined;
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
} & {
|
1120
|
+
value?: `0x${string}` | undefined;
|
1121
|
+
gasPrice?: undefined;
|
1122
|
+
maxFeePerBlobGas?: undefined;
|
1123
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1124
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1125
|
+
accessList?: undefined;
|
1126
|
+
blobs?: undefined;
|
1127
|
+
type?: "0x2" | undefined;
|
1128
|
+
eip712Meta?: undefined;
|
1129
|
+
} | {
|
1244
1130
|
data?: `0x${string}` | undefined;
|
1245
1131
|
from: `0x${string}`;
|
1246
|
-
gas?:
|
1247
|
-
nonce?:
|
1132
|
+
gas?: `0x${string}` | undefined;
|
1133
|
+
nonce?: `0x${string}` | undefined;
|
1248
1134
|
to?: `0x${string}` | null | undefined;
|
1249
|
-
value?:
|
1250
|
-
gasPrice?:
|
1135
|
+
value?: `0x${string}` | undefined;
|
1136
|
+
gasPrice?: undefined;
|
1137
|
+
maxFeePerBlobGas?: undefined;
|
1138
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1139
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1140
|
+
accessList?: undefined;
|
1141
|
+
blobs?: undefined;
|
1142
|
+
type: "0xff" | "0x71";
|
1143
|
+
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1144
|
+
} | {
|
1145
|
+
data?: `0x${string}` | undefined;
|
1146
|
+
from: `0x${string}`;
|
1147
|
+
gas?: `0x${string}` | undefined;
|
1148
|
+
nonce?: `0x${string}` | undefined;
|
1149
|
+
to?: `0x${string}` | null | undefined;
|
1150
|
+
value?: `0x${string}` | undefined;
|
1151
|
+
gasPrice?: `0x${string}` | undefined;
|
1251
1152
|
maxFeePerBlobGas?: undefined;
|
1252
1153
|
maxFeePerGas?: undefined;
|
1253
1154
|
maxPriorityFeePerGas?: undefined;
|
1254
|
-
accessList?:
|
1155
|
+
accessList?: undefined;
|
1255
1156
|
blobs?: undefined;
|
1256
|
-
type?: "
|
1257
|
-
|
1258
|
-
|
1259
|
-
sidecars?: undefined;
|
1260
|
-
} & {
|
1261
|
-
gasPerPubdata?: undefined;
|
1262
|
-
customSignature?: undefined;
|
1263
|
-
paymaster?: undefined;
|
1264
|
-
paymasterInput?: undefined;
|
1265
|
-
factoryDeps?: undefined;
|
1266
|
-
}) | ({
|
1157
|
+
type?: "0x0" | undefined;
|
1158
|
+
eip712Meta?: undefined;
|
1159
|
+
} | {
|
1267
1160
|
data?: `0x${string}` | undefined;
|
1268
|
-
from
|
1269
|
-
gas?:
|
1270
|
-
nonce?:
|
1271
|
-
value?: bigint | undefined;
|
1161
|
+
from: `0x${string}`;
|
1162
|
+
gas?: `0x${string}` | undefined;
|
1163
|
+
nonce?: `0x${string}` | undefined;
|
1272
1164
|
to?: `0x${string}` | null | undefined;
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1165
|
+
value?: `0x${string}` | undefined;
|
1166
|
+
gasPrice?: `0x${string}` | undefined;
|
1167
|
+
maxFeePerBlobGas?: undefined;
|
1168
|
+
maxFeePerGas?: undefined;
|
1169
|
+
maxPriorityFeePerGas?: undefined;
|
1277
1170
|
accessList?: import("../../index.js").AccessList | undefined;
|
1278
|
-
blobs?:
|
1279
|
-
type?: "
|
1280
|
-
|
1281
|
-
|
1282
|
-
sidecars?: undefined;
|
1283
|
-
} & {
|
1171
|
+
blobs?: undefined;
|
1172
|
+
type?: "0x1" | undefined;
|
1173
|
+
eip712Meta?: undefined;
|
1174
|
+
} | {
|
1284
1175
|
data?: `0x${string}` | undefined;
|
1285
1176
|
from: `0x${string}`;
|
1286
|
-
gas?:
|
1287
|
-
nonce?:
|
1177
|
+
gas?: `0x${string}` | undefined;
|
1178
|
+
nonce?: `0x${string}` | undefined;
|
1288
1179
|
to?: `0x${string}` | null | undefined;
|
1289
|
-
value?:
|
1180
|
+
value?: `0x${string}` | undefined;
|
1290
1181
|
gasPrice?: undefined;
|
1291
1182
|
maxFeePerBlobGas?: undefined;
|
1292
|
-
maxFeePerGas?:
|
1293
|
-
maxPriorityFeePerGas?:
|
1183
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1184
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1294
1185
|
accessList?: import("../../index.js").AccessList | undefined;
|
1295
1186
|
blobs?: undefined;
|
1296
|
-
type?: "
|
1297
|
-
|
1298
|
-
|
1299
|
-
sidecars?: undefined;
|
1300
|
-
} & {
|
1301
|
-
gasPerPubdata?: undefined;
|
1302
|
-
customSignature?: undefined;
|
1303
|
-
paymaster?: undefined;
|
1304
|
-
paymasterInput?: undefined;
|
1305
|
-
factoryDeps?: undefined;
|
1306
|
-
}) | ({
|
1307
|
-
data?: `0x${string}` | undefined;
|
1308
|
-
from?: `0x${string}`;
|
1309
|
-
gas?: bigint | undefined;
|
1310
|
-
nonce?: number | undefined;
|
1311
|
-
value?: bigint | undefined;
|
1312
|
-
to?: `0x${string}` | null | undefined;
|
1313
|
-
gasPrice?: bigint | undefined;
|
1314
|
-
maxFeePerGas?: bigint | undefined;
|
1315
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1316
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1317
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1318
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1319
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1320
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1321
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1322
|
-
sidecars?: undefined;
|
1323
|
-
} & {
|
1187
|
+
type?: "0x2" | undefined;
|
1188
|
+
eip712Meta?: undefined;
|
1189
|
+
} | {
|
1324
1190
|
data?: `0x${string}` | undefined;
|
1325
1191
|
from: `0x${string}`;
|
1326
|
-
gas?:
|
1327
|
-
nonce?:
|
1328
|
-
|
1329
|
-
|
1192
|
+
gas?: `0x${string}` | undefined;
|
1193
|
+
nonce?: `0x${string}` | undefined;
|
1194
|
+
to?: `0x${string}` | null | undefined;
|
1195
|
+
value?: `0x${string}` | undefined;
|
1330
1196
|
gasPrice?: undefined;
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1197
|
+
maxFeePerBlobGas?: undefined;
|
1198
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1199
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1334
1200
|
accessList?: import("../../index.js").AccessList | undefined;
|
1335
|
-
blobs
|
1336
|
-
type
|
1337
|
-
|
1338
|
-
|
1339
|
-
sidecars?: undefined;
|
1340
|
-
} & {
|
1341
|
-
gasPerPubdata?: undefined;
|
1342
|
-
customSignature?: undefined;
|
1343
|
-
paymaster?: undefined;
|
1344
|
-
paymasterInput?: undefined;
|
1345
|
-
factoryDeps?: undefined;
|
1346
|
-
}) | ({
|
1201
|
+
blobs?: undefined;
|
1202
|
+
type: "0xff" | "0x71";
|
1203
|
+
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1204
|
+
} | {
|
1347
1205
|
data?: `0x${string}` | undefined;
|
1348
|
-
from
|
1349
|
-
gas?:
|
1350
|
-
nonce?:
|
1351
|
-
value?: bigint | undefined;
|
1206
|
+
from: `0x${string}`;
|
1207
|
+
gas?: `0x${string}` | undefined;
|
1208
|
+
nonce?: `0x${string}` | undefined;
|
1352
1209
|
to?: `0x${string}` | null | undefined;
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
} & {
|
1364
|
-
data?: `0x${string}` | undefined;
|
1365
|
-
from: `0x${string}`;
|
1366
|
-
gas?: bigint | undefined;
|
1367
|
-
nonce?: number | undefined;
|
1368
|
-
value?: bigint | undefined;
|
1369
|
-
to: `0x${string}` | null;
|
1370
|
-
gasPrice?: undefined;
|
1371
|
-
maxFeePerGas?: bigint | undefined;
|
1372
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1373
|
-
maxFeePerBlobGas: bigint;
|
1374
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1375
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1376
|
-
type?: "eip4844" | undefined;
|
1377
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
1378
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1379
|
-
sidecars?: undefined;
|
1380
|
-
} & {
|
1381
|
-
gasPerPubdata?: undefined;
|
1382
|
-
customSignature?: undefined;
|
1383
|
-
paymaster?: undefined;
|
1384
|
-
paymasterInput?: undefined;
|
1385
|
-
factoryDeps?: undefined;
|
1386
|
-
}) | ({
|
1387
|
-
data?: `0x${string}` | undefined;
|
1388
|
-
from?: `0x${string}`;
|
1389
|
-
gas?: bigint | undefined;
|
1390
|
-
nonce?: number | undefined;
|
1391
|
-
value?: bigint | undefined;
|
1392
|
-
to?: `0x${string}` | null | undefined;
|
1393
|
-
gasPrice?: bigint | undefined;
|
1394
|
-
maxFeePerGas?: bigint | undefined;
|
1395
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1396
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1397
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1398
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1399
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1400
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1401
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1402
|
-
sidecars?: undefined;
|
1403
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1404
|
-
gasPerPubdata?: bigint | undefined;
|
1405
|
-
customSignature?: `0x${string}` | undefined;
|
1406
|
-
factoryDeps?: `0x${string}`[] | undefined;
|
1407
|
-
type?: "priority" | "eip712" | undefined;
|
1408
|
-
} & {
|
1409
|
-
paymaster: `0x${string}`;
|
1410
|
-
paymasterInput: `0x${string}`;
|
1411
|
-
}) | ({
|
1412
|
-
data?: `0x${string}` | undefined;
|
1413
|
-
from?: `0x${string}`;
|
1414
|
-
gas?: bigint | undefined;
|
1415
|
-
nonce?: number | undefined;
|
1416
|
-
value?: bigint | undefined;
|
1417
|
-
to?: `0x${string}` | null | undefined;
|
1418
|
-
gasPrice?: bigint | undefined;
|
1419
|
-
maxFeePerGas?: bigint | undefined;
|
1420
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1421
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1422
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1423
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1424
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1425
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1426
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1427
|
-
sidecars?: undefined;
|
1428
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1429
|
-
gasPerPubdata?: bigint | undefined;
|
1430
|
-
customSignature?: `0x${string}` | undefined;
|
1431
|
-
factoryDeps?: `0x${string}`[] | undefined;
|
1432
|
-
type?: "priority" | "eip712" | undefined;
|
1433
|
-
} & {
|
1434
|
-
paymaster?: undefined;
|
1435
|
-
paymasterInput?: undefined;
|
1436
|
-
}) | ({
|
1437
|
-
data?: `0x${string}` | undefined;
|
1438
|
-
from?: `0x${string}`;
|
1439
|
-
gas?: bigint | undefined;
|
1440
|
-
nonce?: number | undefined;
|
1441
|
-
value?: bigint | undefined;
|
1442
|
-
to?: `0x${string}` | null | undefined;
|
1443
|
-
gasPrice?: bigint | undefined;
|
1444
|
-
maxFeePerGas?: bigint | undefined;
|
1445
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1446
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1447
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1448
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1449
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1450
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1451
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1452
|
-
blobVersionedHashes?: undefined;
|
1453
|
-
} & {
|
1454
|
-
data?: `0x${string}` | undefined;
|
1455
|
-
from: `0x${string}`;
|
1456
|
-
gas?: bigint | undefined;
|
1457
|
-
nonce?: number | undefined;
|
1458
|
-
to?: `0x${string}` | null | undefined;
|
1459
|
-
value?: bigint | undefined;
|
1460
|
-
gasPrice?: bigint | undefined;
|
1461
|
-
maxFeePerBlobGas?: undefined;
|
1462
|
-
maxFeePerGas?: undefined;
|
1463
|
-
maxPriorityFeePerGas?: undefined;
|
1464
|
-
accessList?: undefined;
|
1465
|
-
blobs?: undefined;
|
1466
|
-
type?: "legacy" | undefined;
|
1467
|
-
kzg?: undefined;
|
1468
|
-
blobVersionedHashes?: undefined;
|
1469
|
-
sidecars?: undefined;
|
1470
|
-
} & {
|
1471
|
-
gasPerPubdata?: undefined;
|
1472
|
-
customSignature?: undefined;
|
1473
|
-
paymaster?: undefined;
|
1474
|
-
paymasterInput?: undefined;
|
1475
|
-
factoryDeps?: undefined;
|
1476
|
-
}) | ({
|
1477
|
-
data?: `0x${string}` | undefined;
|
1478
|
-
from?: `0x${string}`;
|
1479
|
-
gas?: bigint | undefined;
|
1480
|
-
nonce?: number | undefined;
|
1481
|
-
value?: bigint | undefined;
|
1482
|
-
to?: `0x${string}` | null | undefined;
|
1483
|
-
gasPrice?: bigint | undefined;
|
1484
|
-
maxFeePerGas?: bigint | undefined;
|
1485
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1486
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1487
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1488
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1489
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1490
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1491
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1492
|
-
blobVersionedHashes?: undefined;
|
1493
|
-
} & {
|
1494
|
-
data?: `0x${string}` | undefined;
|
1495
|
-
from: `0x${string}`;
|
1496
|
-
gas?: bigint | undefined;
|
1497
|
-
nonce?: number | undefined;
|
1498
|
-
to?: `0x${string}` | null | undefined;
|
1499
|
-
value?: bigint | undefined;
|
1500
|
-
gasPrice?: bigint | undefined;
|
1501
|
-
maxFeePerBlobGas?: undefined;
|
1502
|
-
maxFeePerGas?: undefined;
|
1503
|
-
maxPriorityFeePerGas?: undefined;
|
1504
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1505
|
-
blobs?: undefined;
|
1506
|
-
type?: "eip2930" | undefined;
|
1507
|
-
kzg?: undefined;
|
1508
|
-
blobVersionedHashes?: undefined;
|
1509
|
-
sidecars?: undefined;
|
1510
|
-
} & {
|
1511
|
-
gasPerPubdata?: undefined;
|
1512
|
-
customSignature?: undefined;
|
1513
|
-
paymaster?: undefined;
|
1514
|
-
paymasterInput?: undefined;
|
1515
|
-
factoryDeps?: undefined;
|
1516
|
-
}) | ({
|
1517
|
-
data?: `0x${string}` | undefined;
|
1518
|
-
from?: `0x${string}`;
|
1519
|
-
gas?: bigint | undefined;
|
1520
|
-
nonce?: number | undefined;
|
1521
|
-
value?: bigint | undefined;
|
1522
|
-
to?: `0x${string}` | null | undefined;
|
1523
|
-
gasPrice?: bigint | undefined;
|
1524
|
-
maxFeePerGas?: bigint | undefined;
|
1525
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1526
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1527
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1528
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1529
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1530
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1531
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1532
|
-
blobVersionedHashes?: undefined;
|
1533
|
-
} & {
|
1534
|
-
data?: `0x${string}` | undefined;
|
1535
|
-
from: `0x${string}`;
|
1536
|
-
gas?: bigint | undefined;
|
1537
|
-
nonce?: number | undefined;
|
1538
|
-
to?: `0x${string}` | null | undefined;
|
1539
|
-
value?: bigint | undefined;
|
1540
|
-
gasPrice?: undefined;
|
1541
|
-
maxFeePerBlobGas?: undefined;
|
1542
|
-
maxFeePerGas?: bigint | undefined;
|
1543
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1544
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1545
|
-
blobs?: undefined;
|
1546
|
-
type?: "eip1559" | undefined;
|
1547
|
-
kzg?: undefined;
|
1548
|
-
blobVersionedHashes?: undefined;
|
1549
|
-
sidecars?: undefined;
|
1550
|
-
} & {
|
1551
|
-
gasPerPubdata?: undefined;
|
1552
|
-
customSignature?: undefined;
|
1553
|
-
paymaster?: undefined;
|
1554
|
-
paymasterInput?: undefined;
|
1555
|
-
factoryDeps?: undefined;
|
1556
|
-
}) | ({
|
1557
|
-
data?: `0x${string}` | undefined;
|
1558
|
-
from?: `0x${string}`;
|
1559
|
-
gas?: bigint | undefined;
|
1560
|
-
nonce?: number | undefined;
|
1561
|
-
value?: bigint | undefined;
|
1562
|
-
to?: `0x${string}` | null | undefined;
|
1563
|
-
gasPrice?: bigint | undefined;
|
1564
|
-
maxFeePerGas?: bigint | undefined;
|
1565
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1566
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1567
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1568
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1569
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1570
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1571
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1572
|
-
blobVersionedHashes?: undefined;
|
1573
|
-
} & {
|
1574
|
-
data?: `0x${string}` | undefined;
|
1575
|
-
from: `0x${string}`;
|
1576
|
-
gas?: bigint | undefined;
|
1577
|
-
nonce?: number | undefined;
|
1578
|
-
value?: bigint | undefined;
|
1579
|
-
to: `0x${string}` | null;
|
1580
|
-
gasPrice?: undefined;
|
1581
|
-
maxFeePerGas?: bigint | undefined;
|
1582
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1583
|
-
maxFeePerBlobGas: bigint;
|
1584
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1585
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1586
|
-
type?: "eip4844" | undefined;
|
1587
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
1588
|
-
blobVersionedHashes?: undefined;
|
1589
|
-
sidecars?: undefined;
|
1590
|
-
} & {
|
1591
|
-
gasPerPubdata?: undefined;
|
1592
|
-
customSignature?: undefined;
|
1593
|
-
paymaster?: undefined;
|
1594
|
-
paymasterInput?: undefined;
|
1595
|
-
factoryDeps?: undefined;
|
1596
|
-
}) | ({
|
1597
|
-
data?: `0x${string}` | undefined;
|
1598
|
-
from?: `0x${string}`;
|
1599
|
-
gas?: bigint | undefined;
|
1600
|
-
nonce?: number | undefined;
|
1601
|
-
value?: bigint | undefined;
|
1602
|
-
to?: `0x${string}` | null | undefined;
|
1603
|
-
gasPrice?: bigint | undefined;
|
1604
|
-
maxFeePerGas?: bigint | undefined;
|
1605
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1606
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1607
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1608
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1609
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1610
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1611
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1612
|
-
blobVersionedHashes?: undefined;
|
1613
|
-
} & {
|
1614
|
-
data?: `0x${string}` | undefined;
|
1615
|
-
from: `0x${string}`;
|
1616
|
-
gas?: bigint | undefined;
|
1617
|
-
nonce?: number | undefined;
|
1618
|
-
value?: bigint | undefined;
|
1619
|
-
to: `0x${string}` | null;
|
1620
|
-
gasPrice?: undefined;
|
1621
|
-
maxFeePerGas?: bigint | undefined;
|
1622
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1623
|
-
maxFeePerBlobGas: bigint;
|
1624
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1625
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1626
|
-
type?: "eip4844" | undefined;
|
1627
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1628
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
1629
|
-
blobVersionedHashes?: undefined;
|
1630
|
-
} & {
|
1631
|
-
gasPerPubdata?: undefined;
|
1632
|
-
customSignature?: undefined;
|
1633
|
-
paymaster?: undefined;
|
1634
|
-
paymasterInput?: undefined;
|
1635
|
-
factoryDeps?: undefined;
|
1636
|
-
}) | ({
|
1637
|
-
data?: `0x${string}` | undefined;
|
1638
|
-
from?: `0x${string}`;
|
1639
|
-
gas?: bigint | undefined;
|
1640
|
-
nonce?: number | undefined;
|
1641
|
-
value?: bigint | undefined;
|
1642
|
-
to?: `0x${string}` | null | undefined;
|
1643
|
-
gasPrice?: bigint | undefined;
|
1644
|
-
maxFeePerGas?: bigint | undefined;
|
1645
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1646
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1647
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1648
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1649
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1650
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1651
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1652
|
-
blobVersionedHashes?: undefined;
|
1653
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1654
|
-
gasPerPubdata?: bigint | undefined;
|
1655
|
-
customSignature?: `0x${string}` | undefined;
|
1656
|
-
factoryDeps?: `0x${string}`[] | undefined;
|
1657
|
-
type?: "priority" | "eip712" | undefined;
|
1658
|
-
} & {
|
1659
|
-
paymaster: `0x${string}`;
|
1660
|
-
paymasterInput: `0x${string}`;
|
1661
|
-
}) | ({
|
1662
|
-
data?: `0x${string}` | undefined;
|
1663
|
-
from?: `0x${string}`;
|
1664
|
-
gas?: bigint | undefined;
|
1665
|
-
nonce?: number | undefined;
|
1666
|
-
value?: bigint | undefined;
|
1667
|
-
to?: `0x${string}` | null | undefined;
|
1668
|
-
gasPrice?: bigint | undefined;
|
1669
|
-
maxFeePerGas?: bigint | undefined;
|
1670
|
-
maxPriorityFeePerGas?: bigint | undefined;
|
1671
|
-
maxFeePerBlobGas?: bigint | undefined;
|
1672
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1673
|
-
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1674
|
-
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1675
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1676
|
-
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1677
|
-
blobVersionedHashes?: undefined;
|
1678
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1679
|
-
gasPerPubdata?: bigint | undefined;
|
1680
|
-
customSignature?: `0x${string}` | undefined;
|
1681
|
-
factoryDeps?: `0x${string}`[] | undefined;
|
1682
|
-
type?: "priority" | "eip712" | undefined;
|
1683
|
-
} & {
|
1684
|
-
paymaster?: undefined;
|
1685
|
-
paymasterInput?: undefined;
|
1686
|
-
})) => ({
|
1687
|
-
data?: `0x${string}` | undefined;
|
1688
|
-
from: `0x${string}`;
|
1689
|
-
gas?: `0x${string}` | undefined;
|
1690
|
-
nonce?: `0x${string}` | undefined;
|
1691
|
-
to?: `0x${string}` | null | undefined;
|
1692
|
-
value?: `0x${string}` | undefined;
|
1693
|
-
gasPrice?: `0x${string}` | undefined;
|
1694
|
-
maxFeePerBlobGas?: undefined;
|
1695
|
-
maxFeePerGas?: undefined;
|
1696
|
-
maxPriorityFeePerGas?: undefined;
|
1697
|
-
accessList?: undefined;
|
1698
|
-
blobs?: undefined;
|
1699
|
-
type?: "0x0" | undefined;
|
1700
|
-
kzg?: undefined;
|
1701
|
-
blobVersionedHashes?: undefined;
|
1702
|
-
sidecars?: undefined;
|
1703
|
-
eip712Meta?: undefined;
|
1704
|
-
} | {
|
1705
|
-
data?: `0x${string}` | undefined;
|
1706
|
-
from: `0x${string}`;
|
1707
|
-
gas?: `0x${string}` | undefined;
|
1708
|
-
nonce?: `0x${string}` | undefined;
|
1709
|
-
to?: `0x${string}` | null | undefined;
|
1710
|
-
value?: `0x${string}` | undefined;
|
1711
|
-
gasPrice?: `0x${string}` | undefined;
|
1712
|
-
maxFeePerBlobGas?: undefined;
|
1713
|
-
maxFeePerGas?: undefined;
|
1714
|
-
maxPriorityFeePerGas?: undefined;
|
1715
|
-
accessList?: undefined;
|
1716
|
-
blobs?: undefined;
|
1717
|
-
type?: "0x1" | undefined;
|
1718
|
-
kzg?: undefined;
|
1719
|
-
blobVersionedHashes?: undefined;
|
1720
|
-
sidecars?: undefined;
|
1721
|
-
eip712Meta?: undefined;
|
1722
|
-
} | {
|
1723
|
-
data?: `0x${string}` | undefined;
|
1724
|
-
from: `0x${string}`;
|
1725
|
-
gas?: `0x${string}` | undefined;
|
1726
|
-
nonce?: `0x${string}` | undefined;
|
1727
|
-
to?: `0x${string}` | null | undefined;
|
1728
|
-
value?: `0x${string}` | undefined;
|
1729
|
-
gasPrice?: undefined;
|
1730
|
-
maxFeePerBlobGas?: undefined;
|
1731
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1732
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1733
|
-
accessList?: undefined;
|
1734
|
-
blobs?: undefined;
|
1735
|
-
type?: "0x2" | undefined;
|
1736
|
-
kzg?: undefined;
|
1737
|
-
blobVersionedHashes?: undefined;
|
1738
|
-
sidecars?: undefined;
|
1739
|
-
eip712Meta?: undefined;
|
1740
|
-
} | {
|
1741
|
-
data?: `0x${string}` | undefined;
|
1742
|
-
from: `0x${string}`;
|
1743
|
-
gas?: `0x${string}` | undefined;
|
1744
|
-
nonce?: `0x${string}` | undefined;
|
1745
|
-
to?: `0x${string}` | null | undefined;
|
1746
|
-
value?: `0x${string}` | undefined;
|
1747
|
-
gasPrice?: undefined;
|
1748
|
-
maxFeePerBlobGas?: undefined;
|
1749
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1750
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1751
|
-
accessList?: undefined;
|
1752
|
-
blobs?: undefined;
|
1753
|
-
type: "0xff" | "0x71";
|
1754
|
-
kzg?: undefined;
|
1755
|
-
blobVersionedHashes?: undefined;
|
1756
|
-
sidecars?: undefined;
|
1757
|
-
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1758
|
-
} | {
|
1759
|
-
data?: `0x${string}` | undefined;
|
1760
|
-
from: `0x${string}`;
|
1761
|
-
gas?: `0x${string}` | undefined;
|
1762
|
-
nonce?: `0x${string}` | undefined;
|
1763
|
-
to?: `0x${string}` | null | undefined;
|
1764
|
-
value?: `0x${string}` | undefined;
|
1765
|
-
gasPrice?: `0x${string}` | undefined;
|
1766
|
-
maxFeePerBlobGas?: undefined;
|
1767
|
-
maxFeePerGas?: undefined;
|
1768
|
-
maxPriorityFeePerGas?: undefined;
|
1769
|
-
accessList?: undefined;
|
1770
|
-
blobs?: undefined;
|
1771
|
-
type?: "0x0" | undefined;
|
1772
|
-
kzg?: undefined;
|
1773
|
-
blobVersionedHashes?: undefined;
|
1774
|
-
sidecars?: undefined;
|
1775
|
-
eip712Meta?: undefined;
|
1776
|
-
} | {
|
1777
|
-
data?: `0x${string}` | undefined;
|
1778
|
-
from: `0x${string}`;
|
1779
|
-
gas?: `0x${string}` | undefined;
|
1780
|
-
nonce?: `0x${string}` | undefined;
|
1781
|
-
to?: `0x${string}` | null | undefined;
|
1782
|
-
value?: `0x${string}` | undefined;
|
1783
|
-
gasPrice?: `0x${string}` | undefined;
|
1784
|
-
maxFeePerBlobGas?: undefined;
|
1785
|
-
maxFeePerGas?: undefined;
|
1786
|
-
maxPriorityFeePerGas?: undefined;
|
1787
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1788
|
-
blobs?: undefined;
|
1789
|
-
type?: "0x1" | undefined;
|
1790
|
-
kzg?: undefined;
|
1791
|
-
blobVersionedHashes?: undefined;
|
1792
|
-
sidecars?: undefined;
|
1793
|
-
eip712Meta?: undefined;
|
1794
|
-
} | {
|
1795
|
-
data?: `0x${string}` | undefined;
|
1796
|
-
from: `0x${string}`;
|
1797
|
-
gas?: `0x${string}` | undefined;
|
1798
|
-
nonce?: `0x${string}` | undefined;
|
1799
|
-
to?: `0x${string}` | null | undefined;
|
1800
|
-
value?: `0x${string}` | undefined;
|
1801
|
-
gasPrice?: undefined;
|
1802
|
-
maxFeePerBlobGas?: undefined;
|
1803
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1804
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1805
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1806
|
-
blobs?: undefined;
|
1807
|
-
type?: "0x2" | undefined;
|
1808
|
-
kzg?: undefined;
|
1809
|
-
blobVersionedHashes?: undefined;
|
1810
|
-
sidecars?: undefined;
|
1811
|
-
eip712Meta?: undefined;
|
1812
|
-
} | {
|
1813
|
-
data?: `0x${string}` | undefined;
|
1814
|
-
from: `0x${string}`;
|
1815
|
-
gas?: `0x${string}` | undefined;
|
1816
|
-
nonce?: `0x${string}` | undefined;
|
1817
|
-
to?: `0x${string}` | null | undefined;
|
1818
|
-
value?: `0x${string}` | undefined;
|
1819
|
-
gasPrice?: undefined;
|
1820
|
-
maxFeePerBlobGas?: undefined;
|
1821
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1822
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1823
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1824
|
-
blobs?: undefined;
|
1825
|
-
type: "0xff" | "0x71";
|
1826
|
-
kzg?: undefined;
|
1827
|
-
blobVersionedHashes?: undefined;
|
1828
|
-
sidecars?: undefined;
|
1829
|
-
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1830
|
-
} | {
|
1831
|
-
data?: `0x${string}` | undefined;
|
1832
|
-
from: `0x${string}`;
|
1833
|
-
gas?: `0x${string}` | undefined;
|
1834
|
-
nonce?: `0x${string}` | undefined;
|
1835
|
-
to?: `0x${string}` | null | undefined;
|
1836
|
-
value?: `0x${string}` | undefined;
|
1837
|
-
gasPrice?: `0x${string}` | undefined;
|
1838
|
-
maxFeePerBlobGas?: undefined;
|
1839
|
-
maxFeePerGas?: undefined;
|
1840
|
-
maxPriorityFeePerGas?: undefined;
|
1841
|
-
accessList?: undefined;
|
1842
|
-
blobs?: undefined;
|
1843
|
-
type?: "0x0" | undefined;
|
1844
|
-
kzg?: undefined;
|
1845
|
-
blobVersionedHashes?: undefined;
|
1846
|
-
sidecars?: undefined;
|
1847
|
-
eip712Meta?: undefined;
|
1848
|
-
} | {
|
1210
|
+
value?: `0x${string}` | undefined;
|
1211
|
+
gasPrice?: `0x${string}` | undefined;
|
1212
|
+
maxFeePerBlobGas?: undefined;
|
1213
|
+
maxFeePerGas?: undefined;
|
1214
|
+
maxPriorityFeePerGas?: undefined;
|
1215
|
+
accessList?: undefined;
|
1216
|
+
blobs?: undefined;
|
1217
|
+
type?: "0x0" | undefined;
|
1218
|
+
eip712Meta?: undefined;
|
1219
|
+
} | {
|
1849
1220
|
data?: `0x${string}` | undefined;
|
1850
1221
|
from: `0x${string}`;
|
1851
1222
|
gas?: `0x${string}` | undefined;
|
@@ -1859,9 +1230,6 @@ export declare const zkSync: {
|
|
1859
1230
|
accessList?: import("../../index.js").AccessList | undefined;
|
1860
1231
|
blobs?: undefined;
|
1861
1232
|
type?: "0x1" | undefined;
|
1862
|
-
kzg?: undefined;
|
1863
|
-
blobVersionedHashes?: undefined;
|
1864
|
-
sidecars?: undefined;
|
1865
1233
|
eip712Meta?: undefined;
|
1866
1234
|
} | {
|
1867
1235
|
data?: `0x${string}` | undefined;
|
@@ -1877,9 +1245,6 @@ export declare const zkSync: {
|
|
1877
1245
|
accessList?: import("../../index.js").AccessList | undefined;
|
1878
1246
|
blobs?: undefined;
|
1879
1247
|
type?: "0x2" | undefined;
|
1880
|
-
kzg?: undefined;
|
1881
|
-
blobVersionedHashes?: undefined;
|
1882
|
-
sidecars?: undefined;
|
1883
1248
|
eip712Meta?: undefined;
|
1884
1249
|
} | {
|
1885
1250
|
data?: `0x${string}` | undefined;
|
@@ -1895,9 +1260,6 @@ export declare const zkSync: {
|
|
1895
1260
|
accessList?: import("../../index.js").AccessList | undefined;
|
1896
1261
|
blobs?: undefined;
|
1897
1262
|
type: "0xff" | "0x71";
|
1898
|
-
kzg?: undefined;
|
1899
|
-
blobVersionedHashes?: undefined;
|
1900
|
-
sidecars?: undefined;
|
1901
1263
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1902
1264
|
} | {
|
1903
1265
|
data?: `0x${string}` | undefined;
|
@@ -1913,9 +1275,6 @@ export declare const zkSync: {
|
|
1913
1275
|
accessList?: import("../../index.js").AccessList | undefined;
|
1914
1276
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1915
1277
|
type?: "0x3" | undefined;
|
1916
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
1917
|
-
blobVersionedHashes?: undefined;
|
1918
|
-
sidecars?: undefined;
|
1919
1278
|
eip712Meta?: undefined;
|
1920
1279
|
} | {
|
1921
1280
|
data?: `0x${string}` | undefined;
|
@@ -1931,81 +1290,6 @@ export declare const zkSync: {
|
|
1931
1290
|
accessList?: import("../../index.js").AccessList | undefined;
|
1932
1291
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1933
1292
|
type: "0xff" | "0x71";
|
1934
|
-
kzg: import("../../types/kzg.js").Kzg | undefined;
|
1935
|
-
blobVersionedHashes?: undefined;
|
1936
|
-
sidecars?: undefined;
|
1937
|
-
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1938
|
-
} | {
|
1939
|
-
data?: `0x${string}` | undefined;
|
1940
|
-
from: `0x${string}`;
|
1941
|
-
gas?: `0x${string}` | undefined;
|
1942
|
-
nonce?: `0x${string}` | undefined;
|
1943
|
-
value?: `0x${string}` | undefined;
|
1944
|
-
to: `0x${string}` | null;
|
1945
|
-
gasPrice?: undefined;
|
1946
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1947
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1948
|
-
maxFeePerBlobGas: `0x${string}`;
|
1949
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1950
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1951
|
-
type?: "0x3" | undefined;
|
1952
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
1953
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1954
|
-
sidecars?: undefined;
|
1955
|
-
eip712Meta?: undefined;
|
1956
|
-
} | {
|
1957
|
-
data?: `0x${string}` | undefined;
|
1958
|
-
from: `0x${string}`;
|
1959
|
-
gas?: `0x${string}` | undefined;
|
1960
|
-
nonce?: `0x${string}` | undefined;
|
1961
|
-
value?: `0x${string}` | undefined;
|
1962
|
-
to: `0x${string}` | null | undefined;
|
1963
|
-
gasPrice?: undefined;
|
1964
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1965
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1966
|
-
maxFeePerBlobGas: undefined;
|
1967
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1968
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1969
|
-
type: "0xff" | "0x71";
|
1970
|
-
blobVersionedHashes: readonly `0x${string}`[];
|
1971
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1972
|
-
sidecars?: undefined;
|
1973
|
-
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1974
|
-
} | {
|
1975
|
-
data?: `0x${string}` | undefined;
|
1976
|
-
from: `0x${string}`;
|
1977
|
-
gas?: `0x${string}` | undefined;
|
1978
|
-
nonce?: `0x${string}` | undefined;
|
1979
|
-
value?: `0x${string}` | undefined;
|
1980
|
-
to: `0x${string}` | null;
|
1981
|
-
gasPrice?: undefined;
|
1982
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1983
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1984
|
-
maxFeePerBlobGas: `0x${string}`;
|
1985
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
1986
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1987
|
-
type?: "0x3" | undefined;
|
1988
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1989
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
1990
|
-
blobVersionedHashes?: undefined;
|
1991
|
-
eip712Meta?: undefined;
|
1992
|
-
} | {
|
1993
|
-
data?: `0x${string}` | undefined;
|
1994
|
-
from: `0x${string}`;
|
1995
|
-
gas?: `0x${string}` | undefined;
|
1996
|
-
nonce?: `0x${string}` | undefined;
|
1997
|
-
value?: `0x${string}` | undefined;
|
1998
|
-
to: `0x${string}` | null | undefined;
|
1999
|
-
gasPrice?: undefined;
|
2000
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
2001
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2002
|
-
maxFeePerBlobGas: undefined;
|
2003
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2004
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2005
|
-
type: "0xff" | "0x71";
|
2006
|
-
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
2007
|
-
sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
|
2008
|
-
blobVersionedHashes?: undefined;
|
2009
1293
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
2010
1294
|
}) & {
|
2011
1295
|
gasPerPubdata: never;
|