@edgeandnode/graph-auth-kit 7.5.0-icon-to-addon-1753634730529-66b7664fd56d4fbd7839a3c782bb930f6376afa6 → 7.5.0-icon-to-addon-1757178376864-e02209e97a2699859bf556f2ebfc67a213c0d549

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/dist/client.d.ts CHANGED
@@ -2635,3744 +2635,6 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2635
2635
  fees?: import('viem').ChainFees<undefined> | undefined;
2636
2636
  formatters?: undefined;
2637
2637
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2638
- }, chainOverride> extends infer T_14 ? T_14 extends import('viem').DeriveChain<{
2639
- graphCliName: string;
2640
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2641
- blockExplorers: {
2642
- readonly default: {
2643
- readonly name: "Etherscan";
2644
- readonly url: "https://etherscan.io";
2645
- readonly apiUrl: "https://api.etherscan.io/api";
2646
- };
2647
- };
2648
- blockTime?: number | undefined | undefined;
2649
- contracts: {
2650
- readonly ensRegistry: {
2651
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2652
- };
2653
- readonly ensUniversalResolver: {
2654
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2655
- readonly blockCreated: 19258213;
2656
- };
2657
- readonly multicall3: {
2658
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2659
- readonly blockCreated: 14353601;
2660
- };
2661
- };
2662
- ensTlds?: readonly string[] | undefined;
2663
- id: 1;
2664
- name: "Ethereum";
2665
- nativeCurrency: {
2666
- readonly name: "Ether";
2667
- readonly symbol: "ETH";
2668
- readonly decimals: 18;
2669
- };
2670
- experimental_preconfirmationTime?: number | undefined | undefined;
2671
- rpcUrls: {
2672
- readonly default: {
2673
- readonly http: readonly ["https://eth.merkle.io"];
2674
- };
2675
- };
2676
- sourceId?: number | undefined | undefined;
2677
- testnet?: boolean | undefined | undefined;
2678
- custom?: Record<string, unknown> | undefined;
2679
- fees?: import('viem').ChainFees<undefined> | undefined;
2680
- formatters?: undefined;
2681
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2682
- } | {
2683
- graphCliName: string;
2684
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2685
- blockExplorers: {
2686
- readonly default: {
2687
- readonly name: "Etherscan";
2688
- readonly url: "https://sepolia.etherscan.io";
2689
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2690
- };
2691
- };
2692
- blockTime?: number | undefined | undefined;
2693
- contracts: {
2694
- readonly multicall3: {
2695
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2696
- readonly blockCreated: 751532;
2697
- };
2698
- readonly ensRegistry: {
2699
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2700
- };
2701
- readonly ensUniversalResolver: {
2702
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2703
- readonly blockCreated: 5317080;
2704
- };
2705
- };
2706
- ensTlds?: readonly string[] | undefined;
2707
- id: 11155111;
2708
- name: "Sepolia";
2709
- nativeCurrency: {
2710
- readonly name: "Sepolia Ether";
2711
- readonly symbol: "ETH";
2712
- readonly decimals: 18;
2713
- };
2714
- experimental_preconfirmationTime?: number | undefined | undefined;
2715
- rpcUrls: {
2716
- readonly default: {
2717
- readonly http: readonly ["https://sepolia.drpc.org"];
2718
- };
2719
- };
2720
- sourceId?: number | undefined | undefined;
2721
- testnet: true;
2722
- custom?: Record<string, unknown> | undefined;
2723
- fees?: import('viem').ChainFees<undefined> | undefined;
2724
- formatters?: undefined;
2725
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2726
- } | {
2727
- graphCliName: string;
2728
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2729
- blockExplorers: {
2730
- readonly default: {
2731
- readonly name: "Arbiscan";
2732
- readonly url: "https://arbiscan.io";
2733
- readonly apiUrl: "https://api.arbiscan.io/api";
2734
- };
2735
- };
2736
- blockTime: 250;
2737
- contracts: {
2738
- readonly multicall3: {
2739
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2740
- readonly blockCreated: 7654707;
2741
- };
2742
- };
2743
- ensTlds?: readonly string[] | undefined;
2744
- id: 42161;
2745
- name: "Arbitrum One";
2746
- nativeCurrency: {
2747
- readonly name: "Ether";
2748
- readonly symbol: "ETH";
2749
- readonly decimals: 18;
2750
- };
2751
- experimental_preconfirmationTime?: number | undefined | undefined;
2752
- rpcUrls: {
2753
- readonly default: {
2754
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2755
- };
2756
- };
2757
- sourceId?: number | undefined | undefined;
2758
- testnet?: boolean | undefined | undefined;
2759
- custom?: Record<string, unknown> | undefined;
2760
- fees?: import('viem').ChainFees<undefined> | undefined;
2761
- formatters?: undefined;
2762
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2763
- } | {
2764
- graphCliName: string;
2765
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2766
- blockExplorers: {
2767
- readonly default: {
2768
- readonly name: "Arbiscan";
2769
- readonly url: "https://sepolia.arbiscan.io";
2770
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2771
- };
2772
- };
2773
- blockTime: 250;
2774
- contracts: {
2775
- readonly multicall3: {
2776
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2777
- readonly blockCreated: 81930;
2778
- };
2779
- };
2780
- ensTlds?: readonly string[] | undefined;
2781
- id: 421614;
2782
- name: "Arbitrum Sepolia";
2783
- nativeCurrency: {
2784
- readonly name: "Arbitrum Sepolia Ether";
2785
- readonly symbol: "ETH";
2786
- readonly decimals: 18;
2787
- };
2788
- experimental_preconfirmationTime?: number | undefined | undefined;
2789
- rpcUrls: {
2790
- readonly default: {
2791
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2792
- };
2793
- };
2794
- sourceId?: number | undefined | undefined;
2795
- testnet: true;
2796
- custom?: Record<string, unknown> | undefined;
2797
- fees?: import('viem').ChainFees<undefined> | undefined;
2798
- formatters?: undefined;
2799
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2800
- }, chainOverride> ? T_14 extends import('viem').Chain ? {
2801
- chain: T_14;
2802
- } : {
2803
- chain?: undefined;
2804
- } : never : never) & (import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> extends infer T_15 ? T_15 extends import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> ? T_15 extends import('viem').Account ? {
2805
- account: T_15;
2806
- from: import('abitype').Address;
2807
- } : {
2808
- account?: undefined;
2809
- from?: undefined;
2810
- } : never : never), import('viem').IsNever<((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
2811
- accessList?: undefined | undefined;
2812
- authorizationList?: undefined | undefined;
2813
- blobs?: undefined | undefined;
2814
- blobVersionedHashes?: undefined | undefined;
2815
- gasPrice?: bigint | undefined;
2816
- sidecars?: undefined | undefined;
2817
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
2818
- accessList?: import('viem').AccessList | undefined;
2819
- authorizationList?: undefined | undefined;
2820
- blobs?: undefined | undefined;
2821
- blobVersionedHashes?: undefined | undefined;
2822
- gasPrice?: undefined | undefined;
2823
- maxFeePerBlobGas?: undefined | undefined;
2824
- maxFeePerGas?: bigint | undefined;
2825
- maxPriorityFeePerGas?: bigint | undefined;
2826
- sidecars?: undefined | undefined;
2827
- } & (import('viem').OneOf<{
2828
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
2829
- } | {
2830
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
2831
- }, import('viem').FeeValuesEIP1559> & {
2832
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
2833
- }) ? "eip1559" : never) | (request extends {
2834
- accessList?: import('viem').AccessList | undefined;
2835
- authorizationList?: undefined | undefined;
2836
- blobs?: undefined | undefined;
2837
- blobVersionedHashes?: undefined | undefined;
2838
- gasPrice?: bigint | undefined;
2839
- sidecars?: undefined | undefined;
2840
- maxFeePerBlobGas?: undefined | undefined;
2841
- maxFeePerGas?: undefined | undefined;
2842
- maxPriorityFeePerGas?: undefined | undefined;
2843
- } & {
2844
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
2845
- } ? "eip2930" : never) | (request extends ({
2846
- accessList?: import('viem').AccessList | undefined;
2847
- authorizationList?: undefined | undefined;
2848
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
2849
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2850
- maxFeePerBlobGas?: bigint | undefined;
2851
- maxFeePerGas?: bigint | undefined;
2852
- maxPriorityFeePerGas?: bigint | undefined;
2853
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
2854
- } | {
2855
- accessList?: import('viem').AccessList | undefined;
2856
- authorizationList?: undefined | undefined;
2857
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
2858
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2859
- maxFeePerBlobGas?: bigint | undefined;
2860
- maxFeePerGas?: bigint | undefined;
2861
- maxPriorityFeePerGas?: bigint | undefined;
2862
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
2863
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
2864
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
2865
- } | {
2866
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
2867
- } | {
2868
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
2869
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2870
- accessList?: import('viem').AccessList | undefined;
2871
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
2872
- blobs?: undefined | undefined;
2873
- blobVersionedHashes?: undefined | undefined;
2874
- gasPrice?: undefined | undefined;
2875
- maxFeePerBlobGas?: undefined | undefined;
2876
- maxFeePerGas?: bigint | undefined;
2877
- maxPriorityFeePerGas?: bigint | undefined;
2878
- sidecars?: undefined | undefined;
2879
- } | {
2880
- accessList?: import('viem').AccessList | undefined;
2881
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
2882
- blobs?: undefined | undefined;
2883
- blobVersionedHashes?: undefined | undefined;
2884
- gasPrice?: undefined | undefined;
2885
- maxFeePerBlobGas?: undefined | undefined;
2886
- maxFeePerGas?: bigint | undefined;
2887
- maxPriorityFeePerGas?: bigint | undefined;
2888
- sidecars?: undefined | undefined;
2889
- }) & {
2890
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
2891
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
2892
- accessList?: undefined | undefined;
2893
- authorizationList?: undefined | undefined;
2894
- blobs?: undefined | undefined;
2895
- blobVersionedHashes?: undefined | undefined;
2896
- gasPrice?: bigint | undefined;
2897
- sidecars?: undefined | undefined;
2898
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
2899
- accessList?: import('viem').AccessList | undefined;
2900
- authorizationList?: undefined | undefined;
2901
- blobs?: undefined | undefined;
2902
- blobVersionedHashes?: undefined | undefined;
2903
- gasPrice?: undefined | undefined;
2904
- maxFeePerBlobGas?: undefined | undefined;
2905
- maxFeePerGas?: bigint | undefined;
2906
- maxPriorityFeePerGas?: bigint | undefined;
2907
- sidecars?: undefined | undefined;
2908
- } & (import('viem').OneOf<{
2909
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
2910
- } | {
2911
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
2912
- }, import('viem').FeeValuesEIP1559> & {
2913
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
2914
- }) ? "eip1559" : never) | (request extends {
2915
- accessList?: import('viem').AccessList | undefined;
2916
- authorizationList?: undefined | undefined;
2917
- blobs?: undefined | undefined;
2918
- blobVersionedHashes?: undefined | undefined;
2919
- gasPrice?: bigint | undefined;
2920
- sidecars?: undefined | undefined;
2921
- maxFeePerBlobGas?: undefined | undefined;
2922
- maxFeePerGas?: undefined | undefined;
2923
- maxPriorityFeePerGas?: undefined | undefined;
2924
- } & {
2925
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
2926
- } ? "eip2930" : never) | (request extends ({
2927
- accessList?: import('viem').AccessList | undefined;
2928
- authorizationList?: undefined | undefined;
2929
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
2930
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2931
- maxFeePerBlobGas?: bigint | undefined;
2932
- maxFeePerGas?: bigint | undefined;
2933
- maxPriorityFeePerGas?: bigint | undefined;
2934
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
2935
- } | {
2936
- accessList?: import('viem').AccessList | undefined;
2937
- authorizationList?: undefined | undefined;
2938
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
2939
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2940
- maxFeePerBlobGas?: bigint | undefined;
2941
- maxFeePerGas?: bigint | undefined;
2942
- maxPriorityFeePerGas?: bigint | undefined;
2943
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
2944
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
2945
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
2946
- } | {
2947
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
2948
- } | {
2949
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
2950
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2951
- accessList?: import('viem').AccessList | undefined;
2952
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
2953
- blobs?: undefined | undefined;
2954
- blobVersionedHashes?: undefined | undefined;
2955
- gasPrice?: undefined | undefined;
2956
- maxFeePerBlobGas?: undefined | undefined;
2957
- maxFeePerGas?: bigint | undefined;
2958
- maxPriorityFeePerGas?: bigint | undefined;
2959
- sidecars?: undefined | undefined;
2960
- } | {
2961
- accessList?: import('viem').AccessList | undefined;
2962
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
2963
- blobs?: undefined | undefined;
2964
- blobVersionedHashes?: undefined | undefined;
2965
- gasPrice?: undefined | undefined;
2966
- maxFeePerBlobGas?: undefined | undefined;
2967
- maxFeePerGas?: bigint | undefined;
2968
- maxPriorityFeePerGas?: bigint | undefined;
2969
- sidecars?: undefined | undefined;
2970
- }) & {
2971
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
2972
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_16 ? T_16 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
2973
- accessList?: undefined | undefined;
2974
- authorizationList?: undefined | undefined;
2975
- blobs?: undefined | undefined;
2976
- blobVersionedHashes?: undefined | undefined;
2977
- gasPrice?: bigint | undefined;
2978
- sidecars?: undefined | undefined;
2979
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
2980
- accessList?: import('viem').AccessList | undefined;
2981
- authorizationList?: undefined | undefined;
2982
- blobs?: undefined | undefined;
2983
- blobVersionedHashes?: undefined | undefined;
2984
- gasPrice?: undefined | undefined;
2985
- maxFeePerBlobGas?: undefined | undefined;
2986
- maxFeePerGas?: bigint | undefined;
2987
- maxPriorityFeePerGas?: bigint | undefined;
2988
- sidecars?: undefined | undefined;
2989
- } & (import('viem').OneOf<{
2990
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
2991
- } | {
2992
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
2993
- }, import('viem').FeeValuesEIP1559> & {
2994
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
2995
- }) ? "eip1559" : never) | (request extends {
2996
- accessList?: import('viem').AccessList | undefined;
2997
- authorizationList?: undefined | undefined;
2998
- blobs?: undefined | undefined;
2999
- blobVersionedHashes?: undefined | undefined;
3000
- gasPrice?: bigint | undefined;
3001
- sidecars?: undefined | undefined;
3002
- maxFeePerBlobGas?: undefined | undefined;
3003
- maxFeePerGas?: undefined | undefined;
3004
- maxPriorityFeePerGas?: undefined | undefined;
3005
- } & {
3006
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3007
- } ? "eip2930" : never) | (request extends ({
3008
- accessList?: import('viem').AccessList | undefined;
3009
- authorizationList?: undefined | undefined;
3010
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3011
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3012
- maxFeePerBlobGas?: bigint | undefined;
3013
- maxFeePerGas?: bigint | undefined;
3014
- maxPriorityFeePerGas?: bigint | undefined;
3015
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3016
- } | {
3017
- accessList?: import('viem').AccessList | undefined;
3018
- authorizationList?: undefined | undefined;
3019
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3020
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3021
- maxFeePerBlobGas?: bigint | undefined;
3022
- maxFeePerGas?: bigint | undefined;
3023
- maxPriorityFeePerGas?: bigint | undefined;
3024
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3025
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3026
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3027
- } | {
3028
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3029
- } | {
3030
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3031
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3032
- accessList?: import('viem').AccessList | undefined;
3033
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3034
- blobs?: undefined | undefined;
3035
- blobVersionedHashes?: undefined | undefined;
3036
- gasPrice?: undefined | undefined;
3037
- maxFeePerBlobGas?: undefined | undefined;
3038
- maxFeePerGas?: bigint | undefined;
3039
- maxPriorityFeePerGas?: bigint | undefined;
3040
- sidecars?: undefined | undefined;
3041
- } | {
3042
- accessList?: import('viem').AccessList | undefined;
3043
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3044
- blobs?: undefined | undefined;
3045
- blobVersionedHashes?: undefined | undefined;
3046
- gasPrice?: undefined | undefined;
3047
- maxFeePerBlobGas?: undefined | undefined;
3048
- maxFeePerGas?: bigint | undefined;
3049
- maxPriorityFeePerGas?: bigint | undefined;
3050
- sidecars?: undefined | undefined;
3051
- }) & {
3052
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3053
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3054
- accessList?: undefined | undefined;
3055
- authorizationList?: undefined | undefined;
3056
- blobs?: undefined | undefined;
3057
- blobVersionedHashes?: undefined | undefined;
3058
- gasPrice?: bigint | undefined;
3059
- sidecars?: undefined | undefined;
3060
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3061
- accessList?: import('viem').AccessList | undefined;
3062
- authorizationList?: undefined | undefined;
3063
- blobs?: undefined | undefined;
3064
- blobVersionedHashes?: undefined | undefined;
3065
- gasPrice?: undefined | undefined;
3066
- maxFeePerBlobGas?: undefined | undefined;
3067
- maxFeePerGas?: bigint | undefined;
3068
- maxPriorityFeePerGas?: bigint | undefined;
3069
- sidecars?: undefined | undefined;
3070
- } & (import('viem').OneOf<{
3071
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3072
- } | {
3073
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3074
- }, import('viem').FeeValuesEIP1559> & {
3075
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3076
- }) ? "eip1559" : never) | (request extends {
3077
- accessList?: import('viem').AccessList | undefined;
3078
- authorizationList?: undefined | undefined;
3079
- blobs?: undefined | undefined;
3080
- blobVersionedHashes?: undefined | undefined;
3081
- gasPrice?: bigint | undefined;
3082
- sidecars?: undefined | undefined;
3083
- maxFeePerBlobGas?: undefined | undefined;
3084
- maxFeePerGas?: undefined | undefined;
3085
- maxPriorityFeePerGas?: undefined | undefined;
3086
- } & {
3087
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3088
- } ? "eip2930" : never) | (request extends ({
3089
- accessList?: import('viem').AccessList | undefined;
3090
- authorizationList?: undefined | undefined;
3091
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3092
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3093
- maxFeePerBlobGas?: bigint | undefined;
3094
- maxFeePerGas?: bigint | undefined;
3095
- maxPriorityFeePerGas?: bigint | undefined;
3096
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3097
- } | {
3098
- accessList?: import('viem').AccessList | undefined;
3099
- authorizationList?: undefined | undefined;
3100
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3101
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3102
- maxFeePerBlobGas?: bigint | undefined;
3103
- maxFeePerGas?: bigint | undefined;
3104
- maxPriorityFeePerGas?: bigint | undefined;
3105
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3106
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3107
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3108
- } | {
3109
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3110
- } | {
3111
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3112
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3113
- accessList?: import('viem').AccessList | undefined;
3114
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3115
- blobs?: undefined | undefined;
3116
- blobVersionedHashes?: undefined | undefined;
3117
- gasPrice?: undefined | undefined;
3118
- maxFeePerBlobGas?: undefined | undefined;
3119
- maxFeePerGas?: bigint | undefined;
3120
- maxPriorityFeePerGas?: bigint | undefined;
3121
- sidecars?: undefined | undefined;
3122
- } | {
3123
- accessList?: import('viem').AccessList | undefined;
3124
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3125
- blobs?: undefined | undefined;
3126
- blobVersionedHashes?: undefined | undefined;
3127
- gasPrice?: undefined | undefined;
3128
- maxFeePerBlobGas?: undefined | undefined;
3129
- maxFeePerGas?: bigint | undefined;
3130
- maxPriorityFeePerGas?: bigint | undefined;
3131
- sidecars?: undefined | undefined;
3132
- }) & {
3133
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3134
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_16 extends "legacy" ? import('viem').TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3135
- accessList?: undefined | undefined;
3136
- authorizationList?: undefined | undefined;
3137
- blobs?: undefined | undefined;
3138
- blobVersionedHashes?: undefined | undefined;
3139
- gasPrice?: bigint | undefined;
3140
- sidecars?: undefined | undefined;
3141
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3142
- accessList?: import('viem').AccessList | undefined;
3143
- authorizationList?: undefined | undefined;
3144
- blobs?: undefined | undefined;
3145
- blobVersionedHashes?: undefined | undefined;
3146
- gasPrice?: undefined | undefined;
3147
- maxFeePerBlobGas?: undefined | undefined;
3148
- maxFeePerGas?: bigint | undefined;
3149
- maxPriorityFeePerGas?: bigint | undefined;
3150
- sidecars?: undefined | undefined;
3151
- } & (import('viem').OneOf<{
3152
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3153
- } | {
3154
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3155
- }, import('viem').FeeValuesEIP1559> & {
3156
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3157
- }) ? "eip1559" : never) | (request extends {
3158
- accessList?: import('viem').AccessList | undefined;
3159
- authorizationList?: undefined | undefined;
3160
- blobs?: undefined | undefined;
3161
- blobVersionedHashes?: undefined | undefined;
3162
- gasPrice?: bigint | undefined;
3163
- sidecars?: undefined | undefined;
3164
- maxFeePerBlobGas?: undefined | undefined;
3165
- maxFeePerGas?: undefined | undefined;
3166
- maxPriorityFeePerGas?: undefined | undefined;
3167
- } & {
3168
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3169
- } ? "eip2930" : never) | (request extends ({
3170
- accessList?: import('viem').AccessList | undefined;
3171
- authorizationList?: undefined | undefined;
3172
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3173
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3174
- maxFeePerBlobGas?: bigint | undefined;
3175
- maxFeePerGas?: bigint | undefined;
3176
- maxPriorityFeePerGas?: bigint | undefined;
3177
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3178
- } | {
3179
- accessList?: import('viem').AccessList | undefined;
3180
- authorizationList?: undefined | undefined;
3181
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3182
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3183
- maxFeePerBlobGas?: bigint | undefined;
3184
- maxFeePerGas?: bigint | undefined;
3185
- maxPriorityFeePerGas?: bigint | undefined;
3186
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3187
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3188
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3189
- } | {
3190
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3191
- } | {
3192
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3193
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3194
- accessList?: import('viem').AccessList | undefined;
3195
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3196
- blobs?: undefined | undefined;
3197
- blobVersionedHashes?: undefined | undefined;
3198
- gasPrice?: undefined | undefined;
3199
- maxFeePerBlobGas?: undefined | undefined;
3200
- maxFeePerGas?: bigint | undefined;
3201
- maxPriorityFeePerGas?: bigint | undefined;
3202
- sidecars?: undefined | undefined;
3203
- } | {
3204
- accessList?: import('viem').AccessList | undefined;
3205
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3206
- blobs?: undefined | undefined;
3207
- blobVersionedHashes?: undefined | undefined;
3208
- gasPrice?: undefined | undefined;
3209
- maxFeePerBlobGas?: undefined | undefined;
3210
- maxFeePerGas?: bigint | undefined;
3211
- maxPriorityFeePerGas?: bigint | undefined;
3212
- sidecars?: undefined | undefined;
3213
- }) & {
3214
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3215
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3216
- accessList?: undefined | undefined;
3217
- authorizationList?: undefined | undefined;
3218
- blobs?: undefined | undefined;
3219
- blobVersionedHashes?: undefined | undefined;
3220
- gasPrice?: bigint | undefined;
3221
- sidecars?: undefined | undefined;
3222
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3223
- accessList?: import('viem').AccessList | undefined;
3224
- authorizationList?: undefined | undefined;
3225
- blobs?: undefined | undefined;
3226
- blobVersionedHashes?: undefined | undefined;
3227
- gasPrice?: undefined | undefined;
3228
- maxFeePerBlobGas?: undefined | undefined;
3229
- maxFeePerGas?: bigint | undefined;
3230
- maxPriorityFeePerGas?: bigint | undefined;
3231
- sidecars?: undefined | undefined;
3232
- } & (import('viem').OneOf<{
3233
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3234
- } | {
3235
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3236
- }, import('viem').FeeValuesEIP1559> & {
3237
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3238
- }) ? "eip1559" : never) | (request extends {
3239
- accessList?: import('viem').AccessList | undefined;
3240
- authorizationList?: undefined | undefined;
3241
- blobs?: undefined | undefined;
3242
- blobVersionedHashes?: undefined | undefined;
3243
- gasPrice?: bigint | undefined;
3244
- sidecars?: undefined | undefined;
3245
- maxFeePerBlobGas?: undefined | undefined;
3246
- maxFeePerGas?: undefined | undefined;
3247
- maxPriorityFeePerGas?: undefined | undefined;
3248
- } & {
3249
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3250
- } ? "eip2930" : never) | (request extends ({
3251
- accessList?: import('viem').AccessList | undefined;
3252
- authorizationList?: undefined | undefined;
3253
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3254
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3255
- maxFeePerBlobGas?: bigint | undefined;
3256
- maxFeePerGas?: bigint | undefined;
3257
- maxPriorityFeePerGas?: bigint | undefined;
3258
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3259
- } | {
3260
- accessList?: import('viem').AccessList | undefined;
3261
- authorizationList?: undefined | undefined;
3262
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3263
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3264
- maxFeePerBlobGas?: bigint | undefined;
3265
- maxFeePerGas?: bigint | undefined;
3266
- maxPriorityFeePerGas?: bigint | undefined;
3267
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3268
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3269
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3270
- } | {
3271
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3272
- } | {
3273
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3274
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3275
- accessList?: import('viem').AccessList | undefined;
3276
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3277
- blobs?: undefined | undefined;
3278
- blobVersionedHashes?: undefined | undefined;
3279
- gasPrice?: undefined | undefined;
3280
- maxFeePerBlobGas?: undefined | undefined;
3281
- maxFeePerGas?: bigint | undefined;
3282
- maxPriorityFeePerGas?: bigint | undefined;
3283
- sidecars?: undefined | undefined;
3284
- } | {
3285
- accessList?: import('viem').AccessList | undefined;
3286
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3287
- blobs?: undefined | undefined;
3288
- blobVersionedHashes?: undefined | undefined;
3289
- gasPrice?: undefined | undefined;
3290
- maxFeePerBlobGas?: undefined | undefined;
3291
- maxFeePerGas?: bigint | undefined;
3292
- maxPriorityFeePerGas?: bigint | undefined;
3293
- sidecars?: undefined | undefined;
3294
- }) & {
3295
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3296
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_17 ? T_17 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3297
- accessList?: undefined | undefined;
3298
- authorizationList?: undefined | undefined;
3299
- blobs?: undefined | undefined;
3300
- blobVersionedHashes?: undefined | undefined;
3301
- gasPrice?: bigint | undefined;
3302
- sidecars?: undefined | undefined;
3303
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3304
- accessList?: import('viem').AccessList | undefined;
3305
- authorizationList?: undefined | undefined;
3306
- blobs?: undefined | undefined;
3307
- blobVersionedHashes?: undefined | undefined;
3308
- gasPrice?: undefined | undefined;
3309
- maxFeePerBlobGas?: undefined | undefined;
3310
- maxFeePerGas?: bigint | undefined;
3311
- maxPriorityFeePerGas?: bigint | undefined;
3312
- sidecars?: undefined | undefined;
3313
- } & (import('viem').OneOf<{
3314
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3315
- } | {
3316
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3317
- }, import('viem').FeeValuesEIP1559> & {
3318
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3319
- }) ? "eip1559" : never) | (request extends {
3320
- accessList?: import('viem').AccessList | undefined;
3321
- authorizationList?: undefined | undefined;
3322
- blobs?: undefined | undefined;
3323
- blobVersionedHashes?: undefined | undefined;
3324
- gasPrice?: bigint | undefined;
3325
- sidecars?: undefined | undefined;
3326
- maxFeePerBlobGas?: undefined | undefined;
3327
- maxFeePerGas?: undefined | undefined;
3328
- maxPriorityFeePerGas?: undefined | undefined;
3329
- } & {
3330
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3331
- } ? "eip2930" : never) | (request extends ({
3332
- accessList?: import('viem').AccessList | undefined;
3333
- authorizationList?: undefined | undefined;
3334
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3335
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3336
- maxFeePerBlobGas?: bigint | undefined;
3337
- maxFeePerGas?: bigint | undefined;
3338
- maxPriorityFeePerGas?: bigint | undefined;
3339
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3340
- } | {
3341
- accessList?: import('viem').AccessList | undefined;
3342
- authorizationList?: undefined | undefined;
3343
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3344
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3345
- maxFeePerBlobGas?: bigint | undefined;
3346
- maxFeePerGas?: bigint | undefined;
3347
- maxPriorityFeePerGas?: bigint | undefined;
3348
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3349
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3350
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3351
- } | {
3352
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3353
- } | {
3354
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3355
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3356
- accessList?: import('viem').AccessList | undefined;
3357
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3358
- blobs?: undefined | undefined;
3359
- blobVersionedHashes?: undefined | undefined;
3360
- gasPrice?: undefined | undefined;
3361
- maxFeePerBlobGas?: undefined | undefined;
3362
- maxFeePerGas?: bigint | undefined;
3363
- maxPriorityFeePerGas?: bigint | undefined;
3364
- sidecars?: undefined | undefined;
3365
- } | {
3366
- accessList?: import('viem').AccessList | undefined;
3367
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3368
- blobs?: undefined | undefined;
3369
- blobVersionedHashes?: undefined | undefined;
3370
- gasPrice?: undefined | undefined;
3371
- maxFeePerBlobGas?: undefined | undefined;
3372
- maxFeePerGas?: bigint | undefined;
3373
- maxPriorityFeePerGas?: bigint | undefined;
3374
- sidecars?: undefined | undefined;
3375
- }) & {
3376
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3377
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3378
- accessList?: undefined | undefined;
3379
- authorizationList?: undefined | undefined;
3380
- blobs?: undefined | undefined;
3381
- blobVersionedHashes?: undefined | undefined;
3382
- gasPrice?: bigint | undefined;
3383
- sidecars?: undefined | undefined;
3384
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3385
- accessList?: import('viem').AccessList | undefined;
3386
- authorizationList?: undefined | undefined;
3387
- blobs?: undefined | undefined;
3388
- blobVersionedHashes?: undefined | undefined;
3389
- gasPrice?: undefined | undefined;
3390
- maxFeePerBlobGas?: undefined | undefined;
3391
- maxFeePerGas?: bigint | undefined;
3392
- maxPriorityFeePerGas?: bigint | undefined;
3393
- sidecars?: undefined | undefined;
3394
- } & (import('viem').OneOf<{
3395
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3396
- } | {
3397
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3398
- }, import('viem').FeeValuesEIP1559> & {
3399
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3400
- }) ? "eip1559" : never) | (request extends {
3401
- accessList?: import('viem').AccessList | undefined;
3402
- authorizationList?: undefined | undefined;
3403
- blobs?: undefined | undefined;
3404
- blobVersionedHashes?: undefined | undefined;
3405
- gasPrice?: bigint | undefined;
3406
- sidecars?: undefined | undefined;
3407
- maxFeePerBlobGas?: undefined | undefined;
3408
- maxFeePerGas?: undefined | undefined;
3409
- maxPriorityFeePerGas?: undefined | undefined;
3410
- } & {
3411
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3412
- } ? "eip2930" : never) | (request extends ({
3413
- accessList?: import('viem').AccessList | undefined;
3414
- authorizationList?: undefined | undefined;
3415
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3416
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3417
- maxFeePerBlobGas?: bigint | undefined;
3418
- maxFeePerGas?: bigint | undefined;
3419
- maxPriorityFeePerGas?: bigint | undefined;
3420
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3421
- } | {
3422
- accessList?: import('viem').AccessList | undefined;
3423
- authorizationList?: undefined | undefined;
3424
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3425
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3426
- maxFeePerBlobGas?: bigint | undefined;
3427
- maxFeePerGas?: bigint | undefined;
3428
- maxPriorityFeePerGas?: bigint | undefined;
3429
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3430
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3431
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3432
- } | {
3433
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3434
- } | {
3435
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3436
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3437
- accessList?: import('viem').AccessList | undefined;
3438
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3439
- blobs?: undefined | undefined;
3440
- blobVersionedHashes?: undefined | undefined;
3441
- gasPrice?: undefined | undefined;
3442
- maxFeePerBlobGas?: undefined | undefined;
3443
- maxFeePerGas?: bigint | undefined;
3444
- maxPriorityFeePerGas?: bigint | undefined;
3445
- sidecars?: undefined | undefined;
3446
- } | {
3447
- accessList?: import('viem').AccessList | undefined;
3448
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3449
- blobs?: undefined | undefined;
3450
- blobVersionedHashes?: undefined | undefined;
3451
- gasPrice?: undefined | undefined;
3452
- maxFeePerBlobGas?: undefined | undefined;
3453
- maxFeePerGas?: bigint | undefined;
3454
- maxPriorityFeePerGas?: bigint | undefined;
3455
- sidecars?: undefined | undefined;
3456
- }) & {
3457
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3458
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_17 extends "eip1559" ? import('viem').TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3459
- accessList?: undefined | undefined;
3460
- authorizationList?: undefined | undefined;
3461
- blobs?: undefined | undefined;
3462
- blobVersionedHashes?: undefined | undefined;
3463
- gasPrice?: bigint | undefined;
3464
- sidecars?: undefined | undefined;
3465
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3466
- accessList?: import('viem').AccessList | undefined;
3467
- authorizationList?: undefined | undefined;
3468
- blobs?: undefined | undefined;
3469
- blobVersionedHashes?: undefined | undefined;
3470
- gasPrice?: undefined | undefined;
3471
- maxFeePerBlobGas?: undefined | undefined;
3472
- maxFeePerGas?: bigint | undefined;
3473
- maxPriorityFeePerGas?: bigint | undefined;
3474
- sidecars?: undefined | undefined;
3475
- } & (import('viem').OneOf<{
3476
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3477
- } | {
3478
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3479
- }, import('viem').FeeValuesEIP1559> & {
3480
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3481
- }) ? "eip1559" : never) | (request extends {
3482
- accessList?: import('viem').AccessList | undefined;
3483
- authorizationList?: undefined | undefined;
3484
- blobs?: undefined | undefined;
3485
- blobVersionedHashes?: undefined | undefined;
3486
- gasPrice?: bigint | undefined;
3487
- sidecars?: undefined | undefined;
3488
- maxFeePerBlobGas?: undefined | undefined;
3489
- maxFeePerGas?: undefined | undefined;
3490
- maxPriorityFeePerGas?: undefined | undefined;
3491
- } & {
3492
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3493
- } ? "eip2930" : never) | (request extends ({
3494
- accessList?: import('viem').AccessList | undefined;
3495
- authorizationList?: undefined | undefined;
3496
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3497
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3498
- maxFeePerBlobGas?: bigint | undefined;
3499
- maxFeePerGas?: bigint | undefined;
3500
- maxPriorityFeePerGas?: bigint | undefined;
3501
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3502
- } | {
3503
- accessList?: import('viem').AccessList | undefined;
3504
- authorizationList?: undefined | undefined;
3505
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3506
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3507
- maxFeePerBlobGas?: bigint | undefined;
3508
- maxFeePerGas?: bigint | undefined;
3509
- maxPriorityFeePerGas?: bigint | undefined;
3510
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3511
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3512
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3513
- } | {
3514
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3515
- } | {
3516
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3517
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3518
- accessList?: import('viem').AccessList | undefined;
3519
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3520
- blobs?: undefined | undefined;
3521
- blobVersionedHashes?: undefined | undefined;
3522
- gasPrice?: undefined | undefined;
3523
- maxFeePerBlobGas?: undefined | undefined;
3524
- maxFeePerGas?: bigint | undefined;
3525
- maxPriorityFeePerGas?: bigint | undefined;
3526
- sidecars?: undefined | undefined;
3527
- } | {
3528
- accessList?: import('viem').AccessList | undefined;
3529
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3530
- blobs?: undefined | undefined;
3531
- blobVersionedHashes?: undefined | undefined;
3532
- gasPrice?: undefined | undefined;
3533
- maxFeePerBlobGas?: undefined | undefined;
3534
- maxFeePerGas?: bigint | undefined;
3535
- maxPriorityFeePerGas?: bigint | undefined;
3536
- sidecars?: undefined | undefined;
3537
- }) & {
3538
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3539
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3540
- accessList?: undefined | undefined;
3541
- authorizationList?: undefined | undefined;
3542
- blobs?: undefined | undefined;
3543
- blobVersionedHashes?: undefined | undefined;
3544
- gasPrice?: bigint | undefined;
3545
- sidecars?: undefined | undefined;
3546
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3547
- accessList?: import('viem').AccessList | undefined;
3548
- authorizationList?: undefined | undefined;
3549
- blobs?: undefined | undefined;
3550
- blobVersionedHashes?: undefined | undefined;
3551
- gasPrice?: undefined | undefined;
3552
- maxFeePerBlobGas?: undefined | undefined;
3553
- maxFeePerGas?: bigint | undefined;
3554
- maxPriorityFeePerGas?: bigint | undefined;
3555
- sidecars?: undefined | undefined;
3556
- } & (import('viem').OneOf<{
3557
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3558
- } | {
3559
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3560
- }, import('viem').FeeValuesEIP1559> & {
3561
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3562
- }) ? "eip1559" : never) | (request extends {
3563
- accessList?: import('viem').AccessList | undefined;
3564
- authorizationList?: undefined | undefined;
3565
- blobs?: undefined | undefined;
3566
- blobVersionedHashes?: undefined | undefined;
3567
- gasPrice?: bigint | undefined;
3568
- sidecars?: undefined | undefined;
3569
- maxFeePerBlobGas?: undefined | undefined;
3570
- maxFeePerGas?: undefined | undefined;
3571
- maxPriorityFeePerGas?: undefined | undefined;
3572
- } & {
3573
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3574
- } ? "eip2930" : never) | (request extends ({
3575
- accessList?: import('viem').AccessList | undefined;
3576
- authorizationList?: undefined | undefined;
3577
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3578
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3579
- maxFeePerBlobGas?: bigint | undefined;
3580
- maxFeePerGas?: bigint | undefined;
3581
- maxPriorityFeePerGas?: bigint | undefined;
3582
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3583
- } | {
3584
- accessList?: import('viem').AccessList | undefined;
3585
- authorizationList?: undefined | undefined;
3586
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3587
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3588
- maxFeePerBlobGas?: bigint | undefined;
3589
- maxFeePerGas?: bigint | undefined;
3590
- maxPriorityFeePerGas?: bigint | undefined;
3591
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3592
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3593
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3594
- } | {
3595
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3596
- } | {
3597
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3598
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3599
- accessList?: import('viem').AccessList | undefined;
3600
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3601
- blobs?: undefined | undefined;
3602
- blobVersionedHashes?: undefined | undefined;
3603
- gasPrice?: undefined | undefined;
3604
- maxFeePerBlobGas?: undefined | undefined;
3605
- maxFeePerGas?: bigint | undefined;
3606
- maxPriorityFeePerGas?: bigint | undefined;
3607
- sidecars?: undefined | undefined;
3608
- } | {
3609
- accessList?: import('viem').AccessList | undefined;
3610
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3611
- blobs?: undefined | undefined;
3612
- blobVersionedHashes?: undefined | undefined;
3613
- gasPrice?: undefined | undefined;
3614
- maxFeePerBlobGas?: undefined | undefined;
3615
- maxFeePerGas?: bigint | undefined;
3616
- maxPriorityFeePerGas?: bigint | undefined;
3617
- sidecars?: undefined | undefined;
3618
- }) & {
3619
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3620
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_18 ? T_18 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3621
- accessList?: undefined | undefined;
3622
- authorizationList?: undefined | undefined;
3623
- blobs?: undefined | undefined;
3624
- blobVersionedHashes?: undefined | undefined;
3625
- gasPrice?: bigint | undefined;
3626
- sidecars?: undefined | undefined;
3627
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3628
- accessList?: import('viem').AccessList | undefined;
3629
- authorizationList?: undefined | undefined;
3630
- blobs?: undefined | undefined;
3631
- blobVersionedHashes?: undefined | undefined;
3632
- gasPrice?: undefined | undefined;
3633
- maxFeePerBlobGas?: undefined | undefined;
3634
- maxFeePerGas?: bigint | undefined;
3635
- maxPriorityFeePerGas?: bigint | undefined;
3636
- sidecars?: undefined | undefined;
3637
- } & (import('viem').OneOf<{
3638
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3639
- } | {
3640
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3641
- }, import('viem').FeeValuesEIP1559> & {
3642
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3643
- }) ? "eip1559" : never) | (request extends {
3644
- accessList?: import('viem').AccessList | undefined;
3645
- authorizationList?: undefined | undefined;
3646
- blobs?: undefined | undefined;
3647
- blobVersionedHashes?: undefined | undefined;
3648
- gasPrice?: bigint | undefined;
3649
- sidecars?: undefined | undefined;
3650
- maxFeePerBlobGas?: undefined | undefined;
3651
- maxFeePerGas?: undefined | undefined;
3652
- maxPriorityFeePerGas?: undefined | undefined;
3653
- } & {
3654
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3655
- } ? "eip2930" : never) | (request extends ({
3656
- accessList?: import('viem').AccessList | undefined;
3657
- authorizationList?: undefined | undefined;
3658
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3659
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3660
- maxFeePerBlobGas?: bigint | undefined;
3661
- maxFeePerGas?: bigint | undefined;
3662
- maxPriorityFeePerGas?: bigint | undefined;
3663
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3664
- } | {
3665
- accessList?: import('viem').AccessList | undefined;
3666
- authorizationList?: undefined | undefined;
3667
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3668
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3669
- maxFeePerBlobGas?: bigint | undefined;
3670
- maxFeePerGas?: bigint | undefined;
3671
- maxPriorityFeePerGas?: bigint | undefined;
3672
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3673
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3674
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3675
- } | {
3676
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3677
- } | {
3678
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3679
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3680
- accessList?: import('viem').AccessList | undefined;
3681
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3682
- blobs?: undefined | undefined;
3683
- blobVersionedHashes?: undefined | undefined;
3684
- gasPrice?: undefined | undefined;
3685
- maxFeePerBlobGas?: undefined | undefined;
3686
- maxFeePerGas?: bigint | undefined;
3687
- maxPriorityFeePerGas?: bigint | undefined;
3688
- sidecars?: undefined | undefined;
3689
- } | {
3690
- accessList?: import('viem').AccessList | undefined;
3691
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3692
- blobs?: undefined | undefined;
3693
- blobVersionedHashes?: undefined | undefined;
3694
- gasPrice?: undefined | undefined;
3695
- maxFeePerBlobGas?: undefined | undefined;
3696
- maxFeePerGas?: bigint | undefined;
3697
- maxPriorityFeePerGas?: bigint | undefined;
3698
- sidecars?: undefined | undefined;
3699
- }) & {
3700
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3701
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3702
- accessList?: undefined | undefined;
3703
- authorizationList?: undefined | undefined;
3704
- blobs?: undefined | undefined;
3705
- blobVersionedHashes?: undefined | undefined;
3706
- gasPrice?: bigint | undefined;
3707
- sidecars?: undefined | undefined;
3708
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3709
- accessList?: import('viem').AccessList | undefined;
3710
- authorizationList?: undefined | undefined;
3711
- blobs?: undefined | undefined;
3712
- blobVersionedHashes?: undefined | undefined;
3713
- gasPrice?: undefined | undefined;
3714
- maxFeePerBlobGas?: undefined | undefined;
3715
- maxFeePerGas?: bigint | undefined;
3716
- maxPriorityFeePerGas?: bigint | undefined;
3717
- sidecars?: undefined | undefined;
3718
- } & (import('viem').OneOf<{
3719
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3720
- } | {
3721
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3722
- }, import('viem').FeeValuesEIP1559> & {
3723
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3724
- }) ? "eip1559" : never) | (request extends {
3725
- accessList?: import('viem').AccessList | undefined;
3726
- authorizationList?: undefined | undefined;
3727
- blobs?: undefined | undefined;
3728
- blobVersionedHashes?: undefined | undefined;
3729
- gasPrice?: bigint | undefined;
3730
- sidecars?: undefined | undefined;
3731
- maxFeePerBlobGas?: undefined | undefined;
3732
- maxFeePerGas?: undefined | undefined;
3733
- maxPriorityFeePerGas?: undefined | undefined;
3734
- } & {
3735
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3736
- } ? "eip2930" : never) | (request extends ({
3737
- accessList?: import('viem').AccessList | undefined;
3738
- authorizationList?: undefined | undefined;
3739
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3740
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3741
- maxFeePerBlobGas?: bigint | undefined;
3742
- maxFeePerGas?: bigint | undefined;
3743
- maxPriorityFeePerGas?: bigint | undefined;
3744
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3745
- } | {
3746
- accessList?: import('viem').AccessList | undefined;
3747
- authorizationList?: undefined | undefined;
3748
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3749
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3750
- maxFeePerBlobGas?: bigint | undefined;
3751
- maxFeePerGas?: bigint | undefined;
3752
- maxPriorityFeePerGas?: bigint | undefined;
3753
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3754
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3755
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3756
- } | {
3757
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3758
- } | {
3759
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3760
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3761
- accessList?: import('viem').AccessList | undefined;
3762
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3763
- blobs?: undefined | undefined;
3764
- blobVersionedHashes?: undefined | undefined;
3765
- gasPrice?: undefined | undefined;
3766
- maxFeePerBlobGas?: undefined | undefined;
3767
- maxFeePerGas?: bigint | undefined;
3768
- maxPriorityFeePerGas?: bigint | undefined;
3769
- sidecars?: undefined | undefined;
3770
- } | {
3771
- accessList?: import('viem').AccessList | undefined;
3772
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3773
- blobs?: undefined | undefined;
3774
- blobVersionedHashes?: undefined | undefined;
3775
- gasPrice?: undefined | undefined;
3776
- maxFeePerBlobGas?: undefined | undefined;
3777
- maxFeePerGas?: bigint | undefined;
3778
- maxPriorityFeePerGas?: bigint | undefined;
3779
- sidecars?: undefined | undefined;
3780
- }) & {
3781
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3782
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_18 extends "eip2930" ? import('viem').TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3783
- accessList?: undefined | undefined;
3784
- authorizationList?: undefined | undefined;
3785
- blobs?: undefined | undefined;
3786
- blobVersionedHashes?: undefined | undefined;
3787
- gasPrice?: bigint | undefined;
3788
- sidecars?: undefined | undefined;
3789
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3790
- accessList?: import('viem').AccessList | undefined;
3791
- authorizationList?: undefined | undefined;
3792
- blobs?: undefined | undefined;
3793
- blobVersionedHashes?: undefined | undefined;
3794
- gasPrice?: undefined | undefined;
3795
- maxFeePerBlobGas?: undefined | undefined;
3796
- maxFeePerGas?: bigint | undefined;
3797
- maxPriorityFeePerGas?: bigint | undefined;
3798
- sidecars?: undefined | undefined;
3799
- } & (import('viem').OneOf<{
3800
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3801
- } | {
3802
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3803
- }, import('viem').FeeValuesEIP1559> & {
3804
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3805
- }) ? "eip1559" : never) | (request extends {
3806
- accessList?: import('viem').AccessList | undefined;
3807
- authorizationList?: undefined | undefined;
3808
- blobs?: undefined | undefined;
3809
- blobVersionedHashes?: undefined | undefined;
3810
- gasPrice?: bigint | undefined;
3811
- sidecars?: undefined | undefined;
3812
- maxFeePerBlobGas?: undefined | undefined;
3813
- maxFeePerGas?: undefined | undefined;
3814
- maxPriorityFeePerGas?: undefined | undefined;
3815
- } & {
3816
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3817
- } ? "eip2930" : never) | (request extends ({
3818
- accessList?: import('viem').AccessList | undefined;
3819
- authorizationList?: undefined | undefined;
3820
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3821
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3822
- maxFeePerBlobGas?: bigint | undefined;
3823
- maxFeePerGas?: bigint | undefined;
3824
- maxPriorityFeePerGas?: bigint | undefined;
3825
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3826
- } | {
3827
- accessList?: import('viem').AccessList | undefined;
3828
- authorizationList?: undefined | undefined;
3829
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3830
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3831
- maxFeePerBlobGas?: bigint | undefined;
3832
- maxFeePerGas?: bigint | undefined;
3833
- maxPriorityFeePerGas?: bigint | undefined;
3834
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3835
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3836
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3837
- } | {
3838
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3839
- } | {
3840
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3841
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3842
- accessList?: import('viem').AccessList | undefined;
3843
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3844
- blobs?: undefined | undefined;
3845
- blobVersionedHashes?: undefined | undefined;
3846
- gasPrice?: undefined | undefined;
3847
- maxFeePerBlobGas?: undefined | undefined;
3848
- maxFeePerGas?: bigint | undefined;
3849
- maxPriorityFeePerGas?: bigint | undefined;
3850
- sidecars?: undefined | undefined;
3851
- } | {
3852
- accessList?: import('viem').AccessList | undefined;
3853
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3854
- blobs?: undefined | undefined;
3855
- blobVersionedHashes?: undefined | undefined;
3856
- gasPrice?: undefined | undefined;
3857
- maxFeePerBlobGas?: undefined | undefined;
3858
- maxFeePerGas?: bigint | undefined;
3859
- maxPriorityFeePerGas?: bigint | undefined;
3860
- sidecars?: undefined | undefined;
3861
- }) & {
3862
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3863
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
3864
- accessList?: undefined | undefined;
3865
- authorizationList?: undefined | undefined;
3866
- blobs?: undefined | undefined;
3867
- blobVersionedHashes?: undefined | undefined;
3868
- gasPrice?: bigint | undefined;
3869
- sidecars?: undefined | undefined;
3870
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3871
- accessList?: import('viem').AccessList | undefined;
3872
- authorizationList?: undefined | undefined;
3873
- blobs?: undefined | undefined;
3874
- blobVersionedHashes?: undefined | undefined;
3875
- gasPrice?: undefined | undefined;
3876
- maxFeePerBlobGas?: undefined | undefined;
3877
- maxFeePerGas?: bigint | undefined;
3878
- maxPriorityFeePerGas?: bigint | undefined;
3879
- sidecars?: undefined | undefined;
3880
- } & (import('viem').OneOf<{
3881
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3882
- } | {
3883
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3884
- }, import('viem').FeeValuesEIP1559> & {
3885
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3886
- }) ? "eip1559" : never) | (request extends {
3887
- accessList?: import('viem').AccessList | undefined;
3888
- authorizationList?: undefined | undefined;
3889
- blobs?: undefined | undefined;
3890
- blobVersionedHashes?: undefined | undefined;
3891
- gasPrice?: bigint | undefined;
3892
- sidecars?: undefined | undefined;
3893
- maxFeePerBlobGas?: undefined | undefined;
3894
- maxFeePerGas?: undefined | undefined;
3895
- maxPriorityFeePerGas?: undefined | undefined;
3896
- } & {
3897
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3898
- } ? "eip2930" : never) | (request extends ({
3899
- accessList?: import('viem').AccessList | undefined;
3900
- authorizationList?: undefined | undefined;
3901
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3902
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3903
- maxFeePerBlobGas?: bigint | undefined;
3904
- maxFeePerGas?: bigint | undefined;
3905
- maxPriorityFeePerGas?: bigint | undefined;
3906
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3907
- } | {
3908
- accessList?: import('viem').AccessList | undefined;
3909
- authorizationList?: undefined | undefined;
3910
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3911
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3912
- maxFeePerBlobGas?: bigint | undefined;
3913
- maxFeePerGas?: bigint | undefined;
3914
- maxPriorityFeePerGas?: bigint | undefined;
3915
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3916
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3917
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3918
- } | {
3919
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
3920
- } | {
3921
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
3922
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3923
- accessList?: import('viem').AccessList | undefined;
3924
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3925
- blobs?: undefined | undefined;
3926
- blobVersionedHashes?: undefined | undefined;
3927
- gasPrice?: undefined | undefined;
3928
- maxFeePerBlobGas?: undefined | undefined;
3929
- maxFeePerGas?: bigint | undefined;
3930
- maxPriorityFeePerGas?: bigint | undefined;
3931
- sidecars?: undefined | undefined;
3932
- } | {
3933
- accessList?: import('viem').AccessList | undefined;
3934
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
3935
- blobs?: undefined | undefined;
3936
- blobVersionedHashes?: undefined | undefined;
3937
- gasPrice?: undefined | undefined;
3938
- maxFeePerBlobGas?: undefined | undefined;
3939
- maxFeePerGas?: bigint | undefined;
3940
- maxPriorityFeePerGas?: bigint | undefined;
3941
- sidecars?: undefined | undefined;
3942
- }) & {
3943
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
3944
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_19 ? T_19 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
3945
- accessList?: undefined | undefined;
3946
- authorizationList?: undefined | undefined;
3947
- blobs?: undefined | undefined;
3948
- blobVersionedHashes?: undefined | undefined;
3949
- gasPrice?: bigint | undefined;
3950
- sidecars?: undefined | undefined;
3951
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
3952
- accessList?: import('viem').AccessList | undefined;
3953
- authorizationList?: undefined | undefined;
3954
- blobs?: undefined | undefined;
3955
- blobVersionedHashes?: undefined | undefined;
3956
- gasPrice?: undefined | undefined;
3957
- maxFeePerBlobGas?: undefined | undefined;
3958
- maxFeePerGas?: bigint | undefined;
3959
- maxPriorityFeePerGas?: bigint | undefined;
3960
- sidecars?: undefined | undefined;
3961
- } & (import('viem').OneOf<{
3962
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
3963
- } | {
3964
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
3965
- }, import('viem').FeeValuesEIP1559> & {
3966
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
3967
- }) ? "eip1559" : never) | (request extends {
3968
- accessList?: import('viem').AccessList | undefined;
3969
- authorizationList?: undefined | undefined;
3970
- blobs?: undefined | undefined;
3971
- blobVersionedHashes?: undefined | undefined;
3972
- gasPrice?: bigint | undefined;
3973
- sidecars?: undefined | undefined;
3974
- maxFeePerBlobGas?: undefined | undefined;
3975
- maxFeePerGas?: undefined | undefined;
3976
- maxPriorityFeePerGas?: undefined | undefined;
3977
- } & {
3978
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
3979
- } ? "eip2930" : never) | (request extends ({
3980
- accessList?: import('viem').AccessList | undefined;
3981
- authorizationList?: undefined | undefined;
3982
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3983
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3984
- maxFeePerBlobGas?: bigint | undefined;
3985
- maxFeePerGas?: bigint | undefined;
3986
- maxPriorityFeePerGas?: bigint | undefined;
3987
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3988
- } | {
3989
- accessList?: import('viem').AccessList | undefined;
3990
- authorizationList?: undefined | undefined;
3991
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
3992
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3993
- maxFeePerBlobGas?: bigint | undefined;
3994
- maxFeePerGas?: bigint | undefined;
3995
- maxPriorityFeePerGas?: bigint | undefined;
3996
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
3997
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
3998
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
3999
- } | {
4000
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4001
- } | {
4002
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4003
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4004
- accessList?: import('viem').AccessList | undefined;
4005
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4006
- blobs?: undefined | undefined;
4007
- blobVersionedHashes?: undefined | undefined;
4008
- gasPrice?: undefined | undefined;
4009
- maxFeePerBlobGas?: undefined | undefined;
4010
- maxFeePerGas?: bigint | undefined;
4011
- maxPriorityFeePerGas?: bigint | undefined;
4012
- sidecars?: undefined | undefined;
4013
- } | {
4014
- accessList?: import('viem').AccessList | undefined;
4015
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4016
- blobs?: undefined | undefined;
4017
- blobVersionedHashes?: undefined | undefined;
4018
- gasPrice?: undefined | undefined;
4019
- maxFeePerBlobGas?: undefined | undefined;
4020
- maxFeePerGas?: bigint | undefined;
4021
- maxPriorityFeePerGas?: bigint | undefined;
4022
- sidecars?: undefined | undefined;
4023
- }) & {
4024
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4025
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4026
- accessList?: undefined | undefined;
4027
- authorizationList?: undefined | undefined;
4028
- blobs?: undefined | undefined;
4029
- blobVersionedHashes?: undefined | undefined;
4030
- gasPrice?: bigint | undefined;
4031
- sidecars?: undefined | undefined;
4032
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4033
- accessList?: import('viem').AccessList | undefined;
4034
- authorizationList?: undefined | undefined;
4035
- blobs?: undefined | undefined;
4036
- blobVersionedHashes?: undefined | undefined;
4037
- gasPrice?: undefined | undefined;
4038
- maxFeePerBlobGas?: undefined | undefined;
4039
- maxFeePerGas?: bigint | undefined;
4040
- maxPriorityFeePerGas?: bigint | undefined;
4041
- sidecars?: undefined | undefined;
4042
- } & (import('viem').OneOf<{
4043
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4044
- } | {
4045
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4046
- }, import('viem').FeeValuesEIP1559> & {
4047
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4048
- }) ? "eip1559" : never) | (request extends {
4049
- accessList?: import('viem').AccessList | undefined;
4050
- authorizationList?: undefined | undefined;
4051
- blobs?: undefined | undefined;
4052
- blobVersionedHashes?: undefined | undefined;
4053
- gasPrice?: bigint | undefined;
4054
- sidecars?: undefined | undefined;
4055
- maxFeePerBlobGas?: undefined | undefined;
4056
- maxFeePerGas?: undefined | undefined;
4057
- maxPriorityFeePerGas?: undefined | undefined;
4058
- } & {
4059
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4060
- } ? "eip2930" : never) | (request extends ({
4061
- accessList?: import('viem').AccessList | undefined;
4062
- authorizationList?: undefined | undefined;
4063
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4064
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4065
- maxFeePerBlobGas?: bigint | undefined;
4066
- maxFeePerGas?: bigint | undefined;
4067
- maxPriorityFeePerGas?: bigint | undefined;
4068
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4069
- } | {
4070
- accessList?: import('viem').AccessList | undefined;
4071
- authorizationList?: undefined | undefined;
4072
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4073
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4074
- maxFeePerBlobGas?: bigint | undefined;
4075
- maxFeePerGas?: bigint | undefined;
4076
- maxPriorityFeePerGas?: bigint | undefined;
4077
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4078
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4079
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4080
- } | {
4081
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4082
- } | {
4083
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4084
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4085
- accessList?: import('viem').AccessList | undefined;
4086
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4087
- blobs?: undefined | undefined;
4088
- blobVersionedHashes?: undefined | undefined;
4089
- gasPrice?: undefined | undefined;
4090
- maxFeePerBlobGas?: undefined | undefined;
4091
- maxFeePerGas?: bigint | undefined;
4092
- maxPriorityFeePerGas?: bigint | undefined;
4093
- sidecars?: undefined | undefined;
4094
- } | {
4095
- accessList?: import('viem').AccessList | undefined;
4096
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4097
- blobs?: undefined | undefined;
4098
- blobVersionedHashes?: undefined | undefined;
4099
- gasPrice?: undefined | undefined;
4100
- maxFeePerBlobGas?: undefined | undefined;
4101
- maxFeePerGas?: bigint | undefined;
4102
- maxPriorityFeePerGas?: bigint | undefined;
4103
- sidecars?: undefined | undefined;
4104
- }) & {
4105
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4106
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_19 extends "eip4844" ? import('viem').TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4107
- accessList?: undefined | undefined;
4108
- authorizationList?: undefined | undefined;
4109
- blobs?: undefined | undefined;
4110
- blobVersionedHashes?: undefined | undefined;
4111
- gasPrice?: bigint | undefined;
4112
- sidecars?: undefined | undefined;
4113
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4114
- accessList?: import('viem').AccessList | undefined;
4115
- authorizationList?: undefined | undefined;
4116
- blobs?: undefined | undefined;
4117
- blobVersionedHashes?: undefined | undefined;
4118
- gasPrice?: undefined | undefined;
4119
- maxFeePerBlobGas?: undefined | undefined;
4120
- maxFeePerGas?: bigint | undefined;
4121
- maxPriorityFeePerGas?: bigint | undefined;
4122
- sidecars?: undefined | undefined;
4123
- } & (import('viem').OneOf<{
4124
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4125
- } | {
4126
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4127
- }, import('viem').FeeValuesEIP1559> & {
4128
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4129
- }) ? "eip1559" : never) | (request extends {
4130
- accessList?: import('viem').AccessList | undefined;
4131
- authorizationList?: undefined | undefined;
4132
- blobs?: undefined | undefined;
4133
- blobVersionedHashes?: undefined | undefined;
4134
- gasPrice?: bigint | undefined;
4135
- sidecars?: undefined | undefined;
4136
- maxFeePerBlobGas?: undefined | undefined;
4137
- maxFeePerGas?: undefined | undefined;
4138
- maxPriorityFeePerGas?: undefined | undefined;
4139
- } & {
4140
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4141
- } ? "eip2930" : never) | (request extends ({
4142
- accessList?: import('viem').AccessList | undefined;
4143
- authorizationList?: undefined | undefined;
4144
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4145
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4146
- maxFeePerBlobGas?: bigint | undefined;
4147
- maxFeePerGas?: bigint | undefined;
4148
- maxPriorityFeePerGas?: bigint | undefined;
4149
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4150
- } | {
4151
- accessList?: import('viem').AccessList | undefined;
4152
- authorizationList?: undefined | undefined;
4153
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4154
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4155
- maxFeePerBlobGas?: bigint | undefined;
4156
- maxFeePerGas?: bigint | undefined;
4157
- maxPriorityFeePerGas?: bigint | undefined;
4158
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4159
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4160
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4161
- } | {
4162
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4163
- } | {
4164
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4165
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4166
- accessList?: import('viem').AccessList | undefined;
4167
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4168
- blobs?: undefined | undefined;
4169
- blobVersionedHashes?: undefined | undefined;
4170
- gasPrice?: undefined | undefined;
4171
- maxFeePerBlobGas?: undefined | undefined;
4172
- maxFeePerGas?: bigint | undefined;
4173
- maxPriorityFeePerGas?: bigint | undefined;
4174
- sidecars?: undefined | undefined;
4175
- } | {
4176
- accessList?: import('viem').AccessList | undefined;
4177
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4178
- blobs?: undefined | undefined;
4179
- blobVersionedHashes?: undefined | undefined;
4180
- gasPrice?: undefined | undefined;
4181
- maxFeePerBlobGas?: undefined | undefined;
4182
- maxFeePerGas?: bigint | undefined;
4183
- maxPriorityFeePerGas?: bigint | undefined;
4184
- sidecars?: undefined | undefined;
4185
- }) & {
4186
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4187
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4188
- accessList?: undefined | undefined;
4189
- authorizationList?: undefined | undefined;
4190
- blobs?: undefined | undefined;
4191
- blobVersionedHashes?: undefined | undefined;
4192
- gasPrice?: bigint | undefined;
4193
- sidecars?: undefined | undefined;
4194
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4195
- accessList?: import('viem').AccessList | undefined;
4196
- authorizationList?: undefined | undefined;
4197
- blobs?: undefined | undefined;
4198
- blobVersionedHashes?: undefined | undefined;
4199
- gasPrice?: undefined | undefined;
4200
- maxFeePerBlobGas?: undefined | undefined;
4201
- maxFeePerGas?: bigint | undefined;
4202
- maxPriorityFeePerGas?: bigint | undefined;
4203
- sidecars?: undefined | undefined;
4204
- } & (import('viem').OneOf<{
4205
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4206
- } | {
4207
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4208
- }, import('viem').FeeValuesEIP1559> & {
4209
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4210
- }) ? "eip1559" : never) | (request extends {
4211
- accessList?: import('viem').AccessList | undefined;
4212
- authorizationList?: undefined | undefined;
4213
- blobs?: undefined | undefined;
4214
- blobVersionedHashes?: undefined | undefined;
4215
- gasPrice?: bigint | undefined;
4216
- sidecars?: undefined | undefined;
4217
- maxFeePerBlobGas?: undefined | undefined;
4218
- maxFeePerGas?: undefined | undefined;
4219
- maxPriorityFeePerGas?: undefined | undefined;
4220
- } & {
4221
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4222
- } ? "eip2930" : never) | (request extends ({
4223
- accessList?: import('viem').AccessList | undefined;
4224
- authorizationList?: undefined | undefined;
4225
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4226
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4227
- maxFeePerBlobGas?: bigint | undefined;
4228
- maxFeePerGas?: bigint | undefined;
4229
- maxPriorityFeePerGas?: bigint | undefined;
4230
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4231
- } | {
4232
- accessList?: import('viem').AccessList | undefined;
4233
- authorizationList?: undefined | undefined;
4234
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4235
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4236
- maxFeePerBlobGas?: bigint | undefined;
4237
- maxFeePerGas?: bigint | undefined;
4238
- maxPriorityFeePerGas?: bigint | undefined;
4239
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4240
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4241
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4242
- } | {
4243
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4244
- } | {
4245
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4246
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4247
- accessList?: import('viem').AccessList | undefined;
4248
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4249
- blobs?: undefined | undefined;
4250
- blobVersionedHashes?: undefined | undefined;
4251
- gasPrice?: undefined | undefined;
4252
- maxFeePerBlobGas?: undefined | undefined;
4253
- maxFeePerGas?: bigint | undefined;
4254
- maxPriorityFeePerGas?: bigint | undefined;
4255
- sidecars?: undefined | undefined;
4256
- } | {
4257
- accessList?: import('viem').AccessList | undefined;
4258
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4259
- blobs?: undefined | undefined;
4260
- blobVersionedHashes?: undefined | undefined;
4261
- gasPrice?: undefined | undefined;
4262
- maxFeePerBlobGas?: undefined | undefined;
4263
- maxFeePerGas?: bigint | undefined;
4264
- maxPriorityFeePerGas?: bigint | undefined;
4265
- sidecars?: undefined | undefined;
4266
- }) & {
4267
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4268
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_20 ? T_20 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4269
- accessList?: undefined | undefined;
4270
- authorizationList?: undefined | undefined;
4271
- blobs?: undefined | undefined;
4272
- blobVersionedHashes?: undefined | undefined;
4273
- gasPrice?: bigint | undefined;
4274
- sidecars?: undefined | undefined;
4275
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4276
- accessList?: import('viem').AccessList | undefined;
4277
- authorizationList?: undefined | undefined;
4278
- blobs?: undefined | undefined;
4279
- blobVersionedHashes?: undefined | undefined;
4280
- gasPrice?: undefined | undefined;
4281
- maxFeePerBlobGas?: undefined | undefined;
4282
- maxFeePerGas?: bigint | undefined;
4283
- maxPriorityFeePerGas?: bigint | undefined;
4284
- sidecars?: undefined | undefined;
4285
- } & (import('viem').OneOf<{
4286
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4287
- } | {
4288
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4289
- }, import('viem').FeeValuesEIP1559> & {
4290
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4291
- }) ? "eip1559" : never) | (request extends {
4292
- accessList?: import('viem').AccessList | undefined;
4293
- authorizationList?: undefined | undefined;
4294
- blobs?: undefined | undefined;
4295
- blobVersionedHashes?: undefined | undefined;
4296
- gasPrice?: bigint | undefined;
4297
- sidecars?: undefined | undefined;
4298
- maxFeePerBlobGas?: undefined | undefined;
4299
- maxFeePerGas?: undefined | undefined;
4300
- maxPriorityFeePerGas?: undefined | undefined;
4301
- } & {
4302
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4303
- } ? "eip2930" : never) | (request extends ({
4304
- accessList?: import('viem').AccessList | undefined;
4305
- authorizationList?: undefined | undefined;
4306
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4307
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4308
- maxFeePerBlobGas?: bigint | undefined;
4309
- maxFeePerGas?: bigint | undefined;
4310
- maxPriorityFeePerGas?: bigint | undefined;
4311
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4312
- } | {
4313
- accessList?: import('viem').AccessList | undefined;
4314
- authorizationList?: undefined | undefined;
4315
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4316
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4317
- maxFeePerBlobGas?: bigint | undefined;
4318
- maxFeePerGas?: bigint | undefined;
4319
- maxPriorityFeePerGas?: bigint | undefined;
4320
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4321
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4322
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4323
- } | {
4324
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4325
- } | {
4326
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4327
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4328
- accessList?: import('viem').AccessList | undefined;
4329
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4330
- blobs?: undefined | undefined;
4331
- blobVersionedHashes?: undefined | undefined;
4332
- gasPrice?: undefined | undefined;
4333
- maxFeePerBlobGas?: undefined | undefined;
4334
- maxFeePerGas?: bigint | undefined;
4335
- maxPriorityFeePerGas?: bigint | undefined;
4336
- sidecars?: undefined | undefined;
4337
- } | {
4338
- accessList?: import('viem').AccessList | undefined;
4339
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4340
- blobs?: undefined | undefined;
4341
- blobVersionedHashes?: undefined | undefined;
4342
- gasPrice?: undefined | undefined;
4343
- maxFeePerBlobGas?: undefined | undefined;
4344
- maxFeePerGas?: bigint | undefined;
4345
- maxPriorityFeePerGas?: bigint | undefined;
4346
- sidecars?: undefined | undefined;
4347
- }) & {
4348
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4349
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4350
- accessList?: undefined | undefined;
4351
- authorizationList?: undefined | undefined;
4352
- blobs?: undefined | undefined;
4353
- blobVersionedHashes?: undefined | undefined;
4354
- gasPrice?: bigint | undefined;
4355
- sidecars?: undefined | undefined;
4356
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4357
- accessList?: import('viem').AccessList | undefined;
4358
- authorizationList?: undefined | undefined;
4359
- blobs?: undefined | undefined;
4360
- blobVersionedHashes?: undefined | undefined;
4361
- gasPrice?: undefined | undefined;
4362
- maxFeePerBlobGas?: undefined | undefined;
4363
- maxFeePerGas?: bigint | undefined;
4364
- maxPriorityFeePerGas?: bigint | undefined;
4365
- sidecars?: undefined | undefined;
4366
- } & (import('viem').OneOf<{
4367
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4368
- } | {
4369
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4370
- }, import('viem').FeeValuesEIP1559> & {
4371
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4372
- }) ? "eip1559" : never) | (request extends {
4373
- accessList?: import('viem').AccessList | undefined;
4374
- authorizationList?: undefined | undefined;
4375
- blobs?: undefined | undefined;
4376
- blobVersionedHashes?: undefined | undefined;
4377
- gasPrice?: bigint | undefined;
4378
- sidecars?: undefined | undefined;
4379
- maxFeePerBlobGas?: undefined | undefined;
4380
- maxFeePerGas?: undefined | undefined;
4381
- maxPriorityFeePerGas?: undefined | undefined;
4382
- } & {
4383
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4384
- } ? "eip2930" : never) | (request extends ({
4385
- accessList?: import('viem').AccessList | undefined;
4386
- authorizationList?: undefined | undefined;
4387
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4388
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4389
- maxFeePerBlobGas?: bigint | undefined;
4390
- maxFeePerGas?: bigint | undefined;
4391
- maxPriorityFeePerGas?: bigint | undefined;
4392
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4393
- } | {
4394
- accessList?: import('viem').AccessList | undefined;
4395
- authorizationList?: undefined | undefined;
4396
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4397
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4398
- maxFeePerBlobGas?: bigint | undefined;
4399
- maxFeePerGas?: bigint | undefined;
4400
- maxPriorityFeePerGas?: bigint | undefined;
4401
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4402
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4403
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4404
- } | {
4405
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4406
- } | {
4407
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4408
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4409
- accessList?: import('viem').AccessList | undefined;
4410
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4411
- blobs?: undefined | undefined;
4412
- blobVersionedHashes?: undefined | undefined;
4413
- gasPrice?: undefined | undefined;
4414
- maxFeePerBlobGas?: undefined | undefined;
4415
- maxFeePerGas?: bigint | undefined;
4416
- maxPriorityFeePerGas?: bigint | undefined;
4417
- sidecars?: undefined | undefined;
4418
- } | {
4419
- accessList?: import('viem').AccessList | undefined;
4420
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4421
- blobs?: undefined | undefined;
4422
- blobVersionedHashes?: undefined | undefined;
4423
- gasPrice?: undefined | undefined;
4424
- maxFeePerBlobGas?: undefined | undefined;
4425
- maxFeePerGas?: bigint | undefined;
4426
- maxPriorityFeePerGas?: bigint | undefined;
4427
- sidecars?: undefined | undefined;
4428
- }) & {
4429
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4430
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_20 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)> extends true ? unknown : import('viem').ExactPartial<((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4431
- accessList?: undefined | undefined;
4432
- authorizationList?: undefined | undefined;
4433
- blobs?: undefined | undefined;
4434
- blobVersionedHashes?: undefined | undefined;
4435
- gasPrice?: bigint | undefined;
4436
- sidecars?: undefined | undefined;
4437
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4438
- accessList?: import('viem').AccessList | undefined;
4439
- authorizationList?: undefined | undefined;
4440
- blobs?: undefined | undefined;
4441
- blobVersionedHashes?: undefined | undefined;
4442
- gasPrice?: undefined | undefined;
4443
- maxFeePerBlobGas?: undefined | undefined;
4444
- maxFeePerGas?: bigint | undefined;
4445
- maxPriorityFeePerGas?: bigint | undefined;
4446
- sidecars?: undefined | undefined;
4447
- } & (import('viem').OneOf<{
4448
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4449
- } | {
4450
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4451
- }, import('viem').FeeValuesEIP1559> & {
4452
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4453
- }) ? "eip1559" : never) | (request extends {
4454
- accessList?: import('viem').AccessList | undefined;
4455
- authorizationList?: undefined | undefined;
4456
- blobs?: undefined | undefined;
4457
- blobVersionedHashes?: undefined | undefined;
4458
- gasPrice?: bigint | undefined;
4459
- sidecars?: undefined | undefined;
4460
- maxFeePerBlobGas?: undefined | undefined;
4461
- maxFeePerGas?: undefined | undefined;
4462
- maxPriorityFeePerGas?: undefined | undefined;
4463
- } & {
4464
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4465
- } ? "eip2930" : never) | (request extends ({
4466
- accessList?: import('viem').AccessList | undefined;
4467
- authorizationList?: undefined | undefined;
4468
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4469
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4470
- maxFeePerBlobGas?: bigint | undefined;
4471
- maxFeePerGas?: bigint | undefined;
4472
- maxPriorityFeePerGas?: bigint | undefined;
4473
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4474
- } | {
4475
- accessList?: import('viem').AccessList | undefined;
4476
- authorizationList?: undefined | undefined;
4477
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4478
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4479
- maxFeePerBlobGas?: bigint | undefined;
4480
- maxFeePerGas?: bigint | undefined;
4481
- maxPriorityFeePerGas?: bigint | undefined;
4482
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4483
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4484
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4485
- } | {
4486
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4487
- } | {
4488
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4489
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4490
- accessList?: import('viem').AccessList | undefined;
4491
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4492
- blobs?: undefined | undefined;
4493
- blobVersionedHashes?: undefined | undefined;
4494
- gasPrice?: undefined | undefined;
4495
- maxFeePerBlobGas?: undefined | undefined;
4496
- maxFeePerGas?: bigint | undefined;
4497
- maxPriorityFeePerGas?: bigint | undefined;
4498
- sidecars?: undefined | undefined;
4499
- } | {
4500
- accessList?: import('viem').AccessList | undefined;
4501
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4502
- blobs?: undefined | undefined;
4503
- blobVersionedHashes?: undefined | undefined;
4504
- gasPrice?: undefined | undefined;
4505
- maxFeePerBlobGas?: undefined | undefined;
4506
- maxFeePerGas?: bigint | undefined;
4507
- maxPriorityFeePerGas?: bigint | undefined;
4508
- sidecars?: undefined | undefined;
4509
- }) & {
4510
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4511
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4512
- accessList?: undefined | undefined;
4513
- authorizationList?: undefined | undefined;
4514
- blobs?: undefined | undefined;
4515
- blobVersionedHashes?: undefined | undefined;
4516
- gasPrice?: bigint | undefined;
4517
- sidecars?: undefined | undefined;
4518
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4519
- accessList?: import('viem').AccessList | undefined;
4520
- authorizationList?: undefined | undefined;
4521
- blobs?: undefined | undefined;
4522
- blobVersionedHashes?: undefined | undefined;
4523
- gasPrice?: undefined | undefined;
4524
- maxFeePerBlobGas?: undefined | undefined;
4525
- maxFeePerGas?: bigint | undefined;
4526
- maxPriorityFeePerGas?: bigint | undefined;
4527
- sidecars?: undefined | undefined;
4528
- } & (import('viem').OneOf<{
4529
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4530
- } | {
4531
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4532
- }, import('viem').FeeValuesEIP1559> & {
4533
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4534
- }) ? "eip1559" : never) | (request extends {
4535
- accessList?: import('viem').AccessList | undefined;
4536
- authorizationList?: undefined | undefined;
4537
- blobs?: undefined | undefined;
4538
- blobVersionedHashes?: undefined | undefined;
4539
- gasPrice?: bigint | undefined;
4540
- sidecars?: undefined | undefined;
4541
- maxFeePerBlobGas?: undefined | undefined;
4542
- maxFeePerGas?: undefined | undefined;
4543
- maxPriorityFeePerGas?: undefined | undefined;
4544
- } & {
4545
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4546
- } ? "eip2930" : never) | (request extends ({
4547
- accessList?: import('viem').AccessList | undefined;
4548
- authorizationList?: undefined | undefined;
4549
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4550
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4551
- maxFeePerBlobGas?: bigint | undefined;
4552
- maxFeePerGas?: bigint | undefined;
4553
- maxPriorityFeePerGas?: bigint | undefined;
4554
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4555
- } | {
4556
- accessList?: import('viem').AccessList | undefined;
4557
- authorizationList?: undefined | undefined;
4558
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4559
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4560
- maxFeePerBlobGas?: bigint | undefined;
4561
- maxFeePerGas?: bigint | undefined;
4562
- maxPriorityFeePerGas?: bigint | undefined;
4563
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4564
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4565
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4566
- } | {
4567
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4568
- } | {
4569
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4570
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4571
- accessList?: import('viem').AccessList | undefined;
4572
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4573
- blobs?: undefined | undefined;
4574
- blobVersionedHashes?: undefined | undefined;
4575
- gasPrice?: undefined | undefined;
4576
- maxFeePerBlobGas?: undefined | undefined;
4577
- maxFeePerGas?: bigint | undefined;
4578
- maxPriorityFeePerGas?: bigint | undefined;
4579
- sidecars?: undefined | undefined;
4580
- } | {
4581
- accessList?: import('viem').AccessList | undefined;
4582
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4583
- blobs?: undefined | undefined;
4584
- blobVersionedHashes?: undefined | undefined;
4585
- gasPrice?: undefined | undefined;
4586
- maxFeePerBlobGas?: undefined | undefined;
4587
- maxFeePerGas?: bigint | undefined;
4588
- maxPriorityFeePerGas?: bigint | undefined;
4589
- sidecars?: undefined | undefined;
4590
- }) & {
4591
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4592
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_21 ? T_21 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4593
- accessList?: undefined | undefined;
4594
- authorizationList?: undefined | undefined;
4595
- blobs?: undefined | undefined;
4596
- blobVersionedHashes?: undefined | undefined;
4597
- gasPrice?: bigint | undefined;
4598
- sidecars?: undefined | undefined;
4599
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4600
- accessList?: import('viem').AccessList | undefined;
4601
- authorizationList?: undefined | undefined;
4602
- blobs?: undefined | undefined;
4603
- blobVersionedHashes?: undefined | undefined;
4604
- gasPrice?: undefined | undefined;
4605
- maxFeePerBlobGas?: undefined | undefined;
4606
- maxFeePerGas?: bigint | undefined;
4607
- maxPriorityFeePerGas?: bigint | undefined;
4608
- sidecars?: undefined | undefined;
4609
- } & (import('viem').OneOf<{
4610
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4611
- } | {
4612
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4613
- }, import('viem').FeeValuesEIP1559> & {
4614
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4615
- }) ? "eip1559" : never) | (request extends {
4616
- accessList?: import('viem').AccessList | undefined;
4617
- authorizationList?: undefined | undefined;
4618
- blobs?: undefined | undefined;
4619
- blobVersionedHashes?: undefined | undefined;
4620
- gasPrice?: bigint | undefined;
4621
- sidecars?: undefined | undefined;
4622
- maxFeePerBlobGas?: undefined | undefined;
4623
- maxFeePerGas?: undefined | undefined;
4624
- maxPriorityFeePerGas?: undefined | undefined;
4625
- } & {
4626
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4627
- } ? "eip2930" : never) | (request extends ({
4628
- accessList?: import('viem').AccessList | undefined;
4629
- authorizationList?: undefined | undefined;
4630
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4631
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4632
- maxFeePerBlobGas?: bigint | undefined;
4633
- maxFeePerGas?: bigint | undefined;
4634
- maxPriorityFeePerGas?: bigint | undefined;
4635
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4636
- } | {
4637
- accessList?: import('viem').AccessList | undefined;
4638
- authorizationList?: undefined | undefined;
4639
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4640
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4641
- maxFeePerBlobGas?: bigint | undefined;
4642
- maxFeePerGas?: bigint | undefined;
4643
- maxPriorityFeePerGas?: bigint | undefined;
4644
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4645
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4646
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4647
- } | {
4648
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4649
- } | {
4650
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4651
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4652
- accessList?: import('viem').AccessList | undefined;
4653
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4654
- blobs?: undefined | undefined;
4655
- blobVersionedHashes?: undefined | undefined;
4656
- gasPrice?: undefined | undefined;
4657
- maxFeePerBlobGas?: undefined | undefined;
4658
- maxFeePerGas?: bigint | undefined;
4659
- maxPriorityFeePerGas?: bigint | undefined;
4660
- sidecars?: undefined | undefined;
4661
- } | {
4662
- accessList?: import('viem').AccessList | undefined;
4663
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4664
- blobs?: undefined | undefined;
4665
- blobVersionedHashes?: undefined | undefined;
4666
- gasPrice?: undefined | undefined;
4667
- maxFeePerBlobGas?: undefined | undefined;
4668
- maxFeePerGas?: bigint | undefined;
4669
- maxPriorityFeePerGas?: bigint | undefined;
4670
- sidecars?: undefined | undefined;
4671
- }) & {
4672
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4673
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4674
- accessList?: undefined | undefined;
4675
- authorizationList?: undefined | undefined;
4676
- blobs?: undefined | undefined;
4677
- blobVersionedHashes?: undefined | undefined;
4678
- gasPrice?: bigint | undefined;
4679
- sidecars?: undefined | undefined;
4680
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4681
- accessList?: import('viem').AccessList | undefined;
4682
- authorizationList?: undefined | undefined;
4683
- blobs?: undefined | undefined;
4684
- blobVersionedHashes?: undefined | undefined;
4685
- gasPrice?: undefined | undefined;
4686
- maxFeePerBlobGas?: undefined | undefined;
4687
- maxFeePerGas?: bigint | undefined;
4688
- maxPriorityFeePerGas?: bigint | undefined;
4689
- sidecars?: undefined | undefined;
4690
- } & (import('viem').OneOf<{
4691
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4692
- } | {
4693
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4694
- }, import('viem').FeeValuesEIP1559> & {
4695
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4696
- }) ? "eip1559" : never) | (request extends {
4697
- accessList?: import('viem').AccessList | undefined;
4698
- authorizationList?: undefined | undefined;
4699
- blobs?: undefined | undefined;
4700
- blobVersionedHashes?: undefined | undefined;
4701
- gasPrice?: bigint | undefined;
4702
- sidecars?: undefined | undefined;
4703
- maxFeePerBlobGas?: undefined | undefined;
4704
- maxFeePerGas?: undefined | undefined;
4705
- maxPriorityFeePerGas?: undefined | undefined;
4706
- } & {
4707
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4708
- } ? "eip2930" : never) | (request extends ({
4709
- accessList?: import('viem').AccessList | undefined;
4710
- authorizationList?: undefined | undefined;
4711
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4712
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4713
- maxFeePerBlobGas?: bigint | undefined;
4714
- maxFeePerGas?: bigint | undefined;
4715
- maxPriorityFeePerGas?: bigint | undefined;
4716
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4717
- } | {
4718
- accessList?: import('viem').AccessList | undefined;
4719
- authorizationList?: undefined | undefined;
4720
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4721
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4722
- maxFeePerBlobGas?: bigint | undefined;
4723
- maxFeePerGas?: bigint | undefined;
4724
- maxPriorityFeePerGas?: bigint | undefined;
4725
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4726
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4727
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4728
- } | {
4729
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4730
- } | {
4731
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4732
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4733
- accessList?: import('viem').AccessList | undefined;
4734
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4735
- blobs?: undefined | undefined;
4736
- blobVersionedHashes?: undefined | undefined;
4737
- gasPrice?: undefined | undefined;
4738
- maxFeePerBlobGas?: undefined | undefined;
4739
- maxFeePerGas?: bigint | undefined;
4740
- maxPriorityFeePerGas?: bigint | undefined;
4741
- sidecars?: undefined | undefined;
4742
- } | {
4743
- accessList?: import('viem').AccessList | undefined;
4744
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4745
- blobs?: undefined | undefined;
4746
- blobVersionedHashes?: undefined | undefined;
4747
- gasPrice?: undefined | undefined;
4748
- maxFeePerBlobGas?: undefined | undefined;
4749
- maxFeePerGas?: bigint | undefined;
4750
- maxPriorityFeePerGas?: bigint | undefined;
4751
- sidecars?: undefined | undefined;
4752
- }) & {
4753
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4754
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_21 extends "legacy" ? import('viem').TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4755
- accessList?: undefined | undefined;
4756
- authorizationList?: undefined | undefined;
4757
- blobs?: undefined | undefined;
4758
- blobVersionedHashes?: undefined | undefined;
4759
- gasPrice?: bigint | undefined;
4760
- sidecars?: undefined | undefined;
4761
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4762
- accessList?: import('viem').AccessList | undefined;
4763
- authorizationList?: undefined | undefined;
4764
- blobs?: undefined | undefined;
4765
- blobVersionedHashes?: undefined | undefined;
4766
- gasPrice?: undefined | undefined;
4767
- maxFeePerBlobGas?: undefined | undefined;
4768
- maxFeePerGas?: bigint | undefined;
4769
- maxPriorityFeePerGas?: bigint | undefined;
4770
- sidecars?: undefined | undefined;
4771
- } & (import('viem').OneOf<{
4772
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4773
- } | {
4774
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4775
- }, import('viem').FeeValuesEIP1559> & {
4776
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4777
- }) ? "eip1559" : never) | (request extends {
4778
- accessList?: import('viem').AccessList | undefined;
4779
- authorizationList?: undefined | undefined;
4780
- blobs?: undefined | undefined;
4781
- blobVersionedHashes?: undefined | undefined;
4782
- gasPrice?: bigint | undefined;
4783
- sidecars?: undefined | undefined;
4784
- maxFeePerBlobGas?: undefined | undefined;
4785
- maxFeePerGas?: undefined | undefined;
4786
- maxPriorityFeePerGas?: undefined | undefined;
4787
- } & {
4788
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4789
- } ? "eip2930" : never) | (request extends ({
4790
- accessList?: import('viem').AccessList | undefined;
4791
- authorizationList?: undefined | undefined;
4792
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4793
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4794
- maxFeePerBlobGas?: bigint | undefined;
4795
- maxFeePerGas?: bigint | undefined;
4796
- maxPriorityFeePerGas?: bigint | undefined;
4797
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4798
- } | {
4799
- accessList?: import('viem').AccessList | undefined;
4800
- authorizationList?: undefined | undefined;
4801
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4802
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4803
- maxFeePerBlobGas?: bigint | undefined;
4804
- maxFeePerGas?: bigint | undefined;
4805
- maxPriorityFeePerGas?: bigint | undefined;
4806
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4807
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4808
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4809
- } | {
4810
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4811
- } | {
4812
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4813
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4814
- accessList?: import('viem').AccessList | undefined;
4815
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4816
- blobs?: undefined | undefined;
4817
- blobVersionedHashes?: undefined | undefined;
4818
- gasPrice?: undefined | undefined;
4819
- maxFeePerBlobGas?: undefined | undefined;
4820
- maxFeePerGas?: bigint | undefined;
4821
- maxPriorityFeePerGas?: bigint | undefined;
4822
- sidecars?: undefined | undefined;
4823
- } | {
4824
- accessList?: import('viem').AccessList | undefined;
4825
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4826
- blobs?: undefined | undefined;
4827
- blobVersionedHashes?: undefined | undefined;
4828
- gasPrice?: undefined | undefined;
4829
- maxFeePerBlobGas?: undefined | undefined;
4830
- maxFeePerGas?: bigint | undefined;
4831
- maxPriorityFeePerGas?: bigint | undefined;
4832
- sidecars?: undefined | undefined;
4833
- }) & {
4834
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4835
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4836
- accessList?: undefined | undefined;
4837
- authorizationList?: undefined | undefined;
4838
- blobs?: undefined | undefined;
4839
- blobVersionedHashes?: undefined | undefined;
4840
- gasPrice?: bigint | undefined;
4841
- sidecars?: undefined | undefined;
4842
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4843
- accessList?: import('viem').AccessList | undefined;
4844
- authorizationList?: undefined | undefined;
4845
- blobs?: undefined | undefined;
4846
- blobVersionedHashes?: undefined | undefined;
4847
- gasPrice?: undefined | undefined;
4848
- maxFeePerBlobGas?: undefined | undefined;
4849
- maxFeePerGas?: bigint | undefined;
4850
- maxPriorityFeePerGas?: bigint | undefined;
4851
- sidecars?: undefined | undefined;
4852
- } & (import('viem').OneOf<{
4853
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4854
- } | {
4855
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4856
- }, import('viem').FeeValuesEIP1559> & {
4857
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4858
- }) ? "eip1559" : never) | (request extends {
4859
- accessList?: import('viem').AccessList | undefined;
4860
- authorizationList?: undefined | undefined;
4861
- blobs?: undefined | undefined;
4862
- blobVersionedHashes?: undefined | undefined;
4863
- gasPrice?: bigint | undefined;
4864
- sidecars?: undefined | undefined;
4865
- maxFeePerBlobGas?: undefined | undefined;
4866
- maxFeePerGas?: undefined | undefined;
4867
- maxPriorityFeePerGas?: undefined | undefined;
4868
- } & {
4869
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4870
- } ? "eip2930" : never) | (request extends ({
4871
- accessList?: import('viem').AccessList | undefined;
4872
- authorizationList?: undefined | undefined;
4873
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4874
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4875
- maxFeePerBlobGas?: bigint | undefined;
4876
- maxFeePerGas?: bigint | undefined;
4877
- maxPriorityFeePerGas?: bigint | undefined;
4878
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4879
- } | {
4880
- accessList?: import('viem').AccessList | undefined;
4881
- authorizationList?: undefined | undefined;
4882
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4883
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4884
- maxFeePerBlobGas?: bigint | undefined;
4885
- maxFeePerGas?: bigint | undefined;
4886
- maxPriorityFeePerGas?: bigint | undefined;
4887
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4888
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4889
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4890
- } | {
4891
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4892
- } | {
4893
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4894
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4895
- accessList?: import('viem').AccessList | undefined;
4896
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4897
- blobs?: undefined | undefined;
4898
- blobVersionedHashes?: undefined | undefined;
4899
- gasPrice?: undefined | undefined;
4900
- maxFeePerBlobGas?: undefined | undefined;
4901
- maxFeePerGas?: bigint | undefined;
4902
- maxPriorityFeePerGas?: bigint | undefined;
4903
- sidecars?: undefined | undefined;
4904
- } | {
4905
- accessList?: import('viem').AccessList | undefined;
4906
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4907
- blobs?: undefined | undefined;
4908
- blobVersionedHashes?: undefined | undefined;
4909
- gasPrice?: undefined | undefined;
4910
- maxFeePerBlobGas?: undefined | undefined;
4911
- maxFeePerGas?: bigint | undefined;
4912
- maxPriorityFeePerGas?: bigint | undefined;
4913
- sidecars?: undefined | undefined;
4914
- }) & {
4915
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4916
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_22 ? T_22 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
4917
- accessList?: undefined | undefined;
4918
- authorizationList?: undefined | undefined;
4919
- blobs?: undefined | undefined;
4920
- blobVersionedHashes?: undefined | undefined;
4921
- gasPrice?: bigint | undefined;
4922
- sidecars?: undefined | undefined;
4923
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
4924
- accessList?: import('viem').AccessList | undefined;
4925
- authorizationList?: undefined | undefined;
4926
- blobs?: undefined | undefined;
4927
- blobVersionedHashes?: undefined | undefined;
4928
- gasPrice?: undefined | undefined;
4929
- maxFeePerBlobGas?: undefined | undefined;
4930
- maxFeePerGas?: bigint | undefined;
4931
- maxPriorityFeePerGas?: bigint | undefined;
4932
- sidecars?: undefined | undefined;
4933
- } & (import('viem').OneOf<{
4934
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
4935
- } | {
4936
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
4937
- }, import('viem').FeeValuesEIP1559> & {
4938
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
4939
- }) ? "eip1559" : never) | (request extends {
4940
- accessList?: import('viem').AccessList | undefined;
4941
- authorizationList?: undefined | undefined;
4942
- blobs?: undefined | undefined;
4943
- blobVersionedHashes?: undefined | undefined;
4944
- gasPrice?: bigint | undefined;
4945
- sidecars?: undefined | undefined;
4946
- maxFeePerBlobGas?: undefined | undefined;
4947
- maxFeePerGas?: undefined | undefined;
4948
- maxPriorityFeePerGas?: undefined | undefined;
4949
- } & {
4950
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
4951
- } ? "eip2930" : never) | (request extends ({
4952
- accessList?: import('viem').AccessList | undefined;
4953
- authorizationList?: undefined | undefined;
4954
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4955
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4956
- maxFeePerBlobGas?: bigint | undefined;
4957
- maxFeePerGas?: bigint | undefined;
4958
- maxPriorityFeePerGas?: bigint | undefined;
4959
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4960
- } | {
4961
- accessList?: import('viem').AccessList | undefined;
4962
- authorizationList?: undefined | undefined;
4963
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
4964
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4965
- maxFeePerBlobGas?: bigint | undefined;
4966
- maxFeePerGas?: bigint | undefined;
4967
- maxPriorityFeePerGas?: bigint | undefined;
4968
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
4969
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
4970
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
4971
- } | {
4972
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
4973
- } | {
4974
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
4975
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4976
- accessList?: import('viem').AccessList | undefined;
4977
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4978
- blobs?: undefined | undefined;
4979
- blobVersionedHashes?: undefined | undefined;
4980
- gasPrice?: undefined | undefined;
4981
- maxFeePerBlobGas?: undefined | undefined;
4982
- maxFeePerGas?: bigint | undefined;
4983
- maxPriorityFeePerGas?: bigint | undefined;
4984
- sidecars?: undefined | undefined;
4985
- } | {
4986
- accessList?: import('viem').AccessList | undefined;
4987
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
4988
- blobs?: undefined | undefined;
4989
- blobVersionedHashes?: undefined | undefined;
4990
- gasPrice?: undefined | undefined;
4991
- maxFeePerBlobGas?: undefined | undefined;
4992
- maxFeePerGas?: bigint | undefined;
4993
- maxPriorityFeePerGas?: bigint | undefined;
4994
- sidecars?: undefined | undefined;
4995
- }) & {
4996
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
4997
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
4998
- accessList?: undefined | undefined;
4999
- authorizationList?: undefined | undefined;
5000
- blobs?: undefined | undefined;
5001
- blobVersionedHashes?: undefined | undefined;
5002
- gasPrice?: bigint | undefined;
5003
- sidecars?: undefined | undefined;
5004
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5005
- accessList?: import('viem').AccessList | undefined;
5006
- authorizationList?: undefined | undefined;
5007
- blobs?: undefined | undefined;
5008
- blobVersionedHashes?: undefined | undefined;
5009
- gasPrice?: undefined | undefined;
5010
- maxFeePerBlobGas?: undefined | undefined;
5011
- maxFeePerGas?: bigint | undefined;
5012
- maxPriorityFeePerGas?: bigint | undefined;
5013
- sidecars?: undefined | undefined;
5014
- } & (import('viem').OneOf<{
5015
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5016
- } | {
5017
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5018
- }, import('viem').FeeValuesEIP1559> & {
5019
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5020
- }) ? "eip1559" : never) | (request extends {
5021
- accessList?: import('viem').AccessList | undefined;
5022
- authorizationList?: undefined | undefined;
5023
- blobs?: undefined | undefined;
5024
- blobVersionedHashes?: undefined | undefined;
5025
- gasPrice?: bigint | undefined;
5026
- sidecars?: undefined | undefined;
5027
- maxFeePerBlobGas?: undefined | undefined;
5028
- maxFeePerGas?: undefined | undefined;
5029
- maxPriorityFeePerGas?: undefined | undefined;
5030
- } & {
5031
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5032
- } ? "eip2930" : never) | (request extends ({
5033
- accessList?: import('viem').AccessList | undefined;
5034
- authorizationList?: undefined | undefined;
5035
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5036
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5037
- maxFeePerBlobGas?: bigint | undefined;
5038
- maxFeePerGas?: bigint | undefined;
5039
- maxPriorityFeePerGas?: bigint | undefined;
5040
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5041
- } | {
5042
- accessList?: import('viem').AccessList | undefined;
5043
- authorizationList?: undefined | undefined;
5044
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5045
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5046
- maxFeePerBlobGas?: bigint | undefined;
5047
- maxFeePerGas?: bigint | undefined;
5048
- maxPriorityFeePerGas?: bigint | undefined;
5049
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5050
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5051
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5052
- } | {
5053
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5054
- } | {
5055
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5056
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5057
- accessList?: import('viem').AccessList | undefined;
5058
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5059
- blobs?: undefined | undefined;
5060
- blobVersionedHashes?: undefined | undefined;
5061
- gasPrice?: undefined | undefined;
5062
- maxFeePerBlobGas?: undefined | undefined;
5063
- maxFeePerGas?: bigint | undefined;
5064
- maxPriorityFeePerGas?: bigint | undefined;
5065
- sidecars?: undefined | undefined;
5066
- } | {
5067
- accessList?: import('viem').AccessList | undefined;
5068
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5069
- blobs?: undefined | undefined;
5070
- blobVersionedHashes?: undefined | undefined;
5071
- gasPrice?: undefined | undefined;
5072
- maxFeePerBlobGas?: undefined | undefined;
5073
- maxFeePerGas?: bigint | undefined;
5074
- maxPriorityFeePerGas?: bigint | undefined;
5075
- sidecars?: undefined | undefined;
5076
- }) & {
5077
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5078
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_22 extends "eip1559" ? import('viem').TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5079
- accessList?: undefined | undefined;
5080
- authorizationList?: undefined | undefined;
5081
- blobs?: undefined | undefined;
5082
- blobVersionedHashes?: undefined | undefined;
5083
- gasPrice?: bigint | undefined;
5084
- sidecars?: undefined | undefined;
5085
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5086
- accessList?: import('viem').AccessList | undefined;
5087
- authorizationList?: undefined | undefined;
5088
- blobs?: undefined | undefined;
5089
- blobVersionedHashes?: undefined | undefined;
5090
- gasPrice?: undefined | undefined;
5091
- maxFeePerBlobGas?: undefined | undefined;
5092
- maxFeePerGas?: bigint | undefined;
5093
- maxPriorityFeePerGas?: bigint | undefined;
5094
- sidecars?: undefined | undefined;
5095
- } & (import('viem').OneOf<{
5096
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5097
- } | {
5098
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5099
- }, import('viem').FeeValuesEIP1559> & {
5100
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5101
- }) ? "eip1559" : never) | (request extends {
5102
- accessList?: import('viem').AccessList | undefined;
5103
- authorizationList?: undefined | undefined;
5104
- blobs?: undefined | undefined;
5105
- blobVersionedHashes?: undefined | undefined;
5106
- gasPrice?: bigint | undefined;
5107
- sidecars?: undefined | undefined;
5108
- maxFeePerBlobGas?: undefined | undefined;
5109
- maxFeePerGas?: undefined | undefined;
5110
- maxPriorityFeePerGas?: undefined | undefined;
5111
- } & {
5112
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5113
- } ? "eip2930" : never) | (request extends ({
5114
- accessList?: import('viem').AccessList | undefined;
5115
- authorizationList?: undefined | undefined;
5116
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5117
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5118
- maxFeePerBlobGas?: bigint | undefined;
5119
- maxFeePerGas?: bigint | undefined;
5120
- maxPriorityFeePerGas?: bigint | undefined;
5121
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5122
- } | {
5123
- accessList?: import('viem').AccessList | undefined;
5124
- authorizationList?: undefined | undefined;
5125
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5126
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5127
- maxFeePerBlobGas?: bigint | undefined;
5128
- maxFeePerGas?: bigint | undefined;
5129
- maxPriorityFeePerGas?: bigint | undefined;
5130
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5131
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5132
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5133
- } | {
5134
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5135
- } | {
5136
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5137
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5138
- accessList?: import('viem').AccessList | undefined;
5139
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5140
- blobs?: undefined | undefined;
5141
- blobVersionedHashes?: undefined | undefined;
5142
- gasPrice?: undefined | undefined;
5143
- maxFeePerBlobGas?: undefined | undefined;
5144
- maxFeePerGas?: bigint | undefined;
5145
- maxPriorityFeePerGas?: bigint | undefined;
5146
- sidecars?: undefined | undefined;
5147
- } | {
5148
- accessList?: import('viem').AccessList | undefined;
5149
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5150
- blobs?: undefined | undefined;
5151
- blobVersionedHashes?: undefined | undefined;
5152
- gasPrice?: undefined | undefined;
5153
- maxFeePerBlobGas?: undefined | undefined;
5154
- maxFeePerGas?: bigint | undefined;
5155
- maxPriorityFeePerGas?: bigint | undefined;
5156
- sidecars?: undefined | undefined;
5157
- }) & {
5158
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5159
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5160
- accessList?: undefined | undefined;
5161
- authorizationList?: undefined | undefined;
5162
- blobs?: undefined | undefined;
5163
- blobVersionedHashes?: undefined | undefined;
5164
- gasPrice?: bigint | undefined;
5165
- sidecars?: undefined | undefined;
5166
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5167
- accessList?: import('viem').AccessList | undefined;
5168
- authorizationList?: undefined | undefined;
5169
- blobs?: undefined | undefined;
5170
- blobVersionedHashes?: undefined | undefined;
5171
- gasPrice?: undefined | undefined;
5172
- maxFeePerBlobGas?: undefined | undefined;
5173
- maxFeePerGas?: bigint | undefined;
5174
- maxPriorityFeePerGas?: bigint | undefined;
5175
- sidecars?: undefined | undefined;
5176
- } & (import('viem').OneOf<{
5177
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5178
- } | {
5179
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5180
- }, import('viem').FeeValuesEIP1559> & {
5181
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5182
- }) ? "eip1559" : never) | (request extends {
5183
- accessList?: import('viem').AccessList | undefined;
5184
- authorizationList?: undefined | undefined;
5185
- blobs?: undefined | undefined;
5186
- blobVersionedHashes?: undefined | undefined;
5187
- gasPrice?: bigint | undefined;
5188
- sidecars?: undefined | undefined;
5189
- maxFeePerBlobGas?: undefined | undefined;
5190
- maxFeePerGas?: undefined | undefined;
5191
- maxPriorityFeePerGas?: undefined | undefined;
5192
- } & {
5193
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5194
- } ? "eip2930" : never) | (request extends ({
5195
- accessList?: import('viem').AccessList | undefined;
5196
- authorizationList?: undefined | undefined;
5197
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5198
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5199
- maxFeePerBlobGas?: bigint | undefined;
5200
- maxFeePerGas?: bigint | undefined;
5201
- maxPriorityFeePerGas?: bigint | undefined;
5202
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5203
- } | {
5204
- accessList?: import('viem').AccessList | undefined;
5205
- authorizationList?: undefined | undefined;
5206
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5207
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5208
- maxFeePerBlobGas?: bigint | undefined;
5209
- maxFeePerGas?: bigint | undefined;
5210
- maxPriorityFeePerGas?: bigint | undefined;
5211
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5212
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5213
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5214
- } | {
5215
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5216
- } | {
5217
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5218
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5219
- accessList?: import('viem').AccessList | undefined;
5220
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5221
- blobs?: undefined | undefined;
5222
- blobVersionedHashes?: undefined | undefined;
5223
- gasPrice?: undefined | undefined;
5224
- maxFeePerBlobGas?: undefined | undefined;
5225
- maxFeePerGas?: bigint | undefined;
5226
- maxPriorityFeePerGas?: bigint | undefined;
5227
- sidecars?: undefined | undefined;
5228
- } | {
5229
- accessList?: import('viem').AccessList | undefined;
5230
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5231
- blobs?: undefined | undefined;
5232
- blobVersionedHashes?: undefined | undefined;
5233
- gasPrice?: undefined | undefined;
5234
- maxFeePerBlobGas?: undefined | undefined;
5235
- maxFeePerGas?: bigint | undefined;
5236
- maxPriorityFeePerGas?: bigint | undefined;
5237
- sidecars?: undefined | undefined;
5238
- }) & {
5239
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5240
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_23 ? T_23 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5241
- accessList?: undefined | undefined;
5242
- authorizationList?: undefined | undefined;
5243
- blobs?: undefined | undefined;
5244
- blobVersionedHashes?: undefined | undefined;
5245
- gasPrice?: bigint | undefined;
5246
- sidecars?: undefined | undefined;
5247
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5248
- accessList?: import('viem').AccessList | undefined;
5249
- authorizationList?: undefined | undefined;
5250
- blobs?: undefined | undefined;
5251
- blobVersionedHashes?: undefined | undefined;
5252
- gasPrice?: undefined | undefined;
5253
- maxFeePerBlobGas?: undefined | undefined;
5254
- maxFeePerGas?: bigint | undefined;
5255
- maxPriorityFeePerGas?: bigint | undefined;
5256
- sidecars?: undefined | undefined;
5257
- } & (import('viem').OneOf<{
5258
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5259
- } | {
5260
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5261
- }, import('viem').FeeValuesEIP1559> & {
5262
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5263
- }) ? "eip1559" : never) | (request extends {
5264
- accessList?: import('viem').AccessList | undefined;
5265
- authorizationList?: undefined | undefined;
5266
- blobs?: undefined | undefined;
5267
- blobVersionedHashes?: undefined | undefined;
5268
- gasPrice?: bigint | undefined;
5269
- sidecars?: undefined | undefined;
5270
- maxFeePerBlobGas?: undefined | undefined;
5271
- maxFeePerGas?: undefined | undefined;
5272
- maxPriorityFeePerGas?: undefined | undefined;
5273
- } & {
5274
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5275
- } ? "eip2930" : never) | (request extends ({
5276
- accessList?: import('viem').AccessList | undefined;
5277
- authorizationList?: undefined | undefined;
5278
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5279
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5280
- maxFeePerBlobGas?: bigint | undefined;
5281
- maxFeePerGas?: bigint | undefined;
5282
- maxPriorityFeePerGas?: bigint | undefined;
5283
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5284
- } | {
5285
- accessList?: import('viem').AccessList | undefined;
5286
- authorizationList?: undefined | undefined;
5287
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5288
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5289
- maxFeePerBlobGas?: bigint | undefined;
5290
- maxFeePerGas?: bigint | undefined;
5291
- maxPriorityFeePerGas?: bigint | undefined;
5292
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5293
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5294
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5295
- } | {
5296
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5297
- } | {
5298
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5299
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5300
- accessList?: import('viem').AccessList | undefined;
5301
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5302
- blobs?: undefined | undefined;
5303
- blobVersionedHashes?: undefined | undefined;
5304
- gasPrice?: undefined | undefined;
5305
- maxFeePerBlobGas?: undefined | undefined;
5306
- maxFeePerGas?: bigint | undefined;
5307
- maxPriorityFeePerGas?: bigint | undefined;
5308
- sidecars?: undefined | undefined;
5309
- } | {
5310
- accessList?: import('viem').AccessList | undefined;
5311
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5312
- blobs?: undefined | undefined;
5313
- blobVersionedHashes?: undefined | undefined;
5314
- gasPrice?: undefined | undefined;
5315
- maxFeePerBlobGas?: undefined | undefined;
5316
- maxFeePerGas?: bigint | undefined;
5317
- maxPriorityFeePerGas?: bigint | undefined;
5318
- sidecars?: undefined | undefined;
5319
- }) & {
5320
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5321
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5322
- accessList?: undefined | undefined;
5323
- authorizationList?: undefined | undefined;
5324
- blobs?: undefined | undefined;
5325
- blobVersionedHashes?: undefined | undefined;
5326
- gasPrice?: bigint | undefined;
5327
- sidecars?: undefined | undefined;
5328
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5329
- accessList?: import('viem').AccessList | undefined;
5330
- authorizationList?: undefined | undefined;
5331
- blobs?: undefined | undefined;
5332
- blobVersionedHashes?: undefined | undefined;
5333
- gasPrice?: undefined | undefined;
5334
- maxFeePerBlobGas?: undefined | undefined;
5335
- maxFeePerGas?: bigint | undefined;
5336
- maxPriorityFeePerGas?: bigint | undefined;
5337
- sidecars?: undefined | undefined;
5338
- } & (import('viem').OneOf<{
5339
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5340
- } | {
5341
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5342
- }, import('viem').FeeValuesEIP1559> & {
5343
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5344
- }) ? "eip1559" : never) | (request extends {
5345
- accessList?: import('viem').AccessList | undefined;
5346
- authorizationList?: undefined | undefined;
5347
- blobs?: undefined | undefined;
5348
- blobVersionedHashes?: undefined | undefined;
5349
- gasPrice?: bigint | undefined;
5350
- sidecars?: undefined | undefined;
5351
- maxFeePerBlobGas?: undefined | undefined;
5352
- maxFeePerGas?: undefined | undefined;
5353
- maxPriorityFeePerGas?: undefined | undefined;
5354
- } & {
5355
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5356
- } ? "eip2930" : never) | (request extends ({
5357
- accessList?: import('viem').AccessList | undefined;
5358
- authorizationList?: undefined | undefined;
5359
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5360
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5361
- maxFeePerBlobGas?: bigint | undefined;
5362
- maxFeePerGas?: bigint | undefined;
5363
- maxPriorityFeePerGas?: bigint | undefined;
5364
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5365
- } | {
5366
- accessList?: import('viem').AccessList | undefined;
5367
- authorizationList?: undefined | undefined;
5368
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5369
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5370
- maxFeePerBlobGas?: bigint | undefined;
5371
- maxFeePerGas?: bigint | undefined;
5372
- maxPriorityFeePerGas?: bigint | undefined;
5373
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5374
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5375
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5376
- } | {
5377
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5378
- } | {
5379
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5380
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5381
- accessList?: import('viem').AccessList | undefined;
5382
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5383
- blobs?: undefined | undefined;
5384
- blobVersionedHashes?: undefined | undefined;
5385
- gasPrice?: undefined | undefined;
5386
- maxFeePerBlobGas?: undefined | undefined;
5387
- maxFeePerGas?: bigint | undefined;
5388
- maxPriorityFeePerGas?: bigint | undefined;
5389
- sidecars?: undefined | undefined;
5390
- } | {
5391
- accessList?: import('viem').AccessList | undefined;
5392
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5393
- blobs?: undefined | undefined;
5394
- blobVersionedHashes?: undefined | undefined;
5395
- gasPrice?: undefined | undefined;
5396
- maxFeePerBlobGas?: undefined | undefined;
5397
- maxFeePerGas?: bigint | undefined;
5398
- maxPriorityFeePerGas?: bigint | undefined;
5399
- sidecars?: undefined | undefined;
5400
- }) & {
5401
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5402
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_23 extends "eip2930" ? import('viem').TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5403
- accessList?: undefined | undefined;
5404
- authorizationList?: undefined | undefined;
5405
- blobs?: undefined | undefined;
5406
- blobVersionedHashes?: undefined | undefined;
5407
- gasPrice?: bigint | undefined;
5408
- sidecars?: undefined | undefined;
5409
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5410
- accessList?: import('viem').AccessList | undefined;
5411
- authorizationList?: undefined | undefined;
5412
- blobs?: undefined | undefined;
5413
- blobVersionedHashes?: undefined | undefined;
5414
- gasPrice?: undefined | undefined;
5415
- maxFeePerBlobGas?: undefined | undefined;
5416
- maxFeePerGas?: bigint | undefined;
5417
- maxPriorityFeePerGas?: bigint | undefined;
5418
- sidecars?: undefined | undefined;
5419
- } & (import('viem').OneOf<{
5420
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5421
- } | {
5422
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5423
- }, import('viem').FeeValuesEIP1559> & {
5424
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5425
- }) ? "eip1559" : never) | (request extends {
5426
- accessList?: import('viem').AccessList | undefined;
5427
- authorizationList?: undefined | undefined;
5428
- blobs?: undefined | undefined;
5429
- blobVersionedHashes?: undefined | undefined;
5430
- gasPrice?: bigint | undefined;
5431
- sidecars?: undefined | undefined;
5432
- maxFeePerBlobGas?: undefined | undefined;
5433
- maxFeePerGas?: undefined | undefined;
5434
- maxPriorityFeePerGas?: undefined | undefined;
5435
- } & {
5436
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5437
- } ? "eip2930" : never) | (request extends ({
5438
- accessList?: import('viem').AccessList | undefined;
5439
- authorizationList?: undefined | undefined;
5440
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5441
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5442
- maxFeePerBlobGas?: bigint | undefined;
5443
- maxFeePerGas?: bigint | undefined;
5444
- maxPriorityFeePerGas?: bigint | undefined;
5445
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5446
- } | {
5447
- accessList?: import('viem').AccessList | undefined;
5448
- authorizationList?: undefined | undefined;
5449
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5450
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5451
- maxFeePerBlobGas?: bigint | undefined;
5452
- maxFeePerGas?: bigint | undefined;
5453
- maxPriorityFeePerGas?: bigint | undefined;
5454
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5455
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5456
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5457
- } | {
5458
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5459
- } | {
5460
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5461
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5462
- accessList?: import('viem').AccessList | undefined;
5463
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5464
- blobs?: undefined | undefined;
5465
- blobVersionedHashes?: undefined | undefined;
5466
- gasPrice?: undefined | undefined;
5467
- maxFeePerBlobGas?: undefined | undefined;
5468
- maxFeePerGas?: bigint | undefined;
5469
- maxPriorityFeePerGas?: bigint | undefined;
5470
- sidecars?: undefined | undefined;
5471
- } | {
5472
- accessList?: import('viem').AccessList | undefined;
5473
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5474
- blobs?: undefined | undefined;
5475
- blobVersionedHashes?: undefined | undefined;
5476
- gasPrice?: undefined | undefined;
5477
- maxFeePerBlobGas?: undefined | undefined;
5478
- maxFeePerGas?: bigint | undefined;
5479
- maxPriorityFeePerGas?: bigint | undefined;
5480
- sidecars?: undefined | undefined;
5481
- }) & {
5482
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5483
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5484
- accessList?: undefined | undefined;
5485
- authorizationList?: undefined | undefined;
5486
- blobs?: undefined | undefined;
5487
- blobVersionedHashes?: undefined | undefined;
5488
- gasPrice?: bigint | undefined;
5489
- sidecars?: undefined | undefined;
5490
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5491
- accessList?: import('viem').AccessList | undefined;
5492
- authorizationList?: undefined | undefined;
5493
- blobs?: undefined | undefined;
5494
- blobVersionedHashes?: undefined | undefined;
5495
- gasPrice?: undefined | undefined;
5496
- maxFeePerBlobGas?: undefined | undefined;
5497
- maxFeePerGas?: bigint | undefined;
5498
- maxPriorityFeePerGas?: bigint | undefined;
5499
- sidecars?: undefined | undefined;
5500
- } & (import('viem').OneOf<{
5501
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5502
- } | {
5503
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5504
- }, import('viem').FeeValuesEIP1559> & {
5505
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5506
- }) ? "eip1559" : never) | (request extends {
5507
- accessList?: import('viem').AccessList | undefined;
5508
- authorizationList?: undefined | undefined;
5509
- blobs?: undefined | undefined;
5510
- blobVersionedHashes?: undefined | undefined;
5511
- gasPrice?: bigint | undefined;
5512
- sidecars?: undefined | undefined;
5513
- maxFeePerBlobGas?: undefined | undefined;
5514
- maxFeePerGas?: undefined | undefined;
5515
- maxPriorityFeePerGas?: undefined | undefined;
5516
- } & {
5517
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5518
- } ? "eip2930" : never) | (request extends ({
5519
- accessList?: import('viem').AccessList | undefined;
5520
- authorizationList?: undefined | undefined;
5521
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5522
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5523
- maxFeePerBlobGas?: bigint | undefined;
5524
- maxFeePerGas?: bigint | undefined;
5525
- maxPriorityFeePerGas?: bigint | undefined;
5526
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5527
- } | {
5528
- accessList?: import('viem').AccessList | undefined;
5529
- authorizationList?: undefined | undefined;
5530
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5531
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5532
- maxFeePerBlobGas?: bigint | undefined;
5533
- maxFeePerGas?: bigint | undefined;
5534
- maxPriorityFeePerGas?: bigint | undefined;
5535
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5536
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5537
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5538
- } | {
5539
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5540
- } | {
5541
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5542
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5543
- accessList?: import('viem').AccessList | undefined;
5544
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5545
- blobs?: undefined | undefined;
5546
- blobVersionedHashes?: undefined | undefined;
5547
- gasPrice?: undefined | undefined;
5548
- maxFeePerBlobGas?: undefined | undefined;
5549
- maxFeePerGas?: bigint | undefined;
5550
- maxPriorityFeePerGas?: bigint | undefined;
5551
- sidecars?: undefined | undefined;
5552
- } | {
5553
- accessList?: import('viem').AccessList | undefined;
5554
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5555
- blobs?: undefined | undefined;
5556
- blobVersionedHashes?: undefined | undefined;
5557
- gasPrice?: undefined | undefined;
5558
- maxFeePerBlobGas?: undefined | undefined;
5559
- maxFeePerGas?: bigint | undefined;
5560
- maxPriorityFeePerGas?: bigint | undefined;
5561
- sidecars?: undefined | undefined;
5562
- }) & {
5563
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5564
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_24 ? T_24 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5565
- accessList?: undefined | undefined;
5566
- authorizationList?: undefined | undefined;
5567
- blobs?: undefined | undefined;
5568
- blobVersionedHashes?: undefined | undefined;
5569
- gasPrice?: bigint | undefined;
5570
- sidecars?: undefined | undefined;
5571
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5572
- accessList?: import('viem').AccessList | undefined;
5573
- authorizationList?: undefined | undefined;
5574
- blobs?: undefined | undefined;
5575
- blobVersionedHashes?: undefined | undefined;
5576
- gasPrice?: undefined | undefined;
5577
- maxFeePerBlobGas?: undefined | undefined;
5578
- maxFeePerGas?: bigint | undefined;
5579
- maxPriorityFeePerGas?: bigint | undefined;
5580
- sidecars?: undefined | undefined;
5581
- } & (import('viem').OneOf<{
5582
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5583
- } | {
5584
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5585
- }, import('viem').FeeValuesEIP1559> & {
5586
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5587
- }) ? "eip1559" : never) | (request extends {
5588
- accessList?: import('viem').AccessList | undefined;
5589
- authorizationList?: undefined | undefined;
5590
- blobs?: undefined | undefined;
5591
- blobVersionedHashes?: undefined | undefined;
5592
- gasPrice?: bigint | undefined;
5593
- sidecars?: undefined | undefined;
5594
- maxFeePerBlobGas?: undefined | undefined;
5595
- maxFeePerGas?: undefined | undefined;
5596
- maxPriorityFeePerGas?: undefined | undefined;
5597
- } & {
5598
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5599
- } ? "eip2930" : never) | (request extends ({
5600
- accessList?: import('viem').AccessList | undefined;
5601
- authorizationList?: undefined | undefined;
5602
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5603
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5604
- maxFeePerBlobGas?: bigint | undefined;
5605
- maxFeePerGas?: bigint | undefined;
5606
- maxPriorityFeePerGas?: bigint | undefined;
5607
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5608
- } | {
5609
- accessList?: import('viem').AccessList | undefined;
5610
- authorizationList?: undefined | undefined;
5611
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5612
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5613
- maxFeePerBlobGas?: bigint | undefined;
5614
- maxFeePerGas?: bigint | undefined;
5615
- maxPriorityFeePerGas?: bigint | undefined;
5616
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5617
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5618
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5619
- } | {
5620
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5621
- } | {
5622
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5623
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5624
- accessList?: import('viem').AccessList | undefined;
5625
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5626
- blobs?: undefined | undefined;
5627
- blobVersionedHashes?: undefined | undefined;
5628
- gasPrice?: undefined | undefined;
5629
- maxFeePerBlobGas?: undefined | undefined;
5630
- maxFeePerGas?: bigint | undefined;
5631
- maxPriorityFeePerGas?: bigint | undefined;
5632
- sidecars?: undefined | undefined;
5633
- } | {
5634
- accessList?: import('viem').AccessList | undefined;
5635
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5636
- blobs?: undefined | undefined;
5637
- blobVersionedHashes?: undefined | undefined;
5638
- gasPrice?: undefined | undefined;
5639
- maxFeePerBlobGas?: undefined | undefined;
5640
- maxFeePerGas?: bigint | undefined;
5641
- maxPriorityFeePerGas?: bigint | undefined;
5642
- sidecars?: undefined | undefined;
5643
- }) & {
5644
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5645
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5646
- accessList?: undefined | undefined;
5647
- authorizationList?: undefined | undefined;
5648
- blobs?: undefined | undefined;
5649
- blobVersionedHashes?: undefined | undefined;
5650
- gasPrice?: bigint | undefined;
5651
- sidecars?: undefined | undefined;
5652
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5653
- accessList?: import('viem').AccessList | undefined;
5654
- authorizationList?: undefined | undefined;
5655
- blobs?: undefined | undefined;
5656
- blobVersionedHashes?: undefined | undefined;
5657
- gasPrice?: undefined | undefined;
5658
- maxFeePerBlobGas?: undefined | undefined;
5659
- maxFeePerGas?: bigint | undefined;
5660
- maxPriorityFeePerGas?: bigint | undefined;
5661
- sidecars?: undefined | undefined;
5662
- } & (import('viem').OneOf<{
5663
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5664
- } | {
5665
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5666
- }, import('viem').FeeValuesEIP1559> & {
5667
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5668
- }) ? "eip1559" : never) | (request extends {
5669
- accessList?: import('viem').AccessList | undefined;
5670
- authorizationList?: undefined | undefined;
5671
- blobs?: undefined | undefined;
5672
- blobVersionedHashes?: undefined | undefined;
5673
- gasPrice?: bigint | undefined;
5674
- sidecars?: undefined | undefined;
5675
- maxFeePerBlobGas?: undefined | undefined;
5676
- maxFeePerGas?: undefined | undefined;
5677
- maxPriorityFeePerGas?: undefined | undefined;
5678
- } & {
5679
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5680
- } ? "eip2930" : never) | (request extends ({
5681
- accessList?: import('viem').AccessList | undefined;
5682
- authorizationList?: undefined | undefined;
5683
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5684
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5685
- maxFeePerBlobGas?: bigint | undefined;
5686
- maxFeePerGas?: bigint | undefined;
5687
- maxPriorityFeePerGas?: bigint | undefined;
5688
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5689
- } | {
5690
- accessList?: import('viem').AccessList | undefined;
5691
- authorizationList?: undefined | undefined;
5692
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5693
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5694
- maxFeePerBlobGas?: bigint | undefined;
5695
- maxFeePerGas?: bigint | undefined;
5696
- maxPriorityFeePerGas?: bigint | undefined;
5697
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5698
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5699
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5700
- } | {
5701
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5702
- } | {
5703
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5704
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5705
- accessList?: import('viem').AccessList | undefined;
5706
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5707
- blobs?: undefined | undefined;
5708
- blobVersionedHashes?: undefined | undefined;
5709
- gasPrice?: undefined | undefined;
5710
- maxFeePerBlobGas?: undefined | undefined;
5711
- maxFeePerGas?: bigint | undefined;
5712
- maxPriorityFeePerGas?: bigint | undefined;
5713
- sidecars?: undefined | undefined;
5714
- } | {
5715
- accessList?: import('viem').AccessList | undefined;
5716
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5717
- blobs?: undefined | undefined;
5718
- blobVersionedHashes?: undefined | undefined;
5719
- gasPrice?: undefined | undefined;
5720
- maxFeePerBlobGas?: undefined | undefined;
5721
- maxFeePerGas?: bigint | undefined;
5722
- maxPriorityFeePerGas?: bigint | undefined;
5723
- sidecars?: undefined | undefined;
5724
- }) & {
5725
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5726
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_24 extends "eip4844" ? import('viem').TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5727
- accessList?: undefined | undefined;
5728
- authorizationList?: undefined | undefined;
5729
- blobs?: undefined | undefined;
5730
- blobVersionedHashes?: undefined | undefined;
5731
- gasPrice?: bigint | undefined;
5732
- sidecars?: undefined | undefined;
5733
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5734
- accessList?: import('viem').AccessList | undefined;
5735
- authorizationList?: undefined | undefined;
5736
- blobs?: undefined | undefined;
5737
- blobVersionedHashes?: undefined | undefined;
5738
- gasPrice?: undefined | undefined;
5739
- maxFeePerBlobGas?: undefined | undefined;
5740
- maxFeePerGas?: bigint | undefined;
5741
- maxPriorityFeePerGas?: bigint | undefined;
5742
- sidecars?: undefined | undefined;
5743
- } & (import('viem').OneOf<{
5744
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5745
- } | {
5746
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5747
- }, import('viem').FeeValuesEIP1559> & {
5748
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5749
- }) ? "eip1559" : never) | (request extends {
5750
- accessList?: import('viem').AccessList | undefined;
5751
- authorizationList?: undefined | undefined;
5752
- blobs?: undefined | undefined;
5753
- blobVersionedHashes?: undefined | undefined;
5754
- gasPrice?: bigint | undefined;
5755
- sidecars?: undefined | undefined;
5756
- maxFeePerBlobGas?: undefined | undefined;
5757
- maxFeePerGas?: undefined | undefined;
5758
- maxPriorityFeePerGas?: undefined | undefined;
5759
- } & {
5760
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5761
- } ? "eip2930" : never) | (request extends ({
5762
- accessList?: import('viem').AccessList | undefined;
5763
- authorizationList?: undefined | undefined;
5764
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5765
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5766
- maxFeePerBlobGas?: bigint | undefined;
5767
- maxFeePerGas?: bigint | undefined;
5768
- maxPriorityFeePerGas?: bigint | undefined;
5769
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5770
- } | {
5771
- accessList?: import('viem').AccessList | undefined;
5772
- authorizationList?: undefined | undefined;
5773
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5774
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5775
- maxFeePerBlobGas?: bigint | undefined;
5776
- maxFeePerGas?: bigint | undefined;
5777
- maxPriorityFeePerGas?: bigint | undefined;
5778
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5779
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5780
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5781
- } | {
5782
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5783
- } | {
5784
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5785
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5786
- accessList?: import('viem').AccessList | undefined;
5787
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5788
- blobs?: undefined | undefined;
5789
- blobVersionedHashes?: undefined | undefined;
5790
- gasPrice?: undefined | undefined;
5791
- maxFeePerBlobGas?: undefined | undefined;
5792
- maxFeePerGas?: bigint | undefined;
5793
- maxPriorityFeePerGas?: bigint | undefined;
5794
- sidecars?: undefined | undefined;
5795
- } | {
5796
- accessList?: import('viem').AccessList | undefined;
5797
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5798
- blobs?: undefined | undefined;
5799
- blobVersionedHashes?: undefined | undefined;
5800
- gasPrice?: undefined | undefined;
5801
- maxFeePerBlobGas?: undefined | undefined;
5802
- maxFeePerGas?: bigint | undefined;
5803
- maxPriorityFeePerGas?: bigint | undefined;
5804
- sidecars?: undefined | undefined;
5805
- }) & {
5806
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5807
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5808
- accessList?: undefined | undefined;
5809
- authorizationList?: undefined | undefined;
5810
- blobs?: undefined | undefined;
5811
- blobVersionedHashes?: undefined | undefined;
5812
- gasPrice?: bigint | undefined;
5813
- sidecars?: undefined | undefined;
5814
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5815
- accessList?: import('viem').AccessList | undefined;
5816
- authorizationList?: undefined | undefined;
5817
- blobs?: undefined | undefined;
5818
- blobVersionedHashes?: undefined | undefined;
5819
- gasPrice?: undefined | undefined;
5820
- maxFeePerBlobGas?: undefined | undefined;
5821
- maxFeePerGas?: bigint | undefined;
5822
- maxPriorityFeePerGas?: bigint | undefined;
5823
- sidecars?: undefined | undefined;
5824
- } & (import('viem').OneOf<{
5825
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5826
- } | {
5827
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5828
- }, import('viem').FeeValuesEIP1559> & {
5829
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5830
- }) ? "eip1559" : never) | (request extends {
5831
- accessList?: import('viem').AccessList | undefined;
5832
- authorizationList?: undefined | undefined;
5833
- blobs?: undefined | undefined;
5834
- blobVersionedHashes?: undefined | undefined;
5835
- gasPrice?: bigint | undefined;
5836
- sidecars?: undefined | undefined;
5837
- maxFeePerBlobGas?: undefined | undefined;
5838
- maxFeePerGas?: undefined | undefined;
5839
- maxPriorityFeePerGas?: undefined | undefined;
5840
- } & {
5841
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5842
- } ? "eip2930" : never) | (request extends ({
5843
- accessList?: import('viem').AccessList | undefined;
5844
- authorizationList?: undefined | undefined;
5845
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5846
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5847
- maxFeePerBlobGas?: bigint | undefined;
5848
- maxFeePerGas?: bigint | undefined;
5849
- maxPriorityFeePerGas?: bigint | undefined;
5850
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5851
- } | {
5852
- accessList?: import('viem').AccessList | undefined;
5853
- authorizationList?: undefined | undefined;
5854
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5855
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5856
- maxFeePerBlobGas?: bigint | undefined;
5857
- maxFeePerGas?: bigint | undefined;
5858
- maxPriorityFeePerGas?: bigint | undefined;
5859
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5860
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5861
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5862
- } | {
5863
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5864
- } | {
5865
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5866
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5867
- accessList?: import('viem').AccessList | undefined;
5868
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5869
- blobs?: undefined | undefined;
5870
- blobVersionedHashes?: undefined | undefined;
5871
- gasPrice?: undefined | undefined;
5872
- maxFeePerBlobGas?: undefined | undefined;
5873
- maxFeePerGas?: bigint | undefined;
5874
- maxPriorityFeePerGas?: bigint | undefined;
5875
- sidecars?: undefined | undefined;
5876
- } | {
5877
- accessList?: import('viem').AccessList | undefined;
5878
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5879
- blobs?: undefined | undefined;
5880
- blobVersionedHashes?: undefined | undefined;
5881
- gasPrice?: undefined | undefined;
5882
- maxFeePerBlobGas?: undefined | undefined;
5883
- maxFeePerGas?: bigint | undefined;
5884
- maxPriorityFeePerGas?: bigint | undefined;
5885
- sidecars?: undefined | undefined;
5886
- }) & {
5887
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5888
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_25 ? T_25 extends (request["type"] extends string | undefined ? request["type"] : import('viem').GetTransactionType<request, (request extends {
5889
- accessList?: undefined | undefined;
5890
- authorizationList?: undefined | undefined;
5891
- blobs?: undefined | undefined;
5892
- blobVersionedHashes?: undefined | undefined;
5893
- gasPrice?: bigint | undefined;
5894
- sidecars?: undefined | undefined;
5895
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5896
- accessList?: import('viem').AccessList | undefined;
5897
- authorizationList?: undefined | undefined;
5898
- blobs?: undefined | undefined;
5899
- blobVersionedHashes?: undefined | undefined;
5900
- gasPrice?: undefined | undefined;
5901
- maxFeePerBlobGas?: undefined | undefined;
5902
- maxFeePerGas?: bigint | undefined;
5903
- maxPriorityFeePerGas?: bigint | undefined;
5904
- sidecars?: undefined | undefined;
5905
- } & (import('viem').OneOf<{
5906
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5907
- } | {
5908
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5909
- }, import('viem').FeeValuesEIP1559> & {
5910
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5911
- }) ? "eip1559" : never) | (request extends {
5912
- accessList?: import('viem').AccessList | undefined;
5913
- authorizationList?: undefined | undefined;
5914
- blobs?: undefined | undefined;
5915
- blobVersionedHashes?: undefined | undefined;
5916
- gasPrice?: bigint | undefined;
5917
- sidecars?: undefined | undefined;
5918
- maxFeePerBlobGas?: undefined | undefined;
5919
- maxFeePerGas?: undefined | undefined;
5920
- maxPriorityFeePerGas?: undefined | undefined;
5921
- } & {
5922
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
5923
- } ? "eip2930" : never) | (request extends ({
5924
- accessList?: import('viem').AccessList | undefined;
5925
- authorizationList?: undefined | undefined;
5926
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5927
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5928
- maxFeePerBlobGas?: bigint | undefined;
5929
- maxFeePerGas?: bigint | undefined;
5930
- maxPriorityFeePerGas?: bigint | undefined;
5931
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5932
- } | {
5933
- accessList?: import('viem').AccessList | undefined;
5934
- authorizationList?: undefined | undefined;
5935
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
5936
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
5937
- maxFeePerBlobGas?: bigint | undefined;
5938
- maxFeePerGas?: bigint | undefined;
5939
- maxPriorityFeePerGas?: bigint | undefined;
5940
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
5941
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
5942
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
5943
- } | {
5944
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
5945
- } | {
5946
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
5947
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
5948
- accessList?: import('viem').AccessList | undefined;
5949
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5950
- blobs?: undefined | undefined;
5951
- blobVersionedHashes?: undefined | undefined;
5952
- gasPrice?: undefined | undefined;
5953
- maxFeePerBlobGas?: undefined | undefined;
5954
- maxFeePerGas?: bigint | undefined;
5955
- maxPriorityFeePerGas?: bigint | undefined;
5956
- sidecars?: undefined | undefined;
5957
- } | {
5958
- accessList?: import('viem').AccessList | undefined;
5959
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
5960
- blobs?: undefined | undefined;
5961
- blobVersionedHashes?: undefined | undefined;
5962
- gasPrice?: undefined | undefined;
5963
- maxFeePerBlobGas?: undefined | undefined;
5964
- maxFeePerGas?: bigint | undefined;
5965
- maxPriorityFeePerGas?: bigint | undefined;
5966
- sidecars?: undefined | undefined;
5967
- }) & {
5968
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
5969
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import('viem').GetTransactionType<request, (request extends {
5970
- accessList?: undefined | undefined;
5971
- authorizationList?: undefined | undefined;
5972
- blobs?: undefined | undefined;
5973
- blobVersionedHashes?: undefined | undefined;
5974
- gasPrice?: bigint | undefined;
5975
- sidecars?: undefined | undefined;
5976
- } & import('viem').FeeValuesLegacy ? "legacy" : never) | (request extends {
5977
- accessList?: import('viem').AccessList | undefined;
5978
- authorizationList?: undefined | undefined;
5979
- blobs?: undefined | undefined;
5980
- blobVersionedHashes?: undefined | undefined;
5981
- gasPrice?: undefined | undefined;
5982
- maxFeePerBlobGas?: undefined | undefined;
5983
- maxFeePerGas?: bigint | undefined;
5984
- maxPriorityFeePerGas?: bigint | undefined;
5985
- sidecars?: undefined | undefined;
5986
- } & (import('viem').OneOf<{
5987
- maxFeePerGas: import('viem').FeeValuesEIP1559["maxFeePerGas"];
5988
- } | {
5989
- maxPriorityFeePerGas: import('viem').FeeValuesEIP1559["maxPriorityFeePerGas"];
5990
- }, import('viem').FeeValuesEIP1559> & {
5991
- accessList?: import('viem').TransactionSerializableEIP2930["accessList"] | undefined;
5992
- }) ? "eip1559" : never) | (request extends {
5993
- accessList?: import('viem').AccessList | undefined;
5994
- authorizationList?: undefined | undefined;
5995
- blobs?: undefined | undefined;
5996
- blobVersionedHashes?: undefined | undefined;
5997
- gasPrice?: bigint | undefined;
5998
- sidecars?: undefined | undefined;
5999
- maxFeePerBlobGas?: undefined | undefined;
6000
- maxFeePerGas?: undefined | undefined;
6001
- maxPriorityFeePerGas?: undefined | undefined;
6002
- } & {
6003
- accessList: import('viem').TransactionSerializableEIP2930["accessList"];
6004
- } ? "eip2930" : never) | (request extends ({
6005
- accessList?: import('viem').AccessList | undefined;
6006
- authorizationList?: undefined | undefined;
6007
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
6008
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
6009
- maxFeePerBlobGas?: bigint | undefined;
6010
- maxFeePerGas?: bigint | undefined;
6011
- maxPriorityFeePerGas?: bigint | undefined;
6012
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
6013
- } | {
6014
- accessList?: import('viem').AccessList | undefined;
6015
- authorizationList?: undefined | undefined;
6016
- blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
6017
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
6018
- maxFeePerBlobGas?: bigint | undefined;
6019
- maxFeePerGas?: bigint | undefined;
6020
- maxPriorityFeePerGas?: bigint | undefined;
6021
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
6022
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
6023
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
6024
- } | {
6025
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
6026
- } | {
6027
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
6028
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
6029
- accessList?: import('viem').AccessList | undefined;
6030
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
6031
- blobs?: undefined | undefined;
6032
- blobVersionedHashes?: undefined | undefined;
6033
- gasPrice?: undefined | undefined;
6034
- maxFeePerBlobGas?: undefined | undefined;
6035
- maxFeePerGas?: bigint | undefined;
6036
- maxPriorityFeePerGas?: bigint | undefined;
6037
- sidecars?: undefined | undefined;
6038
- } | {
6039
- accessList?: import('viem').AccessList | undefined;
6040
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
6041
- blobs?: undefined | undefined;
6042
- blobVersionedHashes?: undefined | undefined;
6043
- gasPrice?: undefined | undefined;
6044
- maxFeePerBlobGas?: undefined | undefined;
6045
- maxFeePerGas?: bigint | undefined;
6046
- maxPriorityFeePerGas?: bigint | undefined;
6047
- sidecars?: undefined | undefined;
6048
- }) & {
6049
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
6050
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
6051
- chainId?: number | undefined;
6052
- }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (import('viem').UnionRequiredBy<Extract<import('viem').UnionOmit<import('viem').ExtractChainFormatterParameters<import('viem').DeriveChain<{
6053
- graphCliName: string;
6054
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6055
- blockExplorers: {
6056
- readonly default: {
6057
- readonly name: "Etherscan";
6058
- readonly url: "https://etherscan.io";
6059
- readonly apiUrl: "https://api.etherscan.io/api";
6060
- };
6061
- };
6062
- blockTime?: number | undefined | undefined;
6063
- contracts: {
6064
- readonly ensRegistry: {
6065
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6066
- };
6067
- readonly ensUniversalResolver: {
6068
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
6069
- readonly blockCreated: 19258213;
6070
- };
6071
- readonly multicall3: {
6072
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6073
- readonly blockCreated: 14353601;
6074
- };
6075
- };
6076
- ensTlds?: readonly string[] | undefined;
6077
- id: 1;
6078
- name: "Ethereum";
6079
- nativeCurrency: {
6080
- readonly name: "Ether";
6081
- readonly symbol: "ETH";
6082
- readonly decimals: 18;
6083
- };
6084
- experimental_preconfirmationTime?: number | undefined | undefined;
6085
- rpcUrls: {
6086
- readonly default: {
6087
- readonly http: readonly ["https://eth.merkle.io"];
6088
- };
6089
- };
6090
- sourceId?: number | undefined | undefined;
6091
- testnet?: boolean | undefined | undefined;
6092
- custom?: Record<string, unknown> | undefined;
6093
- fees?: import('viem').ChainFees<undefined> | undefined;
6094
- formatters?: undefined;
6095
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6096
- } | {
6097
- graphCliName: string;
6098
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6099
- blockExplorers: {
6100
- readonly default: {
6101
- readonly name: "Etherscan";
6102
- readonly url: "https://sepolia.etherscan.io";
6103
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
6104
- };
6105
- };
6106
- blockTime?: number | undefined | undefined;
6107
- contracts: {
6108
- readonly multicall3: {
6109
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6110
- readonly blockCreated: 751532;
6111
- };
6112
- readonly ensRegistry: {
6113
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6114
- };
6115
- readonly ensUniversalResolver: {
6116
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
6117
- readonly blockCreated: 5317080;
6118
- };
6119
- };
6120
- ensTlds?: readonly string[] | undefined;
6121
- id: 11155111;
6122
- name: "Sepolia";
6123
- nativeCurrency: {
6124
- readonly name: "Sepolia Ether";
6125
- readonly symbol: "ETH";
6126
- readonly decimals: 18;
6127
- };
6128
- experimental_preconfirmationTime?: number | undefined | undefined;
6129
- rpcUrls: {
6130
- readonly default: {
6131
- readonly http: readonly ["https://sepolia.drpc.org"];
6132
- };
6133
- };
6134
- sourceId?: number | undefined | undefined;
6135
- testnet: true;
6136
- custom?: Record<string, unknown> | undefined;
6137
- fees?: import('viem').ChainFees<undefined> | undefined;
6138
- formatters?: undefined;
6139
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6140
- } | {
6141
- graphCliName: string;
6142
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6143
- blockExplorers: {
6144
- readonly default: {
6145
- readonly name: "Arbiscan";
6146
- readonly url: "https://arbiscan.io";
6147
- readonly apiUrl: "https://api.arbiscan.io/api";
6148
- };
6149
- };
6150
- blockTime: 250;
6151
- contracts: {
6152
- readonly multicall3: {
6153
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6154
- readonly blockCreated: 7654707;
6155
- };
6156
- };
6157
- ensTlds?: readonly string[] | undefined;
6158
- id: 42161;
6159
- name: "Arbitrum One";
6160
- nativeCurrency: {
6161
- readonly name: "Ether";
6162
- readonly symbol: "ETH";
6163
- readonly decimals: 18;
6164
- };
6165
- experimental_preconfirmationTime?: number | undefined | undefined;
6166
- rpcUrls: {
6167
- readonly default: {
6168
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
6169
- };
6170
- };
6171
- sourceId?: number | undefined | undefined;
6172
- testnet?: boolean | undefined | undefined;
6173
- custom?: Record<string, unknown> | undefined;
6174
- fees?: import('viem').ChainFees<undefined> | undefined;
6175
- formatters?: undefined;
6176
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6177
- } | {
6178
- graphCliName: string;
6179
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6180
- blockExplorers: {
6181
- readonly default: {
6182
- readonly name: "Arbiscan";
6183
- readonly url: "https://sepolia.arbiscan.io";
6184
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6185
- };
6186
- };
6187
- blockTime: 250;
6188
- contracts: {
6189
- readonly multicall3: {
6190
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6191
- readonly blockCreated: 81930;
6192
- };
6193
- };
6194
- ensTlds?: readonly string[] | undefined;
6195
- id: 421614;
6196
- name: "Arbitrum Sepolia";
6197
- nativeCurrency: {
6198
- readonly name: "Arbitrum Sepolia Ether";
6199
- readonly symbol: "ETH";
6200
- readonly decimals: 18;
6201
- };
6202
- experimental_preconfirmationTime?: number | undefined | undefined;
6203
- rpcUrls: {
6204
- readonly default: {
6205
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
6206
- };
6207
- };
6208
- sourceId?: number | undefined | undefined;
6209
- testnet: true;
6210
- custom?: Record<string, unknown> | undefined;
6211
- fees?: import('viem').ChainFees<undefined> | undefined;
6212
- formatters?: undefined;
6213
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6214
- }, chainOverride>, "transactionRequest", import('viem').TransactionRequest>, "from"> & (import('viem').DeriveChain<{
6215
- graphCliName: string;
6216
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6217
- blockExplorers: {
6218
- readonly default: {
6219
- readonly name: "Etherscan";
6220
- readonly url: "https://etherscan.io";
6221
- readonly apiUrl: "https://api.etherscan.io/api";
6222
- };
6223
- };
6224
- blockTime?: number | undefined | undefined;
6225
- contracts: {
6226
- readonly ensRegistry: {
6227
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6228
- };
6229
- readonly ensUniversalResolver: {
6230
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
6231
- readonly blockCreated: 19258213;
6232
- };
6233
- readonly multicall3: {
6234
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6235
- readonly blockCreated: 14353601;
6236
- };
6237
- };
6238
- ensTlds?: readonly string[] | undefined;
6239
- id: 1;
6240
- name: "Ethereum";
6241
- nativeCurrency: {
6242
- readonly name: "Ether";
6243
- readonly symbol: "ETH";
6244
- readonly decimals: 18;
6245
- };
6246
- experimental_preconfirmationTime?: number | undefined | undefined;
6247
- rpcUrls: {
6248
- readonly default: {
6249
- readonly http: readonly ["https://eth.merkle.io"];
6250
- };
6251
- };
6252
- sourceId?: number | undefined | undefined;
6253
- testnet?: boolean | undefined | undefined;
6254
- custom?: Record<string, unknown> | undefined;
6255
- fees?: import('viem').ChainFees<undefined> | undefined;
6256
- formatters?: undefined;
6257
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6258
- } | {
6259
- graphCliName: string;
6260
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6261
- blockExplorers: {
6262
- readonly default: {
6263
- readonly name: "Etherscan";
6264
- readonly url: "https://sepolia.etherscan.io";
6265
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
6266
- };
6267
- };
6268
- blockTime?: number | undefined | undefined;
6269
- contracts: {
6270
- readonly multicall3: {
6271
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6272
- readonly blockCreated: 751532;
6273
- };
6274
- readonly ensRegistry: {
6275
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6276
- };
6277
- readonly ensUniversalResolver: {
6278
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
6279
- readonly blockCreated: 5317080;
6280
- };
6281
- };
6282
- ensTlds?: readonly string[] | undefined;
6283
- id: 11155111;
6284
- name: "Sepolia";
6285
- nativeCurrency: {
6286
- readonly name: "Sepolia Ether";
6287
- readonly symbol: "ETH";
6288
- readonly decimals: 18;
6289
- };
6290
- experimental_preconfirmationTime?: number | undefined | undefined;
6291
- rpcUrls: {
6292
- readonly default: {
6293
- readonly http: readonly ["https://sepolia.drpc.org"];
6294
- };
6295
- };
6296
- sourceId?: number | undefined | undefined;
6297
- testnet: true;
6298
- custom?: Record<string, unknown> | undefined;
6299
- fees?: import('viem').ChainFees<undefined> | undefined;
6300
- formatters?: undefined;
6301
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6302
- } | {
6303
- graphCliName: string;
6304
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6305
- blockExplorers: {
6306
- readonly default: {
6307
- readonly name: "Arbiscan";
6308
- readonly url: "https://arbiscan.io";
6309
- readonly apiUrl: "https://api.arbiscan.io/api";
6310
- };
6311
- };
6312
- blockTime: 250;
6313
- contracts: {
6314
- readonly multicall3: {
6315
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6316
- readonly blockCreated: 7654707;
6317
- };
6318
- };
6319
- ensTlds?: readonly string[] | undefined;
6320
- id: 42161;
6321
- name: "Arbitrum One";
6322
- nativeCurrency: {
6323
- readonly name: "Ether";
6324
- readonly symbol: "ETH";
6325
- readonly decimals: 18;
6326
- };
6327
- experimental_preconfirmationTime?: number | undefined | undefined;
6328
- rpcUrls: {
6329
- readonly default: {
6330
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
6331
- };
6332
- };
6333
- sourceId?: number | undefined | undefined;
6334
- testnet?: boolean | undefined | undefined;
6335
- custom?: Record<string, unknown> | undefined;
6336
- fees?: import('viem').ChainFees<undefined> | undefined;
6337
- formatters?: undefined;
6338
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6339
- } | {
6340
- graphCliName: string;
6341
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
6342
- blockExplorers: {
6343
- readonly default: {
6344
- readonly name: "Arbiscan";
6345
- readonly url: "https://sepolia.arbiscan.io";
6346
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6347
- };
6348
- };
6349
- blockTime: 250;
6350
- contracts: {
6351
- readonly multicall3: {
6352
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6353
- readonly blockCreated: 81930;
6354
- };
6355
- };
6356
- ensTlds?: readonly string[] | undefined;
6357
- id: 421614;
6358
- name: "Arbitrum Sepolia";
6359
- nativeCurrency: {
6360
- readonly name: "Arbitrum Sepolia Ether";
6361
- readonly symbol: "ETH";
6362
- readonly decimals: 18;
6363
- };
6364
- experimental_preconfirmationTime?: number | undefined | undefined;
6365
- rpcUrls: {
6366
- readonly default: {
6367
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
6368
- };
6369
- };
6370
- sourceId?: number | undefined | undefined;
6371
- testnet: true;
6372
- custom?: Record<string, unknown> | undefined;
6373
- fees?: import('viem').ChainFees<undefined> | undefined;
6374
- formatters?: undefined;
6375
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
6376
2638
  }, chainOverride> extends infer T_1 ? T_1 extends import('viem').DeriveChain<{
6377
2639
  graphCliName: string;
6378
2640
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
@@ -9787,7 +6049,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9787
6049
  authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
9788
6050
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
9789
6051
  chainId?: number | undefined;
9790
- }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
6052
+ }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: T[K]; } : never>;
9791
6053
  readContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
9792
6054
  sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
9793
6055
  simulate: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;