viem 2.0.0-alpha.1 → 2.0.0-alpha.10

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 (215) hide show
  1. package/_cjs/{abi.js → abi/index.js} +9 -9
  2. package/_cjs/abi/index.js.map +1 -0
  3. package/_cjs/actions/public/estimateFeesPerGas.js +3 -2
  4. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  5. package/_cjs/actions/public/multicall.js.map +1 -1
  6. package/_cjs/actions/public/readContract.js.map +1 -1
  7. package/_cjs/actions/public/waitForTransactionReceipt.js +9 -4
  8. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  9. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  10. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  11. package/_cjs/chains/definitions/holesky.js +21 -0
  12. package/_cjs/chains/definitions/holesky.js.map +1 -0
  13. package/_cjs/chains/definitions/kroma.js +26 -0
  14. package/_cjs/chains/definitions/kroma.js.map +1 -0
  15. package/_cjs/chains/definitions/kromaSepolia.js +26 -0
  16. package/_cjs/chains/definitions/kromaSepolia.js.map +1 -0
  17. package/_cjs/chains/index.js +8 -2
  18. package/_cjs/chains/index.js.map +1 -1
  19. package/_cjs/clients/decorators/wallet.js.map +1 -1
  20. package/_cjs/{contract.js → contract/index.js} +25 -25
  21. package/_cjs/contract/index.js.map +1 -0
  22. package/_cjs/{ens.js → ens/index.js} +9 -9
  23. package/_cjs/ens/index.js.map +1 -0
  24. package/_cjs/errors/version.js +1 -1
  25. package/_cjs/errors/version.js.map +1 -1
  26. package/_cjs/index.js.map +1 -1
  27. package/_cjs/{public.js → public/index.js} +29 -29
  28. package/_cjs/public/index.js.map +1 -0
  29. package/_cjs/{test.js → test/index.js} +29 -29
  30. package/_cjs/test/index.js.map +1 -0
  31. package/_cjs/types/eip1193.js.map +1 -1
  32. package/_cjs/utils/rpc.js +6 -3
  33. package/_cjs/utils/rpc.js.map +1 -1
  34. package/_cjs/{wallet.js → wallet/index.js} +11 -11
  35. package/_cjs/wallet/index.js.map +1 -0
  36. package/_cjs/{window.js → window/index.js} +2 -2
  37. package/_cjs/window/index.js.map +1 -0
  38. package/_esm/abi/index.js +7 -0
  39. package/_esm/abi/index.js.map +1 -0
  40. package/_esm/actions/public/estimateFeesPerGas.js +3 -2
  41. package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
  42. package/_esm/actions/public/multicall.js.map +1 -1
  43. package/_esm/actions/public/readContract.js.map +1 -1
  44. package/_esm/actions/public/waitForTransactionReceipt.js +9 -4
  45. package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
  46. package/_esm/actions/wallet/signTypedData.js.map +1 -1
  47. package/_esm/actions/wallet/writeContract.js.map +1 -1
  48. package/_esm/chains/definitions/holesky.js +18 -0
  49. package/_esm/chains/definitions/holesky.js.map +1 -0
  50. package/_esm/chains/definitions/kroma.js +23 -0
  51. package/_esm/chains/definitions/kroma.js.map +1 -0
  52. package/_esm/chains/definitions/kromaSepolia.js +23 -0
  53. package/_esm/chains/definitions/kromaSepolia.js.map +1 -0
  54. package/_esm/chains/index.js +3 -0
  55. package/_esm/chains/index.js.map +1 -1
  56. package/_esm/clients/decorators/wallet.js.map +1 -1
  57. package/_esm/contract/index.js +26 -0
  58. package/_esm/contract/index.js.map +1 -0
  59. package/_esm/ens/index.js +9 -0
  60. package/_esm/ens/index.js.map +1 -0
  61. package/_esm/errors/version.js +1 -1
  62. package/_esm/errors/version.js.map +1 -1
  63. package/_esm/index.js.map +1 -1
  64. package/_esm/public/index.js +30 -0
  65. package/_esm/public/index.js.map +1 -0
  66. package/_esm/test/index.js +30 -0
  67. package/_esm/test/index.js.map +1 -0
  68. package/_esm/types/eip1193.js.map +1 -1
  69. package/_esm/utils/rpc.js +6 -2
  70. package/_esm/utils/rpc.js.map +1 -1
  71. package/_esm/wallet/index.js +12 -0
  72. package/_esm/wallet/index.js.map +1 -0
  73. package/_esm/window/index.js +2 -0
  74. package/_esm/window/index.js.map +1 -0
  75. package/_types/{abi.d.ts → abi/index.d.ts} +5 -5
  76. package/_types/abi/index.d.ts.map +1 -0
  77. package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
  78. package/_types/actions/public/multicall.d.ts +1 -1
  79. package/_types/actions/public/multicall.d.ts.map +1 -1
  80. package/_types/actions/public/readContract.d.ts +2 -1
  81. package/_types/actions/public/readContract.d.ts.map +1 -1
  82. package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
  83. package/_types/actions/wallet/signTypedData.d.ts +1 -1
  84. package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
  85. package/_types/actions/wallet/writeContract.d.ts +3 -3
  86. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  87. package/_types/chains/celo/formatters.d.ts +57 -57
  88. package/_types/chains/definitions/base.d.ts +171 -171
  89. package/_types/chains/definitions/baseGoerli.d.ts +171 -171
  90. package/_types/chains/definitions/celo.d.ts +171 -171
  91. package/_types/chains/definitions/celoAlfajores.d.ts +171 -171
  92. package/_types/chains/definitions/celoCannoli.d.ts +171 -171
  93. package/_types/chains/definitions/holesky.d.ts +24 -0
  94. package/_types/chains/definitions/holesky.d.ts.map +1 -0
  95. package/_types/chains/definitions/kroma.d.ts +29 -0
  96. package/_types/chains/definitions/kroma.d.ts.map +1 -0
  97. package/_types/chains/definitions/kromaSepolia.d.ts +29 -0
  98. package/_types/chains/definitions/kromaSepolia.d.ts.map +1 -0
  99. package/_types/chains/definitions/optimism.d.ts +171 -171
  100. package/_types/chains/definitions/optimismGoerli.d.ts +171 -171
  101. package/_types/chains/definitions/zora.d.ts +171 -171
  102. package/_types/chains/definitions/zoraTestnet.d.ts +171 -171
  103. package/_types/chains/index.d.ts +4 -1
  104. package/_types/chains/index.d.ts.map +1 -1
  105. package/_types/chains/optimism/formatters.d.ts +57 -57
  106. package/_types/clients/transports/webSocket.d.ts +2 -1
  107. package/_types/clients/transports/webSocket.d.ts.map +1 -1
  108. package/_types/{contract.d.ts → contract/index.d.ts} +26 -26
  109. package/_types/contract/index.d.ts.map +1 -0
  110. package/_types/ens/index.d.ts +9 -0
  111. package/_types/ens/index.d.ts.map +1 -0
  112. package/_types/errors/version.d.ts +1 -1
  113. package/_types/errors/version.d.ts.map +1 -1
  114. package/_types/index.d.ts +1 -1
  115. package/_types/index.d.ts.map +1 -1
  116. package/_types/public/index.d.ts +33 -0
  117. package/_types/public/index.d.ts.map +1 -0
  118. package/_types/test/index.d.ts +29 -0
  119. package/_types/test/index.d.ts.map +1 -0
  120. package/_types/types/contract.d.ts +1 -1
  121. package/_types/types/contract.d.ts.map +1 -1
  122. package/_types/types/eip1193.d.ts +2 -2
  123. package/_types/types/eip1193.d.ts.map +1 -1
  124. package/_types/types/multicall.d.ts +10 -4
  125. package/_types/types/multicall.d.ts.map +1 -1
  126. package/_types/types/typedData.d.ts +2 -2
  127. package/_types/types/typedData.d.ts.map +1 -1
  128. package/_types/types/utils.d.ts +12 -8
  129. package/_types/types/utils.d.ts.map +1 -1
  130. package/_types/utils/formatters/transaction.d.ts +3 -3
  131. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  132. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  133. package/_types/utils/rpc.d.ts +3 -3
  134. package/_types/utils/rpc.d.ts.map +1 -1
  135. package/_types/wallet/index.d.ts +11 -0
  136. package/_types/wallet/index.d.ts.map +1 -0
  137. package/_types/window/index.d.ts +2 -0
  138. package/_types/window/index.d.ts.map +1 -0
  139. package/{abi.ts → abi/index.ts} +15 -13
  140. package/abi/package.json +6 -0
  141. package/accounts/package.json +6 -0
  142. package/actions/package.json +6 -0
  143. package/actions/public/estimateFeesPerGas.ts +3 -2
  144. package/actions/public/multicall.ts +2 -2
  145. package/actions/public/readContract.ts +4 -1
  146. package/actions/public/waitForTransactionReceipt.ts +13 -4
  147. package/actions/wallet/signTypedData.ts +4 -2
  148. package/actions/wallet/writeContract.ts +30 -23
  149. package/chains/definitions/holesky.ts +18 -0
  150. package/chains/definitions/kroma.ts +23 -0
  151. package/chains/definitions/kromaSepolia.ts +23 -0
  152. package/chains/index.ts +4 -1
  153. package/chains/package.json +6 -0
  154. package/chains/utils/package.json +6 -0
  155. package/clients/decorators/wallet.ts +1 -1
  156. package/clients/package.json +6 -0
  157. package/clients/transports/webSocket.ts +1 -1
  158. package/{contract.ts → contract/index.ts} +27 -25
  159. package/contract/package.json +6 -0
  160. package/{ens.ts → ens/index.ts} +8 -8
  161. package/ens/package.json +6 -0
  162. package/errors/version.ts +1 -1
  163. package/index.ts +2 -0
  164. package/package.json +32 -31
  165. package/{public.ts → public/index.ts} +30 -28
  166. package/public/package.json +6 -0
  167. package/test/index.ts +85 -0
  168. package/test/package.json +6 -0
  169. package/types/contract.ts +1 -1
  170. package/types/eip1193.ts +5 -3
  171. package/types/multicall.ts +41 -22
  172. package/types/typedData.ts +3 -2
  173. package/types/utils.ts +32 -11
  174. package/utils/formatters/transaction.ts +2 -2
  175. package/utils/package.json +6 -0
  176. package/utils/rpc.ts +6 -3
  177. package/{wallet.ts → wallet/index.ts} +15 -10
  178. package/wallet/package.json +6 -0
  179. package/window/index.ts +1 -0
  180. package/window/package.json +6 -0
  181. package/_cjs/abi.js.map +0 -1
  182. package/_cjs/contract.js.map +0 -1
  183. package/_cjs/ens.js.map +0 -1
  184. package/_cjs/public.js.map +0 -1
  185. package/_cjs/test.js.map +0 -1
  186. package/_cjs/wallet.js.map +0 -1
  187. package/_cjs/window.js.map +0 -1
  188. package/_esm/abi.js +0 -6
  189. package/_esm/abi.js.map +0 -1
  190. package/_esm/contract.js +0 -25
  191. package/_esm/contract.js.map +0 -1
  192. package/_esm/ens.js +0 -9
  193. package/_esm/ens.js.map +0 -1
  194. package/_esm/public.js +0 -29
  195. package/_esm/public.js.map +0 -1
  196. package/_esm/test.js +0 -29
  197. package/_esm/test.js.map +0 -1
  198. package/_esm/wallet.js +0 -11
  199. package/_esm/wallet.js.map +0 -1
  200. package/_esm/window.js +0 -2
  201. package/_esm/window.js.map +0 -1
  202. package/_types/abi.d.ts.map +0 -1
  203. package/_types/contract.d.ts.map +0 -1
  204. package/_types/ens.d.ts +0 -9
  205. package/_types/ens.d.ts.map +0 -1
  206. package/_types/public.d.ts +0 -33
  207. package/_types/public.d.ts.map +0 -1
  208. package/_types/test.d.ts +0 -29
  209. package/_types/test.d.ts.map +0 -1
  210. package/_types/wallet.d.ts +0 -11
  211. package/_types/wallet.d.ts.map +0 -1
  212. package/_types/window.d.ts +0 -2
  213. package/_types/window.d.ts.map +0 -1
  214. package/test.ts +0 -83
  215. package/window.ts +0 -1
@@ -64,10 +64,14 @@ export declare const zora: {
64
64
  exclude: [] | undefined;
65
65
  format: (args: ({
66
66
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
67
+ gas?: `0x${string}` | undefined;
68
+ value?: `0x${string}` | undefined;
69
+ gasPrice?: `0x${string}` | undefined;
70
+ maxFeePerGas?: `0x${string}` | undefined;
71
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
67
72
  blockHash?: `0x${string}` | null | undefined;
68
73
  blockNumber?: `0x${string}` | null | undefined;
69
74
  from?: `0x${string}` | undefined;
70
- gas?: `0x${string}` | undefined;
71
75
  hash?: `0x${string}` | undefined;
72
76
  input?: `0x${string}` | undefined;
73
77
  nonce?: `0x${string}` | undefined;
@@ -76,22 +80,22 @@ export declare const zora: {
76
80
  to?: `0x${string}` | null | undefined;
77
81
  transactionIndex?: `0x${string}` | null | undefined;
78
82
  v?: `0x${string}` | undefined;
79
- value?: `0x${string}` | undefined;
80
- gasPrice?: `0x${string}` | undefined;
81
- maxFeePerGas?: `0x${string}` | undefined;
82
- maxPriorityFeePerGas?: `0x${string}` | undefined;
83
83
  accessList?: undefined;
84
84
  chainId?: `0x${string}` | undefined;
85
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
85
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
86
86
  isSystemTx?: undefined;
87
87
  mint?: undefined;
88
88
  sourceHash?: undefined;
89
89
  }) | ({
90
90
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
91
+ gas?: `0x${string}` | undefined;
92
+ value?: `0x${string}` | undefined;
93
+ gasPrice?: `0x${string}` | undefined;
94
+ maxFeePerGas?: `0x${string}` | undefined;
95
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
91
96
  blockHash?: `0x${string}` | null | undefined;
92
97
  blockNumber?: `0x${string}` | null | undefined;
93
98
  from?: `0x${string}` | undefined;
94
- gas?: `0x${string}` | undefined;
95
99
  hash?: `0x${string}` | undefined;
96
100
  input?: `0x${string}` | undefined;
97
101
  nonce?: `0x${string}` | undefined;
@@ -100,10 +104,6 @@ export declare const zora: {
100
104
  to?: `0x${string}` | null | undefined;
101
105
  transactionIndex?: `0x${string}` | null | undefined;
102
106
  v?: `0x${string}` | undefined;
103
- value?: `0x${string}` | undefined;
104
- gasPrice?: `0x${string}` | undefined;
105
- maxFeePerGas?: `0x${string}` | undefined;
106
- maxPriorityFeePerGas?: `0x${string}` | undefined;
107
107
  accessList?: undefined;
108
108
  chainId?: `0x${string}` | undefined;
109
109
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -113,10 +113,14 @@ export declare const zora: {
113
113
  type: "0x7e";
114
114
  }) | ({
115
115
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
116
+ gas?: `0x${string}` | undefined;
117
+ value?: `0x${string}` | undefined;
118
+ gasPrice?: `0x${string}` | undefined;
119
+ maxFeePerGas?: `0x${string}` | undefined;
120
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
116
121
  blockHash?: `0x${string}` | null | undefined;
117
122
  blockNumber?: `0x${string}` | null | undefined;
118
123
  from?: `0x${string}` | undefined;
119
- gas?: `0x${string}` | undefined;
120
124
  hash?: `0x${string}` | undefined;
121
125
  input?: `0x${string}` | undefined;
122
126
  nonce?: `0x${string}` | undefined;
@@ -125,22 +129,22 @@ export declare const zora: {
125
129
  to?: `0x${string}` | null | undefined;
126
130
  transactionIndex?: `0x${string}` | null | undefined;
127
131
  v?: `0x${string}` | undefined;
128
- value?: `0x${string}` | undefined;
129
- gasPrice?: `0x${string}` | undefined;
130
- maxFeePerGas?: `0x${string}` | undefined;
131
- maxPriorityFeePerGas?: `0x${string}` | undefined;
132
132
  accessList?: import("../../index.js").AccessList | undefined;
133
133
  chainId?: `0x${string}` | undefined;
134
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
134
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
135
135
  isSystemTx?: undefined;
136
136
  mint?: undefined;
137
137
  sourceHash?: undefined;
138
138
  }) | ({
139
139
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
140
+ gas?: `0x${string}` | undefined;
141
+ value?: `0x${string}` | undefined;
142
+ gasPrice?: `0x${string}` | undefined;
143
+ maxFeePerGas?: `0x${string}` | undefined;
144
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
140
145
  blockHash?: `0x${string}` | null | undefined;
141
146
  blockNumber?: `0x${string}` | null | undefined;
142
147
  from?: `0x${string}` | undefined;
143
- gas?: `0x${string}` | undefined;
144
148
  hash?: `0x${string}` | undefined;
145
149
  input?: `0x${string}` | undefined;
146
150
  nonce?: `0x${string}` | undefined;
@@ -149,22 +153,22 @@ export declare const zora: {
149
153
  to?: `0x${string}` | null | undefined;
150
154
  transactionIndex?: `0x${string}` | null | undefined;
151
155
  v?: `0x${string}` | undefined;
152
- value?: `0x${string}` | undefined;
153
- gasPrice?: `0x${string}` | undefined;
154
- maxFeePerGas?: `0x${string}` | undefined;
155
- maxPriorityFeePerGas?: `0x${string}` | undefined;
156
156
  accessList?: import("../../index.js").AccessList | undefined;
157
157
  chainId?: `0x${string}` | undefined;
158
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
158
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
159
159
  isSystemTx?: undefined;
160
160
  mint?: undefined;
161
161
  sourceHash?: undefined;
162
162
  }) | ({
163
163
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
164
+ gas?: `0x${string}` | undefined;
165
+ value?: `0x${string}` | undefined;
166
+ gasPrice?: `0x${string}` | undefined;
167
+ maxFeePerGas?: `0x${string}` | undefined;
168
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
164
169
  blockHash?: `0x${string}` | null | undefined;
165
170
  blockNumber?: `0x${string}` | null | undefined;
166
171
  from?: `0x${string}` | undefined;
167
- gas?: `0x${string}` | undefined;
168
172
  hash?: `0x${string}` | undefined;
169
173
  input?: `0x${string}` | undefined;
170
174
  nonce?: `0x${string}` | undefined;
@@ -173,22 +177,22 @@ export declare const zora: {
173
177
  to?: `0x${string}` | null | undefined;
174
178
  transactionIndex?: `0x${string}` | null | undefined;
175
179
  v?: `0x${string}` | undefined;
176
- value?: `0x${string}` | undefined;
177
- gasPrice?: `0x${string}` | undefined;
178
- maxFeePerGas?: `0x${string}` | undefined;
179
- maxPriorityFeePerGas?: `0x${string}` | undefined;
180
180
  accessList?: import("../../index.js").AccessList | undefined;
181
181
  chainId?: `0x${string}` | undefined;
182
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
182
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
183
183
  isSystemTx?: undefined;
184
184
  mint?: undefined;
185
185
  sourceHash?: undefined;
186
186
  }) | ({
187
187
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
188
+ gas?: `0x${string}` | undefined;
189
+ value?: `0x${string}` | undefined;
190
+ gasPrice?: `0x${string}` | undefined;
191
+ maxFeePerGas?: `0x${string}` | undefined;
192
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
188
193
  blockHash?: `0x${string}` | null | undefined;
189
194
  blockNumber?: `0x${string}` | null | undefined;
190
195
  from?: `0x${string}` | undefined;
191
- gas?: `0x${string}` | undefined;
192
196
  hash?: `0x${string}` | undefined;
193
197
  input?: `0x${string}` | undefined;
194
198
  nonce?: `0x${string}` | undefined;
@@ -197,10 +201,6 @@ export declare const zora: {
197
201
  to?: `0x${string}` | null | undefined;
198
202
  transactionIndex?: `0x${string}` | null | undefined;
199
203
  v?: `0x${string}` | undefined;
200
- value?: `0x${string}` | undefined;
201
- gasPrice?: `0x${string}` | undefined;
202
- maxFeePerGas?: `0x${string}` | undefined;
203
- maxPriorityFeePerGas?: `0x${string}` | undefined;
204
204
  accessList?: import("../../index.js").AccessList | undefined;
205
205
  chainId?: `0x${string}` | undefined;
206
206
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -210,10 +210,14 @@ export declare const zora: {
210
210
  type: "0x7e";
211
211
  }) | ({
212
212
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
213
+ gas?: `0x${string}` | undefined;
214
+ value?: `0x${string}` | undefined;
215
+ gasPrice?: `0x${string}` | undefined;
216
+ maxFeePerGas?: `0x${string}` | undefined;
217
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
213
218
  blockHash?: `0x${string}` | null | undefined;
214
219
  blockNumber?: `0x${string}` | null | undefined;
215
220
  from?: `0x${string}` | undefined;
216
- gas?: `0x${string}` | undefined;
217
221
  hash?: `0x${string}` | undefined;
218
222
  input?: `0x${string}` | undefined;
219
223
  nonce?: `0x${string}` | undefined;
@@ -222,22 +226,22 @@ export declare const zora: {
222
226
  to?: `0x${string}` | null | undefined;
223
227
  transactionIndex?: `0x${string}` | null | undefined;
224
228
  v?: `0x${string}` | undefined;
225
- value?: `0x${string}` | undefined;
226
- gasPrice?: `0x${string}` | undefined;
227
- maxFeePerGas?: `0x${string}` | undefined;
228
- maxPriorityFeePerGas?: `0x${string}` | undefined;
229
229
  accessList?: import("../../index.js").AccessList | undefined;
230
230
  chainId?: `0x${string}` | undefined;
231
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
231
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
232
232
  isSystemTx?: undefined;
233
233
  mint?: undefined;
234
234
  sourceHash?: undefined;
235
235
  }) | ({
236
236
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
237
+ gas?: `0x${string}` | undefined;
238
+ value?: `0x${string}` | undefined;
239
+ gasPrice?: `0x${string}` | undefined;
240
+ maxFeePerGas?: `0x${string}` | undefined;
241
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
237
242
  blockHash?: `0x${string}` | null | undefined;
238
243
  blockNumber?: `0x${string}` | null | undefined;
239
244
  from?: `0x${string}` | undefined;
240
- gas?: `0x${string}` | undefined;
241
245
  hash?: `0x${string}` | undefined;
242
246
  input?: `0x${string}` | undefined;
243
247
  nonce?: `0x${string}` | undefined;
@@ -246,22 +250,22 @@ export declare const zora: {
246
250
  to?: `0x${string}` | null | undefined;
247
251
  transactionIndex?: `0x${string}` | null | undefined;
248
252
  v?: `0x${string}` | undefined;
249
- value?: `0x${string}` | undefined;
250
- gasPrice?: `0x${string}` | undefined;
251
- maxFeePerGas?: `0x${string}` | undefined;
252
- maxPriorityFeePerGas?: `0x${string}` | undefined;
253
253
  accessList?: import("../../index.js").AccessList | undefined;
254
254
  chainId?: `0x${string}` | undefined;
255
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
255
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
256
256
  isSystemTx?: undefined;
257
257
  mint?: undefined;
258
258
  sourceHash?: undefined;
259
259
  }) | ({
260
260
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
261
+ gas?: `0x${string}` | undefined;
262
+ value?: `0x${string}` | undefined;
263
+ gasPrice?: `0x${string}` | undefined;
264
+ maxFeePerGas?: `0x${string}` | undefined;
265
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
261
266
  blockHash?: `0x${string}` | null | undefined;
262
267
  blockNumber?: `0x${string}` | null | undefined;
263
268
  from?: `0x${string}` | undefined;
264
- gas?: `0x${string}` | undefined;
265
269
  hash?: `0x${string}` | undefined;
266
270
  input?: `0x${string}` | undefined;
267
271
  nonce?: `0x${string}` | undefined;
@@ -270,22 +274,22 @@ export declare const zora: {
270
274
  to?: `0x${string}` | null | undefined;
271
275
  transactionIndex?: `0x${string}` | null | undefined;
272
276
  v?: `0x${string}` | undefined;
273
- value?: `0x${string}` | undefined;
274
- gasPrice?: `0x${string}` | undefined;
275
- maxFeePerGas?: `0x${string}` | undefined;
276
- maxPriorityFeePerGas?: `0x${string}` | undefined;
277
277
  accessList?: import("../../index.js").AccessList | undefined;
278
278
  chainId?: `0x${string}` | undefined;
279
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
279
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
280
280
  isSystemTx?: undefined;
281
281
  mint?: undefined;
282
282
  sourceHash?: undefined;
283
283
  }) | ({
284
284
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
285
+ gas?: `0x${string}` | undefined;
286
+ value?: `0x${string}` | undefined;
287
+ gasPrice?: `0x${string}` | undefined;
288
+ maxFeePerGas?: `0x${string}` | undefined;
289
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
285
290
  blockHash?: `0x${string}` | null | undefined;
286
291
  blockNumber?: `0x${string}` | null | undefined;
287
292
  from?: `0x${string}` | undefined;
288
- gas?: `0x${string}` | undefined;
289
293
  hash?: `0x${string}` | undefined;
290
294
  input?: `0x${string}` | undefined;
291
295
  nonce?: `0x${string}` | undefined;
@@ -294,10 +298,6 @@ export declare const zora: {
294
298
  to?: `0x${string}` | null | undefined;
295
299
  transactionIndex?: `0x${string}` | null | undefined;
296
300
  v?: `0x${string}` | undefined;
297
- value?: `0x${string}` | undefined;
298
- gasPrice?: `0x${string}` | undefined;
299
- maxFeePerGas?: `0x${string}` | undefined;
300
- maxPriorityFeePerGas?: `0x${string}` | undefined;
301
301
  accessList?: import("../../index.js").AccessList | undefined;
302
302
  chainId?: `0x${string}` | undefined;
303
303
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -560,10 +560,14 @@ export declare const zora: {
560
560
  exclude: [] | undefined;
561
561
  format: (args: ({
562
562
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
563
+ gas?: `0x${string}` | undefined;
564
+ value?: `0x${string}` | undefined;
565
+ gasPrice?: `0x${string}` | undefined;
566
+ maxFeePerGas?: `0x${string}` | undefined;
567
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
563
568
  blockHash?: `0x${string}` | null | undefined;
564
569
  blockNumber?: `0x${string}` | null | undefined;
565
570
  from?: `0x${string}` | undefined;
566
- gas?: `0x${string}` | undefined;
567
571
  hash?: `0x${string}` | undefined;
568
572
  input?: `0x${string}` | undefined;
569
573
  nonce?: `0x${string}` | undefined;
@@ -572,22 +576,22 @@ export declare const zora: {
572
576
  to?: `0x${string}` | null | undefined;
573
577
  transactionIndex?: `0x${string}` | null | undefined;
574
578
  v?: `0x${string}` | undefined;
575
- value?: `0x${string}` | undefined;
576
- gasPrice?: `0x${string}` | undefined;
577
- maxFeePerGas?: `0x${string}` | undefined;
578
- maxPriorityFeePerGas?: `0x${string}` | undefined;
579
579
  accessList?: undefined;
580
580
  chainId?: `0x${string}` | undefined;
581
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
581
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
582
582
  isSystemTx?: undefined;
583
583
  mint?: undefined;
584
584
  sourceHash?: undefined;
585
585
  }) | ({
586
586
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
587
+ gas?: `0x${string}` | undefined;
588
+ value?: `0x${string}` | undefined;
589
+ gasPrice?: `0x${string}` | undefined;
590
+ maxFeePerGas?: `0x${string}` | undefined;
591
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
587
592
  blockHash?: `0x${string}` | null | undefined;
588
593
  blockNumber?: `0x${string}` | null | undefined;
589
594
  from?: `0x${string}` | undefined;
590
- gas?: `0x${string}` | undefined;
591
595
  hash?: `0x${string}` | undefined;
592
596
  input?: `0x${string}` | undefined;
593
597
  nonce?: `0x${string}` | undefined;
@@ -596,10 +600,6 @@ export declare const zora: {
596
600
  to?: `0x${string}` | null | undefined;
597
601
  transactionIndex?: `0x${string}` | null | undefined;
598
602
  v?: `0x${string}` | undefined;
599
- value?: `0x${string}` | undefined;
600
- gasPrice?: `0x${string}` | undefined;
601
- maxFeePerGas?: `0x${string}` | undefined;
602
- maxPriorityFeePerGas?: `0x${string}` | undefined;
603
603
  accessList?: undefined;
604
604
  chainId?: `0x${string}` | undefined;
605
605
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -609,10 +609,14 @@ export declare const zora: {
609
609
  type: "0x7e";
610
610
  }) | ({
611
611
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
612
+ gas?: `0x${string}` | undefined;
613
+ value?: `0x${string}` | undefined;
614
+ gasPrice?: `0x${string}` | undefined;
615
+ maxFeePerGas?: `0x${string}` | undefined;
616
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
612
617
  blockHash?: `0x${string}` | null | undefined;
613
618
  blockNumber?: `0x${string}` | null | undefined;
614
619
  from?: `0x${string}` | undefined;
615
- gas?: `0x${string}` | undefined;
616
620
  hash?: `0x${string}` | undefined;
617
621
  input?: `0x${string}` | undefined;
618
622
  nonce?: `0x${string}` | undefined;
@@ -621,22 +625,22 @@ export declare const zora: {
621
625
  to?: `0x${string}` | null | undefined;
622
626
  transactionIndex?: `0x${string}` | null | undefined;
623
627
  v?: `0x${string}` | undefined;
624
- value?: `0x${string}` | undefined;
625
- gasPrice?: `0x${string}` | undefined;
626
- maxFeePerGas?: `0x${string}` | undefined;
627
- maxPriorityFeePerGas?: `0x${string}` | undefined;
628
628
  accessList?: import("../../index.js").AccessList | undefined;
629
629
  chainId?: `0x${string}` | undefined;
630
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
630
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
631
631
  isSystemTx?: undefined;
632
632
  mint?: undefined;
633
633
  sourceHash?: undefined;
634
634
  }) | ({
635
635
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
636
+ gas?: `0x${string}` | undefined;
637
+ value?: `0x${string}` | undefined;
638
+ gasPrice?: `0x${string}` | undefined;
639
+ maxFeePerGas?: `0x${string}` | undefined;
640
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
636
641
  blockHash?: `0x${string}` | null | undefined;
637
642
  blockNumber?: `0x${string}` | null | undefined;
638
643
  from?: `0x${string}` | undefined;
639
- gas?: `0x${string}` | undefined;
640
644
  hash?: `0x${string}` | undefined;
641
645
  input?: `0x${string}` | undefined;
642
646
  nonce?: `0x${string}` | undefined;
@@ -645,22 +649,22 @@ export declare const zora: {
645
649
  to?: `0x${string}` | null | undefined;
646
650
  transactionIndex?: `0x${string}` | null | undefined;
647
651
  v?: `0x${string}` | undefined;
648
- value?: `0x${string}` | undefined;
649
- gasPrice?: `0x${string}` | undefined;
650
- maxFeePerGas?: `0x${string}` | undefined;
651
- maxPriorityFeePerGas?: `0x${string}` | undefined;
652
652
  accessList?: import("../../index.js").AccessList | undefined;
653
653
  chainId?: `0x${string}` | undefined;
654
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
654
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
655
655
  isSystemTx?: undefined;
656
656
  mint?: undefined;
657
657
  sourceHash?: undefined;
658
658
  }) | ({
659
659
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
660
+ gas?: `0x${string}` | undefined;
661
+ value?: `0x${string}` | undefined;
662
+ gasPrice?: `0x${string}` | undefined;
663
+ maxFeePerGas?: `0x${string}` | undefined;
664
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
660
665
  blockHash?: `0x${string}` | null | undefined;
661
666
  blockNumber?: `0x${string}` | null | undefined;
662
667
  from?: `0x${string}` | undefined;
663
- gas?: `0x${string}` | undefined;
664
668
  hash?: `0x${string}` | undefined;
665
669
  input?: `0x${string}` | undefined;
666
670
  nonce?: `0x${string}` | undefined;
@@ -669,22 +673,22 @@ export declare const zora: {
669
673
  to?: `0x${string}` | null | undefined;
670
674
  transactionIndex?: `0x${string}` | null | undefined;
671
675
  v?: `0x${string}` | undefined;
672
- value?: `0x${string}` | undefined;
673
- gasPrice?: `0x${string}` | undefined;
674
- maxFeePerGas?: `0x${string}` | undefined;
675
- maxPriorityFeePerGas?: `0x${string}` | undefined;
676
676
  accessList?: import("../../index.js").AccessList | undefined;
677
677
  chainId?: `0x${string}` | undefined;
678
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
678
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
679
679
  isSystemTx?: undefined;
680
680
  mint?: undefined;
681
681
  sourceHash?: undefined;
682
682
  }) | ({
683
683
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
684
+ gas?: `0x${string}` | undefined;
685
+ value?: `0x${string}` | undefined;
686
+ gasPrice?: `0x${string}` | undefined;
687
+ maxFeePerGas?: `0x${string}` | undefined;
688
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
684
689
  blockHash?: `0x${string}` | null | undefined;
685
690
  blockNumber?: `0x${string}` | null | undefined;
686
691
  from?: `0x${string}` | undefined;
687
- gas?: `0x${string}` | undefined;
688
692
  hash?: `0x${string}` | undefined;
689
693
  input?: `0x${string}` | undefined;
690
694
  nonce?: `0x${string}` | undefined;
@@ -693,10 +697,6 @@ export declare const zora: {
693
697
  to?: `0x${string}` | null | undefined;
694
698
  transactionIndex?: `0x${string}` | null | undefined;
695
699
  v?: `0x${string}` | undefined;
696
- value?: `0x${string}` | undefined;
697
- gasPrice?: `0x${string}` | undefined;
698
- maxFeePerGas?: `0x${string}` | undefined;
699
- maxPriorityFeePerGas?: `0x${string}` | undefined;
700
700
  accessList?: import("../../index.js").AccessList | undefined;
701
701
  chainId?: `0x${string}` | undefined;
702
702
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -706,10 +706,14 @@ export declare const zora: {
706
706
  type: "0x7e";
707
707
  }) | ({
708
708
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
709
+ gas?: `0x${string}` | undefined;
710
+ value?: `0x${string}` | undefined;
711
+ gasPrice?: `0x${string}` | undefined;
712
+ maxFeePerGas?: `0x${string}` | undefined;
713
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
709
714
  blockHash?: `0x${string}` | null | undefined;
710
715
  blockNumber?: `0x${string}` | null | undefined;
711
716
  from?: `0x${string}` | undefined;
712
- gas?: `0x${string}` | undefined;
713
717
  hash?: `0x${string}` | undefined;
714
718
  input?: `0x${string}` | undefined;
715
719
  nonce?: `0x${string}` | undefined;
@@ -718,22 +722,22 @@ export declare const zora: {
718
722
  to?: `0x${string}` | null | undefined;
719
723
  transactionIndex?: `0x${string}` | null | undefined;
720
724
  v?: `0x${string}` | undefined;
721
- value?: `0x${string}` | undefined;
722
- gasPrice?: `0x${string}` | undefined;
723
- maxFeePerGas?: `0x${string}` | undefined;
724
- maxPriorityFeePerGas?: `0x${string}` | undefined;
725
725
  accessList?: import("../../index.js").AccessList | undefined;
726
726
  chainId?: `0x${string}` | undefined;
727
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
727
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
728
728
  isSystemTx?: undefined;
729
729
  mint?: undefined;
730
730
  sourceHash?: undefined;
731
731
  }) | ({
732
732
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
733
+ gas?: `0x${string}` | undefined;
734
+ value?: `0x${string}` | undefined;
735
+ gasPrice?: `0x${string}` | undefined;
736
+ maxFeePerGas?: `0x${string}` | undefined;
737
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
733
738
  blockHash?: `0x${string}` | null | undefined;
734
739
  blockNumber?: `0x${string}` | null | undefined;
735
740
  from?: `0x${string}` | undefined;
736
- gas?: `0x${string}` | undefined;
737
741
  hash?: `0x${string}` | undefined;
738
742
  input?: `0x${string}` | undefined;
739
743
  nonce?: `0x${string}` | undefined;
@@ -742,22 +746,22 @@ export declare const zora: {
742
746
  to?: `0x${string}` | null | undefined;
743
747
  transactionIndex?: `0x${string}` | null | undefined;
744
748
  v?: `0x${string}` | undefined;
745
- value?: `0x${string}` | undefined;
746
- gasPrice?: `0x${string}` | undefined;
747
- maxFeePerGas?: `0x${string}` | undefined;
748
- maxPriorityFeePerGas?: `0x${string}` | undefined;
749
749
  accessList?: import("../../index.js").AccessList | undefined;
750
750
  chainId?: `0x${string}` | undefined;
751
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
751
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
752
752
  isSystemTx?: undefined;
753
753
  mint?: undefined;
754
754
  sourceHash?: undefined;
755
755
  }) | ({
756
756
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
757
+ gas?: `0x${string}` | undefined;
758
+ value?: `0x${string}` | undefined;
759
+ gasPrice?: `0x${string}` | undefined;
760
+ maxFeePerGas?: `0x${string}` | undefined;
761
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
757
762
  blockHash?: `0x${string}` | null | undefined;
758
763
  blockNumber?: `0x${string}` | null | undefined;
759
764
  from?: `0x${string}` | undefined;
760
- gas?: `0x${string}` | undefined;
761
765
  hash?: `0x${string}` | undefined;
762
766
  input?: `0x${string}` | undefined;
763
767
  nonce?: `0x${string}` | undefined;
@@ -766,22 +770,22 @@ export declare const zora: {
766
770
  to?: `0x${string}` | null | undefined;
767
771
  transactionIndex?: `0x${string}` | null | undefined;
768
772
  v?: `0x${string}` | undefined;
769
- value?: `0x${string}` | undefined;
770
- gasPrice?: `0x${string}` | undefined;
771
- maxFeePerGas?: `0x${string}` | undefined;
772
- maxPriorityFeePerGas?: `0x${string}` | undefined;
773
773
  accessList?: import("../../index.js").AccessList | undefined;
774
774
  chainId?: `0x${string}` | undefined;
775
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
775
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
776
776
  isSystemTx?: undefined;
777
777
  mint?: undefined;
778
778
  sourceHash?: undefined;
779
779
  }) | ({
780
780
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
781
+ gas?: `0x${string}` | undefined;
782
+ value?: `0x${string}` | undefined;
783
+ gasPrice?: `0x${string}` | undefined;
784
+ maxFeePerGas?: `0x${string}` | undefined;
785
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
781
786
  blockHash?: `0x${string}` | null | undefined;
782
787
  blockNumber?: `0x${string}` | null | undefined;
783
788
  from?: `0x${string}` | undefined;
784
- gas?: `0x${string}` | undefined;
785
789
  hash?: `0x${string}` | undefined;
786
790
  input?: `0x${string}` | undefined;
787
791
  nonce?: `0x${string}` | undefined;
@@ -790,10 +794,6 @@ export declare const zora: {
790
794
  to?: `0x${string}` | null | undefined;
791
795
  transactionIndex?: `0x${string}` | null | undefined;
792
796
  v?: `0x${string}` | undefined;
793
- value?: `0x${string}` | undefined;
794
- gasPrice?: `0x${string}` | undefined;
795
- maxFeePerGas?: `0x${string}` | undefined;
796
- maxPriorityFeePerGas?: `0x${string}` | undefined;
797
797
  accessList?: import("../../index.js").AccessList | undefined;
798
798
  chainId?: `0x${string}` | undefined;
799
799
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -1056,10 +1056,14 @@ export declare const zora: {
1056
1056
  exclude: [] | undefined;
1057
1057
  format: (args: ({
1058
1058
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1059
+ gas?: `0x${string}` | undefined;
1060
+ value?: `0x${string}` | undefined;
1061
+ gasPrice?: `0x${string}` | undefined;
1062
+ maxFeePerGas?: `0x${string}` | undefined;
1063
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1059
1064
  blockHash?: `0x${string}` | null | undefined;
1060
1065
  blockNumber?: `0x${string}` | null | undefined;
1061
1066
  from?: `0x${string}` | undefined;
1062
- gas?: `0x${string}` | undefined;
1063
1067
  hash?: `0x${string}` | undefined;
1064
1068
  input?: `0x${string}` | undefined;
1065
1069
  nonce?: `0x${string}` | undefined;
@@ -1068,22 +1072,22 @@ export declare const zora: {
1068
1072
  to?: `0x${string}` | null | undefined;
1069
1073
  transactionIndex?: `0x${string}` | null | undefined;
1070
1074
  v?: `0x${string}` | undefined;
1071
- value?: `0x${string}` | undefined;
1072
- gasPrice?: `0x${string}` | undefined;
1073
- maxFeePerGas?: `0x${string}` | undefined;
1074
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1075
1075
  accessList?: undefined;
1076
1076
  chainId?: `0x${string}` | undefined;
1077
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1077
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1078
1078
  isSystemTx?: undefined;
1079
1079
  mint?: undefined;
1080
1080
  sourceHash?: undefined;
1081
1081
  }) | ({
1082
1082
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1083
+ gas?: `0x${string}` | undefined;
1084
+ value?: `0x${string}` | undefined;
1085
+ gasPrice?: `0x${string}` | undefined;
1086
+ maxFeePerGas?: `0x${string}` | undefined;
1087
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1083
1088
  blockHash?: `0x${string}` | null | undefined;
1084
1089
  blockNumber?: `0x${string}` | null | undefined;
1085
1090
  from?: `0x${string}` | undefined;
1086
- gas?: `0x${string}` | undefined;
1087
1091
  hash?: `0x${string}` | undefined;
1088
1092
  input?: `0x${string}` | undefined;
1089
1093
  nonce?: `0x${string}` | undefined;
@@ -1092,10 +1096,6 @@ export declare const zora: {
1092
1096
  to?: `0x${string}` | null | undefined;
1093
1097
  transactionIndex?: `0x${string}` | null | undefined;
1094
1098
  v?: `0x${string}` | undefined;
1095
- value?: `0x${string}` | undefined;
1096
- gasPrice?: `0x${string}` | undefined;
1097
- maxFeePerGas?: `0x${string}` | undefined;
1098
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1099
1099
  accessList?: undefined;
1100
1100
  chainId?: `0x${string}` | undefined;
1101
1101
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -1105,10 +1105,14 @@ export declare const zora: {
1105
1105
  type: "0x7e";
1106
1106
  }) | ({
1107
1107
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1108
+ gas?: `0x${string}` | undefined;
1109
+ value?: `0x${string}` | undefined;
1110
+ gasPrice?: `0x${string}` | undefined;
1111
+ maxFeePerGas?: `0x${string}` | undefined;
1112
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1108
1113
  blockHash?: `0x${string}` | null | undefined;
1109
1114
  blockNumber?: `0x${string}` | null | undefined;
1110
1115
  from?: `0x${string}` | undefined;
1111
- gas?: `0x${string}` | undefined;
1112
1116
  hash?: `0x${string}` | undefined;
1113
1117
  input?: `0x${string}` | undefined;
1114
1118
  nonce?: `0x${string}` | undefined;
@@ -1117,22 +1121,22 @@ export declare const zora: {
1117
1121
  to?: `0x${string}` | null | undefined;
1118
1122
  transactionIndex?: `0x${string}` | null | undefined;
1119
1123
  v?: `0x${string}` | undefined;
1120
- value?: `0x${string}` | undefined;
1121
- gasPrice?: `0x${string}` | undefined;
1122
- maxFeePerGas?: `0x${string}` | undefined;
1123
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1124
1124
  accessList?: import("../../index.js").AccessList | undefined;
1125
1125
  chainId?: `0x${string}` | undefined;
1126
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1126
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1127
1127
  isSystemTx?: undefined;
1128
1128
  mint?: undefined;
1129
1129
  sourceHash?: undefined;
1130
1130
  }) | ({
1131
1131
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1132
+ gas?: `0x${string}` | undefined;
1133
+ value?: `0x${string}` | undefined;
1134
+ gasPrice?: `0x${string}` | undefined;
1135
+ maxFeePerGas?: `0x${string}` | undefined;
1136
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1132
1137
  blockHash?: `0x${string}` | null | undefined;
1133
1138
  blockNumber?: `0x${string}` | null | undefined;
1134
1139
  from?: `0x${string}` | undefined;
1135
- gas?: `0x${string}` | undefined;
1136
1140
  hash?: `0x${string}` | undefined;
1137
1141
  input?: `0x${string}` | undefined;
1138
1142
  nonce?: `0x${string}` | undefined;
@@ -1141,22 +1145,22 @@ export declare const zora: {
1141
1145
  to?: `0x${string}` | null | undefined;
1142
1146
  transactionIndex?: `0x${string}` | null | undefined;
1143
1147
  v?: `0x${string}` | undefined;
1144
- value?: `0x${string}` | undefined;
1145
- gasPrice?: `0x${string}` | undefined;
1146
- maxFeePerGas?: `0x${string}` | undefined;
1147
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1148
1148
  accessList?: import("../../index.js").AccessList | undefined;
1149
1149
  chainId?: `0x${string}` | undefined;
1150
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1150
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1151
1151
  isSystemTx?: undefined;
1152
1152
  mint?: undefined;
1153
1153
  sourceHash?: undefined;
1154
1154
  }) | ({
1155
1155
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1156
+ gas?: `0x${string}` | undefined;
1157
+ value?: `0x${string}` | undefined;
1158
+ gasPrice?: `0x${string}` | undefined;
1159
+ maxFeePerGas?: `0x${string}` | undefined;
1160
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1156
1161
  blockHash?: `0x${string}` | null | undefined;
1157
1162
  blockNumber?: `0x${string}` | null | undefined;
1158
1163
  from?: `0x${string}` | undefined;
1159
- gas?: `0x${string}` | undefined;
1160
1164
  hash?: `0x${string}` | undefined;
1161
1165
  input?: `0x${string}` | undefined;
1162
1166
  nonce?: `0x${string}` | undefined;
@@ -1165,22 +1169,22 @@ export declare const zora: {
1165
1169
  to?: `0x${string}` | null | undefined;
1166
1170
  transactionIndex?: `0x${string}` | null | undefined;
1167
1171
  v?: `0x${string}` | undefined;
1168
- value?: `0x${string}` | undefined;
1169
- gasPrice?: `0x${string}` | undefined;
1170
- maxFeePerGas?: `0x${string}` | undefined;
1171
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1172
1172
  accessList?: import("../../index.js").AccessList | undefined;
1173
1173
  chainId?: `0x${string}` | undefined;
1174
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1174
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1175
1175
  isSystemTx?: undefined;
1176
1176
  mint?: undefined;
1177
1177
  sourceHash?: undefined;
1178
1178
  }) | ({
1179
1179
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1180
+ gas?: `0x${string}` | undefined;
1181
+ value?: `0x${string}` | undefined;
1182
+ gasPrice?: `0x${string}` | undefined;
1183
+ maxFeePerGas?: `0x${string}` | undefined;
1184
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1180
1185
  blockHash?: `0x${string}` | null | undefined;
1181
1186
  blockNumber?: `0x${string}` | null | undefined;
1182
1187
  from?: `0x${string}` | undefined;
1183
- gas?: `0x${string}` | undefined;
1184
1188
  hash?: `0x${string}` | undefined;
1185
1189
  input?: `0x${string}` | undefined;
1186
1190
  nonce?: `0x${string}` | undefined;
@@ -1189,10 +1193,6 @@ export declare const zora: {
1189
1193
  to?: `0x${string}` | null | undefined;
1190
1194
  transactionIndex?: `0x${string}` | null | undefined;
1191
1195
  v?: `0x${string}` | undefined;
1192
- value?: `0x${string}` | undefined;
1193
- gasPrice?: `0x${string}` | undefined;
1194
- maxFeePerGas?: `0x${string}` | undefined;
1195
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1196
1196
  accessList?: import("../../index.js").AccessList | undefined;
1197
1197
  chainId?: `0x${string}` | undefined;
1198
1198
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -1202,10 +1202,14 @@ export declare const zora: {
1202
1202
  type: "0x7e";
1203
1203
  }) | ({
1204
1204
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1205
+ gas?: `0x${string}` | undefined;
1206
+ value?: `0x${string}` | undefined;
1207
+ gasPrice?: `0x${string}` | undefined;
1208
+ maxFeePerGas?: `0x${string}` | undefined;
1209
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1205
1210
  blockHash?: `0x${string}` | null | undefined;
1206
1211
  blockNumber?: `0x${string}` | null | undefined;
1207
1212
  from?: `0x${string}` | undefined;
1208
- gas?: `0x${string}` | undefined;
1209
1213
  hash?: `0x${string}` | undefined;
1210
1214
  input?: `0x${string}` | undefined;
1211
1215
  nonce?: `0x${string}` | undefined;
@@ -1214,22 +1218,22 @@ export declare const zora: {
1214
1218
  to?: `0x${string}` | null | undefined;
1215
1219
  transactionIndex?: `0x${string}` | null | undefined;
1216
1220
  v?: `0x${string}` | undefined;
1217
- value?: `0x${string}` | undefined;
1218
- gasPrice?: `0x${string}` | undefined;
1219
- maxFeePerGas?: `0x${string}` | undefined;
1220
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1221
1221
  accessList?: import("../../index.js").AccessList | undefined;
1222
1222
  chainId?: `0x${string}` | undefined;
1223
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1223
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1224
1224
  isSystemTx?: undefined;
1225
1225
  mint?: undefined;
1226
1226
  sourceHash?: undefined;
1227
1227
  }) | ({
1228
1228
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1229
+ gas?: `0x${string}` | undefined;
1230
+ value?: `0x${string}` | undefined;
1231
+ gasPrice?: `0x${string}` | undefined;
1232
+ maxFeePerGas?: `0x${string}` | undefined;
1233
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1229
1234
  blockHash?: `0x${string}` | null | undefined;
1230
1235
  blockNumber?: `0x${string}` | null | undefined;
1231
1236
  from?: `0x${string}` | undefined;
1232
- gas?: `0x${string}` | undefined;
1233
1237
  hash?: `0x${string}` | undefined;
1234
1238
  input?: `0x${string}` | undefined;
1235
1239
  nonce?: `0x${string}` | undefined;
@@ -1238,22 +1242,22 @@ export declare const zora: {
1238
1242
  to?: `0x${string}` | null | undefined;
1239
1243
  transactionIndex?: `0x${string}` | null | undefined;
1240
1244
  v?: `0x${string}` | undefined;
1241
- value?: `0x${string}` | undefined;
1242
- gasPrice?: `0x${string}` | undefined;
1243
- maxFeePerGas?: `0x${string}` | undefined;
1244
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1245
1245
  accessList?: import("../../index.js").AccessList | undefined;
1246
1246
  chainId?: `0x${string}` | undefined;
1247
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1247
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1248
1248
  isSystemTx?: undefined;
1249
1249
  mint?: undefined;
1250
1250
  sourceHash?: undefined;
1251
1251
  }) | ({
1252
1252
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1253
+ gas?: `0x${string}` | undefined;
1254
+ value?: `0x${string}` | undefined;
1255
+ gasPrice?: `0x${string}` | undefined;
1256
+ maxFeePerGas?: `0x${string}` | undefined;
1257
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1253
1258
  blockHash?: `0x${string}` | null | undefined;
1254
1259
  blockNumber?: `0x${string}` | null | undefined;
1255
1260
  from?: `0x${string}` | undefined;
1256
- gas?: `0x${string}` | undefined;
1257
1261
  hash?: `0x${string}` | undefined;
1258
1262
  input?: `0x${string}` | undefined;
1259
1263
  nonce?: `0x${string}` | undefined;
@@ -1262,22 +1266,22 @@ export declare const zora: {
1262
1266
  to?: `0x${string}` | null | undefined;
1263
1267
  transactionIndex?: `0x${string}` | null | undefined;
1264
1268
  v?: `0x${string}` | undefined;
1265
- value?: `0x${string}` | undefined;
1266
- gasPrice?: `0x${string}` | undefined;
1267
- maxFeePerGas?: `0x${string}` | undefined;
1268
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1269
1269
  accessList?: import("../../index.js").AccessList | undefined;
1270
1270
  chainId?: `0x${string}` | undefined;
1271
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1271
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1272
1272
  isSystemTx?: undefined;
1273
1273
  mint?: undefined;
1274
1274
  sourceHash?: undefined;
1275
1275
  }) | ({
1276
1276
  type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1277
+ gas?: `0x${string}` | undefined;
1278
+ value?: `0x${string}` | undefined;
1279
+ gasPrice?: `0x${string}` | undefined;
1280
+ maxFeePerGas?: `0x${string}` | undefined;
1281
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1277
1282
  blockHash?: `0x${string}` | null | undefined;
1278
1283
  blockNumber?: `0x${string}` | null | undefined;
1279
1284
  from?: `0x${string}` | undefined;
1280
- gas?: `0x${string}` | undefined;
1281
1285
  hash?: `0x${string}` | undefined;
1282
1286
  input?: `0x${string}` | undefined;
1283
1287
  nonce?: `0x${string}` | undefined;
@@ -1286,10 +1290,6 @@ export declare const zora: {
1286
1290
  to?: `0x${string}` | null | undefined;
1287
1291
  transactionIndex?: `0x${string}` | null | undefined;
1288
1292
  v?: `0x${string}` | undefined;
1289
- value?: `0x${string}` | undefined;
1290
- gasPrice?: `0x${string}` | undefined;
1291
- maxFeePerGas?: `0x${string}` | undefined;
1292
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1293
1293
  accessList?: import("../../index.js").AccessList | undefined;
1294
1294
  chainId?: `0x${string}` | undefined;
1295
1295
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {