@1delta/bridge-configs 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/LICENSE +674 -0
  2. package/dist/configs/across/config.d.ts +4 -0
  3. package/dist/configs/across/config.d.ts.map +1 -0
  4. package/dist/configs/across/config.js +317 -0
  5. package/dist/configs/axelar/abis/AxelarGasService.d.ts +103 -0
  6. package/dist/configs/axelar/abis/AxelarGasService.d.ts.map +1 -0
  7. package/dist/configs/axelar/abis/AxelarGasService.js +1073 -0
  8. package/dist/configs/axelar/abis/AxelarGateway.d.ts +51 -0
  9. package/dist/configs/axelar/abis/AxelarGateway.d.ts.map +1 -0
  10. package/dist/configs/axelar/abis/AxelarGateway.js +753 -0
  11. package/dist/configs/axelar/abis/SquidMulticall.d.ts +47 -0
  12. package/dist/configs/axelar/abis/SquidMulticall.d.ts.map +1 -0
  13. package/dist/configs/axelar/abis/SquidMulticall.js +104 -0
  14. package/dist/configs/axelar/abis/SquidRouter.d.ts +82 -0
  15. package/dist/configs/axelar/abis/SquidRouter.d.ts.map +1 -0
  16. package/dist/configs/axelar/abis/SquidRouter.js +837 -0
  17. package/dist/configs/axelar/calldata/buildTx.d.ts +3 -0
  18. package/dist/configs/axelar/calldata/buildTx.d.ts.map +1 -0
  19. package/dist/configs/axelar/calldata/buildTx.js +29 -0
  20. package/dist/configs/axelar/calldata/index.d.ts +3 -0
  21. package/dist/configs/axelar/calldata/index.d.ts.map +1 -0
  22. package/dist/configs/axelar/calldata/index.js +2 -0
  23. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts +16 -0
  24. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts.map +1 -0
  25. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.js +76 -0
  26. package/dist/configs/axelar/calldata/squid/types.d.ts +15 -0
  27. package/dist/configs/axelar/calldata/squid/types.d.ts.map +1 -0
  28. package/dist/configs/axelar/calldata/squid/types.js +7 -0
  29. package/dist/configs/axelar/calldata/types.d.ts +18 -0
  30. package/dist/configs/axelar/calldata/types.d.ts.map +1 -0
  31. package/dist/configs/axelar/calldata/types.js +1 -0
  32. package/dist/configs/axelar/config.d.ts +4 -0
  33. package/dist/configs/axelar/config.d.ts.map +1 -0
  34. package/dist/configs/axelar/config.js +99 -0
  35. package/dist/configs/axelar/data/axelarConfig/index.d.ts +3 -0
  36. package/dist/configs/axelar/data/axelarConfig/index.d.ts.map +1 -0
  37. package/dist/configs/axelar/data/axelarConfig/index.js +33 -0
  38. package/dist/configs/axelar/data/axelarConfig/types.d.ts +181 -0
  39. package/dist/configs/axelar/data/axelarConfig/types.d.ts.map +1 -0
  40. package/dist/configs/axelar/data/axelarConfig/types.js +1 -0
  41. package/dist/configs/axelar/data/squidChains/index.d.ts +6 -0
  42. package/dist/configs/axelar/data/squidChains/index.d.ts.map +1 -0
  43. package/dist/configs/axelar/data/squidChains/index.js +61 -0
  44. package/dist/configs/axelar/data/squidChains/types.d.ts +23 -0
  45. package/dist/configs/axelar/data/squidChains/types.d.ts.map +1 -0
  46. package/dist/configs/axelar/data/squidChains/types.js +1 -0
  47. package/dist/configs/axelar/errors.d.ts +15 -0
  48. package/dist/configs/axelar/errors.d.ts.map +1 -0
  49. package/dist/configs/axelar/errors.js +8 -0
  50. package/dist/configs/axelar/gasEstimation/index.d.ts +7 -0
  51. package/dist/configs/axelar/gasEstimation/index.d.ts.map +1 -0
  52. package/dist/configs/axelar/gasEstimation/index.js +38 -0
  53. package/dist/configs/axelar/gasEstimation/types.d.ts +23 -0
  54. package/dist/configs/axelar/gasEstimation/types.d.ts.map +1 -0
  55. package/dist/configs/axelar/gasEstimation/types.js +1 -0
  56. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts +3 -0
  57. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts.map +1 -0
  58. package/dist/configs/axelar/route/fetchAxelarRoute.js +50 -0
  59. package/dist/configs/axelar/route/index.d.ts +3 -0
  60. package/dist/configs/axelar/route/index.d.ts.map +1 -0
  61. package/dist/configs/axelar/route/index.js +2 -0
  62. package/dist/configs/axelar/route/tokenIdentifier.d.ts +5 -0
  63. package/dist/configs/axelar/route/tokenIdentifier.d.ts.map +1 -0
  64. package/dist/configs/axelar/route/tokenIdentifier.js +32 -0
  65. package/dist/configs/axelar/route/types.d.ts +5 -0
  66. package/dist/configs/axelar/route/types.d.ts.map +1 -0
  67. package/dist/configs/axelar/route/types.js +1 -0
  68. package/dist/configs/butter/config.d.ts +9 -0
  69. package/dist/configs/butter/config.d.ts.map +1 -0
  70. package/dist/configs/butter/config.js +207 -0
  71. package/dist/configs/cowswap/config.d.ts +4 -0
  72. package/dist/configs/cowswap/config.d.ts.map +1 -0
  73. package/dist/configs/cowswap/config.js +106 -0
  74. package/dist/configs/cowswap/errors.d.ts +19 -0
  75. package/dist/configs/cowswap/errors.d.ts.map +1 -0
  76. package/dist/configs/cowswap/errors.js +12 -0
  77. package/dist/configs/cowswap/swap/quote.d.ts +5 -0
  78. package/dist/configs/cowswap/swap/quote.d.ts.map +1 -0
  79. package/dist/configs/cowswap/swap/quote.js +28 -0
  80. package/dist/configs/cowswap/swap/route.d.ts +5 -0
  81. package/dist/configs/cowswap/swap/route.d.ts.map +1 -0
  82. package/dist/configs/cowswap/swap/route.js +61 -0
  83. package/dist/configs/cowswap/track/index.d.ts +6 -0
  84. package/dist/configs/cowswap/track/index.d.ts.map +1 -0
  85. package/dist/configs/cowswap/track/index.js +27 -0
  86. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts +4 -0
  87. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts.map +1 -0
  88. package/dist/configs/cowswap/utils/getCowSwapSlippage.js +16 -0
  89. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts +3 -0
  90. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts.map +1 -0
  91. package/dist/configs/cowswap/utils/toSupportedChainId.js +11 -0
  92. package/dist/configs/crosscurve/config.d.ts +4 -0
  93. package/dist/configs/crosscurve/config.d.ts.map +1 -0
  94. package/dist/configs/crosscurve/config.js +185 -0
  95. package/dist/configs/gas-zip/chains/fetch.d.ts +10 -0
  96. package/dist/configs/gas-zip/chains/fetch.d.ts.map +1 -0
  97. package/dist/configs/gas-zip/chains/fetch.js +29 -0
  98. package/dist/configs/gas-zip/chains/types.d.ts +25 -0
  99. package/dist/configs/gas-zip/chains/types.d.ts.map +1 -0
  100. package/dist/configs/gas-zip/chains/types.js +1 -0
  101. package/dist/configs/gas-zip/config.d.ts +4 -0
  102. package/dist/configs/gas-zip/config.d.ts.map +1 -0
  103. package/dist/configs/gas-zip/config.js +121 -0
  104. package/dist/configs/index.d.ts +2 -0
  105. package/dist/configs/index.d.ts.map +1 -0
  106. package/dist/configs/index.js +41 -0
  107. package/dist/configs/layerswap/LayerswapNetworks.json +3656 -0
  108. package/dist/configs/layerswap/config.d.ts +4 -0
  109. package/dist/configs/layerswap/config.d.ts.map +1 -0
  110. package/dist/configs/layerswap/config.js +285 -0
  111. package/dist/configs/lifi/config.d.ts +4 -0
  112. package/dist/configs/lifi/config.d.ts.map +1 -0
  113. package/dist/configs/lifi/config.js +104 -0
  114. package/dist/configs/mayan/calldata/index.d.ts +14 -0
  115. package/dist/configs/mayan/calldata/index.d.ts.map +1 -0
  116. package/dist/configs/mayan/calldata/index.js +41 -0
  117. package/dist/configs/mayan/config.d.ts +4 -0
  118. package/dist/configs/mayan/config.d.ts.map +1 -0
  119. package/dist/configs/mayan/config.js +222 -0
  120. package/dist/configs/odos/config.d.ts +8 -0
  121. package/dist/configs/odos/config.d.ts.map +1 -0
  122. package/dist/configs/odos/config.js +127 -0
  123. package/dist/configs/orbiter/abis/ERC20.d.ts +172 -0
  124. package/dist/configs/orbiter/abis/ERC20.d.ts.map +1 -0
  125. package/dist/configs/orbiter/abis/ERC20.js +224 -0
  126. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts +85 -0
  127. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts.map +1 -0
  128. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.js +83 -0
  129. package/dist/configs/orbiter/calldata/index.d.ts +32 -0
  130. package/dist/configs/orbiter/calldata/index.d.ts.map +1 -0
  131. package/dist/configs/orbiter/calldata/index.js +59 -0
  132. package/dist/configs/orbiter/config.d.ts +4 -0
  133. package/dist/configs/orbiter/config.d.ts.map +1 -0
  134. package/dist/configs/orbiter/config.js +178 -0
  135. package/dist/configs/router/config.d.ts +4 -0
  136. package/dist/configs/router/config.d.ts.map +1 -0
  137. package/dist/configs/router/config.js +125 -0
  138. package/dist/configs/squid-v1/config.d.ts +4 -0
  139. package/dist/configs/squid-v1/config.d.ts.map +1 -0
  140. package/dist/configs/squid-v1/config.js +133 -0
  141. package/dist/configs/squid-v2/config.d.ts +4 -0
  142. package/dist/configs/squid-v2/config.d.ts.map +1 -0
  143. package/dist/configs/squid-v2/config.js +146 -0
  144. package/dist/configs/squid-v2/constants.d.ts +2 -0
  145. package/dist/configs/squid-v2/constants.d.ts.map +1 -0
  146. package/dist/configs/squid-v2/constants.js +1 -0
  147. package/dist/configs/stargate/abis/StargatePool.d.ts +41 -0
  148. package/dist/configs/stargate/abis/StargatePool.d.ts.map +1 -0
  149. package/dist/configs/stargate/abis/StargatePool.js +318 -0
  150. package/dist/configs/stargate/abis/TokenMessaging.d.ts +16 -0
  151. package/dist/configs/stargate/abis/TokenMessaging.d.ts.map +1 -0
  152. package/dist/configs/stargate/abis/TokenMessaging.js +21 -0
  153. package/dist/configs/stargate/calldata/constants.d.ts +249 -0
  154. package/dist/configs/stargate/calldata/constants.d.ts.map +1 -0
  155. package/dist/configs/stargate/calldata/constants.js +273 -0
  156. package/dist/configs/stargate/calldata/index.d.ts +6 -0
  157. package/dist/configs/stargate/calldata/index.d.ts.map +1 -0
  158. package/dist/configs/stargate/calldata/index.js +127 -0
  159. package/dist/configs/stargate/calldata/types.d.ts +51 -0
  160. package/dist/configs/stargate/calldata/types.d.ts.map +1 -0
  161. package/dist/configs/stargate/calldata/types.js +10 -0
  162. package/dist/configs/stargate/common/config.d.ts +88 -0
  163. package/dist/configs/stargate/common/config.d.ts.map +1 -0
  164. package/dist/configs/stargate/common/config.js +93 -0
  165. package/dist/configs/stargate/common/constants.d.ts +5 -0
  166. package/dist/configs/stargate/common/constants.d.ts.map +1 -0
  167. package/dist/configs/stargate/common/constants.js +7 -0
  168. package/dist/configs/stargate/common/index.d.ts +3 -0
  169. package/dist/configs/stargate/common/index.d.ts.map +1 -0
  170. package/dist/configs/stargate/common/index.js +2 -0
  171. package/dist/configs/stargate/configs/bus/config.d.ts +4 -0
  172. package/dist/configs/stargate/configs/bus/config.d.ts.map +1 -0
  173. package/dist/configs/stargate/configs/bus/config.js +41 -0
  174. package/dist/configs/stargate/configs/taxi/config.d.ts +4 -0
  175. package/dist/configs/stargate/configs/taxi/config.d.ts.map +1 -0
  176. package/dist/configs/stargate/configs/taxi/config.js +58 -0
  177. package/dist/configs/stargate/types/index.d.ts +12 -0
  178. package/dist/configs/stargate/types/index.d.ts.map +1 -0
  179. package/dist/configs/stargate/types/index.js +15 -0
  180. package/dist/configs/symbiosis/config.d.ts +4 -0
  181. package/dist/configs/symbiosis/config.d.ts.map +1 -0
  182. package/dist/configs/symbiosis/config.js +119 -0
  183. package/dist/configs/utils/index.d.ts +2 -0
  184. package/dist/configs/utils/index.d.ts.map +1 -0
  185. package/dist/configs/utils/index.js +3 -0
  186. package/dist/configs/xy/config.d.ts +4 -0
  187. package/dist/configs/xy/config.d.ts.map +1 -0
  188. package/dist/configs/xy/config.js +176 -0
  189. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts +49 -0
  190. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts.map +1 -0
  191. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.js +63 -0
  192. package/dist/configs/zenlink/calldata/index.d.ts +18 -0
  193. package/dist/configs/zenlink/calldata/index.d.ts.map +1 -0
  194. package/dist/configs/zenlink/calldata/index.js +35 -0
  195. package/dist/configs/zenlink/config.d.ts +4 -0
  196. package/dist/configs/zenlink/config.d.ts.map +1 -0
  197. package/dist/configs/zenlink/config.js +109 -0
  198. package/dist/configs/zenlink/errors.d.ts +15 -0
  199. package/dist/configs/zenlink/errors.d.ts.map +1 -0
  200. package/dist/configs/zenlink/errors.js +8 -0
  201. package/dist/index.d.ts +8 -0
  202. package/dist/index.d.ts.map +1 -0
  203. package/dist/index.js +7 -0
  204. package/dist/types/index.d.ts +31 -0
  205. package/dist/types/index.d.ts.map +1 -0
  206. package/dist/types/index.js +52 -0
  207. package/dist/walletClient.d.ts +4433 -0
  208. package/dist/walletClient.d.ts.map +1 -0
  209. package/dist/walletClient.js +7 -0
  210. package/package.json +27 -0
@@ -0,0 +1,4433 @@
1
+ import { WalletClient } from 'viem';
2
+ export declare const setWalletClient: (walletClient: WalletClient) => void;
3
+ export declare const getWalletClient: () => {
4
+ account: import("viem").Account | undefined;
5
+ batch?: {
6
+ multicall?: boolean | import("viem").Prettify<import("viem").MulticallBatchOptions> | undefined;
7
+ } | undefined;
8
+ cacheTime: number;
9
+ ccipRead?: false | {
10
+ request?: (parameters: import("viem").CcipRequestParameters) => Promise<import("node_modules/viem/_types/utils/ccip").CcipRequestReturnType>;
11
+ } | undefined;
12
+ chain: import("viem").Chain | undefined;
13
+ experimental_blockTag?: import("viem").BlockTag | undefined;
14
+ key: string;
15
+ name: string;
16
+ pollingInterval: number;
17
+ request: import("viem").EIP1193RequestFn<import("viem").WalletRpcSchema>;
18
+ transport: import("viem").TransportConfig<string, import("viem").EIP1193RequestFn> & Record<string, any>;
19
+ type: string;
20
+ uid: string;
21
+ addChain: (args: import("viem").AddChainParameters) => Promise<void>;
22
+ deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<abi, import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride>) => Promise<import("viem").DeployContractReturnType>;
23
+ getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
24
+ getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<import("viem").GetCallsStatusReturnType>;
25
+ getCapabilities: <chainId extends number | undefined>(parameters?: import("viem").GetCapabilitiesParameters<chainId>) => Promise<import("viem").GetCapabilitiesReturnType<chainId>>;
26
+ getChainId: () => Promise<import("viem").GetChainIdReturnType>;
27
+ getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
28
+ prepareAuthorization: (parameters: import("viem").PrepareAuthorizationParameters<import("viem").Account | undefined>) => Promise<import("viem").PrepareAuthorizationReturnType>;
29
+ prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<import("viem").Chain | undefined, chainOverride>, chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("viem").Address | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, accountOverride, request>) => Promise<import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<import("viem").Chain | undefined, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<import("viem").Chain | undefined, chainOverride> extends infer T_1 ? T_1 extends import("viem").DeriveChain<import("viem").Chain | undefined, chainOverride> ? T_1 extends import("viem").Chain ? {
30
+ chain: T_1;
31
+ } : {
32
+ chain?: undefined;
33
+ } : never : never) & (import("viem").DeriveAccount<import("viem").Account | undefined, accountOverride> extends infer T_2 ? T_2 extends import("viem").DeriveAccount<import("viem").Account | undefined, accountOverride> ? T_2 extends import("viem").Account ? {
34
+ account: T_2;
35
+ from: import("viem").Address;
36
+ } : {
37
+ account?: undefined;
38
+ from?: undefined;
39
+ } : never : never), import("viem").IsNever<((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
40
+ accessList?: undefined | undefined;
41
+ authorizationList?: undefined | undefined;
42
+ blobs?: undefined | undefined;
43
+ blobVersionedHashes?: undefined | undefined;
44
+ gasPrice?: bigint | undefined;
45
+ sidecars?: undefined | undefined;
46
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
47
+ accessList?: import("viem").AccessList | undefined;
48
+ authorizationList?: undefined | undefined;
49
+ blobs?: undefined | undefined;
50
+ blobVersionedHashes?: undefined | undefined;
51
+ gasPrice?: undefined | undefined;
52
+ maxFeePerBlobGas?: undefined | undefined;
53
+ maxFeePerGas?: bigint | undefined;
54
+ maxPriorityFeePerGas?: bigint | undefined;
55
+ sidecars?: undefined | undefined;
56
+ } & (import("viem").OneOf<{
57
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
58
+ } | {
59
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
60
+ }, import("viem").FeeValuesEIP1559> & {
61
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
62
+ }) ? "eip1559" : never) | (request extends {
63
+ accessList?: import("viem").AccessList | undefined;
64
+ authorizationList?: undefined | undefined;
65
+ blobs?: undefined | undefined;
66
+ blobVersionedHashes?: undefined | undefined;
67
+ gasPrice?: bigint | undefined;
68
+ sidecars?: undefined | undefined;
69
+ maxFeePerBlobGas?: undefined | undefined;
70
+ maxFeePerGas?: undefined | undefined;
71
+ maxPriorityFeePerGas?: undefined | undefined;
72
+ } & {
73
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
74
+ } ? "eip2930" : never) | (request extends ({
75
+ accessList?: import("viem").AccessList | undefined;
76
+ authorizationList?: undefined | undefined;
77
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
78
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
79
+ maxFeePerBlobGas?: bigint | undefined;
80
+ maxFeePerGas?: bigint | undefined;
81
+ maxPriorityFeePerGas?: bigint | undefined;
82
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
83
+ } | {
84
+ accessList?: import("viem").AccessList | undefined;
85
+ authorizationList?: undefined | undefined;
86
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
87
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
88
+ maxFeePerBlobGas?: bigint | undefined;
89
+ maxFeePerGas?: bigint | undefined;
90
+ maxPriorityFeePerGas?: bigint | undefined;
91
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
92
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
93
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
94
+ } | {
95
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
96
+ } | {
97
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
98
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
99
+ accessList?: import("viem").AccessList | undefined;
100
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
101
+ blobs?: undefined | undefined;
102
+ blobVersionedHashes?: undefined | undefined;
103
+ gasPrice?: undefined | undefined;
104
+ maxFeePerBlobGas?: undefined | undefined;
105
+ maxFeePerGas?: bigint | undefined;
106
+ maxPriorityFeePerGas?: bigint | undefined;
107
+ sidecars?: undefined | undefined;
108
+ } | {
109
+ accessList?: import("viem").AccessList | undefined;
110
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
111
+ blobs?: undefined | undefined;
112
+ blobVersionedHashes?: undefined | undefined;
113
+ gasPrice?: undefined | undefined;
114
+ maxFeePerBlobGas?: undefined | undefined;
115
+ maxFeePerGas?: bigint | undefined;
116
+ maxPriorityFeePerGas?: bigint | undefined;
117
+ sidecars?: undefined | undefined;
118
+ }) & {
119
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
120
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
121
+ accessList?: undefined | undefined;
122
+ authorizationList?: undefined | undefined;
123
+ blobs?: undefined | undefined;
124
+ blobVersionedHashes?: undefined | undefined;
125
+ gasPrice?: bigint | undefined;
126
+ sidecars?: undefined | undefined;
127
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
128
+ accessList?: import("viem").AccessList | undefined;
129
+ authorizationList?: undefined | undefined;
130
+ blobs?: undefined | undefined;
131
+ blobVersionedHashes?: undefined | undefined;
132
+ gasPrice?: undefined | undefined;
133
+ maxFeePerBlobGas?: undefined | undefined;
134
+ maxFeePerGas?: bigint | undefined;
135
+ maxPriorityFeePerGas?: bigint | undefined;
136
+ sidecars?: undefined | undefined;
137
+ } & (import("viem").OneOf<{
138
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
139
+ } | {
140
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
141
+ }, import("viem").FeeValuesEIP1559> & {
142
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
143
+ }) ? "eip1559" : never) | (request extends {
144
+ accessList?: import("viem").AccessList | undefined;
145
+ authorizationList?: undefined | undefined;
146
+ blobs?: undefined | undefined;
147
+ blobVersionedHashes?: undefined | undefined;
148
+ gasPrice?: bigint | undefined;
149
+ sidecars?: undefined | undefined;
150
+ maxFeePerBlobGas?: undefined | undefined;
151
+ maxFeePerGas?: undefined | undefined;
152
+ maxPriorityFeePerGas?: undefined | undefined;
153
+ } & {
154
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
155
+ } ? "eip2930" : never) | (request extends ({
156
+ accessList?: import("viem").AccessList | undefined;
157
+ authorizationList?: undefined | undefined;
158
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
159
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
160
+ maxFeePerBlobGas?: bigint | undefined;
161
+ maxFeePerGas?: bigint | undefined;
162
+ maxPriorityFeePerGas?: bigint | undefined;
163
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
164
+ } | {
165
+ accessList?: import("viem").AccessList | undefined;
166
+ authorizationList?: undefined | undefined;
167
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
168
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
169
+ maxFeePerBlobGas?: bigint | undefined;
170
+ maxFeePerGas?: bigint | undefined;
171
+ maxPriorityFeePerGas?: bigint | undefined;
172
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
173
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
174
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
175
+ } | {
176
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
177
+ } | {
178
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
179
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
180
+ accessList?: import("viem").AccessList | undefined;
181
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
182
+ blobs?: undefined | undefined;
183
+ blobVersionedHashes?: undefined | undefined;
184
+ gasPrice?: undefined | undefined;
185
+ maxFeePerBlobGas?: undefined | undefined;
186
+ maxFeePerGas?: bigint | undefined;
187
+ maxPriorityFeePerGas?: bigint | undefined;
188
+ sidecars?: undefined | undefined;
189
+ } | {
190
+ accessList?: import("viem").AccessList | undefined;
191
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
192
+ blobs?: undefined | undefined;
193
+ blobVersionedHashes?: undefined | undefined;
194
+ gasPrice?: undefined | undefined;
195
+ maxFeePerBlobGas?: undefined | undefined;
196
+ maxFeePerGas?: bigint | undefined;
197
+ maxPriorityFeePerGas?: bigint | undefined;
198
+ sidecars?: undefined | undefined;
199
+ }) & {
200
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
201
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_3 ? T_3 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
202
+ accessList?: undefined | undefined;
203
+ authorizationList?: undefined | undefined;
204
+ blobs?: undefined | undefined;
205
+ blobVersionedHashes?: undefined | undefined;
206
+ gasPrice?: bigint | undefined;
207
+ sidecars?: undefined | undefined;
208
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
209
+ accessList?: import("viem").AccessList | undefined;
210
+ authorizationList?: undefined | undefined;
211
+ blobs?: undefined | undefined;
212
+ blobVersionedHashes?: undefined | undefined;
213
+ gasPrice?: undefined | undefined;
214
+ maxFeePerBlobGas?: undefined | undefined;
215
+ maxFeePerGas?: bigint | undefined;
216
+ maxPriorityFeePerGas?: bigint | undefined;
217
+ sidecars?: undefined | undefined;
218
+ } & (import("viem").OneOf<{
219
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
220
+ } | {
221
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
222
+ }, import("viem").FeeValuesEIP1559> & {
223
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
224
+ }) ? "eip1559" : never) | (request extends {
225
+ accessList?: import("viem").AccessList | undefined;
226
+ authorizationList?: undefined | undefined;
227
+ blobs?: undefined | undefined;
228
+ blobVersionedHashes?: undefined | undefined;
229
+ gasPrice?: bigint | undefined;
230
+ sidecars?: undefined | undefined;
231
+ maxFeePerBlobGas?: undefined | undefined;
232
+ maxFeePerGas?: undefined | undefined;
233
+ maxPriorityFeePerGas?: undefined | undefined;
234
+ } & {
235
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
236
+ } ? "eip2930" : never) | (request extends ({
237
+ accessList?: import("viem").AccessList | undefined;
238
+ authorizationList?: undefined | undefined;
239
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
240
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
241
+ maxFeePerBlobGas?: bigint | undefined;
242
+ maxFeePerGas?: bigint | undefined;
243
+ maxPriorityFeePerGas?: bigint | undefined;
244
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
245
+ } | {
246
+ accessList?: import("viem").AccessList | undefined;
247
+ authorizationList?: undefined | undefined;
248
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
249
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
250
+ maxFeePerBlobGas?: bigint | undefined;
251
+ maxFeePerGas?: bigint | undefined;
252
+ maxPriorityFeePerGas?: bigint | undefined;
253
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
254
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
255
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
256
+ } | {
257
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
258
+ } | {
259
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
260
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
261
+ accessList?: import("viem").AccessList | undefined;
262
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
263
+ blobs?: undefined | undefined;
264
+ blobVersionedHashes?: undefined | undefined;
265
+ gasPrice?: undefined | undefined;
266
+ maxFeePerBlobGas?: undefined | undefined;
267
+ maxFeePerGas?: bigint | undefined;
268
+ maxPriorityFeePerGas?: bigint | undefined;
269
+ sidecars?: undefined | undefined;
270
+ } | {
271
+ accessList?: import("viem").AccessList | undefined;
272
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
273
+ blobs?: undefined | undefined;
274
+ blobVersionedHashes?: undefined | undefined;
275
+ gasPrice?: undefined | undefined;
276
+ maxFeePerBlobGas?: undefined | undefined;
277
+ maxFeePerGas?: bigint | undefined;
278
+ maxPriorityFeePerGas?: bigint | undefined;
279
+ sidecars?: undefined | undefined;
280
+ }) & {
281
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
282
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
283
+ accessList?: undefined | undefined;
284
+ authorizationList?: undefined | undefined;
285
+ blobs?: undefined | undefined;
286
+ blobVersionedHashes?: undefined | undefined;
287
+ gasPrice?: bigint | undefined;
288
+ sidecars?: undefined | undefined;
289
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
290
+ accessList?: import("viem").AccessList | undefined;
291
+ authorizationList?: undefined | undefined;
292
+ blobs?: undefined | undefined;
293
+ blobVersionedHashes?: undefined | undefined;
294
+ gasPrice?: undefined | undefined;
295
+ maxFeePerBlobGas?: undefined | undefined;
296
+ maxFeePerGas?: bigint | undefined;
297
+ maxPriorityFeePerGas?: bigint | undefined;
298
+ sidecars?: undefined | undefined;
299
+ } & (import("viem").OneOf<{
300
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
301
+ } | {
302
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
303
+ }, import("viem").FeeValuesEIP1559> & {
304
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
305
+ }) ? "eip1559" : never) | (request extends {
306
+ accessList?: import("viem").AccessList | undefined;
307
+ authorizationList?: undefined | undefined;
308
+ blobs?: undefined | undefined;
309
+ blobVersionedHashes?: undefined | undefined;
310
+ gasPrice?: bigint | undefined;
311
+ sidecars?: undefined | undefined;
312
+ maxFeePerBlobGas?: undefined | undefined;
313
+ maxFeePerGas?: undefined | undefined;
314
+ maxPriorityFeePerGas?: undefined | undefined;
315
+ } & {
316
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
317
+ } ? "eip2930" : never) | (request extends ({
318
+ accessList?: import("viem").AccessList | undefined;
319
+ authorizationList?: undefined | undefined;
320
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
321
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
322
+ maxFeePerBlobGas?: bigint | undefined;
323
+ maxFeePerGas?: bigint | undefined;
324
+ maxPriorityFeePerGas?: bigint | undefined;
325
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
326
+ } | {
327
+ accessList?: import("viem").AccessList | undefined;
328
+ authorizationList?: undefined | undefined;
329
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
330
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
331
+ maxFeePerBlobGas?: bigint | undefined;
332
+ maxFeePerGas?: bigint | undefined;
333
+ maxPriorityFeePerGas?: bigint | undefined;
334
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
335
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
336
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
337
+ } | {
338
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
339
+ } | {
340
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
341
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
342
+ accessList?: import("viem").AccessList | undefined;
343
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
344
+ blobs?: undefined | undefined;
345
+ blobVersionedHashes?: undefined | undefined;
346
+ gasPrice?: undefined | undefined;
347
+ maxFeePerBlobGas?: undefined | undefined;
348
+ maxFeePerGas?: bigint | undefined;
349
+ maxPriorityFeePerGas?: bigint | undefined;
350
+ sidecars?: undefined | undefined;
351
+ } | {
352
+ accessList?: import("viem").AccessList | undefined;
353
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
354
+ blobs?: undefined | undefined;
355
+ blobVersionedHashes?: undefined | undefined;
356
+ gasPrice?: undefined | undefined;
357
+ maxFeePerBlobGas?: undefined | undefined;
358
+ maxFeePerGas?: bigint | undefined;
359
+ maxPriorityFeePerGas?: bigint | undefined;
360
+ sidecars?: undefined | undefined;
361
+ }) & {
362
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
363
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_3 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
364
+ accessList?: undefined | undefined;
365
+ authorizationList?: undefined | undefined;
366
+ blobs?: undefined | undefined;
367
+ blobVersionedHashes?: undefined | undefined;
368
+ gasPrice?: bigint | undefined;
369
+ sidecars?: undefined | undefined;
370
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
371
+ accessList?: import("viem").AccessList | undefined;
372
+ authorizationList?: undefined | undefined;
373
+ blobs?: undefined | undefined;
374
+ blobVersionedHashes?: undefined | undefined;
375
+ gasPrice?: undefined | undefined;
376
+ maxFeePerBlobGas?: undefined | undefined;
377
+ maxFeePerGas?: bigint | undefined;
378
+ maxPriorityFeePerGas?: bigint | undefined;
379
+ sidecars?: undefined | undefined;
380
+ } & (import("viem").OneOf<{
381
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
382
+ } | {
383
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
384
+ }, import("viem").FeeValuesEIP1559> & {
385
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
386
+ }) ? "eip1559" : never) | (request extends {
387
+ accessList?: import("viem").AccessList | undefined;
388
+ authorizationList?: undefined | undefined;
389
+ blobs?: undefined | undefined;
390
+ blobVersionedHashes?: undefined | undefined;
391
+ gasPrice?: bigint | undefined;
392
+ sidecars?: undefined | undefined;
393
+ maxFeePerBlobGas?: undefined | undefined;
394
+ maxFeePerGas?: undefined | undefined;
395
+ maxPriorityFeePerGas?: undefined | undefined;
396
+ } & {
397
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
398
+ } ? "eip2930" : never) | (request extends ({
399
+ accessList?: import("viem").AccessList | undefined;
400
+ authorizationList?: undefined | undefined;
401
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
402
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
403
+ maxFeePerBlobGas?: bigint | undefined;
404
+ maxFeePerGas?: bigint | undefined;
405
+ maxPriorityFeePerGas?: bigint | undefined;
406
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
407
+ } | {
408
+ accessList?: import("viem").AccessList | undefined;
409
+ authorizationList?: undefined | undefined;
410
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
411
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
412
+ maxFeePerBlobGas?: bigint | undefined;
413
+ maxFeePerGas?: bigint | undefined;
414
+ maxPriorityFeePerGas?: bigint | undefined;
415
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
416
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
417
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
418
+ } | {
419
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
420
+ } | {
421
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
422
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
423
+ accessList?: import("viem").AccessList | undefined;
424
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
425
+ blobs?: undefined | undefined;
426
+ blobVersionedHashes?: undefined | undefined;
427
+ gasPrice?: undefined | undefined;
428
+ maxFeePerBlobGas?: undefined | undefined;
429
+ maxFeePerGas?: bigint | undefined;
430
+ maxPriorityFeePerGas?: bigint | undefined;
431
+ sidecars?: undefined | undefined;
432
+ } | {
433
+ accessList?: import("viem").AccessList | undefined;
434
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
435
+ blobs?: undefined | undefined;
436
+ blobVersionedHashes?: undefined | undefined;
437
+ gasPrice?: undefined | undefined;
438
+ maxFeePerBlobGas?: undefined | undefined;
439
+ maxFeePerGas?: bigint | undefined;
440
+ maxPriorityFeePerGas?: bigint | undefined;
441
+ sidecars?: undefined | undefined;
442
+ }) & {
443
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
444
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
445
+ accessList?: undefined | undefined;
446
+ authorizationList?: undefined | undefined;
447
+ blobs?: undefined | undefined;
448
+ blobVersionedHashes?: undefined | undefined;
449
+ gasPrice?: bigint | undefined;
450
+ sidecars?: undefined | undefined;
451
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
452
+ accessList?: import("viem").AccessList | undefined;
453
+ authorizationList?: undefined | undefined;
454
+ blobs?: undefined | undefined;
455
+ blobVersionedHashes?: undefined | undefined;
456
+ gasPrice?: undefined | undefined;
457
+ maxFeePerBlobGas?: undefined | undefined;
458
+ maxFeePerGas?: bigint | undefined;
459
+ maxPriorityFeePerGas?: bigint | undefined;
460
+ sidecars?: undefined | undefined;
461
+ } & (import("viem").OneOf<{
462
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
463
+ } | {
464
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
465
+ }, import("viem").FeeValuesEIP1559> & {
466
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
467
+ }) ? "eip1559" : never) | (request extends {
468
+ accessList?: import("viem").AccessList | undefined;
469
+ authorizationList?: undefined | undefined;
470
+ blobs?: undefined | undefined;
471
+ blobVersionedHashes?: undefined | undefined;
472
+ gasPrice?: bigint | undefined;
473
+ sidecars?: undefined | undefined;
474
+ maxFeePerBlobGas?: undefined | undefined;
475
+ maxFeePerGas?: undefined | undefined;
476
+ maxPriorityFeePerGas?: undefined | undefined;
477
+ } & {
478
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
479
+ } ? "eip2930" : never) | (request extends ({
480
+ accessList?: import("viem").AccessList | undefined;
481
+ authorizationList?: undefined | undefined;
482
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
483
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
484
+ maxFeePerBlobGas?: bigint | undefined;
485
+ maxFeePerGas?: bigint | undefined;
486
+ maxPriorityFeePerGas?: bigint | undefined;
487
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
488
+ } | {
489
+ accessList?: import("viem").AccessList | undefined;
490
+ authorizationList?: undefined | undefined;
491
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
492
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
493
+ maxFeePerBlobGas?: bigint | undefined;
494
+ maxFeePerGas?: bigint | undefined;
495
+ maxPriorityFeePerGas?: bigint | undefined;
496
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
497
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
498
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
499
+ } | {
500
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
501
+ } | {
502
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
503
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
504
+ accessList?: import("viem").AccessList | undefined;
505
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
506
+ blobs?: undefined | undefined;
507
+ blobVersionedHashes?: undefined | undefined;
508
+ gasPrice?: undefined | undefined;
509
+ maxFeePerBlobGas?: undefined | undefined;
510
+ maxFeePerGas?: bigint | undefined;
511
+ maxPriorityFeePerGas?: bigint | undefined;
512
+ sidecars?: undefined | undefined;
513
+ } | {
514
+ accessList?: import("viem").AccessList | undefined;
515
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
516
+ blobs?: undefined | undefined;
517
+ blobVersionedHashes?: undefined | undefined;
518
+ gasPrice?: undefined | undefined;
519
+ maxFeePerBlobGas?: undefined | undefined;
520
+ maxFeePerGas?: bigint | undefined;
521
+ maxPriorityFeePerGas?: bigint | undefined;
522
+ sidecars?: undefined | undefined;
523
+ }) & {
524
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
525
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_4 ? T_4 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
526
+ accessList?: undefined | undefined;
527
+ authorizationList?: undefined | undefined;
528
+ blobs?: undefined | undefined;
529
+ blobVersionedHashes?: undefined | undefined;
530
+ gasPrice?: bigint | undefined;
531
+ sidecars?: undefined | undefined;
532
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
533
+ accessList?: import("viem").AccessList | undefined;
534
+ authorizationList?: undefined | undefined;
535
+ blobs?: undefined | undefined;
536
+ blobVersionedHashes?: undefined | undefined;
537
+ gasPrice?: undefined | undefined;
538
+ maxFeePerBlobGas?: undefined | undefined;
539
+ maxFeePerGas?: bigint | undefined;
540
+ maxPriorityFeePerGas?: bigint | undefined;
541
+ sidecars?: undefined | undefined;
542
+ } & (import("viem").OneOf<{
543
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
544
+ } | {
545
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
546
+ }, import("viem").FeeValuesEIP1559> & {
547
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
548
+ }) ? "eip1559" : never) | (request extends {
549
+ accessList?: import("viem").AccessList | undefined;
550
+ authorizationList?: undefined | undefined;
551
+ blobs?: undefined | undefined;
552
+ blobVersionedHashes?: undefined | undefined;
553
+ gasPrice?: bigint | undefined;
554
+ sidecars?: undefined | undefined;
555
+ maxFeePerBlobGas?: undefined | undefined;
556
+ maxFeePerGas?: undefined | undefined;
557
+ maxPriorityFeePerGas?: undefined | undefined;
558
+ } & {
559
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
560
+ } ? "eip2930" : never) | (request extends ({
561
+ accessList?: import("viem").AccessList | undefined;
562
+ authorizationList?: undefined | undefined;
563
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
564
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
565
+ maxFeePerBlobGas?: bigint | undefined;
566
+ maxFeePerGas?: bigint | undefined;
567
+ maxPriorityFeePerGas?: bigint | undefined;
568
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
569
+ } | {
570
+ accessList?: import("viem").AccessList | undefined;
571
+ authorizationList?: undefined | undefined;
572
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
573
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
574
+ maxFeePerBlobGas?: bigint | undefined;
575
+ maxFeePerGas?: bigint | undefined;
576
+ maxPriorityFeePerGas?: bigint | undefined;
577
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
578
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
579
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
580
+ } | {
581
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
582
+ } | {
583
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
584
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
585
+ accessList?: import("viem").AccessList | undefined;
586
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
587
+ blobs?: undefined | undefined;
588
+ blobVersionedHashes?: undefined | undefined;
589
+ gasPrice?: undefined | undefined;
590
+ maxFeePerBlobGas?: undefined | undefined;
591
+ maxFeePerGas?: bigint | undefined;
592
+ maxPriorityFeePerGas?: bigint | undefined;
593
+ sidecars?: undefined | undefined;
594
+ } | {
595
+ accessList?: import("viem").AccessList | undefined;
596
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
597
+ blobs?: undefined | undefined;
598
+ blobVersionedHashes?: undefined | undefined;
599
+ gasPrice?: undefined | undefined;
600
+ maxFeePerBlobGas?: undefined | undefined;
601
+ maxFeePerGas?: bigint | undefined;
602
+ maxPriorityFeePerGas?: bigint | undefined;
603
+ sidecars?: undefined | undefined;
604
+ }) & {
605
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
606
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
607
+ accessList?: undefined | undefined;
608
+ authorizationList?: undefined | undefined;
609
+ blobs?: undefined | undefined;
610
+ blobVersionedHashes?: undefined | undefined;
611
+ gasPrice?: bigint | undefined;
612
+ sidecars?: undefined | undefined;
613
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
614
+ accessList?: import("viem").AccessList | undefined;
615
+ authorizationList?: undefined | undefined;
616
+ blobs?: undefined | undefined;
617
+ blobVersionedHashes?: undefined | undefined;
618
+ gasPrice?: undefined | undefined;
619
+ maxFeePerBlobGas?: undefined | undefined;
620
+ maxFeePerGas?: bigint | undefined;
621
+ maxPriorityFeePerGas?: bigint | undefined;
622
+ sidecars?: undefined | undefined;
623
+ } & (import("viem").OneOf<{
624
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
625
+ } | {
626
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
627
+ }, import("viem").FeeValuesEIP1559> & {
628
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
629
+ }) ? "eip1559" : never) | (request extends {
630
+ accessList?: import("viem").AccessList | undefined;
631
+ authorizationList?: undefined | undefined;
632
+ blobs?: undefined | undefined;
633
+ blobVersionedHashes?: undefined | undefined;
634
+ gasPrice?: bigint | undefined;
635
+ sidecars?: undefined | undefined;
636
+ maxFeePerBlobGas?: undefined | undefined;
637
+ maxFeePerGas?: undefined | undefined;
638
+ maxPriorityFeePerGas?: undefined | undefined;
639
+ } & {
640
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
641
+ } ? "eip2930" : never) | (request extends ({
642
+ accessList?: import("viem").AccessList | undefined;
643
+ authorizationList?: undefined | undefined;
644
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
645
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
646
+ maxFeePerBlobGas?: bigint | undefined;
647
+ maxFeePerGas?: bigint | undefined;
648
+ maxPriorityFeePerGas?: bigint | undefined;
649
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
650
+ } | {
651
+ accessList?: import("viem").AccessList | undefined;
652
+ authorizationList?: undefined | undefined;
653
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
654
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
655
+ maxFeePerBlobGas?: bigint | undefined;
656
+ maxFeePerGas?: bigint | undefined;
657
+ maxPriorityFeePerGas?: bigint | undefined;
658
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
659
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
660
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
661
+ } | {
662
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
663
+ } | {
664
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
665
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
666
+ accessList?: import("viem").AccessList | undefined;
667
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
668
+ blobs?: undefined | undefined;
669
+ blobVersionedHashes?: undefined | undefined;
670
+ gasPrice?: undefined | undefined;
671
+ maxFeePerBlobGas?: undefined | undefined;
672
+ maxFeePerGas?: bigint | undefined;
673
+ maxPriorityFeePerGas?: bigint | undefined;
674
+ sidecars?: undefined | undefined;
675
+ } | {
676
+ accessList?: import("viem").AccessList | undefined;
677
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
678
+ blobs?: undefined | undefined;
679
+ blobVersionedHashes?: undefined | undefined;
680
+ gasPrice?: undefined | undefined;
681
+ maxFeePerBlobGas?: undefined | undefined;
682
+ maxFeePerGas?: bigint | undefined;
683
+ maxPriorityFeePerGas?: bigint | undefined;
684
+ sidecars?: undefined | undefined;
685
+ }) & {
686
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
687
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_4 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
688
+ accessList?: undefined | undefined;
689
+ authorizationList?: undefined | undefined;
690
+ blobs?: undefined | undefined;
691
+ blobVersionedHashes?: undefined | undefined;
692
+ gasPrice?: bigint | undefined;
693
+ sidecars?: undefined | undefined;
694
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
695
+ accessList?: import("viem").AccessList | undefined;
696
+ authorizationList?: undefined | undefined;
697
+ blobs?: undefined | undefined;
698
+ blobVersionedHashes?: undefined | undefined;
699
+ gasPrice?: undefined | undefined;
700
+ maxFeePerBlobGas?: undefined | undefined;
701
+ maxFeePerGas?: bigint | undefined;
702
+ maxPriorityFeePerGas?: bigint | undefined;
703
+ sidecars?: undefined | undefined;
704
+ } & (import("viem").OneOf<{
705
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
706
+ } | {
707
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
708
+ }, import("viem").FeeValuesEIP1559> & {
709
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
710
+ }) ? "eip1559" : never) | (request extends {
711
+ accessList?: import("viem").AccessList | undefined;
712
+ authorizationList?: undefined | undefined;
713
+ blobs?: undefined | undefined;
714
+ blobVersionedHashes?: undefined | undefined;
715
+ gasPrice?: bigint | undefined;
716
+ sidecars?: undefined | undefined;
717
+ maxFeePerBlobGas?: undefined | undefined;
718
+ maxFeePerGas?: undefined | undefined;
719
+ maxPriorityFeePerGas?: undefined | undefined;
720
+ } & {
721
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
722
+ } ? "eip2930" : never) | (request extends ({
723
+ accessList?: import("viem").AccessList | undefined;
724
+ authorizationList?: undefined | undefined;
725
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
726
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
727
+ maxFeePerBlobGas?: bigint | undefined;
728
+ maxFeePerGas?: bigint | undefined;
729
+ maxPriorityFeePerGas?: bigint | undefined;
730
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
731
+ } | {
732
+ accessList?: import("viem").AccessList | undefined;
733
+ authorizationList?: undefined | undefined;
734
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
735
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
736
+ maxFeePerBlobGas?: bigint | undefined;
737
+ maxFeePerGas?: bigint | undefined;
738
+ maxPriorityFeePerGas?: bigint | undefined;
739
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
740
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
741
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
742
+ } | {
743
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
744
+ } | {
745
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
746
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
747
+ accessList?: import("viem").AccessList | undefined;
748
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
749
+ blobs?: undefined | undefined;
750
+ blobVersionedHashes?: undefined | undefined;
751
+ gasPrice?: undefined | undefined;
752
+ maxFeePerBlobGas?: undefined | undefined;
753
+ maxFeePerGas?: bigint | undefined;
754
+ maxPriorityFeePerGas?: bigint | undefined;
755
+ sidecars?: undefined | undefined;
756
+ } | {
757
+ accessList?: import("viem").AccessList | undefined;
758
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
759
+ blobs?: undefined | undefined;
760
+ blobVersionedHashes?: undefined | undefined;
761
+ gasPrice?: undefined | undefined;
762
+ maxFeePerBlobGas?: undefined | undefined;
763
+ maxFeePerGas?: bigint | undefined;
764
+ maxPriorityFeePerGas?: bigint | undefined;
765
+ sidecars?: undefined | undefined;
766
+ }) & {
767
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
768
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
769
+ accessList?: undefined | undefined;
770
+ authorizationList?: undefined | undefined;
771
+ blobs?: undefined | undefined;
772
+ blobVersionedHashes?: undefined | undefined;
773
+ gasPrice?: bigint | undefined;
774
+ sidecars?: undefined | undefined;
775
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
776
+ accessList?: import("viem").AccessList | undefined;
777
+ authorizationList?: undefined | undefined;
778
+ blobs?: undefined | undefined;
779
+ blobVersionedHashes?: undefined | undefined;
780
+ gasPrice?: undefined | undefined;
781
+ maxFeePerBlobGas?: undefined | undefined;
782
+ maxFeePerGas?: bigint | undefined;
783
+ maxPriorityFeePerGas?: bigint | undefined;
784
+ sidecars?: undefined | undefined;
785
+ } & (import("viem").OneOf<{
786
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
787
+ } | {
788
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
789
+ }, import("viem").FeeValuesEIP1559> & {
790
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
791
+ }) ? "eip1559" : never) | (request extends {
792
+ accessList?: import("viem").AccessList | undefined;
793
+ authorizationList?: undefined | undefined;
794
+ blobs?: undefined | undefined;
795
+ blobVersionedHashes?: undefined | undefined;
796
+ gasPrice?: bigint | undefined;
797
+ sidecars?: undefined | undefined;
798
+ maxFeePerBlobGas?: undefined | undefined;
799
+ maxFeePerGas?: undefined | undefined;
800
+ maxPriorityFeePerGas?: undefined | undefined;
801
+ } & {
802
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
803
+ } ? "eip2930" : never) | (request extends ({
804
+ accessList?: import("viem").AccessList | undefined;
805
+ authorizationList?: undefined | undefined;
806
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
807
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
808
+ maxFeePerBlobGas?: bigint | undefined;
809
+ maxFeePerGas?: bigint | undefined;
810
+ maxPriorityFeePerGas?: bigint | undefined;
811
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
812
+ } | {
813
+ accessList?: import("viem").AccessList | undefined;
814
+ authorizationList?: undefined | undefined;
815
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
816
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
817
+ maxFeePerBlobGas?: bigint | undefined;
818
+ maxFeePerGas?: bigint | undefined;
819
+ maxPriorityFeePerGas?: bigint | undefined;
820
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
821
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
822
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
823
+ } | {
824
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
825
+ } | {
826
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
827
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
828
+ accessList?: import("viem").AccessList | undefined;
829
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
830
+ blobs?: undefined | undefined;
831
+ blobVersionedHashes?: undefined | undefined;
832
+ gasPrice?: undefined | undefined;
833
+ maxFeePerBlobGas?: undefined | undefined;
834
+ maxFeePerGas?: bigint | undefined;
835
+ maxPriorityFeePerGas?: bigint | undefined;
836
+ sidecars?: undefined | undefined;
837
+ } | {
838
+ accessList?: import("viem").AccessList | undefined;
839
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
840
+ blobs?: undefined | undefined;
841
+ blobVersionedHashes?: undefined | undefined;
842
+ gasPrice?: undefined | undefined;
843
+ maxFeePerBlobGas?: undefined | undefined;
844
+ maxFeePerGas?: bigint | undefined;
845
+ maxPriorityFeePerGas?: bigint | undefined;
846
+ sidecars?: undefined | undefined;
847
+ }) & {
848
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
849
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_5 ? T_5 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
850
+ accessList?: undefined | undefined;
851
+ authorizationList?: undefined | undefined;
852
+ blobs?: undefined | undefined;
853
+ blobVersionedHashes?: undefined | undefined;
854
+ gasPrice?: bigint | undefined;
855
+ sidecars?: undefined | undefined;
856
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
857
+ accessList?: import("viem").AccessList | undefined;
858
+ authorizationList?: undefined | undefined;
859
+ blobs?: undefined | undefined;
860
+ blobVersionedHashes?: undefined | undefined;
861
+ gasPrice?: undefined | undefined;
862
+ maxFeePerBlobGas?: undefined | undefined;
863
+ maxFeePerGas?: bigint | undefined;
864
+ maxPriorityFeePerGas?: bigint | undefined;
865
+ sidecars?: undefined | undefined;
866
+ } & (import("viem").OneOf<{
867
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
868
+ } | {
869
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
870
+ }, import("viem").FeeValuesEIP1559> & {
871
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
872
+ }) ? "eip1559" : never) | (request extends {
873
+ accessList?: import("viem").AccessList | undefined;
874
+ authorizationList?: undefined | undefined;
875
+ blobs?: undefined | undefined;
876
+ blobVersionedHashes?: undefined | undefined;
877
+ gasPrice?: bigint | undefined;
878
+ sidecars?: undefined | undefined;
879
+ maxFeePerBlobGas?: undefined | undefined;
880
+ maxFeePerGas?: undefined | undefined;
881
+ maxPriorityFeePerGas?: undefined | undefined;
882
+ } & {
883
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
884
+ } ? "eip2930" : never) | (request extends ({
885
+ accessList?: import("viem").AccessList | undefined;
886
+ authorizationList?: undefined | undefined;
887
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
888
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
889
+ maxFeePerBlobGas?: bigint | undefined;
890
+ maxFeePerGas?: bigint | undefined;
891
+ maxPriorityFeePerGas?: bigint | undefined;
892
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
893
+ } | {
894
+ accessList?: import("viem").AccessList | undefined;
895
+ authorizationList?: undefined | undefined;
896
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
897
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
898
+ maxFeePerBlobGas?: bigint | undefined;
899
+ maxFeePerGas?: bigint | undefined;
900
+ maxPriorityFeePerGas?: bigint | undefined;
901
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
902
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
903
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
904
+ } | {
905
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
906
+ } | {
907
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
908
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
909
+ accessList?: import("viem").AccessList | undefined;
910
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
911
+ blobs?: undefined | undefined;
912
+ blobVersionedHashes?: undefined | undefined;
913
+ gasPrice?: undefined | undefined;
914
+ maxFeePerBlobGas?: undefined | undefined;
915
+ maxFeePerGas?: bigint | undefined;
916
+ maxPriorityFeePerGas?: bigint | undefined;
917
+ sidecars?: undefined | undefined;
918
+ } | {
919
+ accessList?: import("viem").AccessList | undefined;
920
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
921
+ blobs?: undefined | undefined;
922
+ blobVersionedHashes?: undefined | undefined;
923
+ gasPrice?: undefined | undefined;
924
+ maxFeePerBlobGas?: undefined | undefined;
925
+ maxFeePerGas?: bigint | undefined;
926
+ maxPriorityFeePerGas?: bigint | undefined;
927
+ sidecars?: undefined | undefined;
928
+ }) & {
929
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
930
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
931
+ accessList?: undefined | undefined;
932
+ authorizationList?: undefined | undefined;
933
+ blobs?: undefined | undefined;
934
+ blobVersionedHashes?: undefined | undefined;
935
+ gasPrice?: bigint | undefined;
936
+ sidecars?: undefined | undefined;
937
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
938
+ accessList?: import("viem").AccessList | undefined;
939
+ authorizationList?: undefined | undefined;
940
+ blobs?: undefined | undefined;
941
+ blobVersionedHashes?: undefined | undefined;
942
+ gasPrice?: undefined | undefined;
943
+ maxFeePerBlobGas?: undefined | undefined;
944
+ maxFeePerGas?: bigint | undefined;
945
+ maxPriorityFeePerGas?: bigint | undefined;
946
+ sidecars?: undefined | undefined;
947
+ } & (import("viem").OneOf<{
948
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
949
+ } | {
950
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
951
+ }, import("viem").FeeValuesEIP1559> & {
952
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
953
+ }) ? "eip1559" : never) | (request extends {
954
+ accessList?: import("viem").AccessList | undefined;
955
+ authorizationList?: undefined | undefined;
956
+ blobs?: undefined | undefined;
957
+ blobVersionedHashes?: undefined | undefined;
958
+ gasPrice?: bigint | undefined;
959
+ sidecars?: undefined | undefined;
960
+ maxFeePerBlobGas?: undefined | undefined;
961
+ maxFeePerGas?: undefined | undefined;
962
+ maxPriorityFeePerGas?: undefined | undefined;
963
+ } & {
964
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
965
+ } ? "eip2930" : never) | (request extends ({
966
+ accessList?: import("viem").AccessList | undefined;
967
+ authorizationList?: undefined | undefined;
968
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
969
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
970
+ maxFeePerBlobGas?: bigint | undefined;
971
+ maxFeePerGas?: bigint | undefined;
972
+ maxPriorityFeePerGas?: bigint | undefined;
973
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
974
+ } | {
975
+ accessList?: import("viem").AccessList | undefined;
976
+ authorizationList?: undefined | undefined;
977
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
978
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
979
+ maxFeePerBlobGas?: bigint | undefined;
980
+ maxFeePerGas?: bigint | undefined;
981
+ maxPriorityFeePerGas?: bigint | undefined;
982
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
983
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
984
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
985
+ } | {
986
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
987
+ } | {
988
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
989
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
990
+ accessList?: import("viem").AccessList | undefined;
991
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
992
+ blobs?: undefined | undefined;
993
+ blobVersionedHashes?: undefined | undefined;
994
+ gasPrice?: undefined | undefined;
995
+ maxFeePerBlobGas?: undefined | undefined;
996
+ maxFeePerGas?: bigint | undefined;
997
+ maxPriorityFeePerGas?: bigint | undefined;
998
+ sidecars?: undefined | undefined;
999
+ } | {
1000
+ accessList?: import("viem").AccessList | undefined;
1001
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1002
+ blobs?: undefined | undefined;
1003
+ blobVersionedHashes?: undefined | undefined;
1004
+ gasPrice?: undefined | undefined;
1005
+ maxFeePerBlobGas?: undefined | undefined;
1006
+ maxFeePerGas?: bigint | undefined;
1007
+ maxPriorityFeePerGas?: bigint | undefined;
1008
+ sidecars?: undefined | undefined;
1009
+ }) & {
1010
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1011
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_5 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1012
+ accessList?: undefined | undefined;
1013
+ authorizationList?: undefined | undefined;
1014
+ blobs?: undefined | undefined;
1015
+ blobVersionedHashes?: undefined | undefined;
1016
+ gasPrice?: bigint | undefined;
1017
+ sidecars?: undefined | undefined;
1018
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1019
+ accessList?: import("viem").AccessList | undefined;
1020
+ authorizationList?: undefined | undefined;
1021
+ blobs?: undefined | undefined;
1022
+ blobVersionedHashes?: undefined | undefined;
1023
+ gasPrice?: undefined | undefined;
1024
+ maxFeePerBlobGas?: undefined | undefined;
1025
+ maxFeePerGas?: bigint | undefined;
1026
+ maxPriorityFeePerGas?: bigint | undefined;
1027
+ sidecars?: undefined | undefined;
1028
+ } & (import("viem").OneOf<{
1029
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1030
+ } | {
1031
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1032
+ }, import("viem").FeeValuesEIP1559> & {
1033
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1034
+ }) ? "eip1559" : never) | (request extends {
1035
+ accessList?: import("viem").AccessList | undefined;
1036
+ authorizationList?: undefined | undefined;
1037
+ blobs?: undefined | undefined;
1038
+ blobVersionedHashes?: undefined | undefined;
1039
+ gasPrice?: bigint | undefined;
1040
+ sidecars?: undefined | undefined;
1041
+ maxFeePerBlobGas?: undefined | undefined;
1042
+ maxFeePerGas?: undefined | undefined;
1043
+ maxPriorityFeePerGas?: undefined | undefined;
1044
+ } & {
1045
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1046
+ } ? "eip2930" : never) | (request extends ({
1047
+ accessList?: import("viem").AccessList | undefined;
1048
+ authorizationList?: undefined | undefined;
1049
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1050
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1051
+ maxFeePerBlobGas?: bigint | undefined;
1052
+ maxFeePerGas?: bigint | undefined;
1053
+ maxPriorityFeePerGas?: bigint | undefined;
1054
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1055
+ } | {
1056
+ accessList?: import("viem").AccessList | undefined;
1057
+ authorizationList?: undefined | undefined;
1058
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1059
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1060
+ maxFeePerBlobGas?: bigint | undefined;
1061
+ maxFeePerGas?: bigint | undefined;
1062
+ maxPriorityFeePerGas?: bigint | undefined;
1063
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1064
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1065
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1066
+ } | {
1067
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1068
+ } | {
1069
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1070
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1071
+ accessList?: import("viem").AccessList | undefined;
1072
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1073
+ blobs?: undefined | undefined;
1074
+ blobVersionedHashes?: undefined | undefined;
1075
+ gasPrice?: undefined | undefined;
1076
+ maxFeePerBlobGas?: undefined | undefined;
1077
+ maxFeePerGas?: bigint | undefined;
1078
+ maxPriorityFeePerGas?: bigint | undefined;
1079
+ sidecars?: undefined | undefined;
1080
+ } | {
1081
+ accessList?: import("viem").AccessList | undefined;
1082
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1083
+ blobs?: undefined | undefined;
1084
+ blobVersionedHashes?: undefined | undefined;
1085
+ gasPrice?: undefined | undefined;
1086
+ maxFeePerBlobGas?: undefined | undefined;
1087
+ maxFeePerGas?: bigint | undefined;
1088
+ maxPriorityFeePerGas?: bigint | undefined;
1089
+ sidecars?: undefined | undefined;
1090
+ }) & {
1091
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1092
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1093
+ accessList?: undefined | undefined;
1094
+ authorizationList?: undefined | undefined;
1095
+ blobs?: undefined | undefined;
1096
+ blobVersionedHashes?: undefined | undefined;
1097
+ gasPrice?: bigint | undefined;
1098
+ sidecars?: undefined | undefined;
1099
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1100
+ accessList?: import("viem").AccessList | undefined;
1101
+ authorizationList?: undefined | undefined;
1102
+ blobs?: undefined | undefined;
1103
+ blobVersionedHashes?: undefined | undefined;
1104
+ gasPrice?: undefined | undefined;
1105
+ maxFeePerBlobGas?: undefined | undefined;
1106
+ maxFeePerGas?: bigint | undefined;
1107
+ maxPriorityFeePerGas?: bigint | undefined;
1108
+ sidecars?: undefined | undefined;
1109
+ } & (import("viem").OneOf<{
1110
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1111
+ } | {
1112
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1113
+ }, import("viem").FeeValuesEIP1559> & {
1114
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1115
+ }) ? "eip1559" : never) | (request extends {
1116
+ accessList?: import("viem").AccessList | undefined;
1117
+ authorizationList?: undefined | undefined;
1118
+ blobs?: undefined | undefined;
1119
+ blobVersionedHashes?: undefined | undefined;
1120
+ gasPrice?: bigint | undefined;
1121
+ sidecars?: undefined | undefined;
1122
+ maxFeePerBlobGas?: undefined | undefined;
1123
+ maxFeePerGas?: undefined | undefined;
1124
+ maxPriorityFeePerGas?: undefined | undefined;
1125
+ } & {
1126
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1127
+ } ? "eip2930" : never) | (request extends ({
1128
+ accessList?: import("viem").AccessList | undefined;
1129
+ authorizationList?: undefined | undefined;
1130
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1131
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1132
+ maxFeePerBlobGas?: bigint | undefined;
1133
+ maxFeePerGas?: bigint | undefined;
1134
+ maxPriorityFeePerGas?: bigint | undefined;
1135
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1136
+ } | {
1137
+ accessList?: import("viem").AccessList | undefined;
1138
+ authorizationList?: undefined | undefined;
1139
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1140
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1141
+ maxFeePerBlobGas?: bigint | undefined;
1142
+ maxFeePerGas?: bigint | undefined;
1143
+ maxPriorityFeePerGas?: bigint | undefined;
1144
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1145
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1146
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1147
+ } | {
1148
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1149
+ } | {
1150
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1151
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1152
+ accessList?: import("viem").AccessList | undefined;
1153
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1154
+ blobs?: undefined | undefined;
1155
+ blobVersionedHashes?: undefined | undefined;
1156
+ gasPrice?: undefined | undefined;
1157
+ maxFeePerBlobGas?: undefined | undefined;
1158
+ maxFeePerGas?: bigint | undefined;
1159
+ maxPriorityFeePerGas?: bigint | undefined;
1160
+ sidecars?: undefined | undefined;
1161
+ } | {
1162
+ accessList?: import("viem").AccessList | undefined;
1163
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1164
+ blobs?: undefined | undefined;
1165
+ blobVersionedHashes?: undefined | undefined;
1166
+ gasPrice?: undefined | undefined;
1167
+ maxFeePerBlobGas?: undefined | undefined;
1168
+ maxFeePerGas?: bigint | undefined;
1169
+ maxPriorityFeePerGas?: bigint | undefined;
1170
+ sidecars?: undefined | undefined;
1171
+ }) & {
1172
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1173
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_6 ? T_6 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1174
+ accessList?: undefined | undefined;
1175
+ authorizationList?: undefined | undefined;
1176
+ blobs?: undefined | undefined;
1177
+ blobVersionedHashes?: undefined | undefined;
1178
+ gasPrice?: bigint | undefined;
1179
+ sidecars?: undefined | undefined;
1180
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1181
+ accessList?: import("viem").AccessList | undefined;
1182
+ authorizationList?: undefined | undefined;
1183
+ blobs?: undefined | undefined;
1184
+ blobVersionedHashes?: undefined | undefined;
1185
+ gasPrice?: undefined | undefined;
1186
+ maxFeePerBlobGas?: undefined | undefined;
1187
+ maxFeePerGas?: bigint | undefined;
1188
+ maxPriorityFeePerGas?: bigint | undefined;
1189
+ sidecars?: undefined | undefined;
1190
+ } & (import("viem").OneOf<{
1191
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1192
+ } | {
1193
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1194
+ }, import("viem").FeeValuesEIP1559> & {
1195
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1196
+ }) ? "eip1559" : never) | (request extends {
1197
+ accessList?: import("viem").AccessList | undefined;
1198
+ authorizationList?: undefined | undefined;
1199
+ blobs?: undefined | undefined;
1200
+ blobVersionedHashes?: undefined | undefined;
1201
+ gasPrice?: bigint | undefined;
1202
+ sidecars?: undefined | undefined;
1203
+ maxFeePerBlobGas?: undefined | undefined;
1204
+ maxFeePerGas?: undefined | undefined;
1205
+ maxPriorityFeePerGas?: undefined | undefined;
1206
+ } & {
1207
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1208
+ } ? "eip2930" : never) | (request extends ({
1209
+ accessList?: import("viem").AccessList | undefined;
1210
+ authorizationList?: undefined | undefined;
1211
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1212
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1213
+ maxFeePerBlobGas?: bigint | undefined;
1214
+ maxFeePerGas?: bigint | undefined;
1215
+ maxPriorityFeePerGas?: bigint | undefined;
1216
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1217
+ } | {
1218
+ accessList?: import("viem").AccessList | undefined;
1219
+ authorizationList?: undefined | undefined;
1220
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1221
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1222
+ maxFeePerBlobGas?: bigint | undefined;
1223
+ maxFeePerGas?: bigint | undefined;
1224
+ maxPriorityFeePerGas?: bigint | undefined;
1225
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1226
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1227
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1228
+ } | {
1229
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1230
+ } | {
1231
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1232
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1233
+ accessList?: import("viem").AccessList | undefined;
1234
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1235
+ blobs?: undefined | undefined;
1236
+ blobVersionedHashes?: undefined | undefined;
1237
+ gasPrice?: undefined | undefined;
1238
+ maxFeePerBlobGas?: undefined | undefined;
1239
+ maxFeePerGas?: bigint | undefined;
1240
+ maxPriorityFeePerGas?: bigint | undefined;
1241
+ sidecars?: undefined | undefined;
1242
+ } | {
1243
+ accessList?: import("viem").AccessList | undefined;
1244
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1245
+ blobs?: undefined | undefined;
1246
+ blobVersionedHashes?: undefined | undefined;
1247
+ gasPrice?: undefined | undefined;
1248
+ maxFeePerBlobGas?: undefined | undefined;
1249
+ maxFeePerGas?: bigint | undefined;
1250
+ maxPriorityFeePerGas?: bigint | undefined;
1251
+ sidecars?: undefined | undefined;
1252
+ }) & {
1253
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1254
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1255
+ accessList?: undefined | undefined;
1256
+ authorizationList?: undefined | undefined;
1257
+ blobs?: undefined | undefined;
1258
+ blobVersionedHashes?: undefined | undefined;
1259
+ gasPrice?: bigint | undefined;
1260
+ sidecars?: undefined | undefined;
1261
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1262
+ accessList?: import("viem").AccessList | undefined;
1263
+ authorizationList?: undefined | undefined;
1264
+ blobs?: undefined | undefined;
1265
+ blobVersionedHashes?: undefined | undefined;
1266
+ gasPrice?: undefined | undefined;
1267
+ maxFeePerBlobGas?: undefined | undefined;
1268
+ maxFeePerGas?: bigint | undefined;
1269
+ maxPriorityFeePerGas?: bigint | undefined;
1270
+ sidecars?: undefined | undefined;
1271
+ } & (import("viem").OneOf<{
1272
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1273
+ } | {
1274
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1275
+ }, import("viem").FeeValuesEIP1559> & {
1276
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1277
+ }) ? "eip1559" : never) | (request extends {
1278
+ accessList?: import("viem").AccessList | undefined;
1279
+ authorizationList?: undefined | undefined;
1280
+ blobs?: undefined | undefined;
1281
+ blobVersionedHashes?: undefined | undefined;
1282
+ gasPrice?: bigint | undefined;
1283
+ sidecars?: undefined | undefined;
1284
+ maxFeePerBlobGas?: undefined | undefined;
1285
+ maxFeePerGas?: undefined | undefined;
1286
+ maxPriorityFeePerGas?: undefined | undefined;
1287
+ } & {
1288
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1289
+ } ? "eip2930" : never) | (request extends ({
1290
+ accessList?: import("viem").AccessList | undefined;
1291
+ authorizationList?: undefined | undefined;
1292
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1293
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1294
+ maxFeePerBlobGas?: bigint | undefined;
1295
+ maxFeePerGas?: bigint | undefined;
1296
+ maxPriorityFeePerGas?: bigint | undefined;
1297
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1298
+ } | {
1299
+ accessList?: import("viem").AccessList | undefined;
1300
+ authorizationList?: undefined | undefined;
1301
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1302
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1303
+ maxFeePerBlobGas?: bigint | undefined;
1304
+ maxFeePerGas?: bigint | undefined;
1305
+ maxPriorityFeePerGas?: bigint | undefined;
1306
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1307
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1308
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1309
+ } | {
1310
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1311
+ } | {
1312
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1313
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1314
+ accessList?: import("viem").AccessList | undefined;
1315
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1316
+ blobs?: undefined | undefined;
1317
+ blobVersionedHashes?: undefined | undefined;
1318
+ gasPrice?: undefined | undefined;
1319
+ maxFeePerBlobGas?: undefined | undefined;
1320
+ maxFeePerGas?: bigint | undefined;
1321
+ maxPriorityFeePerGas?: bigint | undefined;
1322
+ sidecars?: undefined | undefined;
1323
+ } | {
1324
+ accessList?: import("viem").AccessList | undefined;
1325
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1326
+ blobs?: undefined | undefined;
1327
+ blobVersionedHashes?: undefined | undefined;
1328
+ gasPrice?: undefined | undefined;
1329
+ maxFeePerBlobGas?: undefined | undefined;
1330
+ maxFeePerGas?: bigint | undefined;
1331
+ maxPriorityFeePerGas?: bigint | undefined;
1332
+ sidecars?: undefined | undefined;
1333
+ }) & {
1334
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1335
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_6 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1336
+ accessList?: undefined | undefined;
1337
+ authorizationList?: undefined | undefined;
1338
+ blobs?: undefined | undefined;
1339
+ blobVersionedHashes?: undefined | undefined;
1340
+ gasPrice?: bigint | undefined;
1341
+ sidecars?: undefined | undefined;
1342
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1343
+ accessList?: import("viem").AccessList | undefined;
1344
+ authorizationList?: undefined | undefined;
1345
+ blobs?: undefined | undefined;
1346
+ blobVersionedHashes?: undefined | undefined;
1347
+ gasPrice?: undefined | undefined;
1348
+ maxFeePerBlobGas?: undefined | undefined;
1349
+ maxFeePerGas?: bigint | undefined;
1350
+ maxPriorityFeePerGas?: bigint | undefined;
1351
+ sidecars?: undefined | undefined;
1352
+ } & (import("viem").OneOf<{
1353
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1354
+ } | {
1355
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1356
+ }, import("viem").FeeValuesEIP1559> & {
1357
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1358
+ }) ? "eip1559" : never) | (request extends {
1359
+ accessList?: import("viem").AccessList | undefined;
1360
+ authorizationList?: undefined | undefined;
1361
+ blobs?: undefined | undefined;
1362
+ blobVersionedHashes?: undefined | undefined;
1363
+ gasPrice?: bigint | undefined;
1364
+ sidecars?: undefined | undefined;
1365
+ maxFeePerBlobGas?: undefined | undefined;
1366
+ maxFeePerGas?: undefined | undefined;
1367
+ maxPriorityFeePerGas?: undefined | undefined;
1368
+ } & {
1369
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1370
+ } ? "eip2930" : never) | (request extends ({
1371
+ accessList?: import("viem").AccessList | undefined;
1372
+ authorizationList?: undefined | undefined;
1373
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1374
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1375
+ maxFeePerBlobGas?: bigint | undefined;
1376
+ maxFeePerGas?: bigint | undefined;
1377
+ maxPriorityFeePerGas?: bigint | undefined;
1378
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1379
+ } | {
1380
+ accessList?: import("viem").AccessList | undefined;
1381
+ authorizationList?: undefined | undefined;
1382
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1383
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1384
+ maxFeePerBlobGas?: bigint | undefined;
1385
+ maxFeePerGas?: bigint | undefined;
1386
+ maxPriorityFeePerGas?: bigint | undefined;
1387
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1388
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1389
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1390
+ } | {
1391
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1392
+ } | {
1393
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1394
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1395
+ accessList?: import("viem").AccessList | undefined;
1396
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1397
+ blobs?: undefined | undefined;
1398
+ blobVersionedHashes?: undefined | undefined;
1399
+ gasPrice?: undefined | undefined;
1400
+ maxFeePerBlobGas?: undefined | undefined;
1401
+ maxFeePerGas?: bigint | undefined;
1402
+ maxPriorityFeePerGas?: bigint | undefined;
1403
+ sidecars?: undefined | undefined;
1404
+ } | {
1405
+ accessList?: import("viem").AccessList | undefined;
1406
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1407
+ blobs?: undefined | undefined;
1408
+ blobVersionedHashes?: undefined | undefined;
1409
+ gasPrice?: undefined | undefined;
1410
+ maxFeePerBlobGas?: undefined | undefined;
1411
+ maxFeePerGas?: bigint | undefined;
1412
+ maxPriorityFeePerGas?: bigint | undefined;
1413
+ sidecars?: undefined | undefined;
1414
+ }) & {
1415
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1416
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1417
+ accessList?: undefined | undefined;
1418
+ authorizationList?: undefined | undefined;
1419
+ blobs?: undefined | undefined;
1420
+ blobVersionedHashes?: undefined | undefined;
1421
+ gasPrice?: bigint | undefined;
1422
+ sidecars?: undefined | undefined;
1423
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1424
+ accessList?: import("viem").AccessList | undefined;
1425
+ authorizationList?: undefined | undefined;
1426
+ blobs?: undefined | undefined;
1427
+ blobVersionedHashes?: undefined | undefined;
1428
+ gasPrice?: undefined | undefined;
1429
+ maxFeePerBlobGas?: undefined | undefined;
1430
+ maxFeePerGas?: bigint | undefined;
1431
+ maxPriorityFeePerGas?: bigint | undefined;
1432
+ sidecars?: undefined | undefined;
1433
+ } & (import("viem").OneOf<{
1434
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1435
+ } | {
1436
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1437
+ }, import("viem").FeeValuesEIP1559> & {
1438
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1439
+ }) ? "eip1559" : never) | (request extends {
1440
+ accessList?: import("viem").AccessList | undefined;
1441
+ authorizationList?: undefined | undefined;
1442
+ blobs?: undefined | undefined;
1443
+ blobVersionedHashes?: undefined | undefined;
1444
+ gasPrice?: bigint | undefined;
1445
+ sidecars?: undefined | undefined;
1446
+ maxFeePerBlobGas?: undefined | undefined;
1447
+ maxFeePerGas?: undefined | undefined;
1448
+ maxPriorityFeePerGas?: undefined | undefined;
1449
+ } & {
1450
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1451
+ } ? "eip2930" : never) | (request extends ({
1452
+ accessList?: import("viem").AccessList | undefined;
1453
+ authorizationList?: undefined | undefined;
1454
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1455
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1456
+ maxFeePerBlobGas?: bigint | undefined;
1457
+ maxFeePerGas?: bigint | undefined;
1458
+ maxPriorityFeePerGas?: bigint | undefined;
1459
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1460
+ } | {
1461
+ accessList?: import("viem").AccessList | undefined;
1462
+ authorizationList?: undefined | undefined;
1463
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1464
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1465
+ maxFeePerBlobGas?: bigint | undefined;
1466
+ maxFeePerGas?: bigint | undefined;
1467
+ maxPriorityFeePerGas?: bigint | undefined;
1468
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1469
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1470
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1471
+ } | {
1472
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1473
+ } | {
1474
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1475
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1476
+ accessList?: import("viem").AccessList | undefined;
1477
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1478
+ blobs?: undefined | undefined;
1479
+ blobVersionedHashes?: undefined | undefined;
1480
+ gasPrice?: undefined | undefined;
1481
+ maxFeePerBlobGas?: undefined | undefined;
1482
+ maxFeePerGas?: bigint | undefined;
1483
+ maxPriorityFeePerGas?: bigint | undefined;
1484
+ sidecars?: undefined | undefined;
1485
+ } | {
1486
+ accessList?: import("viem").AccessList | undefined;
1487
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1488
+ blobs?: undefined | undefined;
1489
+ blobVersionedHashes?: undefined | undefined;
1490
+ gasPrice?: undefined | undefined;
1491
+ maxFeePerBlobGas?: undefined | undefined;
1492
+ maxFeePerGas?: bigint | undefined;
1493
+ maxPriorityFeePerGas?: bigint | undefined;
1494
+ sidecars?: undefined | undefined;
1495
+ }) & {
1496
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1497
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_7 ? T_7 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1498
+ accessList?: undefined | undefined;
1499
+ authorizationList?: undefined | undefined;
1500
+ blobs?: undefined | undefined;
1501
+ blobVersionedHashes?: undefined | undefined;
1502
+ gasPrice?: bigint | undefined;
1503
+ sidecars?: undefined | undefined;
1504
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1505
+ accessList?: import("viem").AccessList | undefined;
1506
+ authorizationList?: undefined | undefined;
1507
+ blobs?: undefined | undefined;
1508
+ blobVersionedHashes?: undefined | undefined;
1509
+ gasPrice?: undefined | undefined;
1510
+ maxFeePerBlobGas?: undefined | undefined;
1511
+ maxFeePerGas?: bigint | undefined;
1512
+ maxPriorityFeePerGas?: bigint | undefined;
1513
+ sidecars?: undefined | undefined;
1514
+ } & (import("viem").OneOf<{
1515
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1516
+ } | {
1517
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1518
+ }, import("viem").FeeValuesEIP1559> & {
1519
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1520
+ }) ? "eip1559" : never) | (request extends {
1521
+ accessList?: import("viem").AccessList | undefined;
1522
+ authorizationList?: undefined | undefined;
1523
+ blobs?: undefined | undefined;
1524
+ blobVersionedHashes?: undefined | undefined;
1525
+ gasPrice?: bigint | undefined;
1526
+ sidecars?: undefined | undefined;
1527
+ maxFeePerBlobGas?: undefined | undefined;
1528
+ maxFeePerGas?: undefined | undefined;
1529
+ maxPriorityFeePerGas?: undefined | undefined;
1530
+ } & {
1531
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1532
+ } ? "eip2930" : never) | (request extends ({
1533
+ accessList?: import("viem").AccessList | undefined;
1534
+ authorizationList?: undefined | undefined;
1535
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1536
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1537
+ maxFeePerBlobGas?: bigint | undefined;
1538
+ maxFeePerGas?: bigint | undefined;
1539
+ maxPriorityFeePerGas?: bigint | undefined;
1540
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1541
+ } | {
1542
+ accessList?: import("viem").AccessList | undefined;
1543
+ authorizationList?: undefined | undefined;
1544
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1545
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1546
+ maxFeePerBlobGas?: bigint | undefined;
1547
+ maxFeePerGas?: bigint | undefined;
1548
+ maxPriorityFeePerGas?: bigint | undefined;
1549
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1550
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1551
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1552
+ } | {
1553
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1554
+ } | {
1555
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1556
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1557
+ accessList?: import("viem").AccessList | undefined;
1558
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1559
+ blobs?: undefined | undefined;
1560
+ blobVersionedHashes?: undefined | undefined;
1561
+ gasPrice?: undefined | undefined;
1562
+ maxFeePerBlobGas?: undefined | undefined;
1563
+ maxFeePerGas?: bigint | undefined;
1564
+ maxPriorityFeePerGas?: bigint | undefined;
1565
+ sidecars?: undefined | undefined;
1566
+ } | {
1567
+ accessList?: import("viem").AccessList | undefined;
1568
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1569
+ blobs?: undefined | undefined;
1570
+ blobVersionedHashes?: undefined | undefined;
1571
+ gasPrice?: undefined | undefined;
1572
+ maxFeePerBlobGas?: undefined | undefined;
1573
+ maxFeePerGas?: bigint | undefined;
1574
+ maxPriorityFeePerGas?: bigint | undefined;
1575
+ sidecars?: undefined | undefined;
1576
+ }) & {
1577
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1578
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1579
+ accessList?: undefined | undefined;
1580
+ authorizationList?: undefined | undefined;
1581
+ blobs?: undefined | undefined;
1582
+ blobVersionedHashes?: undefined | undefined;
1583
+ gasPrice?: bigint | undefined;
1584
+ sidecars?: undefined | undefined;
1585
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1586
+ accessList?: import("viem").AccessList | undefined;
1587
+ authorizationList?: undefined | undefined;
1588
+ blobs?: undefined | undefined;
1589
+ blobVersionedHashes?: undefined | undefined;
1590
+ gasPrice?: undefined | undefined;
1591
+ maxFeePerBlobGas?: undefined | undefined;
1592
+ maxFeePerGas?: bigint | undefined;
1593
+ maxPriorityFeePerGas?: bigint | undefined;
1594
+ sidecars?: undefined | undefined;
1595
+ } & (import("viem").OneOf<{
1596
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1597
+ } | {
1598
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1599
+ }, import("viem").FeeValuesEIP1559> & {
1600
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1601
+ }) ? "eip1559" : never) | (request extends {
1602
+ accessList?: import("viem").AccessList | undefined;
1603
+ authorizationList?: undefined | undefined;
1604
+ blobs?: undefined | undefined;
1605
+ blobVersionedHashes?: undefined | undefined;
1606
+ gasPrice?: bigint | undefined;
1607
+ sidecars?: undefined | undefined;
1608
+ maxFeePerBlobGas?: undefined | undefined;
1609
+ maxFeePerGas?: undefined | undefined;
1610
+ maxPriorityFeePerGas?: undefined | undefined;
1611
+ } & {
1612
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1613
+ } ? "eip2930" : never) | (request extends ({
1614
+ accessList?: import("viem").AccessList | undefined;
1615
+ authorizationList?: undefined | undefined;
1616
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1617
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1618
+ maxFeePerBlobGas?: bigint | undefined;
1619
+ maxFeePerGas?: bigint | undefined;
1620
+ maxPriorityFeePerGas?: bigint | undefined;
1621
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1622
+ } | {
1623
+ accessList?: import("viem").AccessList | undefined;
1624
+ authorizationList?: undefined | undefined;
1625
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1626
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1627
+ maxFeePerBlobGas?: bigint | undefined;
1628
+ maxFeePerGas?: bigint | undefined;
1629
+ maxPriorityFeePerGas?: bigint | undefined;
1630
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1631
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1632
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1633
+ } | {
1634
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1635
+ } | {
1636
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1637
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1638
+ accessList?: import("viem").AccessList | undefined;
1639
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1640
+ blobs?: undefined | undefined;
1641
+ blobVersionedHashes?: undefined | undefined;
1642
+ gasPrice?: undefined | undefined;
1643
+ maxFeePerBlobGas?: undefined | undefined;
1644
+ maxFeePerGas?: bigint | undefined;
1645
+ maxPriorityFeePerGas?: bigint | undefined;
1646
+ sidecars?: undefined | undefined;
1647
+ } | {
1648
+ accessList?: import("viem").AccessList | undefined;
1649
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1650
+ blobs?: undefined | undefined;
1651
+ blobVersionedHashes?: undefined | undefined;
1652
+ gasPrice?: undefined | undefined;
1653
+ maxFeePerBlobGas?: undefined | undefined;
1654
+ maxFeePerGas?: bigint | undefined;
1655
+ maxPriorityFeePerGas?: bigint | undefined;
1656
+ sidecars?: undefined | undefined;
1657
+ }) & {
1658
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1659
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_7 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 {
1660
+ accessList?: undefined | undefined;
1661
+ authorizationList?: undefined | undefined;
1662
+ blobs?: undefined | undefined;
1663
+ blobVersionedHashes?: undefined | undefined;
1664
+ gasPrice?: bigint | undefined;
1665
+ sidecars?: undefined | undefined;
1666
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1667
+ accessList?: import("viem").AccessList | undefined;
1668
+ authorizationList?: undefined | undefined;
1669
+ blobs?: undefined | undefined;
1670
+ blobVersionedHashes?: undefined | undefined;
1671
+ gasPrice?: undefined | undefined;
1672
+ maxFeePerBlobGas?: undefined | undefined;
1673
+ maxFeePerGas?: bigint | undefined;
1674
+ maxPriorityFeePerGas?: bigint | undefined;
1675
+ sidecars?: undefined | undefined;
1676
+ } & (import("viem").OneOf<{
1677
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1678
+ } | {
1679
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1680
+ }, import("viem").FeeValuesEIP1559> & {
1681
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1682
+ }) ? "eip1559" : never) | (request extends {
1683
+ accessList?: import("viem").AccessList | undefined;
1684
+ authorizationList?: undefined | undefined;
1685
+ blobs?: undefined | undefined;
1686
+ blobVersionedHashes?: undefined | undefined;
1687
+ gasPrice?: bigint | undefined;
1688
+ sidecars?: undefined | undefined;
1689
+ maxFeePerBlobGas?: undefined | undefined;
1690
+ maxFeePerGas?: undefined | undefined;
1691
+ maxPriorityFeePerGas?: undefined | undefined;
1692
+ } & {
1693
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1694
+ } ? "eip2930" : never) | (request extends ({
1695
+ accessList?: import("viem").AccessList | undefined;
1696
+ authorizationList?: undefined | undefined;
1697
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1698
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1699
+ maxFeePerBlobGas?: bigint | undefined;
1700
+ maxFeePerGas?: bigint | undefined;
1701
+ maxPriorityFeePerGas?: bigint | undefined;
1702
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1703
+ } | {
1704
+ accessList?: import("viem").AccessList | undefined;
1705
+ authorizationList?: undefined | undefined;
1706
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1707
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1708
+ maxFeePerBlobGas?: bigint | undefined;
1709
+ maxFeePerGas?: bigint | undefined;
1710
+ maxPriorityFeePerGas?: bigint | undefined;
1711
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1712
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1713
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1714
+ } | {
1715
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1716
+ } | {
1717
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1718
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1719
+ accessList?: import("viem").AccessList | undefined;
1720
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1721
+ blobs?: undefined | undefined;
1722
+ blobVersionedHashes?: undefined | undefined;
1723
+ gasPrice?: undefined | undefined;
1724
+ maxFeePerBlobGas?: undefined | undefined;
1725
+ maxFeePerGas?: bigint | undefined;
1726
+ maxPriorityFeePerGas?: bigint | undefined;
1727
+ sidecars?: undefined | undefined;
1728
+ } | {
1729
+ accessList?: import("viem").AccessList | undefined;
1730
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1731
+ blobs?: undefined | undefined;
1732
+ blobVersionedHashes?: undefined | undefined;
1733
+ gasPrice?: undefined | undefined;
1734
+ maxFeePerBlobGas?: undefined | undefined;
1735
+ maxFeePerGas?: bigint | undefined;
1736
+ maxPriorityFeePerGas?: bigint | undefined;
1737
+ sidecars?: undefined | undefined;
1738
+ }) & {
1739
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1740
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1741
+ accessList?: undefined | undefined;
1742
+ authorizationList?: undefined | undefined;
1743
+ blobs?: undefined | undefined;
1744
+ blobVersionedHashes?: undefined | undefined;
1745
+ gasPrice?: bigint | undefined;
1746
+ sidecars?: undefined | undefined;
1747
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1748
+ accessList?: import("viem").AccessList | undefined;
1749
+ authorizationList?: undefined | undefined;
1750
+ blobs?: undefined | undefined;
1751
+ blobVersionedHashes?: undefined | undefined;
1752
+ gasPrice?: undefined | undefined;
1753
+ maxFeePerBlobGas?: undefined | undefined;
1754
+ maxFeePerGas?: bigint | undefined;
1755
+ maxPriorityFeePerGas?: bigint | undefined;
1756
+ sidecars?: undefined | undefined;
1757
+ } & (import("viem").OneOf<{
1758
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1759
+ } | {
1760
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1761
+ }, import("viem").FeeValuesEIP1559> & {
1762
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1763
+ }) ? "eip1559" : never) | (request extends {
1764
+ accessList?: import("viem").AccessList | undefined;
1765
+ authorizationList?: undefined | undefined;
1766
+ blobs?: undefined | undefined;
1767
+ blobVersionedHashes?: undefined | undefined;
1768
+ gasPrice?: bigint | undefined;
1769
+ sidecars?: undefined | undefined;
1770
+ maxFeePerBlobGas?: undefined | undefined;
1771
+ maxFeePerGas?: undefined | undefined;
1772
+ maxPriorityFeePerGas?: undefined | undefined;
1773
+ } & {
1774
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1775
+ } ? "eip2930" : never) | (request extends ({
1776
+ accessList?: import("viem").AccessList | undefined;
1777
+ authorizationList?: undefined | undefined;
1778
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1779
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1780
+ maxFeePerBlobGas?: bigint | undefined;
1781
+ maxFeePerGas?: bigint | undefined;
1782
+ maxPriorityFeePerGas?: bigint | undefined;
1783
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1784
+ } | {
1785
+ accessList?: import("viem").AccessList | undefined;
1786
+ authorizationList?: undefined | undefined;
1787
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1788
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1789
+ maxFeePerBlobGas?: bigint | undefined;
1790
+ maxFeePerGas?: bigint | undefined;
1791
+ maxPriorityFeePerGas?: bigint | undefined;
1792
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1793
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1794
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1795
+ } | {
1796
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1797
+ } | {
1798
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1799
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1800
+ accessList?: import("viem").AccessList | undefined;
1801
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1802
+ blobs?: undefined | undefined;
1803
+ blobVersionedHashes?: undefined | undefined;
1804
+ gasPrice?: undefined | undefined;
1805
+ maxFeePerBlobGas?: undefined | undefined;
1806
+ maxFeePerGas?: bigint | undefined;
1807
+ maxPriorityFeePerGas?: bigint | undefined;
1808
+ sidecars?: undefined | undefined;
1809
+ } | {
1810
+ accessList?: import("viem").AccessList | undefined;
1811
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1812
+ blobs?: undefined | undefined;
1813
+ blobVersionedHashes?: undefined | undefined;
1814
+ gasPrice?: undefined | undefined;
1815
+ maxFeePerBlobGas?: undefined | undefined;
1816
+ maxFeePerGas?: bigint | undefined;
1817
+ maxPriorityFeePerGas?: bigint | undefined;
1818
+ sidecars?: undefined | undefined;
1819
+ }) & {
1820
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1821
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_8 ? T_8 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1822
+ accessList?: undefined | undefined;
1823
+ authorizationList?: undefined | undefined;
1824
+ blobs?: undefined | undefined;
1825
+ blobVersionedHashes?: undefined | undefined;
1826
+ gasPrice?: bigint | undefined;
1827
+ sidecars?: undefined | undefined;
1828
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1829
+ accessList?: import("viem").AccessList | undefined;
1830
+ authorizationList?: undefined | undefined;
1831
+ blobs?: undefined | undefined;
1832
+ blobVersionedHashes?: undefined | undefined;
1833
+ gasPrice?: undefined | undefined;
1834
+ maxFeePerBlobGas?: undefined | undefined;
1835
+ maxFeePerGas?: bigint | undefined;
1836
+ maxPriorityFeePerGas?: bigint | undefined;
1837
+ sidecars?: undefined | undefined;
1838
+ } & (import("viem").OneOf<{
1839
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1840
+ } | {
1841
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1842
+ }, import("viem").FeeValuesEIP1559> & {
1843
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1844
+ }) ? "eip1559" : never) | (request extends {
1845
+ accessList?: import("viem").AccessList | undefined;
1846
+ authorizationList?: undefined | undefined;
1847
+ blobs?: undefined | undefined;
1848
+ blobVersionedHashes?: undefined | undefined;
1849
+ gasPrice?: bigint | undefined;
1850
+ sidecars?: undefined | undefined;
1851
+ maxFeePerBlobGas?: undefined | undefined;
1852
+ maxFeePerGas?: undefined | undefined;
1853
+ maxPriorityFeePerGas?: undefined | undefined;
1854
+ } & {
1855
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1856
+ } ? "eip2930" : never) | (request extends ({
1857
+ accessList?: import("viem").AccessList | undefined;
1858
+ authorizationList?: undefined | undefined;
1859
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1860
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1861
+ maxFeePerBlobGas?: bigint | undefined;
1862
+ maxFeePerGas?: bigint | undefined;
1863
+ maxPriorityFeePerGas?: bigint | undefined;
1864
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1865
+ } | {
1866
+ accessList?: import("viem").AccessList | undefined;
1867
+ authorizationList?: undefined | undefined;
1868
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1869
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1870
+ maxFeePerBlobGas?: bigint | undefined;
1871
+ maxFeePerGas?: bigint | undefined;
1872
+ maxPriorityFeePerGas?: bigint | undefined;
1873
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1874
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1875
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1876
+ } | {
1877
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1878
+ } | {
1879
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1880
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1881
+ accessList?: import("viem").AccessList | undefined;
1882
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1883
+ blobs?: undefined | undefined;
1884
+ blobVersionedHashes?: undefined | undefined;
1885
+ gasPrice?: undefined | undefined;
1886
+ maxFeePerBlobGas?: undefined | undefined;
1887
+ maxFeePerGas?: bigint | undefined;
1888
+ maxPriorityFeePerGas?: bigint | undefined;
1889
+ sidecars?: undefined | undefined;
1890
+ } | {
1891
+ accessList?: import("viem").AccessList | undefined;
1892
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1893
+ blobs?: undefined | undefined;
1894
+ blobVersionedHashes?: undefined | undefined;
1895
+ gasPrice?: undefined | undefined;
1896
+ maxFeePerBlobGas?: undefined | undefined;
1897
+ maxFeePerGas?: bigint | undefined;
1898
+ maxPriorityFeePerGas?: bigint | undefined;
1899
+ sidecars?: undefined | undefined;
1900
+ }) & {
1901
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1902
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1903
+ accessList?: undefined | undefined;
1904
+ authorizationList?: undefined | undefined;
1905
+ blobs?: undefined | undefined;
1906
+ blobVersionedHashes?: undefined | undefined;
1907
+ gasPrice?: bigint | undefined;
1908
+ sidecars?: undefined | undefined;
1909
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1910
+ accessList?: import("viem").AccessList | undefined;
1911
+ authorizationList?: undefined | undefined;
1912
+ blobs?: undefined | undefined;
1913
+ blobVersionedHashes?: undefined | undefined;
1914
+ gasPrice?: undefined | undefined;
1915
+ maxFeePerBlobGas?: undefined | undefined;
1916
+ maxFeePerGas?: bigint | undefined;
1917
+ maxPriorityFeePerGas?: bigint | undefined;
1918
+ sidecars?: undefined | undefined;
1919
+ } & (import("viem").OneOf<{
1920
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1921
+ } | {
1922
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1923
+ }, import("viem").FeeValuesEIP1559> & {
1924
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1925
+ }) ? "eip1559" : never) | (request extends {
1926
+ accessList?: import("viem").AccessList | undefined;
1927
+ authorizationList?: undefined | undefined;
1928
+ blobs?: undefined | undefined;
1929
+ blobVersionedHashes?: undefined | undefined;
1930
+ gasPrice?: bigint | undefined;
1931
+ sidecars?: undefined | undefined;
1932
+ maxFeePerBlobGas?: undefined | undefined;
1933
+ maxFeePerGas?: undefined | undefined;
1934
+ maxPriorityFeePerGas?: undefined | undefined;
1935
+ } & {
1936
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1937
+ } ? "eip2930" : never) | (request extends ({
1938
+ accessList?: import("viem").AccessList | undefined;
1939
+ authorizationList?: undefined | undefined;
1940
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1941
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1942
+ maxFeePerBlobGas?: bigint | undefined;
1943
+ maxFeePerGas?: bigint | undefined;
1944
+ maxPriorityFeePerGas?: bigint | undefined;
1945
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1946
+ } | {
1947
+ accessList?: import("viem").AccessList | undefined;
1948
+ authorizationList?: undefined | undefined;
1949
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1950
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1951
+ maxFeePerBlobGas?: bigint | undefined;
1952
+ maxFeePerGas?: bigint | undefined;
1953
+ maxPriorityFeePerGas?: bigint | undefined;
1954
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1955
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1956
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1957
+ } | {
1958
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1959
+ } | {
1960
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1961
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1962
+ accessList?: import("viem").AccessList | undefined;
1963
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1964
+ blobs?: undefined | undefined;
1965
+ blobVersionedHashes?: undefined | undefined;
1966
+ gasPrice?: undefined | undefined;
1967
+ maxFeePerBlobGas?: undefined | undefined;
1968
+ maxFeePerGas?: bigint | undefined;
1969
+ maxPriorityFeePerGas?: bigint | undefined;
1970
+ sidecars?: undefined | undefined;
1971
+ } | {
1972
+ accessList?: import("viem").AccessList | undefined;
1973
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1974
+ blobs?: undefined | undefined;
1975
+ blobVersionedHashes?: undefined | undefined;
1976
+ gasPrice?: undefined | undefined;
1977
+ maxFeePerBlobGas?: undefined | undefined;
1978
+ maxFeePerGas?: bigint | undefined;
1979
+ maxPriorityFeePerGas?: bigint | undefined;
1980
+ sidecars?: undefined | undefined;
1981
+ }) & {
1982
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1983
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_8 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1984
+ accessList?: undefined | undefined;
1985
+ authorizationList?: undefined | undefined;
1986
+ blobs?: undefined | undefined;
1987
+ blobVersionedHashes?: undefined | undefined;
1988
+ gasPrice?: bigint | undefined;
1989
+ sidecars?: undefined | undefined;
1990
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1991
+ accessList?: import("viem").AccessList | undefined;
1992
+ authorizationList?: undefined | undefined;
1993
+ blobs?: undefined | undefined;
1994
+ blobVersionedHashes?: undefined | undefined;
1995
+ gasPrice?: undefined | undefined;
1996
+ maxFeePerBlobGas?: undefined | undefined;
1997
+ maxFeePerGas?: bigint | undefined;
1998
+ maxPriorityFeePerGas?: bigint | undefined;
1999
+ sidecars?: undefined | undefined;
2000
+ } & (import("viem").OneOf<{
2001
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2002
+ } | {
2003
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2004
+ }, import("viem").FeeValuesEIP1559> & {
2005
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2006
+ }) ? "eip1559" : never) | (request extends {
2007
+ accessList?: import("viem").AccessList | undefined;
2008
+ authorizationList?: undefined | undefined;
2009
+ blobs?: undefined | undefined;
2010
+ blobVersionedHashes?: undefined | undefined;
2011
+ gasPrice?: bigint | undefined;
2012
+ sidecars?: undefined | undefined;
2013
+ maxFeePerBlobGas?: undefined | undefined;
2014
+ maxFeePerGas?: undefined | undefined;
2015
+ maxPriorityFeePerGas?: undefined | undefined;
2016
+ } & {
2017
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2018
+ } ? "eip2930" : never) | (request extends ({
2019
+ accessList?: import("viem").AccessList | undefined;
2020
+ authorizationList?: undefined | undefined;
2021
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2022
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2023
+ maxFeePerBlobGas?: bigint | undefined;
2024
+ maxFeePerGas?: bigint | undefined;
2025
+ maxPriorityFeePerGas?: bigint | undefined;
2026
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2027
+ } | {
2028
+ accessList?: import("viem").AccessList | undefined;
2029
+ authorizationList?: undefined | undefined;
2030
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2031
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2032
+ maxFeePerBlobGas?: bigint | undefined;
2033
+ maxFeePerGas?: bigint | undefined;
2034
+ maxPriorityFeePerGas?: bigint | undefined;
2035
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2036
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2037
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2038
+ } | {
2039
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2040
+ } | {
2041
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2042
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2043
+ accessList?: import("viem").AccessList | undefined;
2044
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2045
+ blobs?: undefined | undefined;
2046
+ blobVersionedHashes?: undefined | undefined;
2047
+ gasPrice?: undefined | undefined;
2048
+ maxFeePerBlobGas?: undefined | undefined;
2049
+ maxFeePerGas?: bigint | undefined;
2050
+ maxPriorityFeePerGas?: bigint | undefined;
2051
+ sidecars?: undefined | undefined;
2052
+ } | {
2053
+ accessList?: import("viem").AccessList | undefined;
2054
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2055
+ blobs?: undefined | undefined;
2056
+ blobVersionedHashes?: undefined | undefined;
2057
+ gasPrice?: undefined | undefined;
2058
+ maxFeePerBlobGas?: undefined | undefined;
2059
+ maxFeePerGas?: bigint | undefined;
2060
+ maxPriorityFeePerGas?: bigint | undefined;
2061
+ sidecars?: undefined | undefined;
2062
+ }) & {
2063
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2064
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2065
+ accessList?: undefined | undefined;
2066
+ authorizationList?: undefined | undefined;
2067
+ blobs?: undefined | undefined;
2068
+ blobVersionedHashes?: undefined | undefined;
2069
+ gasPrice?: bigint | undefined;
2070
+ sidecars?: undefined | undefined;
2071
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2072
+ accessList?: import("viem").AccessList | undefined;
2073
+ authorizationList?: undefined | undefined;
2074
+ blobs?: undefined | undefined;
2075
+ blobVersionedHashes?: undefined | undefined;
2076
+ gasPrice?: undefined | undefined;
2077
+ maxFeePerBlobGas?: undefined | undefined;
2078
+ maxFeePerGas?: bigint | undefined;
2079
+ maxPriorityFeePerGas?: bigint | undefined;
2080
+ sidecars?: undefined | undefined;
2081
+ } & (import("viem").OneOf<{
2082
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2083
+ } | {
2084
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2085
+ }, import("viem").FeeValuesEIP1559> & {
2086
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2087
+ }) ? "eip1559" : never) | (request extends {
2088
+ accessList?: import("viem").AccessList | undefined;
2089
+ authorizationList?: undefined | undefined;
2090
+ blobs?: undefined | undefined;
2091
+ blobVersionedHashes?: undefined | undefined;
2092
+ gasPrice?: bigint | undefined;
2093
+ sidecars?: undefined | undefined;
2094
+ maxFeePerBlobGas?: undefined | undefined;
2095
+ maxFeePerGas?: undefined | undefined;
2096
+ maxPriorityFeePerGas?: undefined | undefined;
2097
+ } & {
2098
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2099
+ } ? "eip2930" : never) | (request extends ({
2100
+ accessList?: import("viem").AccessList | undefined;
2101
+ authorizationList?: undefined | undefined;
2102
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2103
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2104
+ maxFeePerBlobGas?: bigint | undefined;
2105
+ maxFeePerGas?: bigint | undefined;
2106
+ maxPriorityFeePerGas?: bigint | undefined;
2107
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2108
+ } | {
2109
+ accessList?: import("viem").AccessList | undefined;
2110
+ authorizationList?: undefined | undefined;
2111
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2112
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2113
+ maxFeePerBlobGas?: bigint | undefined;
2114
+ maxFeePerGas?: bigint | undefined;
2115
+ maxPriorityFeePerGas?: bigint | undefined;
2116
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2117
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2118
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2119
+ } | {
2120
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2121
+ } | {
2122
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2123
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2124
+ accessList?: import("viem").AccessList | undefined;
2125
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2126
+ blobs?: undefined | undefined;
2127
+ blobVersionedHashes?: undefined | undefined;
2128
+ gasPrice?: undefined | undefined;
2129
+ maxFeePerBlobGas?: undefined | undefined;
2130
+ maxFeePerGas?: bigint | undefined;
2131
+ maxPriorityFeePerGas?: bigint | undefined;
2132
+ sidecars?: undefined | undefined;
2133
+ } | {
2134
+ accessList?: import("viem").AccessList | undefined;
2135
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2136
+ blobs?: undefined | undefined;
2137
+ blobVersionedHashes?: undefined | undefined;
2138
+ gasPrice?: undefined | undefined;
2139
+ maxFeePerBlobGas?: undefined | undefined;
2140
+ maxFeePerGas?: bigint | undefined;
2141
+ maxPriorityFeePerGas?: bigint | undefined;
2142
+ sidecars?: undefined | undefined;
2143
+ }) & {
2144
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2145
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_9 ? T_9 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2146
+ accessList?: undefined | undefined;
2147
+ authorizationList?: undefined | undefined;
2148
+ blobs?: undefined | undefined;
2149
+ blobVersionedHashes?: undefined | undefined;
2150
+ gasPrice?: bigint | undefined;
2151
+ sidecars?: undefined | undefined;
2152
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2153
+ accessList?: import("viem").AccessList | undefined;
2154
+ authorizationList?: undefined | undefined;
2155
+ blobs?: undefined | undefined;
2156
+ blobVersionedHashes?: undefined | undefined;
2157
+ gasPrice?: undefined | undefined;
2158
+ maxFeePerBlobGas?: undefined | undefined;
2159
+ maxFeePerGas?: bigint | undefined;
2160
+ maxPriorityFeePerGas?: bigint | undefined;
2161
+ sidecars?: undefined | undefined;
2162
+ } & (import("viem").OneOf<{
2163
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2164
+ } | {
2165
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2166
+ }, import("viem").FeeValuesEIP1559> & {
2167
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2168
+ }) ? "eip1559" : never) | (request extends {
2169
+ accessList?: import("viem").AccessList | undefined;
2170
+ authorizationList?: undefined | undefined;
2171
+ blobs?: undefined | undefined;
2172
+ blobVersionedHashes?: undefined | undefined;
2173
+ gasPrice?: bigint | undefined;
2174
+ sidecars?: undefined | undefined;
2175
+ maxFeePerBlobGas?: undefined | undefined;
2176
+ maxFeePerGas?: undefined | undefined;
2177
+ maxPriorityFeePerGas?: undefined | undefined;
2178
+ } & {
2179
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2180
+ } ? "eip2930" : never) | (request extends ({
2181
+ accessList?: import("viem").AccessList | undefined;
2182
+ authorizationList?: undefined | undefined;
2183
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2184
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2185
+ maxFeePerBlobGas?: bigint | undefined;
2186
+ maxFeePerGas?: bigint | undefined;
2187
+ maxPriorityFeePerGas?: bigint | undefined;
2188
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2189
+ } | {
2190
+ accessList?: import("viem").AccessList | undefined;
2191
+ authorizationList?: undefined | undefined;
2192
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2193
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2194
+ maxFeePerBlobGas?: bigint | undefined;
2195
+ maxFeePerGas?: bigint | undefined;
2196
+ maxPriorityFeePerGas?: bigint | undefined;
2197
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2198
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2199
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2200
+ } | {
2201
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2202
+ } | {
2203
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2204
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2205
+ accessList?: import("viem").AccessList | undefined;
2206
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2207
+ blobs?: undefined | undefined;
2208
+ blobVersionedHashes?: undefined | undefined;
2209
+ gasPrice?: undefined | undefined;
2210
+ maxFeePerBlobGas?: undefined | undefined;
2211
+ maxFeePerGas?: bigint | undefined;
2212
+ maxPriorityFeePerGas?: bigint | undefined;
2213
+ sidecars?: undefined | undefined;
2214
+ } | {
2215
+ accessList?: import("viem").AccessList | undefined;
2216
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2217
+ blobs?: undefined | undefined;
2218
+ blobVersionedHashes?: undefined | undefined;
2219
+ gasPrice?: undefined | undefined;
2220
+ maxFeePerBlobGas?: undefined | undefined;
2221
+ maxFeePerGas?: bigint | undefined;
2222
+ maxPriorityFeePerGas?: bigint | undefined;
2223
+ sidecars?: undefined | undefined;
2224
+ }) & {
2225
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2226
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2227
+ accessList?: undefined | undefined;
2228
+ authorizationList?: undefined | undefined;
2229
+ blobs?: undefined | undefined;
2230
+ blobVersionedHashes?: undefined | undefined;
2231
+ gasPrice?: bigint | undefined;
2232
+ sidecars?: undefined | undefined;
2233
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2234
+ accessList?: import("viem").AccessList | undefined;
2235
+ authorizationList?: undefined | undefined;
2236
+ blobs?: undefined | undefined;
2237
+ blobVersionedHashes?: undefined | undefined;
2238
+ gasPrice?: undefined | undefined;
2239
+ maxFeePerBlobGas?: undefined | undefined;
2240
+ maxFeePerGas?: bigint | undefined;
2241
+ maxPriorityFeePerGas?: bigint | undefined;
2242
+ sidecars?: undefined | undefined;
2243
+ } & (import("viem").OneOf<{
2244
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2245
+ } | {
2246
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2247
+ }, import("viem").FeeValuesEIP1559> & {
2248
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2249
+ }) ? "eip1559" : never) | (request extends {
2250
+ accessList?: import("viem").AccessList | undefined;
2251
+ authorizationList?: undefined | undefined;
2252
+ blobs?: undefined | undefined;
2253
+ blobVersionedHashes?: undefined | undefined;
2254
+ gasPrice?: bigint | undefined;
2255
+ sidecars?: undefined | undefined;
2256
+ maxFeePerBlobGas?: undefined | undefined;
2257
+ maxFeePerGas?: undefined | undefined;
2258
+ maxPriorityFeePerGas?: undefined | undefined;
2259
+ } & {
2260
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2261
+ } ? "eip2930" : never) | (request extends ({
2262
+ accessList?: import("viem").AccessList | undefined;
2263
+ authorizationList?: undefined | undefined;
2264
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2265
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2266
+ maxFeePerBlobGas?: bigint | undefined;
2267
+ maxFeePerGas?: bigint | undefined;
2268
+ maxPriorityFeePerGas?: bigint | undefined;
2269
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2270
+ } | {
2271
+ accessList?: import("viem").AccessList | undefined;
2272
+ authorizationList?: undefined | undefined;
2273
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2274
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2275
+ maxFeePerBlobGas?: bigint | undefined;
2276
+ maxFeePerGas?: bigint | undefined;
2277
+ maxPriorityFeePerGas?: bigint | undefined;
2278
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2279
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2280
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2281
+ } | {
2282
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2283
+ } | {
2284
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2285
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2286
+ accessList?: import("viem").AccessList | undefined;
2287
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2288
+ blobs?: undefined | undefined;
2289
+ blobVersionedHashes?: undefined | undefined;
2290
+ gasPrice?: undefined | undefined;
2291
+ maxFeePerBlobGas?: undefined | undefined;
2292
+ maxFeePerGas?: bigint | undefined;
2293
+ maxPriorityFeePerGas?: bigint | undefined;
2294
+ sidecars?: undefined | undefined;
2295
+ } | {
2296
+ accessList?: import("viem").AccessList | undefined;
2297
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2298
+ blobs?: undefined | undefined;
2299
+ blobVersionedHashes?: undefined | undefined;
2300
+ gasPrice?: undefined | undefined;
2301
+ maxFeePerBlobGas?: undefined | undefined;
2302
+ maxFeePerGas?: bigint | undefined;
2303
+ maxPriorityFeePerGas?: bigint | undefined;
2304
+ sidecars?: undefined | undefined;
2305
+ }) & {
2306
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2307
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_9 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2308
+ accessList?: undefined | undefined;
2309
+ authorizationList?: undefined | undefined;
2310
+ blobs?: undefined | undefined;
2311
+ blobVersionedHashes?: undefined | undefined;
2312
+ gasPrice?: bigint | undefined;
2313
+ sidecars?: undefined | undefined;
2314
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2315
+ accessList?: import("viem").AccessList | undefined;
2316
+ authorizationList?: undefined | undefined;
2317
+ blobs?: undefined | undefined;
2318
+ blobVersionedHashes?: undefined | undefined;
2319
+ gasPrice?: undefined | undefined;
2320
+ maxFeePerBlobGas?: undefined | undefined;
2321
+ maxFeePerGas?: bigint | undefined;
2322
+ maxPriorityFeePerGas?: bigint | undefined;
2323
+ sidecars?: undefined | undefined;
2324
+ } & (import("viem").OneOf<{
2325
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2326
+ } | {
2327
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2328
+ }, import("viem").FeeValuesEIP1559> & {
2329
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2330
+ }) ? "eip1559" : never) | (request extends {
2331
+ accessList?: import("viem").AccessList | undefined;
2332
+ authorizationList?: undefined | undefined;
2333
+ blobs?: undefined | undefined;
2334
+ blobVersionedHashes?: undefined | undefined;
2335
+ gasPrice?: bigint | undefined;
2336
+ sidecars?: undefined | undefined;
2337
+ maxFeePerBlobGas?: undefined | undefined;
2338
+ maxFeePerGas?: undefined | undefined;
2339
+ maxPriorityFeePerGas?: undefined | undefined;
2340
+ } & {
2341
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2342
+ } ? "eip2930" : never) | (request extends ({
2343
+ accessList?: import("viem").AccessList | undefined;
2344
+ authorizationList?: undefined | undefined;
2345
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2346
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2347
+ maxFeePerBlobGas?: bigint | undefined;
2348
+ maxFeePerGas?: bigint | undefined;
2349
+ maxPriorityFeePerGas?: bigint | undefined;
2350
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2351
+ } | {
2352
+ accessList?: import("viem").AccessList | undefined;
2353
+ authorizationList?: undefined | undefined;
2354
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2355
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2356
+ maxFeePerBlobGas?: bigint | undefined;
2357
+ maxFeePerGas?: bigint | undefined;
2358
+ maxPriorityFeePerGas?: bigint | undefined;
2359
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2360
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2361
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2362
+ } | {
2363
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2364
+ } | {
2365
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2366
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2367
+ accessList?: import("viem").AccessList | undefined;
2368
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2369
+ blobs?: undefined | undefined;
2370
+ blobVersionedHashes?: undefined | undefined;
2371
+ gasPrice?: undefined | undefined;
2372
+ maxFeePerBlobGas?: undefined | undefined;
2373
+ maxFeePerGas?: bigint | undefined;
2374
+ maxPriorityFeePerGas?: bigint | undefined;
2375
+ sidecars?: undefined | undefined;
2376
+ } | {
2377
+ accessList?: import("viem").AccessList | undefined;
2378
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2379
+ blobs?: undefined | undefined;
2380
+ blobVersionedHashes?: undefined | undefined;
2381
+ gasPrice?: undefined | undefined;
2382
+ maxFeePerBlobGas?: undefined | undefined;
2383
+ maxFeePerGas?: bigint | undefined;
2384
+ maxPriorityFeePerGas?: bigint | undefined;
2385
+ sidecars?: undefined | undefined;
2386
+ }) & {
2387
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2388
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2389
+ accessList?: undefined | undefined;
2390
+ authorizationList?: undefined | undefined;
2391
+ blobs?: undefined | undefined;
2392
+ blobVersionedHashes?: undefined | undefined;
2393
+ gasPrice?: bigint | undefined;
2394
+ sidecars?: undefined | undefined;
2395
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2396
+ accessList?: import("viem").AccessList | undefined;
2397
+ authorizationList?: undefined | undefined;
2398
+ blobs?: undefined | undefined;
2399
+ blobVersionedHashes?: undefined | undefined;
2400
+ gasPrice?: undefined | undefined;
2401
+ maxFeePerBlobGas?: undefined | undefined;
2402
+ maxFeePerGas?: bigint | undefined;
2403
+ maxPriorityFeePerGas?: bigint | undefined;
2404
+ sidecars?: undefined | undefined;
2405
+ } & (import("viem").OneOf<{
2406
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2407
+ } | {
2408
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2409
+ }, import("viem").FeeValuesEIP1559> & {
2410
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2411
+ }) ? "eip1559" : never) | (request extends {
2412
+ accessList?: import("viem").AccessList | undefined;
2413
+ authorizationList?: undefined | undefined;
2414
+ blobs?: undefined | undefined;
2415
+ blobVersionedHashes?: undefined | undefined;
2416
+ gasPrice?: bigint | undefined;
2417
+ sidecars?: undefined | undefined;
2418
+ maxFeePerBlobGas?: undefined | undefined;
2419
+ maxFeePerGas?: undefined | undefined;
2420
+ maxPriorityFeePerGas?: undefined | undefined;
2421
+ } & {
2422
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2423
+ } ? "eip2930" : never) | (request extends ({
2424
+ accessList?: import("viem").AccessList | undefined;
2425
+ authorizationList?: undefined | undefined;
2426
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2427
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2428
+ maxFeePerBlobGas?: bigint | undefined;
2429
+ maxFeePerGas?: bigint | undefined;
2430
+ maxPriorityFeePerGas?: bigint | undefined;
2431
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2432
+ } | {
2433
+ accessList?: import("viem").AccessList | undefined;
2434
+ authorizationList?: undefined | undefined;
2435
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2436
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2437
+ maxFeePerBlobGas?: bigint | undefined;
2438
+ maxFeePerGas?: bigint | undefined;
2439
+ maxPriorityFeePerGas?: bigint | undefined;
2440
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2441
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2442
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2443
+ } | {
2444
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2445
+ } | {
2446
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2447
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2448
+ accessList?: import("viem").AccessList | undefined;
2449
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2450
+ blobs?: undefined | undefined;
2451
+ blobVersionedHashes?: undefined | undefined;
2452
+ gasPrice?: undefined | undefined;
2453
+ maxFeePerBlobGas?: undefined | undefined;
2454
+ maxFeePerGas?: bigint | undefined;
2455
+ maxPriorityFeePerGas?: bigint | undefined;
2456
+ sidecars?: undefined | undefined;
2457
+ } | {
2458
+ accessList?: import("viem").AccessList | undefined;
2459
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2460
+ blobs?: undefined | undefined;
2461
+ blobVersionedHashes?: undefined | undefined;
2462
+ gasPrice?: undefined | undefined;
2463
+ maxFeePerBlobGas?: undefined | undefined;
2464
+ maxFeePerGas?: bigint | undefined;
2465
+ maxPriorityFeePerGas?: bigint | undefined;
2466
+ sidecars?: undefined | undefined;
2467
+ }) & {
2468
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2469
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_10 ? T_10 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2470
+ accessList?: undefined | undefined;
2471
+ authorizationList?: undefined | undefined;
2472
+ blobs?: undefined | undefined;
2473
+ blobVersionedHashes?: undefined | undefined;
2474
+ gasPrice?: bigint | undefined;
2475
+ sidecars?: undefined | undefined;
2476
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2477
+ accessList?: import("viem").AccessList | undefined;
2478
+ authorizationList?: undefined | undefined;
2479
+ blobs?: undefined | undefined;
2480
+ blobVersionedHashes?: undefined | undefined;
2481
+ gasPrice?: undefined | undefined;
2482
+ maxFeePerBlobGas?: undefined | undefined;
2483
+ maxFeePerGas?: bigint | undefined;
2484
+ maxPriorityFeePerGas?: bigint | undefined;
2485
+ sidecars?: undefined | undefined;
2486
+ } & (import("viem").OneOf<{
2487
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2488
+ } | {
2489
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2490
+ }, import("viem").FeeValuesEIP1559> & {
2491
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2492
+ }) ? "eip1559" : never) | (request extends {
2493
+ accessList?: import("viem").AccessList | undefined;
2494
+ authorizationList?: undefined | undefined;
2495
+ blobs?: undefined | undefined;
2496
+ blobVersionedHashes?: undefined | undefined;
2497
+ gasPrice?: bigint | undefined;
2498
+ sidecars?: undefined | undefined;
2499
+ maxFeePerBlobGas?: undefined | undefined;
2500
+ maxFeePerGas?: undefined | undefined;
2501
+ maxPriorityFeePerGas?: undefined | undefined;
2502
+ } & {
2503
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2504
+ } ? "eip2930" : never) | (request extends ({
2505
+ accessList?: import("viem").AccessList | undefined;
2506
+ authorizationList?: undefined | undefined;
2507
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2508
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2509
+ maxFeePerBlobGas?: bigint | undefined;
2510
+ maxFeePerGas?: bigint | undefined;
2511
+ maxPriorityFeePerGas?: bigint | undefined;
2512
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2513
+ } | {
2514
+ accessList?: import("viem").AccessList | undefined;
2515
+ authorizationList?: undefined | undefined;
2516
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2517
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2518
+ maxFeePerBlobGas?: bigint | undefined;
2519
+ maxFeePerGas?: bigint | undefined;
2520
+ maxPriorityFeePerGas?: bigint | undefined;
2521
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2522
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2523
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2524
+ } | {
2525
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2526
+ } | {
2527
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2528
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2529
+ accessList?: import("viem").AccessList | undefined;
2530
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2531
+ blobs?: undefined | undefined;
2532
+ blobVersionedHashes?: undefined | undefined;
2533
+ gasPrice?: undefined | undefined;
2534
+ maxFeePerBlobGas?: undefined | undefined;
2535
+ maxFeePerGas?: bigint | undefined;
2536
+ maxPriorityFeePerGas?: bigint | undefined;
2537
+ sidecars?: undefined | undefined;
2538
+ } | {
2539
+ accessList?: import("viem").AccessList | undefined;
2540
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2541
+ blobs?: undefined | undefined;
2542
+ blobVersionedHashes?: undefined | undefined;
2543
+ gasPrice?: undefined | undefined;
2544
+ maxFeePerBlobGas?: undefined | undefined;
2545
+ maxFeePerGas?: bigint | undefined;
2546
+ maxPriorityFeePerGas?: bigint | undefined;
2547
+ sidecars?: undefined | undefined;
2548
+ }) & {
2549
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2550
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2551
+ accessList?: undefined | undefined;
2552
+ authorizationList?: undefined | undefined;
2553
+ blobs?: undefined | undefined;
2554
+ blobVersionedHashes?: undefined | undefined;
2555
+ gasPrice?: bigint | undefined;
2556
+ sidecars?: undefined | undefined;
2557
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2558
+ accessList?: import("viem").AccessList | undefined;
2559
+ authorizationList?: undefined | undefined;
2560
+ blobs?: undefined | undefined;
2561
+ blobVersionedHashes?: undefined | undefined;
2562
+ gasPrice?: undefined | undefined;
2563
+ maxFeePerBlobGas?: undefined | undefined;
2564
+ maxFeePerGas?: bigint | undefined;
2565
+ maxPriorityFeePerGas?: bigint | undefined;
2566
+ sidecars?: undefined | undefined;
2567
+ } & (import("viem").OneOf<{
2568
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2569
+ } | {
2570
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2571
+ }, import("viem").FeeValuesEIP1559> & {
2572
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2573
+ }) ? "eip1559" : never) | (request extends {
2574
+ accessList?: import("viem").AccessList | undefined;
2575
+ authorizationList?: undefined | undefined;
2576
+ blobs?: undefined | undefined;
2577
+ blobVersionedHashes?: undefined | undefined;
2578
+ gasPrice?: bigint | undefined;
2579
+ sidecars?: undefined | undefined;
2580
+ maxFeePerBlobGas?: undefined | undefined;
2581
+ maxFeePerGas?: undefined | undefined;
2582
+ maxPriorityFeePerGas?: undefined | undefined;
2583
+ } & {
2584
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2585
+ } ? "eip2930" : never) | (request extends ({
2586
+ accessList?: import("viem").AccessList | undefined;
2587
+ authorizationList?: undefined | undefined;
2588
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2589
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2590
+ maxFeePerBlobGas?: bigint | undefined;
2591
+ maxFeePerGas?: bigint | undefined;
2592
+ maxPriorityFeePerGas?: bigint | undefined;
2593
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2594
+ } | {
2595
+ accessList?: import("viem").AccessList | undefined;
2596
+ authorizationList?: undefined | undefined;
2597
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2598
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2599
+ maxFeePerBlobGas?: bigint | undefined;
2600
+ maxFeePerGas?: bigint | undefined;
2601
+ maxPriorityFeePerGas?: bigint | undefined;
2602
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2603
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2604
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2605
+ } | {
2606
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2607
+ } | {
2608
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2609
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2610
+ accessList?: import("viem").AccessList | undefined;
2611
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2612
+ blobs?: undefined | undefined;
2613
+ blobVersionedHashes?: undefined | undefined;
2614
+ gasPrice?: undefined | undefined;
2615
+ maxFeePerBlobGas?: undefined | undefined;
2616
+ maxFeePerGas?: bigint | undefined;
2617
+ maxPriorityFeePerGas?: bigint | undefined;
2618
+ sidecars?: undefined | undefined;
2619
+ } | {
2620
+ accessList?: import("viem").AccessList | undefined;
2621
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2622
+ blobs?: undefined | undefined;
2623
+ blobVersionedHashes?: undefined | undefined;
2624
+ gasPrice?: undefined | undefined;
2625
+ maxFeePerBlobGas?: undefined | undefined;
2626
+ maxFeePerGas?: bigint | undefined;
2627
+ maxPriorityFeePerGas?: bigint | undefined;
2628
+ sidecars?: undefined | undefined;
2629
+ }) & {
2630
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2631
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_10 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2632
+ accessList?: undefined | undefined;
2633
+ authorizationList?: undefined | undefined;
2634
+ blobs?: undefined | undefined;
2635
+ blobVersionedHashes?: undefined | undefined;
2636
+ gasPrice?: bigint | undefined;
2637
+ sidecars?: undefined | undefined;
2638
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2639
+ accessList?: import("viem").AccessList | undefined;
2640
+ authorizationList?: undefined | undefined;
2641
+ blobs?: undefined | undefined;
2642
+ blobVersionedHashes?: undefined | undefined;
2643
+ gasPrice?: undefined | undefined;
2644
+ maxFeePerBlobGas?: undefined | undefined;
2645
+ maxFeePerGas?: bigint | undefined;
2646
+ maxPriorityFeePerGas?: bigint | undefined;
2647
+ sidecars?: undefined | undefined;
2648
+ } & (import("viem").OneOf<{
2649
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2650
+ } | {
2651
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2652
+ }, import("viem").FeeValuesEIP1559> & {
2653
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2654
+ }) ? "eip1559" : never) | (request extends {
2655
+ accessList?: import("viem").AccessList | undefined;
2656
+ authorizationList?: undefined | undefined;
2657
+ blobs?: undefined | undefined;
2658
+ blobVersionedHashes?: undefined | undefined;
2659
+ gasPrice?: bigint | undefined;
2660
+ sidecars?: undefined | undefined;
2661
+ maxFeePerBlobGas?: undefined | undefined;
2662
+ maxFeePerGas?: undefined | undefined;
2663
+ maxPriorityFeePerGas?: undefined | undefined;
2664
+ } & {
2665
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2666
+ } ? "eip2930" : never) | (request extends ({
2667
+ accessList?: import("viem").AccessList | undefined;
2668
+ authorizationList?: undefined | undefined;
2669
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2670
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2671
+ maxFeePerBlobGas?: bigint | undefined;
2672
+ maxFeePerGas?: bigint | undefined;
2673
+ maxPriorityFeePerGas?: bigint | undefined;
2674
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2675
+ } | {
2676
+ accessList?: import("viem").AccessList | undefined;
2677
+ authorizationList?: undefined | undefined;
2678
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2679
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2680
+ maxFeePerBlobGas?: bigint | undefined;
2681
+ maxFeePerGas?: bigint | undefined;
2682
+ maxPriorityFeePerGas?: bigint | undefined;
2683
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2684
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2685
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2686
+ } | {
2687
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2688
+ } | {
2689
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2690
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2691
+ accessList?: import("viem").AccessList | undefined;
2692
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2693
+ blobs?: undefined | undefined;
2694
+ blobVersionedHashes?: undefined | undefined;
2695
+ gasPrice?: undefined | undefined;
2696
+ maxFeePerBlobGas?: undefined | undefined;
2697
+ maxFeePerGas?: bigint | undefined;
2698
+ maxPriorityFeePerGas?: bigint | undefined;
2699
+ sidecars?: undefined | undefined;
2700
+ } | {
2701
+ accessList?: import("viem").AccessList | undefined;
2702
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2703
+ blobs?: undefined | undefined;
2704
+ blobVersionedHashes?: undefined | undefined;
2705
+ gasPrice?: undefined | undefined;
2706
+ maxFeePerBlobGas?: undefined | undefined;
2707
+ maxFeePerGas?: bigint | undefined;
2708
+ maxPriorityFeePerGas?: bigint | undefined;
2709
+ sidecars?: undefined | undefined;
2710
+ }) & {
2711
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2712
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2713
+ accessList?: undefined | undefined;
2714
+ authorizationList?: undefined | undefined;
2715
+ blobs?: undefined | undefined;
2716
+ blobVersionedHashes?: undefined | undefined;
2717
+ gasPrice?: bigint | undefined;
2718
+ sidecars?: undefined | undefined;
2719
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2720
+ accessList?: import("viem").AccessList | undefined;
2721
+ authorizationList?: undefined | undefined;
2722
+ blobs?: undefined | undefined;
2723
+ blobVersionedHashes?: undefined | undefined;
2724
+ gasPrice?: undefined | undefined;
2725
+ maxFeePerBlobGas?: undefined | undefined;
2726
+ maxFeePerGas?: bigint | undefined;
2727
+ maxPriorityFeePerGas?: bigint | undefined;
2728
+ sidecars?: undefined | undefined;
2729
+ } & (import("viem").OneOf<{
2730
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2731
+ } | {
2732
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2733
+ }, import("viem").FeeValuesEIP1559> & {
2734
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2735
+ }) ? "eip1559" : never) | (request extends {
2736
+ accessList?: import("viem").AccessList | undefined;
2737
+ authorizationList?: undefined | undefined;
2738
+ blobs?: undefined | undefined;
2739
+ blobVersionedHashes?: undefined | undefined;
2740
+ gasPrice?: bigint | undefined;
2741
+ sidecars?: undefined | undefined;
2742
+ maxFeePerBlobGas?: undefined | undefined;
2743
+ maxFeePerGas?: undefined | undefined;
2744
+ maxPriorityFeePerGas?: undefined | undefined;
2745
+ } & {
2746
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2747
+ } ? "eip2930" : never) | (request extends ({
2748
+ accessList?: import("viem").AccessList | undefined;
2749
+ authorizationList?: undefined | undefined;
2750
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2751
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2752
+ maxFeePerBlobGas?: bigint | undefined;
2753
+ maxFeePerGas?: bigint | undefined;
2754
+ maxPriorityFeePerGas?: bigint | undefined;
2755
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2756
+ } | {
2757
+ accessList?: import("viem").AccessList | undefined;
2758
+ authorizationList?: undefined | undefined;
2759
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2760
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2761
+ maxFeePerBlobGas?: bigint | undefined;
2762
+ maxFeePerGas?: bigint | undefined;
2763
+ maxPriorityFeePerGas?: bigint | undefined;
2764
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2765
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2766
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2767
+ } | {
2768
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2769
+ } | {
2770
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2771
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2772
+ accessList?: import("viem").AccessList | undefined;
2773
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2774
+ blobs?: undefined | undefined;
2775
+ blobVersionedHashes?: undefined | undefined;
2776
+ gasPrice?: undefined | undefined;
2777
+ maxFeePerBlobGas?: undefined | undefined;
2778
+ maxFeePerGas?: bigint | undefined;
2779
+ maxPriorityFeePerGas?: bigint | undefined;
2780
+ sidecars?: undefined | undefined;
2781
+ } | {
2782
+ accessList?: import("viem").AccessList | undefined;
2783
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2784
+ blobs?: undefined | undefined;
2785
+ blobVersionedHashes?: undefined | undefined;
2786
+ gasPrice?: undefined | undefined;
2787
+ maxFeePerBlobGas?: undefined | undefined;
2788
+ maxFeePerGas?: bigint | undefined;
2789
+ maxPriorityFeePerGas?: bigint | undefined;
2790
+ sidecars?: undefined | undefined;
2791
+ }) & {
2792
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2793
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_11 ? T_11 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2794
+ accessList?: undefined | undefined;
2795
+ authorizationList?: undefined | undefined;
2796
+ blobs?: undefined | undefined;
2797
+ blobVersionedHashes?: undefined | undefined;
2798
+ gasPrice?: bigint | undefined;
2799
+ sidecars?: undefined | undefined;
2800
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2801
+ accessList?: import("viem").AccessList | undefined;
2802
+ authorizationList?: undefined | undefined;
2803
+ blobs?: undefined | undefined;
2804
+ blobVersionedHashes?: undefined | undefined;
2805
+ gasPrice?: undefined | undefined;
2806
+ maxFeePerBlobGas?: undefined | undefined;
2807
+ maxFeePerGas?: bigint | undefined;
2808
+ maxPriorityFeePerGas?: bigint | undefined;
2809
+ sidecars?: undefined | undefined;
2810
+ } & (import("viem").OneOf<{
2811
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2812
+ } | {
2813
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2814
+ }, import("viem").FeeValuesEIP1559> & {
2815
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2816
+ }) ? "eip1559" : never) | (request extends {
2817
+ accessList?: import("viem").AccessList | undefined;
2818
+ authorizationList?: undefined | undefined;
2819
+ blobs?: undefined | undefined;
2820
+ blobVersionedHashes?: undefined | undefined;
2821
+ gasPrice?: bigint | undefined;
2822
+ sidecars?: undefined | undefined;
2823
+ maxFeePerBlobGas?: undefined | undefined;
2824
+ maxFeePerGas?: undefined | undefined;
2825
+ maxPriorityFeePerGas?: undefined | undefined;
2826
+ } & {
2827
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2828
+ } ? "eip2930" : never) | (request extends ({
2829
+ accessList?: import("viem").AccessList | undefined;
2830
+ authorizationList?: undefined | undefined;
2831
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2832
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2833
+ maxFeePerBlobGas?: bigint | undefined;
2834
+ maxFeePerGas?: bigint | undefined;
2835
+ maxPriorityFeePerGas?: bigint | undefined;
2836
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2837
+ } | {
2838
+ accessList?: import("viem").AccessList | undefined;
2839
+ authorizationList?: undefined | undefined;
2840
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2841
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2842
+ maxFeePerBlobGas?: bigint | undefined;
2843
+ maxFeePerGas?: bigint | undefined;
2844
+ maxPriorityFeePerGas?: bigint | undefined;
2845
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2846
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2847
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2848
+ } | {
2849
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2850
+ } | {
2851
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2852
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2853
+ accessList?: import("viem").AccessList | undefined;
2854
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2855
+ blobs?: undefined | undefined;
2856
+ blobVersionedHashes?: undefined | undefined;
2857
+ gasPrice?: undefined | undefined;
2858
+ maxFeePerBlobGas?: undefined | undefined;
2859
+ maxFeePerGas?: bigint | undefined;
2860
+ maxPriorityFeePerGas?: bigint | undefined;
2861
+ sidecars?: undefined | undefined;
2862
+ } | {
2863
+ accessList?: import("viem").AccessList | undefined;
2864
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2865
+ blobs?: undefined | undefined;
2866
+ blobVersionedHashes?: undefined | undefined;
2867
+ gasPrice?: undefined | undefined;
2868
+ maxFeePerBlobGas?: undefined | undefined;
2869
+ maxFeePerGas?: bigint | undefined;
2870
+ maxPriorityFeePerGas?: bigint | undefined;
2871
+ sidecars?: undefined | undefined;
2872
+ }) & {
2873
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2874
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2875
+ accessList?: undefined | undefined;
2876
+ authorizationList?: undefined | undefined;
2877
+ blobs?: undefined | undefined;
2878
+ blobVersionedHashes?: undefined | undefined;
2879
+ gasPrice?: bigint | undefined;
2880
+ sidecars?: undefined | undefined;
2881
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2882
+ accessList?: import("viem").AccessList | undefined;
2883
+ authorizationList?: undefined | undefined;
2884
+ blobs?: undefined | undefined;
2885
+ blobVersionedHashes?: undefined | undefined;
2886
+ gasPrice?: undefined | undefined;
2887
+ maxFeePerBlobGas?: undefined | undefined;
2888
+ maxFeePerGas?: bigint | undefined;
2889
+ maxPriorityFeePerGas?: bigint | undefined;
2890
+ sidecars?: undefined | undefined;
2891
+ } & (import("viem").OneOf<{
2892
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2893
+ } | {
2894
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2895
+ }, import("viem").FeeValuesEIP1559> & {
2896
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2897
+ }) ? "eip1559" : never) | (request extends {
2898
+ accessList?: import("viem").AccessList | undefined;
2899
+ authorizationList?: undefined | undefined;
2900
+ blobs?: undefined | undefined;
2901
+ blobVersionedHashes?: undefined | undefined;
2902
+ gasPrice?: bigint | undefined;
2903
+ sidecars?: undefined | undefined;
2904
+ maxFeePerBlobGas?: undefined | undefined;
2905
+ maxFeePerGas?: undefined | undefined;
2906
+ maxPriorityFeePerGas?: undefined | undefined;
2907
+ } & {
2908
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2909
+ } ? "eip2930" : never) | (request extends ({
2910
+ accessList?: import("viem").AccessList | undefined;
2911
+ authorizationList?: undefined | undefined;
2912
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2913
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2914
+ maxFeePerBlobGas?: bigint | undefined;
2915
+ maxFeePerGas?: bigint | undefined;
2916
+ maxPriorityFeePerGas?: bigint | undefined;
2917
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2918
+ } | {
2919
+ accessList?: import("viem").AccessList | undefined;
2920
+ authorizationList?: undefined | undefined;
2921
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2922
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2923
+ maxFeePerBlobGas?: bigint | undefined;
2924
+ maxFeePerGas?: bigint | undefined;
2925
+ maxPriorityFeePerGas?: bigint | undefined;
2926
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2927
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2928
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2929
+ } | {
2930
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2931
+ } | {
2932
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2933
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2934
+ accessList?: import("viem").AccessList | undefined;
2935
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2936
+ blobs?: undefined | undefined;
2937
+ blobVersionedHashes?: undefined | undefined;
2938
+ gasPrice?: undefined | undefined;
2939
+ maxFeePerBlobGas?: undefined | undefined;
2940
+ maxFeePerGas?: bigint | undefined;
2941
+ maxPriorityFeePerGas?: bigint | undefined;
2942
+ sidecars?: undefined | undefined;
2943
+ } | {
2944
+ accessList?: import("viem").AccessList | undefined;
2945
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
2946
+ blobs?: undefined | undefined;
2947
+ blobVersionedHashes?: undefined | undefined;
2948
+ gasPrice?: undefined | undefined;
2949
+ maxFeePerBlobGas?: undefined | undefined;
2950
+ maxFeePerGas?: bigint | undefined;
2951
+ maxPriorityFeePerGas?: bigint | undefined;
2952
+ sidecars?: undefined | undefined;
2953
+ }) & {
2954
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2955
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_11 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2956
+ accessList?: undefined | undefined;
2957
+ authorizationList?: undefined | undefined;
2958
+ blobs?: undefined | undefined;
2959
+ blobVersionedHashes?: undefined | undefined;
2960
+ gasPrice?: bigint | undefined;
2961
+ sidecars?: undefined | undefined;
2962
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2963
+ accessList?: import("viem").AccessList | undefined;
2964
+ authorizationList?: undefined | undefined;
2965
+ blobs?: undefined | undefined;
2966
+ blobVersionedHashes?: undefined | undefined;
2967
+ gasPrice?: undefined | undefined;
2968
+ maxFeePerBlobGas?: undefined | undefined;
2969
+ maxFeePerGas?: bigint | undefined;
2970
+ maxPriorityFeePerGas?: bigint | undefined;
2971
+ sidecars?: undefined | undefined;
2972
+ } & (import("viem").OneOf<{
2973
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2974
+ } | {
2975
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2976
+ }, import("viem").FeeValuesEIP1559> & {
2977
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2978
+ }) ? "eip1559" : never) | (request extends {
2979
+ accessList?: import("viem").AccessList | undefined;
2980
+ authorizationList?: undefined | undefined;
2981
+ blobs?: undefined | undefined;
2982
+ blobVersionedHashes?: undefined | undefined;
2983
+ gasPrice?: bigint | undefined;
2984
+ sidecars?: undefined | undefined;
2985
+ maxFeePerBlobGas?: undefined | undefined;
2986
+ maxFeePerGas?: undefined | undefined;
2987
+ maxPriorityFeePerGas?: undefined | undefined;
2988
+ } & {
2989
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2990
+ } ? "eip2930" : never) | (request extends ({
2991
+ accessList?: import("viem").AccessList | undefined;
2992
+ authorizationList?: undefined | undefined;
2993
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2994
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2995
+ maxFeePerBlobGas?: bigint | undefined;
2996
+ maxFeePerGas?: bigint | undefined;
2997
+ maxPriorityFeePerGas?: bigint | undefined;
2998
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2999
+ } | {
3000
+ accessList?: import("viem").AccessList | undefined;
3001
+ authorizationList?: undefined | undefined;
3002
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3003
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3004
+ maxFeePerBlobGas?: bigint | undefined;
3005
+ maxFeePerGas?: bigint | undefined;
3006
+ maxPriorityFeePerGas?: bigint | undefined;
3007
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3008
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3009
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3010
+ } | {
3011
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3012
+ } | {
3013
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3014
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3015
+ accessList?: import("viem").AccessList | undefined;
3016
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3017
+ blobs?: undefined | undefined;
3018
+ blobVersionedHashes?: undefined | undefined;
3019
+ gasPrice?: undefined | undefined;
3020
+ maxFeePerBlobGas?: undefined | undefined;
3021
+ maxFeePerGas?: bigint | undefined;
3022
+ maxPriorityFeePerGas?: bigint | undefined;
3023
+ sidecars?: undefined | undefined;
3024
+ } | {
3025
+ accessList?: import("viem").AccessList | undefined;
3026
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3027
+ blobs?: undefined | undefined;
3028
+ blobVersionedHashes?: undefined | undefined;
3029
+ gasPrice?: undefined | undefined;
3030
+ maxFeePerBlobGas?: undefined | undefined;
3031
+ maxFeePerGas?: bigint | undefined;
3032
+ maxPriorityFeePerGas?: bigint | undefined;
3033
+ sidecars?: undefined | undefined;
3034
+ }) & {
3035
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3036
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
3037
+ accessList?: undefined | undefined;
3038
+ authorizationList?: undefined | undefined;
3039
+ blobs?: undefined | undefined;
3040
+ blobVersionedHashes?: undefined | undefined;
3041
+ gasPrice?: bigint | undefined;
3042
+ sidecars?: undefined | undefined;
3043
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3044
+ accessList?: import("viem").AccessList | undefined;
3045
+ authorizationList?: undefined | undefined;
3046
+ blobs?: undefined | undefined;
3047
+ blobVersionedHashes?: undefined | undefined;
3048
+ gasPrice?: undefined | undefined;
3049
+ maxFeePerBlobGas?: undefined | undefined;
3050
+ maxFeePerGas?: bigint | undefined;
3051
+ maxPriorityFeePerGas?: bigint | undefined;
3052
+ sidecars?: undefined | undefined;
3053
+ } & (import("viem").OneOf<{
3054
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3055
+ } | {
3056
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3057
+ }, import("viem").FeeValuesEIP1559> & {
3058
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3059
+ }) ? "eip1559" : never) | (request extends {
3060
+ accessList?: import("viem").AccessList | undefined;
3061
+ authorizationList?: undefined | undefined;
3062
+ blobs?: undefined | undefined;
3063
+ blobVersionedHashes?: undefined | undefined;
3064
+ gasPrice?: bigint | undefined;
3065
+ sidecars?: undefined | undefined;
3066
+ maxFeePerBlobGas?: undefined | undefined;
3067
+ maxFeePerGas?: undefined | undefined;
3068
+ maxPriorityFeePerGas?: undefined | undefined;
3069
+ } & {
3070
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3071
+ } ? "eip2930" : never) | (request extends ({
3072
+ accessList?: import("viem").AccessList | undefined;
3073
+ authorizationList?: undefined | undefined;
3074
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3075
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3076
+ maxFeePerBlobGas?: bigint | undefined;
3077
+ maxFeePerGas?: bigint | undefined;
3078
+ maxPriorityFeePerGas?: bigint | undefined;
3079
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3080
+ } | {
3081
+ accessList?: import("viem").AccessList | undefined;
3082
+ authorizationList?: undefined | undefined;
3083
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3084
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3085
+ maxFeePerBlobGas?: bigint | undefined;
3086
+ maxFeePerGas?: bigint | undefined;
3087
+ maxPriorityFeePerGas?: bigint | undefined;
3088
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3089
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3090
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3091
+ } | {
3092
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3093
+ } | {
3094
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3095
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3096
+ accessList?: import("viem").AccessList | undefined;
3097
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3098
+ blobs?: undefined | undefined;
3099
+ blobVersionedHashes?: undefined | undefined;
3100
+ gasPrice?: undefined | undefined;
3101
+ maxFeePerBlobGas?: undefined | undefined;
3102
+ maxFeePerGas?: bigint | undefined;
3103
+ maxPriorityFeePerGas?: bigint | undefined;
3104
+ sidecars?: undefined | undefined;
3105
+ } | {
3106
+ accessList?: import("viem").AccessList | undefined;
3107
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3108
+ blobs?: undefined | undefined;
3109
+ blobVersionedHashes?: undefined | undefined;
3110
+ gasPrice?: undefined | undefined;
3111
+ maxFeePerBlobGas?: undefined | undefined;
3112
+ maxFeePerGas?: bigint | undefined;
3113
+ maxPriorityFeePerGas?: bigint | undefined;
3114
+ sidecars?: undefined | undefined;
3115
+ }) & {
3116
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3117
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_12 ? T_12 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
3118
+ accessList?: undefined | undefined;
3119
+ authorizationList?: undefined | undefined;
3120
+ blobs?: undefined | undefined;
3121
+ blobVersionedHashes?: undefined | undefined;
3122
+ gasPrice?: bigint | undefined;
3123
+ sidecars?: undefined | undefined;
3124
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3125
+ accessList?: import("viem").AccessList | undefined;
3126
+ authorizationList?: undefined | undefined;
3127
+ blobs?: undefined | undefined;
3128
+ blobVersionedHashes?: undefined | undefined;
3129
+ gasPrice?: undefined | undefined;
3130
+ maxFeePerBlobGas?: undefined | undefined;
3131
+ maxFeePerGas?: bigint | undefined;
3132
+ maxPriorityFeePerGas?: bigint | undefined;
3133
+ sidecars?: undefined | undefined;
3134
+ } & (import("viem").OneOf<{
3135
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3136
+ } | {
3137
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3138
+ }, import("viem").FeeValuesEIP1559> & {
3139
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3140
+ }) ? "eip1559" : never) | (request extends {
3141
+ accessList?: import("viem").AccessList | undefined;
3142
+ authorizationList?: undefined | undefined;
3143
+ blobs?: undefined | undefined;
3144
+ blobVersionedHashes?: undefined | undefined;
3145
+ gasPrice?: bigint | undefined;
3146
+ sidecars?: undefined | undefined;
3147
+ maxFeePerBlobGas?: undefined | undefined;
3148
+ maxFeePerGas?: undefined | undefined;
3149
+ maxPriorityFeePerGas?: undefined | undefined;
3150
+ } & {
3151
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3152
+ } ? "eip2930" : never) | (request extends ({
3153
+ accessList?: import("viem").AccessList | undefined;
3154
+ authorizationList?: undefined | undefined;
3155
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3156
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3157
+ maxFeePerBlobGas?: bigint | undefined;
3158
+ maxFeePerGas?: bigint | undefined;
3159
+ maxPriorityFeePerGas?: bigint | undefined;
3160
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3161
+ } | {
3162
+ accessList?: import("viem").AccessList | undefined;
3163
+ authorizationList?: undefined | undefined;
3164
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3165
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3166
+ maxFeePerBlobGas?: bigint | undefined;
3167
+ maxFeePerGas?: bigint | undefined;
3168
+ maxPriorityFeePerGas?: bigint | undefined;
3169
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3170
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3171
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3172
+ } | {
3173
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3174
+ } | {
3175
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3176
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3177
+ accessList?: import("viem").AccessList | undefined;
3178
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3179
+ blobs?: undefined | undefined;
3180
+ blobVersionedHashes?: undefined | undefined;
3181
+ gasPrice?: undefined | undefined;
3182
+ maxFeePerBlobGas?: undefined | undefined;
3183
+ maxFeePerGas?: bigint | undefined;
3184
+ maxPriorityFeePerGas?: bigint | undefined;
3185
+ sidecars?: undefined | undefined;
3186
+ } | {
3187
+ accessList?: import("viem").AccessList | undefined;
3188
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3189
+ blobs?: undefined | undefined;
3190
+ blobVersionedHashes?: undefined | undefined;
3191
+ gasPrice?: undefined | undefined;
3192
+ maxFeePerBlobGas?: undefined | undefined;
3193
+ maxFeePerGas?: bigint | undefined;
3194
+ maxPriorityFeePerGas?: bigint | undefined;
3195
+ sidecars?: undefined | undefined;
3196
+ }) & {
3197
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3198
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
3199
+ accessList?: undefined | undefined;
3200
+ authorizationList?: undefined | undefined;
3201
+ blobs?: undefined | undefined;
3202
+ blobVersionedHashes?: undefined | undefined;
3203
+ gasPrice?: bigint | undefined;
3204
+ sidecars?: undefined | undefined;
3205
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3206
+ accessList?: import("viem").AccessList | undefined;
3207
+ authorizationList?: undefined | undefined;
3208
+ blobs?: undefined | undefined;
3209
+ blobVersionedHashes?: undefined | undefined;
3210
+ gasPrice?: undefined | undefined;
3211
+ maxFeePerBlobGas?: undefined | undefined;
3212
+ maxFeePerGas?: bigint | undefined;
3213
+ maxPriorityFeePerGas?: bigint | undefined;
3214
+ sidecars?: undefined | undefined;
3215
+ } & (import("viem").OneOf<{
3216
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3217
+ } | {
3218
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3219
+ }, import("viem").FeeValuesEIP1559> & {
3220
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3221
+ }) ? "eip1559" : never) | (request extends {
3222
+ accessList?: import("viem").AccessList | undefined;
3223
+ authorizationList?: undefined | undefined;
3224
+ blobs?: undefined | undefined;
3225
+ blobVersionedHashes?: undefined | undefined;
3226
+ gasPrice?: bigint | undefined;
3227
+ sidecars?: undefined | undefined;
3228
+ maxFeePerBlobGas?: undefined | undefined;
3229
+ maxFeePerGas?: undefined | undefined;
3230
+ maxPriorityFeePerGas?: undefined | undefined;
3231
+ } & {
3232
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3233
+ } ? "eip2930" : never) | (request extends ({
3234
+ accessList?: import("viem").AccessList | undefined;
3235
+ authorizationList?: undefined | undefined;
3236
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3237
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3238
+ maxFeePerBlobGas?: bigint | undefined;
3239
+ maxFeePerGas?: bigint | undefined;
3240
+ maxPriorityFeePerGas?: bigint | undefined;
3241
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3242
+ } | {
3243
+ accessList?: import("viem").AccessList | undefined;
3244
+ authorizationList?: undefined | undefined;
3245
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3246
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3247
+ maxFeePerBlobGas?: bigint | undefined;
3248
+ maxFeePerGas?: bigint | undefined;
3249
+ maxPriorityFeePerGas?: bigint | undefined;
3250
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3251
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3252
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3253
+ } | {
3254
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3255
+ } | {
3256
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3257
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3258
+ accessList?: import("viem").AccessList | undefined;
3259
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3260
+ blobs?: undefined | undefined;
3261
+ blobVersionedHashes?: undefined | undefined;
3262
+ gasPrice?: undefined | undefined;
3263
+ maxFeePerBlobGas?: undefined | undefined;
3264
+ maxFeePerGas?: bigint | undefined;
3265
+ maxPriorityFeePerGas?: bigint | undefined;
3266
+ sidecars?: undefined | undefined;
3267
+ } | {
3268
+ accessList?: import("viem").AccessList | undefined;
3269
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3270
+ blobs?: undefined | undefined;
3271
+ blobVersionedHashes?: undefined | undefined;
3272
+ gasPrice?: undefined | undefined;
3273
+ maxFeePerBlobGas?: undefined | undefined;
3274
+ maxFeePerGas?: bigint | undefined;
3275
+ maxPriorityFeePerGas?: bigint | undefined;
3276
+ sidecars?: undefined | undefined;
3277
+ }) & {
3278
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3279
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
3280
+ chainId?: number | undefined;
3281
+ }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "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>;
3282
+ requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
3283
+ requestPermissions: (args: import("viem").RequestPermissionsParameters) => Promise<import("viem").RequestPermissionsReturnType>;
3284
+ sendCalls: <const calls extends readonly unknown[], chainOverride extends import("viem").Chain | undefined = undefined>(parameters: import("viem").SendCallsParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, calls>) => Promise<{
3285
+ capabilities?: {
3286
+ [x: string]: any;
3287
+ } | undefined;
3288
+ id: string;
3289
+ }>;
3290
+ sendCallsSync: <const calls extends readonly unknown[], chainOverride extends import("viem").Chain | undefined = undefined>(parameters: import("viem").SendCallsSyncParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, calls>) => Promise<{
3291
+ chainId: number;
3292
+ atomic: boolean;
3293
+ capabilities?: {
3294
+ [key: string]: any;
3295
+ } | {
3296
+ [x: string]: any;
3297
+ } | undefined;
3298
+ id: string;
3299
+ receipts?: import("viem").WalletCallReceipt<bigint, "success" | "reverted">[] | undefined;
3300
+ version: string;
3301
+ statusCode: number;
3302
+ status: "pending" | "success" | "failure" | undefined;
3303
+ }>;
3304
+ sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<import("viem").SendRawTransactionReturnType>;
3305
+ sendRawTransactionSync: (args: import("viem").SendRawTransactionSyncParameters) => Promise<import("viem").TransactionReceipt>;
3306
+ sendTransaction: <const request extends import("viem").SendTransactionRequest<import("viem").Chain | undefined, chainOverride>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, request>) => Promise<import("viem").SendTransactionReturnType>;
3307
+ sendTransactionSync: <const request extends import("viem").SendTransactionSyncRequest<import("viem").Chain | undefined, chainOverride>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").SendTransactionSyncParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, request>) => Promise<import("viem").SendTransactionSyncReturnType>;
3308
+ showCallsStatus: (parameters: import("viem").ShowCallsStatusParameters) => Promise<import("viem").ShowCallsStatusReturnType>;
3309
+ signAuthorization: (parameters: import("viem").SignAuthorizationParameters<import("viem").Account | undefined>) => Promise<import("viem").SignAuthorizationReturnType>;
3310
+ signMessage: (args: import("viem").SignMessageParameters<import("viem").Account | undefined>) => Promise<import("viem").SignMessageReturnType>;
3311
+ signTransaction: <chainOverride extends import("viem").Chain | undefined, const request extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<import("viem").Chain | undefined, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> = import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<import("viem").Chain | undefined, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from">>(args: import("viem").SignTransactionParameters<import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride, request>) => Promise<import("viem").TransactionSerialized<import("viem").GetTransactionType<request, (request extends {
3312
+ accessList?: undefined | undefined;
3313
+ authorizationList?: undefined | undefined;
3314
+ blobs?: undefined | undefined;
3315
+ blobVersionedHashes?: undefined | undefined;
3316
+ gasPrice?: bigint | undefined;
3317
+ sidecars?: undefined | undefined;
3318
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3319
+ accessList?: import("viem").AccessList | undefined;
3320
+ authorizationList?: undefined | undefined;
3321
+ blobs?: undefined | undefined;
3322
+ blobVersionedHashes?: undefined | undefined;
3323
+ gasPrice?: undefined | undefined;
3324
+ maxFeePerBlobGas?: undefined | undefined;
3325
+ maxFeePerGas?: bigint | undefined;
3326
+ maxPriorityFeePerGas?: bigint | undefined;
3327
+ sidecars?: undefined | undefined;
3328
+ } & (import("viem").OneOf<{
3329
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3330
+ } | {
3331
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3332
+ }, import("viem").FeeValuesEIP1559> & {
3333
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3334
+ }) ? "eip1559" : never) | (request extends {
3335
+ accessList?: import("viem").AccessList | undefined;
3336
+ authorizationList?: undefined | undefined;
3337
+ blobs?: undefined | undefined;
3338
+ blobVersionedHashes?: undefined | undefined;
3339
+ gasPrice?: bigint | undefined;
3340
+ sidecars?: undefined | undefined;
3341
+ maxFeePerBlobGas?: undefined | undefined;
3342
+ maxFeePerGas?: undefined | undefined;
3343
+ maxPriorityFeePerGas?: undefined | undefined;
3344
+ } & {
3345
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3346
+ } ? "eip2930" : never) | (request extends ({
3347
+ accessList?: import("viem").AccessList | undefined;
3348
+ authorizationList?: undefined | undefined;
3349
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3350
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3351
+ maxFeePerBlobGas?: bigint | undefined;
3352
+ maxFeePerGas?: bigint | undefined;
3353
+ maxPriorityFeePerGas?: bigint | undefined;
3354
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3355
+ } | {
3356
+ accessList?: import("viem").AccessList | undefined;
3357
+ authorizationList?: undefined | undefined;
3358
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3359
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3360
+ maxFeePerBlobGas?: bigint | undefined;
3361
+ maxFeePerGas?: bigint | undefined;
3362
+ maxPriorityFeePerGas?: bigint | undefined;
3363
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3364
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3365
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3366
+ } | {
3367
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3368
+ } | {
3369
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3370
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3371
+ accessList?: import("viem").AccessList | undefined;
3372
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3373
+ blobs?: undefined | undefined;
3374
+ blobVersionedHashes?: undefined | undefined;
3375
+ gasPrice?: undefined | undefined;
3376
+ maxFeePerBlobGas?: undefined | undefined;
3377
+ maxFeePerGas?: bigint | undefined;
3378
+ maxPriorityFeePerGas?: bigint | undefined;
3379
+ sidecars?: undefined | undefined;
3380
+ } | {
3381
+ accessList?: import("viem").AccessList | undefined;
3382
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3383
+ blobs?: undefined | undefined;
3384
+ blobVersionedHashes?: undefined | undefined;
3385
+ gasPrice?: undefined | undefined;
3386
+ maxFeePerBlobGas?: undefined | undefined;
3387
+ maxFeePerGas?: bigint | undefined;
3388
+ maxPriorityFeePerGas?: bigint | undefined;
3389
+ sidecars?: undefined | undefined;
3390
+ }) & {
3391
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3392
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>, (import("viem").GetTransactionType<request, (request extends {
3393
+ accessList?: undefined | undefined;
3394
+ authorizationList?: undefined | undefined;
3395
+ blobs?: undefined | undefined;
3396
+ blobVersionedHashes?: undefined | undefined;
3397
+ gasPrice?: bigint | undefined;
3398
+ sidecars?: undefined | undefined;
3399
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3400
+ accessList?: import("viem").AccessList | undefined;
3401
+ authorizationList?: undefined | undefined;
3402
+ blobs?: undefined | undefined;
3403
+ blobVersionedHashes?: undefined | undefined;
3404
+ gasPrice?: undefined | undefined;
3405
+ maxFeePerBlobGas?: undefined | undefined;
3406
+ maxFeePerGas?: bigint | undefined;
3407
+ maxPriorityFeePerGas?: bigint | undefined;
3408
+ sidecars?: undefined | undefined;
3409
+ } & (import("viem").OneOf<{
3410
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3411
+ } | {
3412
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3413
+ }, import("viem").FeeValuesEIP1559> & {
3414
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3415
+ }) ? "eip1559" : never) | (request extends {
3416
+ accessList?: import("viem").AccessList | undefined;
3417
+ authorizationList?: undefined | undefined;
3418
+ blobs?: undefined | undefined;
3419
+ blobVersionedHashes?: undefined | undefined;
3420
+ gasPrice?: bigint | undefined;
3421
+ sidecars?: undefined | undefined;
3422
+ maxFeePerBlobGas?: undefined | undefined;
3423
+ maxFeePerGas?: undefined | undefined;
3424
+ maxPriorityFeePerGas?: undefined | undefined;
3425
+ } & {
3426
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3427
+ } ? "eip2930" : never) | (request extends ({
3428
+ accessList?: import("viem").AccessList | undefined;
3429
+ authorizationList?: undefined | undefined;
3430
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3431
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3432
+ maxFeePerBlobGas?: bigint | undefined;
3433
+ maxFeePerGas?: bigint | undefined;
3434
+ maxPriorityFeePerGas?: bigint | undefined;
3435
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3436
+ } | {
3437
+ accessList?: import("viem").AccessList | undefined;
3438
+ authorizationList?: undefined | undefined;
3439
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3440
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3441
+ maxFeePerBlobGas?: bigint | undefined;
3442
+ maxFeePerGas?: bigint | undefined;
3443
+ maxPriorityFeePerGas?: bigint | undefined;
3444
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3445
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3446
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3447
+ } | {
3448
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3449
+ } | {
3450
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3451
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3452
+ accessList?: import("viem").AccessList | undefined;
3453
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3454
+ blobs?: undefined | undefined;
3455
+ blobVersionedHashes?: undefined | undefined;
3456
+ gasPrice?: undefined | undefined;
3457
+ maxFeePerBlobGas?: undefined | undefined;
3458
+ maxFeePerGas?: bigint | undefined;
3459
+ maxPriorityFeePerGas?: bigint | undefined;
3460
+ sidecars?: undefined | undefined;
3461
+ } | {
3462
+ accessList?: import("viem").AccessList | undefined;
3463
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3464
+ blobs?: undefined | undefined;
3465
+ blobVersionedHashes?: undefined | undefined;
3466
+ gasPrice?: undefined | undefined;
3467
+ maxFeePerBlobGas?: undefined | undefined;
3468
+ maxFeePerGas?: bigint | undefined;
3469
+ maxPriorityFeePerGas?: bigint | undefined;
3470
+ sidecars?: undefined | undefined;
3471
+ }) & {
3472
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3473
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends infer T ? T extends import("viem").GetTransactionType<request, (request extends {
3474
+ accessList?: undefined | undefined;
3475
+ authorizationList?: undefined | undefined;
3476
+ blobs?: undefined | undefined;
3477
+ blobVersionedHashes?: undefined | undefined;
3478
+ gasPrice?: bigint | undefined;
3479
+ sidecars?: undefined | undefined;
3480
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3481
+ accessList?: import("viem").AccessList | undefined;
3482
+ authorizationList?: undefined | undefined;
3483
+ blobs?: undefined | undefined;
3484
+ blobVersionedHashes?: undefined | undefined;
3485
+ gasPrice?: undefined | undefined;
3486
+ maxFeePerBlobGas?: undefined | undefined;
3487
+ maxFeePerGas?: bigint | undefined;
3488
+ maxPriorityFeePerGas?: bigint | undefined;
3489
+ sidecars?: undefined | undefined;
3490
+ } & (import("viem").OneOf<{
3491
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3492
+ } | {
3493
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3494
+ }, import("viem").FeeValuesEIP1559> & {
3495
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3496
+ }) ? "eip1559" : never) | (request extends {
3497
+ accessList?: import("viem").AccessList | undefined;
3498
+ authorizationList?: undefined | undefined;
3499
+ blobs?: undefined | undefined;
3500
+ blobVersionedHashes?: undefined | undefined;
3501
+ gasPrice?: bigint | undefined;
3502
+ sidecars?: undefined | undefined;
3503
+ maxFeePerBlobGas?: undefined | undefined;
3504
+ maxFeePerGas?: undefined | undefined;
3505
+ maxPriorityFeePerGas?: undefined | undefined;
3506
+ } & {
3507
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3508
+ } ? "eip2930" : never) | (request extends ({
3509
+ accessList?: import("viem").AccessList | undefined;
3510
+ authorizationList?: undefined | undefined;
3511
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3512
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3513
+ maxFeePerBlobGas?: bigint | undefined;
3514
+ maxFeePerGas?: bigint | undefined;
3515
+ maxPriorityFeePerGas?: bigint | undefined;
3516
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3517
+ } | {
3518
+ accessList?: import("viem").AccessList | undefined;
3519
+ authorizationList?: undefined | undefined;
3520
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3521
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3522
+ maxFeePerBlobGas?: bigint | undefined;
3523
+ maxFeePerGas?: bigint | undefined;
3524
+ maxPriorityFeePerGas?: bigint | undefined;
3525
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3526
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3527
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3528
+ } | {
3529
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3530
+ } | {
3531
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3532
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3533
+ accessList?: import("viem").AccessList | undefined;
3534
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3535
+ blobs?: undefined | undefined;
3536
+ blobVersionedHashes?: undefined | undefined;
3537
+ gasPrice?: undefined | undefined;
3538
+ maxFeePerBlobGas?: undefined | undefined;
3539
+ maxFeePerGas?: bigint | undefined;
3540
+ maxPriorityFeePerGas?: bigint | undefined;
3541
+ sidecars?: undefined | undefined;
3542
+ } | {
3543
+ accessList?: import("viem").AccessList | undefined;
3544
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3545
+ blobs?: undefined | undefined;
3546
+ blobVersionedHashes?: undefined | undefined;
3547
+ gasPrice?: undefined | undefined;
3548
+ maxFeePerBlobGas?: undefined | undefined;
3549
+ maxFeePerGas?: bigint | undefined;
3550
+ maxPriorityFeePerGas?: bigint | undefined;
3551
+ sidecars?: undefined | undefined;
3552
+ }) & {
3553
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3554
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T extends "eip1559" ? `0x02${string}` : never : never : never) | (import("viem").GetTransactionType<request, (request extends {
3555
+ accessList?: undefined | undefined;
3556
+ authorizationList?: undefined | undefined;
3557
+ blobs?: undefined | undefined;
3558
+ blobVersionedHashes?: undefined | undefined;
3559
+ gasPrice?: bigint | undefined;
3560
+ sidecars?: undefined | undefined;
3561
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3562
+ accessList?: import("viem").AccessList | undefined;
3563
+ authorizationList?: undefined | undefined;
3564
+ blobs?: undefined | undefined;
3565
+ blobVersionedHashes?: undefined | undefined;
3566
+ gasPrice?: undefined | undefined;
3567
+ maxFeePerBlobGas?: undefined | undefined;
3568
+ maxFeePerGas?: bigint | undefined;
3569
+ maxPriorityFeePerGas?: bigint | undefined;
3570
+ sidecars?: undefined | undefined;
3571
+ } & (import("viem").OneOf<{
3572
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3573
+ } | {
3574
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3575
+ }, import("viem").FeeValuesEIP1559> & {
3576
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3577
+ }) ? "eip1559" : never) | (request extends {
3578
+ accessList?: import("viem").AccessList | undefined;
3579
+ authorizationList?: undefined | undefined;
3580
+ blobs?: undefined | undefined;
3581
+ blobVersionedHashes?: undefined | undefined;
3582
+ gasPrice?: bigint | undefined;
3583
+ sidecars?: undefined | undefined;
3584
+ maxFeePerBlobGas?: undefined | undefined;
3585
+ maxFeePerGas?: undefined | undefined;
3586
+ maxPriorityFeePerGas?: undefined | undefined;
3587
+ } & {
3588
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3589
+ } ? "eip2930" : never) | (request extends ({
3590
+ accessList?: import("viem").AccessList | undefined;
3591
+ authorizationList?: undefined | undefined;
3592
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3593
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3594
+ maxFeePerBlobGas?: bigint | undefined;
3595
+ maxFeePerGas?: bigint | undefined;
3596
+ maxPriorityFeePerGas?: bigint | undefined;
3597
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3598
+ } | {
3599
+ accessList?: import("viem").AccessList | undefined;
3600
+ authorizationList?: undefined | undefined;
3601
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3602
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3603
+ maxFeePerBlobGas?: bigint | undefined;
3604
+ maxFeePerGas?: bigint | undefined;
3605
+ maxPriorityFeePerGas?: bigint | undefined;
3606
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3607
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3608
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3609
+ } | {
3610
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3611
+ } | {
3612
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3613
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3614
+ accessList?: import("viem").AccessList | undefined;
3615
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3616
+ blobs?: undefined | undefined;
3617
+ blobVersionedHashes?: undefined | undefined;
3618
+ gasPrice?: undefined | undefined;
3619
+ maxFeePerBlobGas?: undefined | undefined;
3620
+ maxFeePerGas?: bigint | undefined;
3621
+ maxPriorityFeePerGas?: bigint | undefined;
3622
+ sidecars?: undefined | undefined;
3623
+ } | {
3624
+ accessList?: import("viem").AccessList | undefined;
3625
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3626
+ blobs?: undefined | undefined;
3627
+ blobVersionedHashes?: undefined | undefined;
3628
+ gasPrice?: undefined | undefined;
3629
+ maxFeePerBlobGas?: undefined | undefined;
3630
+ maxFeePerGas?: bigint | undefined;
3631
+ maxPriorityFeePerGas?: bigint | undefined;
3632
+ sidecars?: undefined | undefined;
3633
+ }) & {
3634
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3635
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends infer T_1 ? T_1 extends import("viem").GetTransactionType<request, (request extends {
3636
+ accessList?: undefined | undefined;
3637
+ authorizationList?: undefined | undefined;
3638
+ blobs?: undefined | undefined;
3639
+ blobVersionedHashes?: undefined | undefined;
3640
+ gasPrice?: bigint | undefined;
3641
+ sidecars?: undefined | undefined;
3642
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3643
+ accessList?: import("viem").AccessList | undefined;
3644
+ authorizationList?: undefined | undefined;
3645
+ blobs?: undefined | undefined;
3646
+ blobVersionedHashes?: undefined | undefined;
3647
+ gasPrice?: undefined | undefined;
3648
+ maxFeePerBlobGas?: undefined | undefined;
3649
+ maxFeePerGas?: bigint | undefined;
3650
+ maxPriorityFeePerGas?: bigint | undefined;
3651
+ sidecars?: undefined | undefined;
3652
+ } & (import("viem").OneOf<{
3653
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3654
+ } | {
3655
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3656
+ }, import("viem").FeeValuesEIP1559> & {
3657
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3658
+ }) ? "eip1559" : never) | (request extends {
3659
+ accessList?: import("viem").AccessList | undefined;
3660
+ authorizationList?: undefined | undefined;
3661
+ blobs?: undefined | undefined;
3662
+ blobVersionedHashes?: undefined | undefined;
3663
+ gasPrice?: bigint | undefined;
3664
+ sidecars?: undefined | undefined;
3665
+ maxFeePerBlobGas?: undefined | undefined;
3666
+ maxFeePerGas?: undefined | undefined;
3667
+ maxPriorityFeePerGas?: undefined | undefined;
3668
+ } & {
3669
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3670
+ } ? "eip2930" : never) | (request extends ({
3671
+ accessList?: import("viem").AccessList | undefined;
3672
+ authorizationList?: undefined | undefined;
3673
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3674
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3675
+ maxFeePerBlobGas?: bigint | undefined;
3676
+ maxFeePerGas?: bigint | undefined;
3677
+ maxPriorityFeePerGas?: bigint | undefined;
3678
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3679
+ } | {
3680
+ accessList?: import("viem").AccessList | undefined;
3681
+ authorizationList?: undefined | undefined;
3682
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3683
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3684
+ maxFeePerBlobGas?: bigint | undefined;
3685
+ maxFeePerGas?: bigint | undefined;
3686
+ maxPriorityFeePerGas?: bigint | undefined;
3687
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3688
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3689
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3690
+ } | {
3691
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3692
+ } | {
3693
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3694
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3695
+ accessList?: import("viem").AccessList | undefined;
3696
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3697
+ blobs?: undefined | undefined;
3698
+ blobVersionedHashes?: undefined | undefined;
3699
+ gasPrice?: undefined | undefined;
3700
+ maxFeePerBlobGas?: undefined | undefined;
3701
+ maxFeePerGas?: bigint | undefined;
3702
+ maxPriorityFeePerGas?: bigint | undefined;
3703
+ sidecars?: undefined | undefined;
3704
+ } | {
3705
+ accessList?: import("viem").AccessList | undefined;
3706
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3707
+ blobs?: undefined | undefined;
3708
+ blobVersionedHashes?: undefined | undefined;
3709
+ gasPrice?: undefined | undefined;
3710
+ maxFeePerBlobGas?: undefined | undefined;
3711
+ maxFeePerGas?: bigint | undefined;
3712
+ maxPriorityFeePerGas?: bigint | undefined;
3713
+ sidecars?: undefined | undefined;
3714
+ }) & {
3715
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3716
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T_1 extends "eip2930" ? `0x01${string}` : never : never : never) | (import("viem").GetTransactionType<request, (request extends {
3717
+ accessList?: undefined | undefined;
3718
+ authorizationList?: undefined | undefined;
3719
+ blobs?: undefined | undefined;
3720
+ blobVersionedHashes?: undefined | undefined;
3721
+ gasPrice?: bigint | undefined;
3722
+ sidecars?: undefined | undefined;
3723
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3724
+ accessList?: import("viem").AccessList | undefined;
3725
+ authorizationList?: undefined | undefined;
3726
+ blobs?: undefined | undefined;
3727
+ blobVersionedHashes?: undefined | undefined;
3728
+ gasPrice?: undefined | undefined;
3729
+ maxFeePerBlobGas?: undefined | undefined;
3730
+ maxFeePerGas?: bigint | undefined;
3731
+ maxPriorityFeePerGas?: bigint | undefined;
3732
+ sidecars?: undefined | undefined;
3733
+ } & (import("viem").OneOf<{
3734
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3735
+ } | {
3736
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3737
+ }, import("viem").FeeValuesEIP1559> & {
3738
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3739
+ }) ? "eip1559" : never) | (request extends {
3740
+ accessList?: import("viem").AccessList | undefined;
3741
+ authorizationList?: undefined | undefined;
3742
+ blobs?: undefined | undefined;
3743
+ blobVersionedHashes?: undefined | undefined;
3744
+ gasPrice?: bigint | undefined;
3745
+ sidecars?: undefined | undefined;
3746
+ maxFeePerBlobGas?: undefined | undefined;
3747
+ maxFeePerGas?: undefined | undefined;
3748
+ maxPriorityFeePerGas?: undefined | undefined;
3749
+ } & {
3750
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3751
+ } ? "eip2930" : never) | (request extends ({
3752
+ accessList?: import("viem").AccessList | undefined;
3753
+ authorizationList?: undefined | undefined;
3754
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3755
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3756
+ maxFeePerBlobGas?: bigint | undefined;
3757
+ maxFeePerGas?: bigint | undefined;
3758
+ maxPriorityFeePerGas?: bigint | undefined;
3759
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3760
+ } | {
3761
+ accessList?: import("viem").AccessList | undefined;
3762
+ authorizationList?: undefined | undefined;
3763
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3764
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3765
+ maxFeePerBlobGas?: bigint | undefined;
3766
+ maxFeePerGas?: bigint | undefined;
3767
+ maxPriorityFeePerGas?: bigint | undefined;
3768
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3769
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3770
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3771
+ } | {
3772
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3773
+ } | {
3774
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3775
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3776
+ accessList?: import("viem").AccessList | undefined;
3777
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3778
+ blobs?: undefined | undefined;
3779
+ blobVersionedHashes?: undefined | undefined;
3780
+ gasPrice?: undefined | undefined;
3781
+ maxFeePerBlobGas?: undefined | undefined;
3782
+ maxFeePerGas?: bigint | undefined;
3783
+ maxPriorityFeePerGas?: bigint | undefined;
3784
+ sidecars?: undefined | undefined;
3785
+ } | {
3786
+ accessList?: import("viem").AccessList | undefined;
3787
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3788
+ blobs?: undefined | undefined;
3789
+ blobVersionedHashes?: undefined | undefined;
3790
+ gasPrice?: undefined | undefined;
3791
+ maxFeePerBlobGas?: undefined | undefined;
3792
+ maxFeePerGas?: bigint | undefined;
3793
+ maxPriorityFeePerGas?: bigint | undefined;
3794
+ sidecars?: undefined | undefined;
3795
+ }) & {
3796
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3797
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends infer T_2 ? T_2 extends import("viem").GetTransactionType<request, (request extends {
3798
+ accessList?: undefined | undefined;
3799
+ authorizationList?: undefined | undefined;
3800
+ blobs?: undefined | undefined;
3801
+ blobVersionedHashes?: undefined | undefined;
3802
+ gasPrice?: bigint | undefined;
3803
+ sidecars?: undefined | undefined;
3804
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3805
+ accessList?: import("viem").AccessList | undefined;
3806
+ authorizationList?: undefined | undefined;
3807
+ blobs?: undefined | undefined;
3808
+ blobVersionedHashes?: undefined | undefined;
3809
+ gasPrice?: undefined | undefined;
3810
+ maxFeePerBlobGas?: undefined | undefined;
3811
+ maxFeePerGas?: bigint | undefined;
3812
+ maxPriorityFeePerGas?: bigint | undefined;
3813
+ sidecars?: undefined | undefined;
3814
+ } & (import("viem").OneOf<{
3815
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3816
+ } | {
3817
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3818
+ }, import("viem").FeeValuesEIP1559> & {
3819
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3820
+ }) ? "eip1559" : never) | (request extends {
3821
+ accessList?: import("viem").AccessList | undefined;
3822
+ authorizationList?: undefined | undefined;
3823
+ blobs?: undefined | undefined;
3824
+ blobVersionedHashes?: undefined | undefined;
3825
+ gasPrice?: bigint | undefined;
3826
+ sidecars?: undefined | undefined;
3827
+ maxFeePerBlobGas?: undefined | undefined;
3828
+ maxFeePerGas?: undefined | undefined;
3829
+ maxPriorityFeePerGas?: undefined | undefined;
3830
+ } & {
3831
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3832
+ } ? "eip2930" : never) | (request extends ({
3833
+ accessList?: import("viem").AccessList | undefined;
3834
+ authorizationList?: undefined | undefined;
3835
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3836
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3837
+ maxFeePerBlobGas?: bigint | undefined;
3838
+ maxFeePerGas?: bigint | undefined;
3839
+ maxPriorityFeePerGas?: bigint | undefined;
3840
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3841
+ } | {
3842
+ accessList?: import("viem").AccessList | undefined;
3843
+ authorizationList?: undefined | undefined;
3844
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3845
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3846
+ maxFeePerBlobGas?: bigint | undefined;
3847
+ maxFeePerGas?: bigint | undefined;
3848
+ maxPriorityFeePerGas?: bigint | undefined;
3849
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3850
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3851
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3852
+ } | {
3853
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3854
+ } | {
3855
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3856
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3857
+ accessList?: import("viem").AccessList | undefined;
3858
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3859
+ blobs?: undefined | undefined;
3860
+ blobVersionedHashes?: undefined | undefined;
3861
+ gasPrice?: undefined | undefined;
3862
+ maxFeePerBlobGas?: undefined | undefined;
3863
+ maxFeePerGas?: bigint | undefined;
3864
+ maxPriorityFeePerGas?: bigint | undefined;
3865
+ sidecars?: undefined | undefined;
3866
+ } | {
3867
+ accessList?: import("viem").AccessList | undefined;
3868
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3869
+ blobs?: undefined | undefined;
3870
+ blobVersionedHashes?: undefined | undefined;
3871
+ gasPrice?: undefined | undefined;
3872
+ maxFeePerBlobGas?: undefined | undefined;
3873
+ maxFeePerGas?: bigint | undefined;
3874
+ maxPriorityFeePerGas?: bigint | undefined;
3875
+ sidecars?: undefined | undefined;
3876
+ }) & {
3877
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3878
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T_2 extends "eip4844" ? `0x03${string}` : never : never : never) | (import("viem").GetTransactionType<request, (request extends {
3879
+ accessList?: undefined | undefined;
3880
+ authorizationList?: undefined | undefined;
3881
+ blobs?: undefined | undefined;
3882
+ blobVersionedHashes?: undefined | undefined;
3883
+ gasPrice?: bigint | undefined;
3884
+ sidecars?: undefined | undefined;
3885
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3886
+ accessList?: import("viem").AccessList | undefined;
3887
+ authorizationList?: undefined | undefined;
3888
+ blobs?: undefined | undefined;
3889
+ blobVersionedHashes?: undefined | undefined;
3890
+ gasPrice?: undefined | undefined;
3891
+ maxFeePerBlobGas?: undefined | undefined;
3892
+ maxFeePerGas?: bigint | undefined;
3893
+ maxPriorityFeePerGas?: bigint | undefined;
3894
+ sidecars?: undefined | undefined;
3895
+ } & (import("viem").OneOf<{
3896
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3897
+ } | {
3898
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3899
+ }, import("viem").FeeValuesEIP1559> & {
3900
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3901
+ }) ? "eip1559" : never) | (request extends {
3902
+ accessList?: import("viem").AccessList | undefined;
3903
+ authorizationList?: undefined | undefined;
3904
+ blobs?: undefined | undefined;
3905
+ blobVersionedHashes?: undefined | undefined;
3906
+ gasPrice?: bigint | undefined;
3907
+ sidecars?: undefined | undefined;
3908
+ maxFeePerBlobGas?: undefined | undefined;
3909
+ maxFeePerGas?: undefined | undefined;
3910
+ maxPriorityFeePerGas?: undefined | undefined;
3911
+ } & {
3912
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3913
+ } ? "eip2930" : never) | (request extends ({
3914
+ accessList?: import("viem").AccessList | undefined;
3915
+ authorizationList?: undefined | undefined;
3916
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3917
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3918
+ maxFeePerBlobGas?: bigint | undefined;
3919
+ maxFeePerGas?: bigint | undefined;
3920
+ maxPriorityFeePerGas?: bigint | undefined;
3921
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3922
+ } | {
3923
+ accessList?: import("viem").AccessList | undefined;
3924
+ authorizationList?: undefined | undefined;
3925
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3926
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3927
+ maxFeePerBlobGas?: bigint | undefined;
3928
+ maxFeePerGas?: bigint | undefined;
3929
+ maxPriorityFeePerGas?: bigint | undefined;
3930
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3931
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3932
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3933
+ } | {
3934
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3935
+ } | {
3936
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3937
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3938
+ accessList?: import("viem").AccessList | undefined;
3939
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3940
+ blobs?: undefined | undefined;
3941
+ blobVersionedHashes?: undefined | undefined;
3942
+ gasPrice?: undefined | undefined;
3943
+ maxFeePerBlobGas?: undefined | undefined;
3944
+ maxFeePerGas?: bigint | undefined;
3945
+ maxPriorityFeePerGas?: bigint | undefined;
3946
+ sidecars?: undefined | undefined;
3947
+ } | {
3948
+ accessList?: import("viem").AccessList | undefined;
3949
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
3950
+ blobs?: undefined | undefined;
3951
+ blobVersionedHashes?: undefined | undefined;
3952
+ gasPrice?: undefined | undefined;
3953
+ maxFeePerBlobGas?: undefined | undefined;
3954
+ maxFeePerGas?: bigint | undefined;
3955
+ maxPriorityFeePerGas?: bigint | undefined;
3956
+ sidecars?: undefined | undefined;
3957
+ }) & {
3958
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3959
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends infer T_3 ? T_3 extends import("viem").GetTransactionType<request, (request extends {
3960
+ accessList?: undefined | undefined;
3961
+ authorizationList?: undefined | undefined;
3962
+ blobs?: undefined | undefined;
3963
+ blobVersionedHashes?: undefined | undefined;
3964
+ gasPrice?: bigint | undefined;
3965
+ sidecars?: undefined | undefined;
3966
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3967
+ accessList?: import("viem").AccessList | undefined;
3968
+ authorizationList?: undefined | undefined;
3969
+ blobs?: undefined | undefined;
3970
+ blobVersionedHashes?: undefined | undefined;
3971
+ gasPrice?: undefined | undefined;
3972
+ maxFeePerBlobGas?: undefined | undefined;
3973
+ maxFeePerGas?: bigint | undefined;
3974
+ maxPriorityFeePerGas?: bigint | undefined;
3975
+ sidecars?: undefined | undefined;
3976
+ } & (import("viem").OneOf<{
3977
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3978
+ } | {
3979
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3980
+ }, import("viem").FeeValuesEIP1559> & {
3981
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3982
+ }) ? "eip1559" : never) | (request extends {
3983
+ accessList?: import("viem").AccessList | undefined;
3984
+ authorizationList?: undefined | undefined;
3985
+ blobs?: undefined | undefined;
3986
+ blobVersionedHashes?: undefined | undefined;
3987
+ gasPrice?: bigint | undefined;
3988
+ sidecars?: undefined | undefined;
3989
+ maxFeePerBlobGas?: undefined | undefined;
3990
+ maxFeePerGas?: undefined | undefined;
3991
+ maxPriorityFeePerGas?: undefined | undefined;
3992
+ } & {
3993
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3994
+ } ? "eip2930" : never) | (request extends ({
3995
+ accessList?: import("viem").AccessList | undefined;
3996
+ authorizationList?: undefined | undefined;
3997
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3998
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3999
+ maxFeePerBlobGas?: bigint | undefined;
4000
+ maxFeePerGas?: bigint | undefined;
4001
+ maxPriorityFeePerGas?: bigint | undefined;
4002
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4003
+ } | {
4004
+ accessList?: import("viem").AccessList | undefined;
4005
+ authorizationList?: undefined | undefined;
4006
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
4007
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4008
+ maxFeePerBlobGas?: bigint | undefined;
4009
+ maxFeePerGas?: bigint | undefined;
4010
+ maxPriorityFeePerGas?: bigint | undefined;
4011
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4012
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
4013
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
4014
+ } | {
4015
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
4016
+ } | {
4017
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
4018
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4019
+ accessList?: import("viem").AccessList | undefined;
4020
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4021
+ blobs?: undefined | undefined;
4022
+ blobVersionedHashes?: undefined | undefined;
4023
+ gasPrice?: undefined | undefined;
4024
+ maxFeePerBlobGas?: undefined | undefined;
4025
+ maxFeePerGas?: bigint | undefined;
4026
+ maxPriorityFeePerGas?: bigint | undefined;
4027
+ sidecars?: undefined | undefined;
4028
+ } | {
4029
+ accessList?: import("viem").AccessList | undefined;
4030
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4031
+ blobs?: undefined | undefined;
4032
+ blobVersionedHashes?: undefined | undefined;
4033
+ gasPrice?: undefined | undefined;
4034
+ maxFeePerBlobGas?: undefined | undefined;
4035
+ maxFeePerGas?: bigint | undefined;
4036
+ maxPriorityFeePerGas?: bigint | undefined;
4037
+ sidecars?: undefined | undefined;
4038
+ }) & {
4039
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
4040
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T_3 extends "eip7702" ? `0x04${string}` : never : never : never) | (import("viem").GetTransactionType<request, (request extends {
4041
+ accessList?: undefined | undefined;
4042
+ authorizationList?: undefined | undefined;
4043
+ blobs?: undefined | undefined;
4044
+ blobVersionedHashes?: undefined | undefined;
4045
+ gasPrice?: bigint | undefined;
4046
+ sidecars?: undefined | undefined;
4047
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
4048
+ accessList?: import("viem").AccessList | undefined;
4049
+ authorizationList?: undefined | undefined;
4050
+ blobs?: undefined | undefined;
4051
+ blobVersionedHashes?: undefined | undefined;
4052
+ gasPrice?: undefined | undefined;
4053
+ maxFeePerBlobGas?: undefined | undefined;
4054
+ maxFeePerGas?: bigint | undefined;
4055
+ maxPriorityFeePerGas?: bigint | undefined;
4056
+ sidecars?: undefined | undefined;
4057
+ } & (import("viem").OneOf<{
4058
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
4059
+ } | {
4060
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
4061
+ }, import("viem").FeeValuesEIP1559> & {
4062
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
4063
+ }) ? "eip1559" : never) | (request extends {
4064
+ accessList?: import("viem").AccessList | undefined;
4065
+ authorizationList?: undefined | undefined;
4066
+ blobs?: undefined | undefined;
4067
+ blobVersionedHashes?: undefined | undefined;
4068
+ gasPrice?: bigint | undefined;
4069
+ sidecars?: undefined | undefined;
4070
+ maxFeePerBlobGas?: undefined | undefined;
4071
+ maxFeePerGas?: undefined | undefined;
4072
+ maxPriorityFeePerGas?: undefined | undefined;
4073
+ } & {
4074
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
4075
+ } ? "eip2930" : never) | (request extends ({
4076
+ accessList?: import("viem").AccessList | undefined;
4077
+ authorizationList?: undefined | undefined;
4078
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
4079
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4080
+ maxFeePerBlobGas?: bigint | undefined;
4081
+ maxFeePerGas?: bigint | undefined;
4082
+ maxPriorityFeePerGas?: bigint | undefined;
4083
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4084
+ } | {
4085
+ accessList?: import("viem").AccessList | undefined;
4086
+ authorizationList?: undefined | undefined;
4087
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
4088
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4089
+ maxFeePerBlobGas?: bigint | undefined;
4090
+ maxFeePerGas?: bigint | undefined;
4091
+ maxPriorityFeePerGas?: bigint | undefined;
4092
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4093
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
4094
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
4095
+ } | {
4096
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
4097
+ } | {
4098
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
4099
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4100
+ accessList?: import("viem").AccessList | undefined;
4101
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4102
+ blobs?: undefined | undefined;
4103
+ blobVersionedHashes?: undefined | undefined;
4104
+ gasPrice?: undefined | undefined;
4105
+ maxFeePerBlobGas?: undefined | undefined;
4106
+ maxFeePerGas?: bigint | undefined;
4107
+ maxPriorityFeePerGas?: bigint | undefined;
4108
+ sidecars?: undefined | undefined;
4109
+ } | {
4110
+ accessList?: import("viem").AccessList | undefined;
4111
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4112
+ blobs?: undefined | undefined;
4113
+ blobVersionedHashes?: undefined | undefined;
4114
+ gasPrice?: undefined | undefined;
4115
+ maxFeePerBlobGas?: undefined | undefined;
4116
+ maxFeePerGas?: bigint | undefined;
4117
+ maxPriorityFeePerGas?: bigint | undefined;
4118
+ sidecars?: undefined | undefined;
4119
+ }) & {
4120
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
4121
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends infer T_4 ? T_4 extends import("viem").GetTransactionType<request, (request extends {
4122
+ accessList?: undefined | undefined;
4123
+ authorizationList?: undefined | undefined;
4124
+ blobs?: undefined | undefined;
4125
+ blobVersionedHashes?: undefined | undefined;
4126
+ gasPrice?: bigint | undefined;
4127
+ sidecars?: undefined | undefined;
4128
+ } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
4129
+ accessList?: import("viem").AccessList | undefined;
4130
+ authorizationList?: undefined | undefined;
4131
+ blobs?: undefined | undefined;
4132
+ blobVersionedHashes?: undefined | undefined;
4133
+ gasPrice?: undefined | undefined;
4134
+ maxFeePerBlobGas?: undefined | undefined;
4135
+ maxFeePerGas?: bigint | undefined;
4136
+ maxPriorityFeePerGas?: bigint | undefined;
4137
+ sidecars?: undefined | undefined;
4138
+ } & (import("viem").OneOf<{
4139
+ maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
4140
+ } | {
4141
+ maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
4142
+ }, import("viem").FeeValuesEIP1559> & {
4143
+ accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
4144
+ }) ? "eip1559" : never) | (request extends {
4145
+ accessList?: import("viem").AccessList | undefined;
4146
+ authorizationList?: undefined | undefined;
4147
+ blobs?: undefined | undefined;
4148
+ blobVersionedHashes?: undefined | undefined;
4149
+ gasPrice?: bigint | undefined;
4150
+ sidecars?: undefined | undefined;
4151
+ maxFeePerBlobGas?: undefined | undefined;
4152
+ maxFeePerGas?: undefined | undefined;
4153
+ maxPriorityFeePerGas?: undefined | undefined;
4154
+ } & {
4155
+ accessList: import("viem").TransactionSerializableEIP2930["accessList"];
4156
+ } ? "eip2930" : never) | (request extends ({
4157
+ accessList?: import("viem").AccessList | undefined;
4158
+ authorizationList?: undefined | undefined;
4159
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
4160
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4161
+ maxFeePerBlobGas?: bigint | undefined;
4162
+ maxFeePerGas?: bigint | undefined;
4163
+ maxPriorityFeePerGas?: bigint | undefined;
4164
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4165
+ } | {
4166
+ accessList?: import("viem").AccessList | undefined;
4167
+ authorizationList?: undefined | undefined;
4168
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
4169
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4170
+ maxFeePerBlobGas?: bigint | undefined;
4171
+ maxFeePerGas?: bigint | undefined;
4172
+ maxPriorityFeePerGas?: bigint | undefined;
4173
+ sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
4174
+ }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
4175
+ blobs: import("viem").TransactionSerializableEIP4844["blobs"];
4176
+ } | {
4177
+ blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
4178
+ } | {
4179
+ sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
4180
+ }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
4181
+ accessList?: import("viem").AccessList | undefined;
4182
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4183
+ blobs?: undefined | undefined;
4184
+ blobVersionedHashes?: undefined | undefined;
4185
+ gasPrice?: undefined | undefined;
4186
+ maxFeePerBlobGas?: undefined | undefined;
4187
+ maxFeePerGas?: bigint | undefined;
4188
+ maxPriorityFeePerGas?: bigint | undefined;
4189
+ sidecars?: undefined | undefined;
4190
+ } | {
4191
+ accessList?: import("viem").AccessList | undefined;
4192
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
4193
+ blobs?: undefined | undefined;
4194
+ blobVersionedHashes?: undefined | undefined;
4195
+ gasPrice?: undefined | undefined;
4196
+ maxFeePerBlobGas?: undefined | undefined;
4197
+ maxFeePerGas?: bigint | undefined;
4198
+ maxPriorityFeePerGas?: bigint | undefined;
4199
+ sidecars?: undefined | undefined;
4200
+ }) & {
4201
+ authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
4202
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T_4 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
4203
+ signTypedData: <const typedData extends {
4204
+ [x: string]: readonly import("viem").TypedDataParameter[];
4205
+ [x: `address[${string}]`]: undefined;
4206
+ [x: `bool[${string}]`]: undefined;
4207
+ [x: `string[${string}]`]: undefined;
4208
+ [x: `bytes[${string}]`]: undefined;
4209
+ [x: `int[${string}]`]: undefined;
4210
+ [x: `uint[${string}]`]: undefined;
4211
+ [x: `function[${string}]`]: undefined;
4212
+ [x: `bytes1[${string}]`]: undefined;
4213
+ [x: `bytes2[${string}]`]: undefined;
4214
+ [x: `bytes3[${string}]`]: undefined;
4215
+ [x: `bytes22[${string}]`]: undefined;
4216
+ [x: `bytes4[${string}]`]: undefined;
4217
+ [x: `bytes5[${string}]`]: undefined;
4218
+ [x: `bytes6[${string}]`]: undefined;
4219
+ [x: `bytes7[${string}]`]: undefined;
4220
+ [x: `bytes8[${string}]`]: undefined;
4221
+ [x: `bytes9[${string}]`]: undefined;
4222
+ [x: `bytes10[${string}]`]: undefined;
4223
+ [x: `bytes11[${string}]`]: undefined;
4224
+ [x: `bytes12[${string}]`]: undefined;
4225
+ [x: `bytes13[${string}]`]: undefined;
4226
+ [x: `bytes14[${string}]`]: undefined;
4227
+ [x: `bytes15[${string}]`]: undefined;
4228
+ [x: `bytes16[${string}]`]: undefined;
4229
+ [x: `bytes17[${string}]`]: undefined;
4230
+ [x: `bytes18[${string}]`]: undefined;
4231
+ [x: `bytes19[${string}]`]: undefined;
4232
+ [x: `bytes20[${string}]`]: undefined;
4233
+ [x: `bytes21[${string}]`]: undefined;
4234
+ [x: `bytes23[${string}]`]: undefined;
4235
+ [x: `bytes24[${string}]`]: undefined;
4236
+ [x: `bytes25[${string}]`]: undefined;
4237
+ [x: `bytes26[${string}]`]: undefined;
4238
+ [x: `bytes27[${string}]`]: undefined;
4239
+ [x: `bytes28[${string}]`]: undefined;
4240
+ [x: `bytes29[${string}]`]: undefined;
4241
+ [x: `bytes30[${string}]`]: undefined;
4242
+ [x: `bytes31[${string}]`]: undefined;
4243
+ [x: `bytes32[${string}]`]: undefined;
4244
+ [x: `int8[${string}]`]: undefined;
4245
+ [x: `int16[${string}]`]: undefined;
4246
+ [x: `int24[${string}]`]: undefined;
4247
+ [x: `int32[${string}]`]: undefined;
4248
+ [x: `int40[${string}]`]: undefined;
4249
+ [x: `int48[${string}]`]: undefined;
4250
+ [x: `int56[${string}]`]: undefined;
4251
+ [x: `int64[${string}]`]: undefined;
4252
+ [x: `int72[${string}]`]: undefined;
4253
+ [x: `int80[${string}]`]: undefined;
4254
+ [x: `int88[${string}]`]: undefined;
4255
+ [x: `int96[${string}]`]: undefined;
4256
+ [x: `int104[${string}]`]: undefined;
4257
+ [x: `int112[${string}]`]: undefined;
4258
+ [x: `int120[${string}]`]: undefined;
4259
+ [x: `int128[${string}]`]: undefined;
4260
+ [x: `int136[${string}]`]: undefined;
4261
+ [x: `int144[${string}]`]: undefined;
4262
+ [x: `int152[${string}]`]: undefined;
4263
+ [x: `int160[${string}]`]: undefined;
4264
+ [x: `int168[${string}]`]: undefined;
4265
+ [x: `int176[${string}]`]: undefined;
4266
+ [x: `int184[${string}]`]: undefined;
4267
+ [x: `int192[${string}]`]: undefined;
4268
+ [x: `int200[${string}]`]: undefined;
4269
+ [x: `int208[${string}]`]: undefined;
4270
+ [x: `int216[${string}]`]: undefined;
4271
+ [x: `int224[${string}]`]: undefined;
4272
+ [x: `int232[${string}]`]: undefined;
4273
+ [x: `int240[${string}]`]: undefined;
4274
+ [x: `int248[${string}]`]: undefined;
4275
+ [x: `int256[${string}]`]: undefined;
4276
+ [x: `uint8[${string}]`]: undefined;
4277
+ [x: `uint16[${string}]`]: undefined;
4278
+ [x: `uint24[${string}]`]: undefined;
4279
+ [x: `uint32[${string}]`]: undefined;
4280
+ [x: `uint40[${string}]`]: undefined;
4281
+ [x: `uint48[${string}]`]: undefined;
4282
+ [x: `uint56[${string}]`]: undefined;
4283
+ [x: `uint64[${string}]`]: undefined;
4284
+ [x: `uint72[${string}]`]: undefined;
4285
+ [x: `uint80[${string}]`]: undefined;
4286
+ [x: `uint88[${string}]`]: undefined;
4287
+ [x: `uint96[${string}]`]: undefined;
4288
+ [x: `uint104[${string}]`]: undefined;
4289
+ [x: `uint112[${string}]`]: undefined;
4290
+ [x: `uint120[${string}]`]: undefined;
4291
+ [x: `uint128[${string}]`]: undefined;
4292
+ [x: `uint136[${string}]`]: undefined;
4293
+ [x: `uint144[${string}]`]: undefined;
4294
+ [x: `uint152[${string}]`]: undefined;
4295
+ [x: `uint160[${string}]`]: undefined;
4296
+ [x: `uint168[${string}]`]: undefined;
4297
+ [x: `uint176[${string}]`]: undefined;
4298
+ [x: `uint184[${string}]`]: undefined;
4299
+ [x: `uint192[${string}]`]: undefined;
4300
+ [x: `uint200[${string}]`]: undefined;
4301
+ [x: `uint208[${string}]`]: undefined;
4302
+ [x: `uint216[${string}]`]: undefined;
4303
+ [x: `uint224[${string}]`]: undefined;
4304
+ [x: `uint232[${string}]`]: undefined;
4305
+ [x: `uint240[${string}]`]: undefined;
4306
+ [x: `uint248[${string}]`]: undefined;
4307
+ [x: `uint256[${string}]`]: undefined;
4308
+ string?: undefined;
4309
+ address?: undefined;
4310
+ bool?: undefined;
4311
+ bytes?: undefined;
4312
+ bytes1?: undefined;
4313
+ bytes2?: undefined;
4314
+ bytes3?: undefined;
4315
+ bytes22?: undefined;
4316
+ bytes4?: undefined;
4317
+ bytes5?: undefined;
4318
+ bytes6?: undefined;
4319
+ bytes7?: undefined;
4320
+ bytes8?: undefined;
4321
+ bytes9?: undefined;
4322
+ bytes10?: undefined;
4323
+ bytes11?: undefined;
4324
+ bytes12?: undefined;
4325
+ bytes13?: undefined;
4326
+ bytes14?: undefined;
4327
+ bytes15?: undefined;
4328
+ bytes16?: undefined;
4329
+ bytes17?: undefined;
4330
+ bytes18?: undefined;
4331
+ bytes19?: undefined;
4332
+ bytes20?: undefined;
4333
+ bytes21?: undefined;
4334
+ bytes23?: undefined;
4335
+ bytes24?: undefined;
4336
+ bytes25?: undefined;
4337
+ bytes26?: undefined;
4338
+ bytes27?: undefined;
4339
+ bytes28?: undefined;
4340
+ bytes29?: undefined;
4341
+ bytes30?: undefined;
4342
+ bytes31?: undefined;
4343
+ bytes32?: undefined;
4344
+ int8?: undefined;
4345
+ int16?: undefined;
4346
+ int24?: undefined;
4347
+ int32?: undefined;
4348
+ int40?: undefined;
4349
+ int48?: undefined;
4350
+ int56?: undefined;
4351
+ int64?: undefined;
4352
+ int72?: undefined;
4353
+ int80?: undefined;
4354
+ int88?: undefined;
4355
+ int96?: undefined;
4356
+ int104?: undefined;
4357
+ int112?: undefined;
4358
+ int120?: undefined;
4359
+ int128?: undefined;
4360
+ int136?: undefined;
4361
+ int144?: undefined;
4362
+ int152?: undefined;
4363
+ int160?: undefined;
4364
+ int168?: undefined;
4365
+ int176?: undefined;
4366
+ int184?: undefined;
4367
+ int192?: undefined;
4368
+ int200?: undefined;
4369
+ int208?: undefined;
4370
+ int216?: undefined;
4371
+ int224?: undefined;
4372
+ int232?: undefined;
4373
+ int240?: undefined;
4374
+ int248?: undefined;
4375
+ int256?: undefined;
4376
+ uint8?: undefined;
4377
+ uint16?: undefined;
4378
+ uint24?: undefined;
4379
+ uint32?: undefined;
4380
+ uint40?: undefined;
4381
+ uint48?: undefined;
4382
+ uint56?: undefined;
4383
+ uint64?: undefined;
4384
+ uint72?: undefined;
4385
+ uint80?: undefined;
4386
+ uint88?: undefined;
4387
+ uint96?: undefined;
4388
+ uint104?: undefined;
4389
+ uint112?: undefined;
4390
+ uint120?: undefined;
4391
+ uint128?: undefined;
4392
+ uint136?: undefined;
4393
+ uint144?: undefined;
4394
+ uint152?: undefined;
4395
+ uint160?: undefined;
4396
+ uint168?: undefined;
4397
+ uint176?: undefined;
4398
+ uint184?: undefined;
4399
+ uint192?: undefined;
4400
+ uint200?: undefined;
4401
+ uint208?: undefined;
4402
+ uint216?: undefined;
4403
+ uint224?: undefined;
4404
+ uint232?: undefined;
4405
+ uint240?: undefined;
4406
+ uint248?: undefined;
4407
+ uint256?: undefined;
4408
+ } | {
4409
+ [key: string]: unknown;
4410
+ }, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account | undefined>) => Promise<import("viem").SignTypedDataReturnType>;
4411
+ switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
4412
+ waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<import("viem").WaitForCallsStatusReturnType>;
4413
+ watchAsset: (args: import("viem").WatchAssetParameters) => Promise<import("viem").WatchAssetReturnType>;
4414
+ writeContract: <const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "payable" | "nonpayable">, args_1 extends import("viem").ContractFunctionArgs<abi, "payable" | "nonpayable", functionName>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi, functionName, args_1, import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride>) => Promise<import("viem").WriteContractReturnType>;
4415
+ writeContractSync: <const abi extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi, "payable" | "nonpayable">, args_1 extends import("viem").ContractFunctionArgs<abi, "payable" | "nonpayable", functionName>, chainOverride extends import("viem").Chain | undefined = undefined>(args: import("viem").WriteContractSyncParameters<abi, functionName, args_1, import("viem").Chain | undefined, import("viem").Account | undefined, chainOverride>) => Promise<import("viem").WriteContractSyncReturnType>;
4416
+ extend: <const client extends {
4417
+ [x: string]: unknown;
4418
+ account?: undefined;
4419
+ batch?: undefined;
4420
+ cacheTime?: undefined;
4421
+ ccipRead?: undefined;
4422
+ chain?: undefined;
4423
+ experimental_blockTag?: undefined;
4424
+ key?: undefined;
4425
+ name?: undefined;
4426
+ pollingInterval?: undefined;
4427
+ request?: undefined;
4428
+ transport?: undefined;
4429
+ type?: undefined;
4430
+ uid?: undefined;
4431
+ } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").Transport, import("viem").Chain | undefined, import("viem").Account | undefined>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain | undefined, import("viem").Account | undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("viem").Transport, import("viem").Chain | undefined, import("viem").Account | undefined, import("viem").WalletRpcSchema, import("viem").WalletActions<import("viem").Chain | undefined, import("viem").Account | undefined>>) => client) => import("viem").Client<import("viem").Transport, import("viem").Chain | undefined, import("viem").Account | undefined, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<import("viem").Chain | undefined, import("viem").Account | undefined>>;
4432
+ } | undefined;
4433
+ //# sourceMappingURL=walletClient.d.ts.map