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.
- package/_cjs/actions/index.js +2 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +5 -3
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +1 -0
- 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 +2 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +10 -6
- 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 +8 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +2 -1
- 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 +2 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +10 -6
- 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 +7 -6
- 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 +1679 -183
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +846 -98
- 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 +1679 -183
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +1679 -183
- 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 +844 -128
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +844 -128
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +844 -128
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +844 -128
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +844 -128
- 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 +22 -3
- 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 +186 -2
- 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 +844 -128
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +844 -128
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +1 -0
- package/actions/public/estimateGas.ts +9 -7
- package/actions/wallet/prepareTransactionRequest.ts +73 -17
- package/actions/wallet/sendTransaction.ts +2 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +28 -3
- package/utils/blob/blobsToCommitments.ts +9 -7
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +14 -11
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +2 -0
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +12 -6
@@ -447,6 +447,9 @@ export declare const chainConfig: {
|
|
447
447
|
accessList?: undefined;
|
448
448
|
blobs?: undefined;
|
449
449
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
450
|
+
kzg?: undefined;
|
451
|
+
blobVersionedHashes?: undefined;
|
452
|
+
sidecars?: undefined;
|
450
453
|
} & {
|
451
454
|
data?: `0x${string}` | undefined;
|
452
455
|
from: `0x${string}`;
|
@@ -461,6 +464,9 @@ export declare const chainConfig: {
|
|
461
464
|
accessList?: undefined;
|
462
465
|
blobs?: undefined;
|
463
466
|
type?: "legacy" | undefined;
|
467
|
+
kzg?: undefined;
|
468
|
+
blobVersionedHashes?: undefined;
|
469
|
+
sidecars?: undefined;
|
464
470
|
} & {
|
465
471
|
gasPerPubdata?: undefined;
|
466
472
|
customSignature?: undefined;
|
@@ -481,6 +487,9 @@ export declare const chainConfig: {
|
|
481
487
|
accessList?: undefined;
|
482
488
|
blobs?: undefined;
|
483
489
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
490
|
+
kzg?: undefined;
|
491
|
+
blobVersionedHashes?: undefined;
|
492
|
+
sidecars?: undefined;
|
484
493
|
} & {
|
485
494
|
data?: `0x${string}` | undefined;
|
486
495
|
from: `0x${string}`;
|
@@ -495,6 +504,9 @@ export declare const chainConfig: {
|
|
495
504
|
accessList?: import("../index.js").AccessList | undefined;
|
496
505
|
blobs?: undefined;
|
497
506
|
type?: "eip2930" | undefined;
|
507
|
+
kzg?: undefined;
|
508
|
+
blobVersionedHashes?: undefined;
|
509
|
+
sidecars?: undefined;
|
498
510
|
} & {
|
499
511
|
gasPerPubdata?: undefined;
|
500
512
|
customSignature?: undefined;
|
@@ -515,6 +527,9 @@ export declare const chainConfig: {
|
|
515
527
|
accessList?: undefined;
|
516
528
|
blobs?: undefined;
|
517
529
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
530
|
+
kzg?: undefined;
|
531
|
+
blobVersionedHashes?: undefined;
|
532
|
+
sidecars?: undefined;
|
518
533
|
} & {
|
519
534
|
data?: `0x${string}` | undefined;
|
520
535
|
from: `0x${string}`;
|
@@ -529,6 +544,9 @@ export declare const chainConfig: {
|
|
529
544
|
accessList?: import("../index.js").AccessList | undefined;
|
530
545
|
blobs?: undefined;
|
531
546
|
type?: "eip1559" | undefined;
|
547
|
+
kzg?: undefined;
|
548
|
+
blobVersionedHashes?: undefined;
|
549
|
+
sidecars?: undefined;
|
532
550
|
} & {
|
533
551
|
gasPerPubdata?: undefined;
|
534
552
|
customSignature?: undefined;
|
@@ -549,6 +567,9 @@ export declare const chainConfig: {
|
|
549
567
|
accessList?: undefined;
|
550
568
|
blobs?: undefined;
|
551
569
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
570
|
+
kzg?: undefined;
|
571
|
+
blobVersionedHashes?: undefined;
|
572
|
+
sidecars?: undefined;
|
552
573
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
553
574
|
gasPerPubdata?: bigint | undefined;
|
554
575
|
customSignature?: `0x${string}` | undefined;
|
@@ -571,6 +592,9 @@ export declare const chainConfig: {
|
|
571
592
|
accessList?: undefined;
|
572
593
|
blobs?: undefined;
|
573
594
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
595
|
+
kzg?: undefined;
|
596
|
+
blobVersionedHashes?: undefined;
|
597
|
+
sidecars?: undefined;
|
574
598
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
575
599
|
gasPerPubdata?: bigint | undefined;
|
576
600
|
customSignature?: `0x${string}` | undefined;
|
@@ -593,6 +617,9 @@ export declare const chainConfig: {
|
|
593
617
|
accessList?: import("../index.js").AccessList | undefined;
|
594
618
|
blobs?: undefined;
|
595
619
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
620
|
+
kzg?: undefined;
|
621
|
+
blobVersionedHashes?: undefined;
|
622
|
+
sidecars?: undefined;
|
596
623
|
} & {
|
597
624
|
data?: `0x${string}` | undefined;
|
598
625
|
from: `0x${string}`;
|
@@ -607,6 +634,9 @@ export declare const chainConfig: {
|
|
607
634
|
accessList?: undefined;
|
608
635
|
blobs?: undefined;
|
609
636
|
type?: "legacy" | undefined;
|
637
|
+
kzg?: undefined;
|
638
|
+
blobVersionedHashes?: undefined;
|
639
|
+
sidecars?: undefined;
|
610
640
|
} & {
|
611
641
|
gasPerPubdata?: undefined;
|
612
642
|
customSignature?: undefined;
|
@@ -627,6 +657,9 @@ export declare const chainConfig: {
|
|
627
657
|
accessList?: import("../index.js").AccessList | undefined;
|
628
658
|
blobs?: undefined;
|
629
659
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
660
|
+
kzg?: undefined;
|
661
|
+
blobVersionedHashes?: undefined;
|
662
|
+
sidecars?: undefined;
|
630
663
|
} & {
|
631
664
|
data?: `0x${string}` | undefined;
|
632
665
|
from: `0x${string}`;
|
@@ -641,6 +674,9 @@ export declare const chainConfig: {
|
|
641
674
|
accessList?: import("../index.js").AccessList | undefined;
|
642
675
|
blobs?: undefined;
|
643
676
|
type?: "eip2930" | undefined;
|
677
|
+
kzg?: undefined;
|
678
|
+
blobVersionedHashes?: undefined;
|
679
|
+
sidecars?: undefined;
|
644
680
|
} & {
|
645
681
|
gasPerPubdata?: undefined;
|
646
682
|
customSignature?: undefined;
|
@@ -661,6 +697,9 @@ export declare const chainConfig: {
|
|
661
697
|
accessList?: import("../index.js").AccessList | undefined;
|
662
698
|
blobs?: undefined;
|
663
699
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
700
|
+
kzg?: undefined;
|
701
|
+
blobVersionedHashes?: undefined;
|
702
|
+
sidecars?: undefined;
|
664
703
|
} & {
|
665
704
|
data?: `0x${string}` | undefined;
|
666
705
|
from: `0x${string}`;
|
@@ -675,6 +714,9 @@ export declare const chainConfig: {
|
|
675
714
|
accessList?: import("../index.js").AccessList | undefined;
|
676
715
|
blobs?: undefined;
|
677
716
|
type?: "eip1559" | undefined;
|
717
|
+
kzg?: undefined;
|
718
|
+
blobVersionedHashes?: undefined;
|
719
|
+
sidecars?: undefined;
|
678
720
|
} & {
|
679
721
|
gasPerPubdata?: undefined;
|
680
722
|
customSignature?: undefined;
|
@@ -695,6 +737,9 @@ export declare const chainConfig: {
|
|
695
737
|
accessList?: import("../index.js").AccessList | undefined;
|
696
738
|
blobs?: undefined;
|
697
739
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
740
|
+
kzg?: undefined;
|
741
|
+
blobVersionedHashes?: undefined;
|
742
|
+
sidecars?: undefined;
|
698
743
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
699
744
|
gasPerPubdata?: bigint | undefined;
|
700
745
|
customSignature?: `0x${string}` | undefined;
|
@@ -717,6 +762,9 @@ export declare const chainConfig: {
|
|
717
762
|
accessList?: import("../index.js").AccessList | undefined;
|
718
763
|
blobs?: undefined;
|
719
764
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
765
|
+
kzg?: undefined;
|
766
|
+
blobVersionedHashes?: undefined;
|
767
|
+
sidecars?: undefined;
|
720
768
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
721
769
|
gasPerPubdata?: bigint | undefined;
|
722
770
|
customSignature?: `0x${string}` | undefined;
|
@@ -739,6 +787,9 @@ export declare const chainConfig: {
|
|
739
787
|
accessList?: import("../index.js").AccessList | undefined;
|
740
788
|
blobs?: undefined;
|
741
789
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
790
|
+
kzg?: undefined;
|
791
|
+
blobVersionedHashes?: undefined;
|
792
|
+
sidecars?: undefined;
|
742
793
|
} & {
|
743
794
|
data?: `0x${string}` | undefined;
|
744
795
|
from: `0x${string}`;
|
@@ -753,6 +804,9 @@ export declare const chainConfig: {
|
|
753
804
|
accessList?: undefined;
|
754
805
|
blobs?: undefined;
|
755
806
|
type?: "legacy" | undefined;
|
807
|
+
kzg?: undefined;
|
808
|
+
blobVersionedHashes?: undefined;
|
809
|
+
sidecars?: undefined;
|
756
810
|
} & {
|
757
811
|
gasPerPubdata?: undefined;
|
758
812
|
customSignature?: undefined;
|
@@ -773,6 +827,9 @@ export declare const chainConfig: {
|
|
773
827
|
accessList?: import("../index.js").AccessList | undefined;
|
774
828
|
blobs?: undefined;
|
775
829
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
830
|
+
kzg?: undefined;
|
831
|
+
blobVersionedHashes?: undefined;
|
832
|
+
sidecars?: undefined;
|
776
833
|
} & {
|
777
834
|
data?: `0x${string}` | undefined;
|
778
835
|
from: `0x${string}`;
|
@@ -787,6 +844,9 @@ export declare const chainConfig: {
|
|
787
844
|
accessList?: import("../index.js").AccessList | undefined;
|
788
845
|
blobs?: undefined;
|
789
846
|
type?: "eip2930" | undefined;
|
847
|
+
kzg?: undefined;
|
848
|
+
blobVersionedHashes?: undefined;
|
849
|
+
sidecars?: undefined;
|
790
850
|
} & {
|
791
851
|
gasPerPubdata?: undefined;
|
792
852
|
customSignature?: undefined;
|
@@ -807,6 +867,9 @@ export declare const chainConfig: {
|
|
807
867
|
accessList?: import("../index.js").AccessList | undefined;
|
808
868
|
blobs?: undefined;
|
809
869
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
870
|
+
kzg?: undefined;
|
871
|
+
blobVersionedHashes?: undefined;
|
872
|
+
sidecars?: undefined;
|
810
873
|
} & {
|
811
874
|
data?: `0x${string}` | undefined;
|
812
875
|
from: `0x${string}`;
|
@@ -821,6 +884,9 @@ export declare const chainConfig: {
|
|
821
884
|
accessList?: import("../index.js").AccessList | undefined;
|
822
885
|
blobs?: undefined;
|
823
886
|
type?: "eip1559" | undefined;
|
887
|
+
kzg?: undefined;
|
888
|
+
blobVersionedHashes?: undefined;
|
889
|
+
sidecars?: undefined;
|
824
890
|
} & {
|
825
891
|
gasPerPubdata?: undefined;
|
826
892
|
customSignature?: undefined;
|
@@ -841,6 +907,9 @@ export declare const chainConfig: {
|
|
841
907
|
accessList?: import("../index.js").AccessList | undefined;
|
842
908
|
blobs?: undefined;
|
843
909
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
910
|
+
kzg?: undefined;
|
911
|
+
blobVersionedHashes?: undefined;
|
912
|
+
sidecars?: undefined;
|
844
913
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
845
914
|
gasPerPubdata?: bigint | undefined;
|
846
915
|
customSignature?: `0x${string}` | undefined;
|
@@ -863,6 +932,9 @@ export declare const chainConfig: {
|
|
863
932
|
accessList?: import("../index.js").AccessList | undefined;
|
864
933
|
blobs?: undefined;
|
865
934
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
935
|
+
kzg?: undefined;
|
936
|
+
blobVersionedHashes?: undefined;
|
937
|
+
sidecars?: undefined;
|
866
938
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
867
939
|
gasPerPubdata?: bigint | undefined;
|
868
940
|
customSignature?: `0x${string}` | undefined;
|
@@ -885,6 +957,9 @@ export declare const chainConfig: {
|
|
885
957
|
accessList?: import("../index.js").AccessList | undefined;
|
886
958
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
887
959
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
960
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
961
|
+
blobVersionedHashes?: undefined;
|
962
|
+
sidecars?: undefined;
|
888
963
|
} & {
|
889
964
|
data?: `0x${string}` | undefined;
|
890
965
|
from: `0x${string}`;
|
@@ -899,6 +974,9 @@ export declare const chainConfig: {
|
|
899
974
|
accessList?: undefined;
|
900
975
|
blobs?: undefined;
|
901
976
|
type?: "legacy" | undefined;
|
977
|
+
kzg?: undefined;
|
978
|
+
blobVersionedHashes?: undefined;
|
979
|
+
sidecars?: undefined;
|
902
980
|
} & {
|
903
981
|
gasPerPubdata?: undefined;
|
904
982
|
customSignature?: undefined;
|
@@ -919,6 +997,9 @@ export declare const chainConfig: {
|
|
919
997
|
accessList?: import("../index.js").AccessList | undefined;
|
920
998
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
921
999
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1000
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1001
|
+
blobVersionedHashes?: undefined;
|
1002
|
+
sidecars?: undefined;
|
922
1003
|
} & {
|
923
1004
|
data?: `0x${string}` | undefined;
|
924
1005
|
from: `0x${string}`;
|
@@ -933,6 +1014,9 @@ export declare const chainConfig: {
|
|
933
1014
|
accessList?: import("../index.js").AccessList | undefined;
|
934
1015
|
blobs?: undefined;
|
935
1016
|
type?: "eip2930" | undefined;
|
1017
|
+
kzg?: undefined;
|
1018
|
+
blobVersionedHashes?: undefined;
|
1019
|
+
sidecars?: undefined;
|
936
1020
|
} & {
|
937
1021
|
gasPerPubdata?: undefined;
|
938
1022
|
customSignature?: undefined;
|
@@ -953,6 +1037,9 @@ export declare const chainConfig: {
|
|
953
1037
|
accessList?: import("../index.js").AccessList | undefined;
|
954
1038
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
955
1039
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1040
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1041
|
+
blobVersionedHashes?: undefined;
|
1042
|
+
sidecars?: undefined;
|
956
1043
|
} & {
|
957
1044
|
data?: `0x${string}` | undefined;
|
958
1045
|
from: `0x${string}`;
|
@@ -967,6 +1054,9 @@ export declare const chainConfig: {
|
|
967
1054
|
accessList?: import("../index.js").AccessList | undefined;
|
968
1055
|
blobs?: undefined;
|
969
1056
|
type?: "eip1559" | undefined;
|
1057
|
+
kzg?: undefined;
|
1058
|
+
blobVersionedHashes?: undefined;
|
1059
|
+
sidecars?: undefined;
|
970
1060
|
} & {
|
971
1061
|
gasPerPubdata?: undefined;
|
972
1062
|
customSignature?: undefined;
|
@@ -987,6 +1077,9 @@ export declare const chainConfig: {
|
|
987
1077
|
accessList?: import("../index.js").AccessList | undefined;
|
988
1078
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
989
1079
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1080
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1081
|
+
blobVersionedHashes?: undefined;
|
1082
|
+
sidecars?: undefined;
|
990
1083
|
} & {
|
991
1084
|
data?: `0x${string}` | undefined;
|
992
1085
|
from: `0x${string}`;
|
@@ -1001,6 +1094,9 @@ export declare const chainConfig: {
|
|
1001
1094
|
accessList?: import("../index.js").AccessList | undefined;
|
1002
1095
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1003
1096
|
type?: "eip4844" | undefined;
|
1097
|
+
kzg: import("../types/kzg.js").Kzg | undefined;
|
1098
|
+
blobVersionedHashes?: undefined;
|
1099
|
+
sidecars?: undefined;
|
1004
1100
|
} & {
|
1005
1101
|
gasPerPubdata?: undefined;
|
1006
1102
|
customSignature?: undefined;
|
@@ -1021,6 +1117,9 @@ export declare const chainConfig: {
|
|
1021
1117
|
accessList?: import("../index.js").AccessList | undefined;
|
1022
1118
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1023
1119
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1120
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1121
|
+
blobVersionedHashes?: undefined;
|
1122
|
+
sidecars?: undefined;
|
1024
1123
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1025
1124
|
gasPerPubdata?: bigint | undefined;
|
1026
1125
|
customSignature?: `0x${string}` | undefined;
|
@@ -1043,6 +1142,9 @@ export declare const chainConfig: {
|
|
1043
1142
|
accessList?: import("../index.js").AccessList | undefined;
|
1044
1143
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1045
1144
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1145
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1146
|
+
blobVersionedHashes?: undefined;
|
1147
|
+
sidecars?: undefined;
|
1046
1148
|
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1047
1149
|
gasPerPubdata?: bigint | undefined;
|
1048
1150
|
customSignature?: `0x${string}` | undefined;
|
@@ -1051,171 +1153,704 @@ export declare const chainConfig: {
|
|
1051
1153
|
} & {
|
1052
1154
|
paymaster?: undefined;
|
1053
1155
|
paymasterInput?: undefined;
|
1054
|
-
})
|
1156
|
+
}) | ({
|
1055
1157
|
data?: `0x${string}` | undefined;
|
1056
|
-
from
|
1057
|
-
gas?:
|
1058
|
-
nonce?:
|
1158
|
+
from?: `0x${string}`;
|
1159
|
+
gas?: bigint | undefined;
|
1160
|
+
nonce?: number | undefined;
|
1161
|
+
value?: bigint | undefined;
|
1059
1162
|
to?: `0x${string}` | null | undefined;
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1163
|
+
gasPrice?: bigint | undefined;
|
1164
|
+
maxFeePerGas?: bigint | undefined;
|
1165
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1166
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1167
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1168
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1169
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1170
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1171
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1172
|
+
sidecars?: undefined;
|
1173
|
+
} & {
|
1070
1174
|
data?: `0x${string}` | undefined;
|
1071
1175
|
from: `0x${string}`;
|
1072
|
-
gas?:
|
1073
|
-
nonce?:
|
1176
|
+
gas?: bigint | undefined;
|
1177
|
+
nonce?: number | undefined;
|
1074
1178
|
to?: `0x${string}` | null | undefined;
|
1075
|
-
value?:
|
1076
|
-
gasPrice?:
|
1179
|
+
value?: bigint | undefined;
|
1180
|
+
gasPrice?: bigint | undefined;
|
1077
1181
|
maxFeePerBlobGas?: undefined;
|
1078
1182
|
maxFeePerGas?: undefined;
|
1079
1183
|
maxPriorityFeePerGas?: undefined;
|
1080
1184
|
accessList?: undefined;
|
1081
1185
|
blobs?: undefined;
|
1082
|
-
type?: "
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1094
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1095
|
-
accessList?: undefined;
|
1096
|
-
blobs?: undefined;
|
1097
|
-
type?: "0x2" | undefined;
|
1098
|
-
eip712Meta?: undefined;
|
1099
|
-
} | {
|
1100
|
-
data?: `0x${string}` | undefined;
|
1101
|
-
from: `0x${string}`;
|
1102
|
-
gas?: `0x${string}` | undefined;
|
1103
|
-
nonce?: `0x${string}` | undefined;
|
1104
|
-
to?: `0x${string}` | null | undefined;
|
1105
|
-
value?: `0x${string}` | undefined;
|
1106
|
-
gasPrice?: undefined;
|
1107
|
-
maxFeePerBlobGas?: undefined;
|
1108
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1109
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1110
|
-
accessList?: undefined;
|
1111
|
-
blobs?: undefined;
|
1112
|
-
type: "0xff" | "0x71";
|
1113
|
-
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1114
|
-
} | {
|
1186
|
+
type?: "legacy" | undefined;
|
1187
|
+
kzg?: undefined;
|
1188
|
+
blobVersionedHashes?: undefined;
|
1189
|
+
sidecars?: undefined;
|
1190
|
+
} & {
|
1191
|
+
gasPerPubdata?: undefined;
|
1192
|
+
customSignature?: undefined;
|
1193
|
+
paymaster?: undefined;
|
1194
|
+
paymasterInput?: undefined;
|
1195
|
+
factoryDeps?: undefined;
|
1196
|
+
}) | ({
|
1115
1197
|
data?: `0x${string}` | undefined;
|
1116
|
-
from
|
1117
|
-
gas?:
|
1118
|
-
nonce?:
|
1198
|
+
from?: `0x${string}`;
|
1199
|
+
gas?: bigint | undefined;
|
1200
|
+
nonce?: number | undefined;
|
1201
|
+
value?: bigint | undefined;
|
1119
1202
|
to?: `0x${string}` | null | undefined;
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1203
|
+
gasPrice?: bigint | undefined;
|
1204
|
+
maxFeePerGas?: bigint | undefined;
|
1205
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1206
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1207
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1208
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1209
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1210
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1211
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1212
|
+
sidecars?: undefined;
|
1213
|
+
} & {
|
1130
1214
|
data?: `0x${string}` | undefined;
|
1131
1215
|
from: `0x${string}`;
|
1132
|
-
gas?:
|
1133
|
-
nonce?:
|
1216
|
+
gas?: bigint | undefined;
|
1217
|
+
nonce?: number | undefined;
|
1134
1218
|
to?: `0x${string}` | null | undefined;
|
1135
|
-
value?:
|
1136
|
-
gasPrice?:
|
1219
|
+
value?: bigint | undefined;
|
1220
|
+
gasPrice?: bigint | undefined;
|
1137
1221
|
maxFeePerBlobGas?: undefined;
|
1138
1222
|
maxFeePerGas?: undefined;
|
1139
1223
|
maxPriorityFeePerGas?: undefined;
|
1140
1224
|
accessList?: import("../index.js").AccessList | undefined;
|
1141
1225
|
blobs?: undefined;
|
1142
|
-
type?: "
|
1143
|
-
|
1144
|
-
|
1226
|
+
type?: "eip2930" | undefined;
|
1227
|
+
kzg?: undefined;
|
1228
|
+
blobVersionedHashes?: undefined;
|
1229
|
+
sidecars?: undefined;
|
1230
|
+
} & {
|
1231
|
+
gasPerPubdata?: undefined;
|
1232
|
+
customSignature?: undefined;
|
1233
|
+
paymaster?: undefined;
|
1234
|
+
paymasterInput?: undefined;
|
1235
|
+
factoryDeps?: undefined;
|
1236
|
+
}) | ({
|
1145
1237
|
data?: `0x${string}` | undefined;
|
1146
|
-
from
|
1147
|
-
gas?:
|
1148
|
-
nonce?:
|
1238
|
+
from?: `0x${string}`;
|
1239
|
+
gas?: bigint | undefined;
|
1240
|
+
nonce?: number | undefined;
|
1241
|
+
value?: bigint | undefined;
|
1149
1242
|
to?: `0x${string}` | null | undefined;
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1243
|
+
gasPrice?: bigint | undefined;
|
1244
|
+
maxFeePerGas?: bigint | undefined;
|
1245
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1246
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1155
1247
|
accessList?: import("../index.js").AccessList | undefined;
|
1156
|
-
blobs?: undefined;
|
1157
|
-
type?: "
|
1158
|
-
|
1159
|
-
|
1248
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1249
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1250
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1251
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1252
|
+
sidecars?: undefined;
|
1253
|
+
} & {
|
1160
1254
|
data?: `0x${string}` | undefined;
|
1161
1255
|
from: `0x${string}`;
|
1162
|
-
gas?:
|
1163
|
-
nonce?:
|
1256
|
+
gas?: bigint | undefined;
|
1257
|
+
nonce?: number | undefined;
|
1164
1258
|
to?: `0x${string}` | null | undefined;
|
1165
|
-
value?:
|
1259
|
+
value?: bigint | undefined;
|
1166
1260
|
gasPrice?: undefined;
|
1167
1261
|
maxFeePerBlobGas?: undefined;
|
1168
|
-
maxFeePerGas?:
|
1169
|
-
maxPriorityFeePerGas?:
|
1262
|
+
maxFeePerGas?: bigint | undefined;
|
1263
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1170
1264
|
accessList?: import("../index.js").AccessList | undefined;
|
1171
1265
|
blobs?: undefined;
|
1172
|
-
type
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
maxFeePerGas?: undefined;
|
1184
|
-
maxPriorityFeePerGas?: undefined;
|
1185
|
-
accessList?: undefined;
|
1186
|
-
blobs?: undefined;
|
1187
|
-
type?: "0x0" | undefined;
|
1188
|
-
eip712Meta?: undefined;
|
1189
|
-
} | {
|
1266
|
+
type?: "eip1559" | undefined;
|
1267
|
+
kzg?: undefined;
|
1268
|
+
blobVersionedHashes?: undefined;
|
1269
|
+
sidecars?: undefined;
|
1270
|
+
} & {
|
1271
|
+
gasPerPubdata?: undefined;
|
1272
|
+
customSignature?: undefined;
|
1273
|
+
paymaster?: undefined;
|
1274
|
+
paymasterInput?: undefined;
|
1275
|
+
factoryDeps?: undefined;
|
1276
|
+
}) | ({
|
1190
1277
|
data?: `0x${string}` | undefined;
|
1191
|
-
from
|
1192
|
-
gas?:
|
1193
|
-
nonce?:
|
1278
|
+
from?: `0x${string}`;
|
1279
|
+
gas?: bigint | undefined;
|
1280
|
+
nonce?: number | undefined;
|
1281
|
+
value?: bigint | undefined;
|
1194
1282
|
to?: `0x${string}` | null | undefined;
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
maxPriorityFeePerGas?: undefined;
|
1283
|
+
gasPrice?: bigint | undefined;
|
1284
|
+
maxFeePerGas?: bigint | undefined;
|
1285
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1286
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1200
1287
|
accessList?: import("../index.js").AccessList | undefined;
|
1201
|
-
blobs?: undefined;
|
1202
|
-
type?: "
|
1203
|
-
|
1204
|
-
|
1288
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1289
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1290
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1291
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1292
|
+
sidecars?: undefined;
|
1293
|
+
} & {
|
1205
1294
|
data?: `0x${string}` | undefined;
|
1206
1295
|
from: `0x${string}`;
|
1207
|
-
gas?:
|
1208
|
-
nonce?:
|
1209
|
-
|
1210
|
-
|
1296
|
+
gas?: bigint | undefined;
|
1297
|
+
nonce?: number | undefined;
|
1298
|
+
value?: bigint | undefined;
|
1299
|
+
to: `0x${string}` | null;
|
1211
1300
|
gasPrice?: undefined;
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1301
|
+
maxFeePerGas?: bigint | undefined;
|
1302
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1303
|
+
maxFeePerBlobGas: bigint;
|
1215
1304
|
accessList?: import("../index.js").AccessList | undefined;
|
1216
|
-
blobs
|
1217
|
-
type?: "
|
1218
|
-
|
1305
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1306
|
+
type?: "eip4844" | undefined;
|
1307
|
+
kzg: import("../types/kzg.js").Kzg | undefined;
|
1308
|
+
blobVersionedHashes?: undefined;
|
1309
|
+
sidecars?: undefined;
|
1310
|
+
} & {
|
1311
|
+
gasPerPubdata?: undefined;
|
1312
|
+
customSignature?: undefined;
|
1313
|
+
paymaster?: undefined;
|
1314
|
+
paymasterInput?: undefined;
|
1315
|
+
factoryDeps?: undefined;
|
1316
|
+
}) | ({
|
1317
|
+
data?: `0x${string}` | undefined;
|
1318
|
+
from?: `0x${string}`;
|
1319
|
+
gas?: bigint | undefined;
|
1320
|
+
nonce?: number | undefined;
|
1321
|
+
value?: bigint | undefined;
|
1322
|
+
to?: `0x${string}` | null | undefined;
|
1323
|
+
gasPrice?: bigint | undefined;
|
1324
|
+
maxFeePerGas?: bigint | undefined;
|
1325
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1326
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1327
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1328
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1329
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1330
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1331
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1332
|
+
sidecars?: undefined;
|
1333
|
+
} & {
|
1334
|
+
data?: `0x${string}` | undefined;
|
1335
|
+
from: `0x${string}`;
|
1336
|
+
gas?: bigint | undefined;
|
1337
|
+
nonce?: number | undefined;
|
1338
|
+
value?: bigint | undefined;
|
1339
|
+
to: `0x${string}` | null;
|
1340
|
+
gasPrice?: undefined;
|
1341
|
+
maxFeePerGas?: bigint | undefined;
|
1342
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1343
|
+
maxFeePerBlobGas: bigint;
|
1344
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1345
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1346
|
+
type?: "eip4844" | undefined;
|
1347
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1348
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1349
|
+
sidecars?: undefined;
|
1350
|
+
} & {
|
1351
|
+
gasPerPubdata?: undefined;
|
1352
|
+
customSignature?: undefined;
|
1353
|
+
paymaster?: undefined;
|
1354
|
+
paymasterInput?: undefined;
|
1355
|
+
factoryDeps?: undefined;
|
1356
|
+
}) | ({
|
1357
|
+
data?: `0x${string}` | undefined;
|
1358
|
+
from?: `0x${string}`;
|
1359
|
+
gas?: bigint | undefined;
|
1360
|
+
nonce?: number | undefined;
|
1361
|
+
value?: bigint | undefined;
|
1362
|
+
to?: `0x${string}` | null | undefined;
|
1363
|
+
gasPrice?: bigint | undefined;
|
1364
|
+
maxFeePerGas?: bigint | undefined;
|
1365
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1366
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1367
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1368
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1369
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1370
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1371
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1372
|
+
sidecars?: undefined;
|
1373
|
+
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1374
|
+
gasPerPubdata?: bigint | undefined;
|
1375
|
+
customSignature?: `0x${string}` | undefined;
|
1376
|
+
factoryDeps?: `0x${string}`[] | undefined;
|
1377
|
+
type?: "priority" | "eip712" | undefined;
|
1378
|
+
} & {
|
1379
|
+
paymaster: `0x${string}`;
|
1380
|
+
paymasterInput: `0x${string}`;
|
1381
|
+
}) | ({
|
1382
|
+
data?: `0x${string}` | undefined;
|
1383
|
+
from?: `0x${string}`;
|
1384
|
+
gas?: bigint | undefined;
|
1385
|
+
nonce?: number | undefined;
|
1386
|
+
value?: bigint | undefined;
|
1387
|
+
to?: `0x${string}` | null | undefined;
|
1388
|
+
gasPrice?: bigint | undefined;
|
1389
|
+
maxFeePerGas?: bigint | undefined;
|
1390
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1391
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1392
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1393
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1394
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1395
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1396
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1397
|
+
sidecars?: undefined;
|
1398
|
+
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1399
|
+
gasPerPubdata?: bigint | undefined;
|
1400
|
+
customSignature?: `0x${string}` | undefined;
|
1401
|
+
factoryDeps?: `0x${string}`[] | undefined;
|
1402
|
+
type?: "priority" | "eip712" | undefined;
|
1403
|
+
} & {
|
1404
|
+
paymaster?: undefined;
|
1405
|
+
paymasterInput?: undefined;
|
1406
|
+
}) | ({
|
1407
|
+
data?: `0x${string}` | undefined;
|
1408
|
+
from?: `0x${string}`;
|
1409
|
+
gas?: bigint | undefined;
|
1410
|
+
nonce?: number | undefined;
|
1411
|
+
value?: bigint | undefined;
|
1412
|
+
to?: `0x${string}` | null | undefined;
|
1413
|
+
gasPrice?: bigint | undefined;
|
1414
|
+
maxFeePerGas?: bigint | undefined;
|
1415
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1416
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1417
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1418
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1419
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1420
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1421
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1422
|
+
blobVersionedHashes?: undefined;
|
1423
|
+
} & {
|
1424
|
+
data?: `0x${string}` | undefined;
|
1425
|
+
from: `0x${string}`;
|
1426
|
+
gas?: bigint | undefined;
|
1427
|
+
nonce?: number | undefined;
|
1428
|
+
to?: `0x${string}` | null | undefined;
|
1429
|
+
value?: bigint | undefined;
|
1430
|
+
gasPrice?: bigint | undefined;
|
1431
|
+
maxFeePerBlobGas?: undefined;
|
1432
|
+
maxFeePerGas?: undefined;
|
1433
|
+
maxPriorityFeePerGas?: undefined;
|
1434
|
+
accessList?: undefined;
|
1435
|
+
blobs?: undefined;
|
1436
|
+
type?: "legacy" | undefined;
|
1437
|
+
kzg?: undefined;
|
1438
|
+
blobVersionedHashes?: undefined;
|
1439
|
+
sidecars?: undefined;
|
1440
|
+
} & {
|
1441
|
+
gasPerPubdata?: undefined;
|
1442
|
+
customSignature?: undefined;
|
1443
|
+
paymaster?: undefined;
|
1444
|
+
paymasterInput?: undefined;
|
1445
|
+
factoryDeps?: undefined;
|
1446
|
+
}) | ({
|
1447
|
+
data?: `0x${string}` | undefined;
|
1448
|
+
from?: `0x${string}`;
|
1449
|
+
gas?: bigint | undefined;
|
1450
|
+
nonce?: number | undefined;
|
1451
|
+
value?: bigint | undefined;
|
1452
|
+
to?: `0x${string}` | null | undefined;
|
1453
|
+
gasPrice?: bigint | undefined;
|
1454
|
+
maxFeePerGas?: bigint | undefined;
|
1455
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1456
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1457
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1458
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1459
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1460
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1461
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1462
|
+
blobVersionedHashes?: undefined;
|
1463
|
+
} & {
|
1464
|
+
data?: `0x${string}` | undefined;
|
1465
|
+
from: `0x${string}`;
|
1466
|
+
gas?: bigint | undefined;
|
1467
|
+
nonce?: number | undefined;
|
1468
|
+
to?: `0x${string}` | null | undefined;
|
1469
|
+
value?: bigint | undefined;
|
1470
|
+
gasPrice?: bigint | undefined;
|
1471
|
+
maxFeePerBlobGas?: undefined;
|
1472
|
+
maxFeePerGas?: undefined;
|
1473
|
+
maxPriorityFeePerGas?: undefined;
|
1474
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1475
|
+
blobs?: undefined;
|
1476
|
+
type?: "eip2930" | undefined;
|
1477
|
+
kzg?: undefined;
|
1478
|
+
blobVersionedHashes?: undefined;
|
1479
|
+
sidecars?: undefined;
|
1480
|
+
} & {
|
1481
|
+
gasPerPubdata?: undefined;
|
1482
|
+
customSignature?: undefined;
|
1483
|
+
paymaster?: undefined;
|
1484
|
+
paymasterInput?: undefined;
|
1485
|
+
factoryDeps?: undefined;
|
1486
|
+
}) | ({
|
1487
|
+
data?: `0x${string}` | undefined;
|
1488
|
+
from?: `0x${string}`;
|
1489
|
+
gas?: bigint | undefined;
|
1490
|
+
nonce?: number | undefined;
|
1491
|
+
value?: bigint | undefined;
|
1492
|
+
to?: `0x${string}` | null | undefined;
|
1493
|
+
gasPrice?: bigint | undefined;
|
1494
|
+
maxFeePerGas?: bigint | undefined;
|
1495
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1496
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1497
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1498
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1499
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1500
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1501
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1502
|
+
blobVersionedHashes?: undefined;
|
1503
|
+
} & {
|
1504
|
+
data?: `0x${string}` | undefined;
|
1505
|
+
from: `0x${string}`;
|
1506
|
+
gas?: bigint | undefined;
|
1507
|
+
nonce?: number | undefined;
|
1508
|
+
to?: `0x${string}` | null | undefined;
|
1509
|
+
value?: bigint | undefined;
|
1510
|
+
gasPrice?: undefined;
|
1511
|
+
maxFeePerBlobGas?: undefined;
|
1512
|
+
maxFeePerGas?: bigint | undefined;
|
1513
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1514
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1515
|
+
blobs?: undefined;
|
1516
|
+
type?: "eip1559" | undefined;
|
1517
|
+
kzg?: undefined;
|
1518
|
+
blobVersionedHashes?: undefined;
|
1519
|
+
sidecars?: undefined;
|
1520
|
+
} & {
|
1521
|
+
gasPerPubdata?: undefined;
|
1522
|
+
customSignature?: undefined;
|
1523
|
+
paymaster?: undefined;
|
1524
|
+
paymasterInput?: undefined;
|
1525
|
+
factoryDeps?: undefined;
|
1526
|
+
}) | ({
|
1527
|
+
data?: `0x${string}` | undefined;
|
1528
|
+
from?: `0x${string}`;
|
1529
|
+
gas?: bigint | undefined;
|
1530
|
+
nonce?: number | undefined;
|
1531
|
+
value?: bigint | undefined;
|
1532
|
+
to?: `0x${string}` | null | undefined;
|
1533
|
+
gasPrice?: bigint | undefined;
|
1534
|
+
maxFeePerGas?: bigint | undefined;
|
1535
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1536
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1537
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1538
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1539
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1540
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1541
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1542
|
+
blobVersionedHashes?: undefined;
|
1543
|
+
} & {
|
1544
|
+
data?: `0x${string}` | undefined;
|
1545
|
+
from: `0x${string}`;
|
1546
|
+
gas?: bigint | undefined;
|
1547
|
+
nonce?: number | undefined;
|
1548
|
+
value?: bigint | undefined;
|
1549
|
+
to: `0x${string}` | null;
|
1550
|
+
gasPrice?: undefined;
|
1551
|
+
maxFeePerGas?: bigint | undefined;
|
1552
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1553
|
+
maxFeePerBlobGas: bigint;
|
1554
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1555
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1556
|
+
type?: "eip4844" | undefined;
|
1557
|
+
kzg: import("../types/kzg.js").Kzg | undefined;
|
1558
|
+
blobVersionedHashes?: undefined;
|
1559
|
+
sidecars?: undefined;
|
1560
|
+
} & {
|
1561
|
+
gasPerPubdata?: undefined;
|
1562
|
+
customSignature?: undefined;
|
1563
|
+
paymaster?: undefined;
|
1564
|
+
paymasterInput?: undefined;
|
1565
|
+
factoryDeps?: undefined;
|
1566
|
+
}) | ({
|
1567
|
+
data?: `0x${string}` | undefined;
|
1568
|
+
from?: `0x${string}`;
|
1569
|
+
gas?: bigint | undefined;
|
1570
|
+
nonce?: number | undefined;
|
1571
|
+
value?: bigint | undefined;
|
1572
|
+
to?: `0x${string}` | null | undefined;
|
1573
|
+
gasPrice?: bigint | undefined;
|
1574
|
+
maxFeePerGas?: bigint | undefined;
|
1575
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1576
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1577
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1578
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1579
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1580
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1581
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1582
|
+
blobVersionedHashes?: undefined;
|
1583
|
+
} & {
|
1584
|
+
data?: `0x${string}` | undefined;
|
1585
|
+
from: `0x${string}`;
|
1586
|
+
gas?: bigint | undefined;
|
1587
|
+
nonce?: number | undefined;
|
1588
|
+
value?: bigint | undefined;
|
1589
|
+
to: `0x${string}` | null;
|
1590
|
+
gasPrice?: undefined;
|
1591
|
+
maxFeePerGas?: bigint | undefined;
|
1592
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1593
|
+
maxFeePerBlobGas: bigint;
|
1594
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1595
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1596
|
+
type?: "eip4844" | undefined;
|
1597
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1598
|
+
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
1599
|
+
blobVersionedHashes?: undefined;
|
1600
|
+
} & {
|
1601
|
+
gasPerPubdata?: undefined;
|
1602
|
+
customSignature?: undefined;
|
1603
|
+
paymaster?: undefined;
|
1604
|
+
paymasterInput?: undefined;
|
1605
|
+
factoryDeps?: undefined;
|
1606
|
+
}) | ({
|
1607
|
+
data?: `0x${string}` | undefined;
|
1608
|
+
from?: `0x${string}`;
|
1609
|
+
gas?: bigint | undefined;
|
1610
|
+
nonce?: number | undefined;
|
1611
|
+
value?: bigint | undefined;
|
1612
|
+
to?: `0x${string}` | null | undefined;
|
1613
|
+
gasPrice?: bigint | undefined;
|
1614
|
+
maxFeePerGas?: bigint | undefined;
|
1615
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1616
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1617
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1618
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1619
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1620
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1621
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1622
|
+
blobVersionedHashes?: undefined;
|
1623
|
+
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1624
|
+
gasPerPubdata?: bigint | undefined;
|
1625
|
+
customSignature?: `0x${string}` | undefined;
|
1626
|
+
factoryDeps?: `0x${string}`[] | undefined;
|
1627
|
+
type?: "priority" | "eip712" | undefined;
|
1628
|
+
} & {
|
1629
|
+
paymaster: `0x${string}`;
|
1630
|
+
paymasterInput: `0x${string}`;
|
1631
|
+
}) | ({
|
1632
|
+
data?: `0x${string}` | undefined;
|
1633
|
+
from?: `0x${string}`;
|
1634
|
+
gas?: bigint | undefined;
|
1635
|
+
nonce?: number | undefined;
|
1636
|
+
value?: bigint | undefined;
|
1637
|
+
to?: `0x${string}` | null | undefined;
|
1638
|
+
gasPrice?: bigint | undefined;
|
1639
|
+
maxFeePerGas?: bigint | undefined;
|
1640
|
+
maxPriorityFeePerGas?: bigint | undefined;
|
1641
|
+
maxFeePerBlobGas?: bigint | undefined;
|
1642
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1643
|
+
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1644
|
+
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1645
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1646
|
+
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1647
|
+
blobVersionedHashes?: undefined;
|
1648
|
+
} & Omit<import("../index.js").TransactionRequestBase, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
1649
|
+
gasPerPubdata?: bigint | undefined;
|
1650
|
+
customSignature?: `0x${string}` | undefined;
|
1651
|
+
factoryDeps?: `0x${string}`[] | undefined;
|
1652
|
+
type?: "priority" | "eip712" | undefined;
|
1653
|
+
} & {
|
1654
|
+
paymaster?: undefined;
|
1655
|
+
paymasterInput?: undefined;
|
1656
|
+
})) => ({
|
1657
|
+
data?: `0x${string}` | undefined;
|
1658
|
+
from: `0x${string}`;
|
1659
|
+
gas?: `0x${string}` | undefined;
|
1660
|
+
nonce?: `0x${string}` | undefined;
|
1661
|
+
to?: `0x${string}` | null | undefined;
|
1662
|
+
value?: `0x${string}` | undefined;
|
1663
|
+
gasPrice?: `0x${string}` | undefined;
|
1664
|
+
maxFeePerBlobGas?: undefined;
|
1665
|
+
maxFeePerGas?: undefined;
|
1666
|
+
maxPriorityFeePerGas?: undefined;
|
1667
|
+
accessList?: undefined;
|
1668
|
+
blobs?: undefined;
|
1669
|
+
type?: "0x0" | undefined;
|
1670
|
+
kzg?: undefined;
|
1671
|
+
blobVersionedHashes?: undefined;
|
1672
|
+
sidecars?: undefined;
|
1673
|
+
eip712Meta?: undefined;
|
1674
|
+
} | {
|
1675
|
+
data?: `0x${string}` | undefined;
|
1676
|
+
from: `0x${string}`;
|
1677
|
+
gas?: `0x${string}` | undefined;
|
1678
|
+
nonce?: `0x${string}` | undefined;
|
1679
|
+
to?: `0x${string}` | null | undefined;
|
1680
|
+
value?: `0x${string}` | undefined;
|
1681
|
+
gasPrice?: `0x${string}` | undefined;
|
1682
|
+
maxFeePerBlobGas?: undefined;
|
1683
|
+
maxFeePerGas?: undefined;
|
1684
|
+
maxPriorityFeePerGas?: undefined;
|
1685
|
+
accessList?: undefined;
|
1686
|
+
blobs?: undefined;
|
1687
|
+
type?: "0x1" | undefined;
|
1688
|
+
kzg?: undefined;
|
1689
|
+
blobVersionedHashes?: undefined;
|
1690
|
+
sidecars?: undefined;
|
1691
|
+
eip712Meta?: undefined;
|
1692
|
+
} | {
|
1693
|
+
data?: `0x${string}` | undefined;
|
1694
|
+
from: `0x${string}`;
|
1695
|
+
gas?: `0x${string}` | undefined;
|
1696
|
+
nonce?: `0x${string}` | undefined;
|
1697
|
+
to?: `0x${string}` | null | undefined;
|
1698
|
+
value?: `0x${string}` | undefined;
|
1699
|
+
gasPrice?: undefined;
|
1700
|
+
maxFeePerBlobGas?: undefined;
|
1701
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1702
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1703
|
+
accessList?: undefined;
|
1704
|
+
blobs?: undefined;
|
1705
|
+
type?: "0x2" | undefined;
|
1706
|
+
kzg?: undefined;
|
1707
|
+
blobVersionedHashes?: undefined;
|
1708
|
+
sidecars?: undefined;
|
1709
|
+
eip712Meta?: undefined;
|
1710
|
+
} | {
|
1711
|
+
data?: `0x${string}` | undefined;
|
1712
|
+
from: `0x${string}`;
|
1713
|
+
gas?: `0x${string}` | undefined;
|
1714
|
+
nonce?: `0x${string}` | undefined;
|
1715
|
+
to?: `0x${string}` | null | undefined;
|
1716
|
+
value?: `0x${string}` | undefined;
|
1717
|
+
gasPrice?: undefined;
|
1718
|
+
maxFeePerBlobGas?: undefined;
|
1719
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1720
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1721
|
+
accessList?: undefined;
|
1722
|
+
blobs?: undefined;
|
1723
|
+
type: "0xff" | "0x71";
|
1724
|
+
kzg?: undefined;
|
1725
|
+
blobVersionedHashes?: undefined;
|
1726
|
+
sidecars?: undefined;
|
1727
|
+
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1728
|
+
} | {
|
1729
|
+
data?: `0x${string}` | undefined;
|
1730
|
+
from: `0x${string}`;
|
1731
|
+
gas?: `0x${string}` | undefined;
|
1732
|
+
nonce?: `0x${string}` | undefined;
|
1733
|
+
to?: `0x${string}` | null | undefined;
|
1734
|
+
value?: `0x${string}` | undefined;
|
1735
|
+
gasPrice?: `0x${string}` | undefined;
|
1736
|
+
maxFeePerBlobGas?: undefined;
|
1737
|
+
maxFeePerGas?: undefined;
|
1738
|
+
maxPriorityFeePerGas?: undefined;
|
1739
|
+
accessList?: undefined;
|
1740
|
+
blobs?: undefined;
|
1741
|
+
type?: "0x0" | undefined;
|
1742
|
+
kzg?: undefined;
|
1743
|
+
blobVersionedHashes?: undefined;
|
1744
|
+
sidecars?: undefined;
|
1745
|
+
eip712Meta?: undefined;
|
1746
|
+
} | {
|
1747
|
+
data?: `0x${string}` | undefined;
|
1748
|
+
from: `0x${string}`;
|
1749
|
+
gas?: `0x${string}` | undefined;
|
1750
|
+
nonce?: `0x${string}` | undefined;
|
1751
|
+
to?: `0x${string}` | null | undefined;
|
1752
|
+
value?: `0x${string}` | undefined;
|
1753
|
+
gasPrice?: `0x${string}` | undefined;
|
1754
|
+
maxFeePerBlobGas?: undefined;
|
1755
|
+
maxFeePerGas?: undefined;
|
1756
|
+
maxPriorityFeePerGas?: undefined;
|
1757
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1758
|
+
blobs?: undefined;
|
1759
|
+
type?: "0x1" | undefined;
|
1760
|
+
kzg?: undefined;
|
1761
|
+
blobVersionedHashes?: undefined;
|
1762
|
+
sidecars?: undefined;
|
1763
|
+
eip712Meta?: undefined;
|
1764
|
+
} | {
|
1765
|
+
data?: `0x${string}` | undefined;
|
1766
|
+
from: `0x${string}`;
|
1767
|
+
gas?: `0x${string}` | undefined;
|
1768
|
+
nonce?: `0x${string}` | undefined;
|
1769
|
+
to?: `0x${string}` | null | undefined;
|
1770
|
+
value?: `0x${string}` | undefined;
|
1771
|
+
gasPrice?: undefined;
|
1772
|
+
maxFeePerBlobGas?: undefined;
|
1773
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1774
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1775
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1776
|
+
blobs?: undefined;
|
1777
|
+
type?: "0x2" | undefined;
|
1778
|
+
kzg?: undefined;
|
1779
|
+
blobVersionedHashes?: undefined;
|
1780
|
+
sidecars?: undefined;
|
1781
|
+
eip712Meta?: undefined;
|
1782
|
+
} | {
|
1783
|
+
data?: `0x${string}` | undefined;
|
1784
|
+
from: `0x${string}`;
|
1785
|
+
gas?: `0x${string}` | undefined;
|
1786
|
+
nonce?: `0x${string}` | undefined;
|
1787
|
+
to?: `0x${string}` | null | undefined;
|
1788
|
+
value?: `0x${string}` | undefined;
|
1789
|
+
gasPrice?: undefined;
|
1790
|
+
maxFeePerBlobGas?: undefined;
|
1791
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1792
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1793
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1794
|
+
blobs?: undefined;
|
1795
|
+
type: "0xff" | "0x71";
|
1796
|
+
kzg?: undefined;
|
1797
|
+
blobVersionedHashes?: undefined;
|
1798
|
+
sidecars?: undefined;
|
1799
|
+
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1800
|
+
} | {
|
1801
|
+
data?: `0x${string}` | undefined;
|
1802
|
+
from: `0x${string}`;
|
1803
|
+
gas?: `0x${string}` | undefined;
|
1804
|
+
nonce?: `0x${string}` | undefined;
|
1805
|
+
to?: `0x${string}` | null | undefined;
|
1806
|
+
value?: `0x${string}` | undefined;
|
1807
|
+
gasPrice?: `0x${string}` | undefined;
|
1808
|
+
maxFeePerBlobGas?: undefined;
|
1809
|
+
maxFeePerGas?: undefined;
|
1810
|
+
maxPriorityFeePerGas?: undefined;
|
1811
|
+
accessList?: undefined;
|
1812
|
+
blobs?: undefined;
|
1813
|
+
type?: "0x0" | undefined;
|
1814
|
+
kzg?: undefined;
|
1815
|
+
blobVersionedHashes?: undefined;
|
1816
|
+
sidecars?: undefined;
|
1817
|
+
eip712Meta?: undefined;
|
1818
|
+
} | {
|
1819
|
+
data?: `0x${string}` | undefined;
|
1820
|
+
from: `0x${string}`;
|
1821
|
+
gas?: `0x${string}` | undefined;
|
1822
|
+
nonce?: `0x${string}` | undefined;
|
1823
|
+
to?: `0x${string}` | null | undefined;
|
1824
|
+
value?: `0x${string}` | undefined;
|
1825
|
+
gasPrice?: `0x${string}` | undefined;
|
1826
|
+
maxFeePerBlobGas?: undefined;
|
1827
|
+
maxFeePerGas?: undefined;
|
1828
|
+
maxPriorityFeePerGas?: undefined;
|
1829
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1830
|
+
blobs?: undefined;
|
1831
|
+
type?: "0x1" | undefined;
|
1832
|
+
kzg?: undefined;
|
1833
|
+
blobVersionedHashes?: undefined;
|
1834
|
+
sidecars?: undefined;
|
1835
|
+
eip712Meta?: undefined;
|
1836
|
+
} | {
|
1837
|
+
data?: `0x${string}` | undefined;
|
1838
|
+
from: `0x${string}`;
|
1839
|
+
gas?: `0x${string}` | undefined;
|
1840
|
+
nonce?: `0x${string}` | undefined;
|
1841
|
+
to?: `0x${string}` | null | undefined;
|
1842
|
+
value?: `0x${string}` | undefined;
|
1843
|
+
gasPrice?: undefined;
|
1844
|
+
maxFeePerBlobGas?: undefined;
|
1845
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1846
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1847
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1848
|
+
blobs?: undefined;
|
1849
|
+
type?: "0x2" | undefined;
|
1850
|
+
kzg?: undefined;
|
1851
|
+
blobVersionedHashes?: undefined;
|
1852
|
+
sidecars?: undefined;
|
1853
|
+
eip712Meta?: undefined;
|
1219
1854
|
} | {
|
1220
1855
|
data?: `0x${string}` | undefined;
|
1221
1856
|
from: `0x${string}`;
|
@@ -1230,6 +1865,81 @@ export declare const chainConfig: {
|
|
1230
1865
|
accessList?: import("../index.js").AccessList | undefined;
|
1231
1866
|
blobs?: undefined;
|
1232
1867
|
type: "0xff" | "0x71";
|
1868
|
+
kzg?: undefined;
|
1869
|
+
blobVersionedHashes?: undefined;
|
1870
|
+
sidecars?: undefined;
|
1871
|
+
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1872
|
+
} | {
|
1873
|
+
data?: `0x${string}` | undefined;
|
1874
|
+
from: `0x${string}`;
|
1875
|
+
gas?: `0x${string}` | undefined;
|
1876
|
+
nonce?: `0x${string}` | undefined;
|
1877
|
+
value?: `0x${string}` | undefined;
|
1878
|
+
to: `0x${string}` | null;
|
1879
|
+
gasPrice?: undefined;
|
1880
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1881
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1882
|
+
maxFeePerBlobGas: `0x${string}`;
|
1883
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1884
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1885
|
+
type?: "0x3" | undefined;
|
1886
|
+
kzg: import("../types/kzg.js").Kzg | undefined;
|
1887
|
+
blobVersionedHashes?: undefined;
|
1888
|
+
sidecars?: undefined;
|
1889
|
+
eip712Meta?: undefined;
|
1890
|
+
} | {
|
1891
|
+
data?: `0x${string}` | undefined;
|
1892
|
+
from: `0x${string}`;
|
1893
|
+
gas?: `0x${string}` | undefined;
|
1894
|
+
nonce?: `0x${string}` | undefined;
|
1895
|
+
value?: `0x${string}` | undefined;
|
1896
|
+
to: `0x${string}` | null | undefined;
|
1897
|
+
gasPrice?: undefined;
|
1898
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1899
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1900
|
+
maxFeePerBlobGas: undefined;
|
1901
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1902
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1903
|
+
type: "0xff" | "0x71";
|
1904
|
+
kzg: import("../types/kzg.js").Kzg | undefined;
|
1905
|
+
blobVersionedHashes?: undefined;
|
1906
|
+
sidecars?: undefined;
|
1907
|
+
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1908
|
+
} | {
|
1909
|
+
data?: `0x${string}` | undefined;
|
1910
|
+
from: `0x${string}`;
|
1911
|
+
gas?: `0x${string}` | undefined;
|
1912
|
+
nonce?: `0x${string}` | undefined;
|
1913
|
+
value?: `0x${string}` | undefined;
|
1914
|
+
to: `0x${string}` | null;
|
1915
|
+
gasPrice?: undefined;
|
1916
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1917
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1918
|
+
maxFeePerBlobGas: `0x${string}`;
|
1919
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1920
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1921
|
+
type?: "0x3" | undefined;
|
1922
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1923
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1924
|
+
sidecars?: undefined;
|
1925
|
+
eip712Meta?: undefined;
|
1926
|
+
} | {
|
1927
|
+
data?: `0x${string}` | undefined;
|
1928
|
+
from: `0x${string}`;
|
1929
|
+
gas?: `0x${string}` | undefined;
|
1930
|
+
nonce?: `0x${string}` | undefined;
|
1931
|
+
value?: `0x${string}` | undefined;
|
1932
|
+
to: `0x${string}` | null | undefined;
|
1933
|
+
gasPrice?: undefined;
|
1934
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1935
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1936
|
+
maxFeePerBlobGas: undefined;
|
1937
|
+
accessList?: import("../index.js").AccessList | undefined;
|
1938
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1939
|
+
type: "0xff" | "0x71";
|
1940
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1941
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1942
|
+
sidecars?: undefined;
|
1233
1943
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1234
1944
|
} | {
|
1235
1945
|
data?: `0x${string}` | undefined;
|
@@ -1245,6 +1955,9 @@ export declare const chainConfig: {
|
|
1245
1955
|
accessList?: import("../index.js").AccessList | undefined;
|
1246
1956
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1247
1957
|
type?: "0x3" | undefined;
|
1958
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1959
|
+
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
1960
|
+
blobVersionedHashes?: undefined;
|
1248
1961
|
eip712Meta?: undefined;
|
1249
1962
|
} | {
|
1250
1963
|
data?: `0x${string}` | undefined;
|
@@ -1260,6 +1973,9 @@ export declare const chainConfig: {
|
|
1260
1973
|
accessList?: import("../index.js").AccessList | undefined;
|
1261
1974
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1262
1975
|
type: "0xff" | "0x71";
|
1976
|
+
kzg?: import("../types/kzg.js").Kzg | undefined;
|
1977
|
+
sidecars: readonly import("../index.js").BlobSidecar<`0x${string}`>[];
|
1978
|
+
blobVersionedHashes?: undefined;
|
1263
1979
|
eip712Meta: import("./index.js").ZkSyncEip712Meta;
|
1264
1980
|
}) & {
|
1265
1981
|
gasPerPubdata: never;
|