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