viem 2.0.0-alpha.0 → 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
@@ -45,10 +45,14 @@ export declare const formattersCelo: {
45
45
  exclude: [] | undefined;
46
46
  format: (args: ({
47
47
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
48
+ gas?: `0x${string}` | undefined;
49
+ value?: `0x${string}` | undefined;
50
+ gasPrice?: `0x${string}` | undefined;
51
+ maxFeePerGas?: `0x${string}` | undefined;
52
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
48
53
  blockHash?: `0x${string}` | null | undefined;
49
54
  blockNumber?: `0x${string}` | null | undefined;
50
55
  from?: `0x${string}` | undefined;
51
- gas?: `0x${string}` | undefined;
52
56
  hash?: `0x${string}` | undefined;
53
57
  input?: `0x${string}` | undefined;
54
58
  nonce?: `0x${string}` | undefined;
@@ -57,22 +61,22 @@ export declare const formattersCelo: {
57
61
  to?: `0x${string}` | null | undefined;
58
62
  transactionIndex?: `0x${string}` | null | undefined;
59
63
  v?: `0x${string}` | undefined;
60
- value?: `0x${string}` | undefined;
61
- gasPrice?: `0x${string}` | undefined;
62
- maxFeePerGas?: `0x${string}` | undefined;
63
- maxPriorityFeePerGas?: `0x${string}` | undefined;
64
64
  accessList?: undefined;
65
65
  chainId?: `0x${string}` | undefined;
66
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
66
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
67
67
  feeCurrency: `0x${string}` | null;
68
68
  gatewayFee: `0x${string}` | null;
69
69
  gatewayFeeRecipient: `0x${string}` | null;
70
70
  }) | ({
71
71
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
72
+ gas?: `0x${string}` | undefined;
73
+ value?: `0x${string}` | undefined;
74
+ gasPrice?: `0x${string}` | undefined;
75
+ maxFeePerGas?: `0x${string}` | undefined;
76
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
72
77
  blockHash?: `0x${string}` | null | undefined;
73
78
  blockNumber?: `0x${string}` | null | undefined;
74
79
  from?: `0x${string}` | undefined;
75
- gas?: `0x${string}` | undefined;
76
80
  hash?: `0x${string}` | undefined;
77
81
  input?: `0x${string}` | undefined;
78
82
  nonce?: `0x${string}` | undefined;
@@ -81,10 +85,6 @@ export declare const formattersCelo: {
81
85
  to?: `0x${string}` | null | undefined;
82
86
  transactionIndex?: `0x${string}` | null | undefined;
83
87
  v?: `0x${string}` | undefined;
84
- value?: `0x${string}` | undefined;
85
- gasPrice?: `0x${string}` | undefined;
86
- maxFeePerGas?: `0x${string}` | undefined;
87
- maxPriorityFeePerGas?: `0x${string}` | undefined;
88
88
  accessList?: undefined;
89
89
  chainId?: `0x${string}` | undefined;
90
90
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -94,10 +94,14 @@ export declare const formattersCelo: {
94
94
  type: "0x7c";
95
95
  }) | ({
96
96
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
97
+ gas?: `0x${string}` | undefined;
98
+ value?: `0x${string}` | undefined;
99
+ gasPrice?: `0x${string}` | undefined;
100
+ maxFeePerGas?: `0x${string}` | undefined;
101
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
97
102
  blockHash?: `0x${string}` | null | undefined;
98
103
  blockNumber?: `0x${string}` | null | undefined;
99
104
  from?: `0x${string}` | undefined;
100
- gas?: `0x${string}` | undefined;
101
105
  hash?: `0x${string}` | undefined;
102
106
  input?: `0x${string}` | undefined;
103
107
  nonce?: `0x${string}` | undefined;
@@ -106,22 +110,22 @@ export declare const formattersCelo: {
106
110
  to?: `0x${string}` | null | undefined;
107
111
  transactionIndex?: `0x${string}` | null | undefined;
108
112
  v?: `0x${string}` | undefined;
109
- value?: `0x${string}` | undefined;
110
- gasPrice?: `0x${string}` | undefined;
111
- maxFeePerGas?: `0x${string}` | undefined;
112
- maxPriorityFeePerGas?: `0x${string}` | undefined;
113
113
  accessList?: import("../../index.js").AccessList | undefined;
114
114
  chainId?: `0x${string}` | undefined;
115
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
115
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
116
116
  feeCurrency: `0x${string}` | null;
117
117
  gatewayFee: `0x${string}` | null;
118
118
  gatewayFeeRecipient: `0x${string}` | null;
119
119
  }) | ({
120
120
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
121
+ gas?: `0x${string}` | undefined;
122
+ value?: `0x${string}` | undefined;
123
+ gasPrice?: `0x${string}` | undefined;
124
+ maxFeePerGas?: `0x${string}` | undefined;
125
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
121
126
  blockHash?: `0x${string}` | null | undefined;
122
127
  blockNumber?: `0x${string}` | null | undefined;
123
128
  from?: `0x${string}` | undefined;
124
- gas?: `0x${string}` | undefined;
125
129
  hash?: `0x${string}` | undefined;
126
130
  input?: `0x${string}` | undefined;
127
131
  nonce?: `0x${string}` | undefined;
@@ -130,22 +134,22 @@ export declare const formattersCelo: {
130
134
  to?: `0x${string}` | null | undefined;
131
135
  transactionIndex?: `0x${string}` | null | undefined;
132
136
  v?: `0x${string}` | undefined;
133
- value?: `0x${string}` | undefined;
134
- gasPrice?: `0x${string}` | undefined;
135
- maxFeePerGas?: `0x${string}` | undefined;
136
- maxPriorityFeePerGas?: `0x${string}` | undefined;
137
137
  accessList?: import("../../index.js").AccessList | undefined;
138
138
  chainId?: `0x${string}` | undefined;
139
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
139
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
140
140
  feeCurrency: `0x${string}` | null;
141
141
  gatewayFee: `0x${string}` | null;
142
142
  gatewayFeeRecipient: `0x${string}` | null;
143
143
  }) | ({
144
144
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
145
+ gas?: `0x${string}` | undefined;
146
+ value?: `0x${string}` | undefined;
147
+ gasPrice?: `0x${string}` | undefined;
148
+ maxFeePerGas?: `0x${string}` | undefined;
149
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
145
150
  blockHash?: `0x${string}` | null | undefined;
146
151
  blockNumber?: `0x${string}` | null | undefined;
147
152
  from?: `0x${string}` | undefined;
148
- gas?: `0x${string}` | undefined;
149
153
  hash?: `0x${string}` | undefined;
150
154
  input?: `0x${string}` | undefined;
151
155
  nonce?: `0x${string}` | undefined;
@@ -154,22 +158,22 @@ export declare const formattersCelo: {
154
158
  to?: `0x${string}` | null | undefined;
155
159
  transactionIndex?: `0x${string}` | null | undefined;
156
160
  v?: `0x${string}` | undefined;
157
- value?: `0x${string}` | undefined;
158
- gasPrice?: `0x${string}` | undefined;
159
- maxFeePerGas?: `0x${string}` | undefined;
160
- maxPriorityFeePerGas?: `0x${string}` | undefined;
161
161
  accessList?: import("../../index.js").AccessList | undefined;
162
162
  chainId?: `0x${string}` | undefined;
163
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
163
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
164
164
  feeCurrency: `0x${string}` | null;
165
165
  gatewayFee: `0x${string}` | null;
166
166
  gatewayFeeRecipient: `0x${string}` | null;
167
167
  }) | ({
168
168
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
169
+ gas?: `0x${string}` | undefined;
170
+ value?: `0x${string}` | undefined;
171
+ gasPrice?: `0x${string}` | undefined;
172
+ maxFeePerGas?: `0x${string}` | undefined;
173
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
169
174
  blockHash?: `0x${string}` | null | undefined;
170
175
  blockNumber?: `0x${string}` | null | undefined;
171
176
  from?: `0x${string}` | undefined;
172
- gas?: `0x${string}` | undefined;
173
177
  hash?: `0x${string}` | undefined;
174
178
  input?: `0x${string}` | undefined;
175
179
  nonce?: `0x${string}` | undefined;
@@ -178,10 +182,6 @@ export declare const formattersCelo: {
178
182
  to?: `0x${string}` | null | undefined;
179
183
  transactionIndex?: `0x${string}` | null | undefined;
180
184
  v?: `0x${string}` | undefined;
181
- value?: `0x${string}` | undefined;
182
- gasPrice?: `0x${string}` | undefined;
183
- maxFeePerGas?: `0x${string}` | undefined;
184
- maxPriorityFeePerGas?: `0x${string}` | undefined;
185
185
  accessList?: import("../../index.js").AccessList | undefined;
186
186
  chainId?: `0x${string}` | undefined;
187
187
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -191,10 +191,14 @@ export declare const formattersCelo: {
191
191
  type: "0x7c";
192
192
  }) | ({
193
193
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
194
+ gas?: `0x${string}` | undefined;
195
+ value?: `0x${string}` | undefined;
196
+ gasPrice?: `0x${string}` | undefined;
197
+ maxFeePerGas?: `0x${string}` | undefined;
198
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
194
199
  blockHash?: `0x${string}` | null | undefined;
195
200
  blockNumber?: `0x${string}` | null | undefined;
196
201
  from?: `0x${string}` | undefined;
197
- gas?: `0x${string}` | undefined;
198
202
  hash?: `0x${string}` | undefined;
199
203
  input?: `0x${string}` | undefined;
200
204
  nonce?: `0x${string}` | undefined;
@@ -203,22 +207,22 @@ export declare const formattersCelo: {
203
207
  to?: `0x${string}` | null | undefined;
204
208
  transactionIndex?: `0x${string}` | null | undefined;
205
209
  v?: `0x${string}` | undefined;
206
- value?: `0x${string}` | undefined;
207
- gasPrice?: `0x${string}` | undefined;
208
- maxFeePerGas?: `0x${string}` | undefined;
209
- maxPriorityFeePerGas?: `0x${string}` | undefined;
210
210
  accessList?: import("../../index.js").AccessList | undefined;
211
211
  chainId?: `0x${string}` | undefined;
212
- } & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
212
+ } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
213
213
  feeCurrency: `0x${string}` | null;
214
214
  gatewayFee: `0x${string}` | null;
215
215
  gatewayFeeRecipient: `0x${string}` | null;
216
216
  }) | ({
217
217
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
218
+ gas?: `0x${string}` | undefined;
219
+ value?: `0x${string}` | undefined;
220
+ gasPrice?: `0x${string}` | undefined;
221
+ maxFeePerGas?: `0x${string}` | undefined;
222
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
218
223
  blockHash?: `0x${string}` | null | undefined;
219
224
  blockNumber?: `0x${string}` | null | undefined;
220
225
  from?: `0x${string}` | undefined;
221
- gas?: `0x${string}` | undefined;
222
226
  hash?: `0x${string}` | undefined;
223
227
  input?: `0x${string}` | undefined;
224
228
  nonce?: `0x${string}` | undefined;
@@ -227,22 +231,22 @@ export declare const formattersCelo: {
227
231
  to?: `0x${string}` | null | undefined;
228
232
  transactionIndex?: `0x${string}` | null | undefined;
229
233
  v?: `0x${string}` | undefined;
230
- value?: `0x${string}` | undefined;
231
- gasPrice?: `0x${string}` | undefined;
232
- maxFeePerGas?: `0x${string}` | undefined;
233
- maxPriorityFeePerGas?: `0x${string}` | undefined;
234
234
  accessList?: import("../../index.js").AccessList | undefined;
235
235
  chainId?: `0x${string}` | undefined;
236
- } & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
236
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
237
237
  feeCurrency: `0x${string}` | null;
238
238
  gatewayFee: `0x${string}` | null;
239
239
  gatewayFeeRecipient: `0x${string}` | null;
240
240
  }) | ({
241
241
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
242
+ gas?: `0x${string}` | undefined;
243
+ value?: `0x${string}` | undefined;
244
+ gasPrice?: `0x${string}` | undefined;
245
+ maxFeePerGas?: `0x${string}` | undefined;
246
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
242
247
  blockHash?: `0x${string}` | null | undefined;
243
248
  blockNumber?: `0x${string}` | null | undefined;
244
249
  from?: `0x${string}` | undefined;
245
- gas?: `0x${string}` | undefined;
246
250
  hash?: `0x${string}` | undefined;
247
251
  input?: `0x${string}` | undefined;
248
252
  nonce?: `0x${string}` | undefined;
@@ -251,22 +255,22 @@ export declare const formattersCelo: {
251
255
  to?: `0x${string}` | null | undefined;
252
256
  transactionIndex?: `0x${string}` | null | undefined;
253
257
  v?: `0x${string}` | undefined;
254
- value?: `0x${string}` | undefined;
255
- gasPrice?: `0x${string}` | undefined;
256
- maxFeePerGas?: `0x${string}` | undefined;
257
- maxPriorityFeePerGas?: `0x${string}` | undefined;
258
258
  accessList?: import("../../index.js").AccessList | undefined;
259
259
  chainId?: `0x${string}` | undefined;
260
- } & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
260
+ } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
261
261
  feeCurrency: `0x${string}` | null;
262
262
  gatewayFee: `0x${string}` | null;
263
263
  gatewayFeeRecipient: `0x${string}` | null;
264
264
  }) | ({
265
265
  type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
266
+ gas?: `0x${string}` | undefined;
267
+ value?: `0x${string}` | undefined;
268
+ gasPrice?: `0x${string}` | undefined;
269
+ maxFeePerGas?: `0x${string}` | undefined;
270
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
266
271
  blockHash?: `0x${string}` | null | undefined;
267
272
  blockNumber?: `0x${string}` | null | undefined;
268
273
  from?: `0x${string}` | undefined;
269
- gas?: `0x${string}` | undefined;
270
274
  hash?: `0x${string}` | undefined;
271
275
  input?: `0x${string}` | undefined;
272
276
  nonce?: `0x${string}` | undefined;
@@ -275,10 +279,6 @@ export declare const formattersCelo: {
275
279
  to?: `0x${string}` | null | undefined;
276
280
  transactionIndex?: `0x${string}` | null | undefined;
277
281
  v?: `0x${string}` | undefined;
278
- value?: `0x${string}` | undefined;
279
- gasPrice?: `0x${string}` | undefined;
280
- maxFeePerGas?: `0x${string}` | undefined;
281
- maxPriorityFeePerGas?: `0x${string}` | undefined;
282
282
  accessList?: import("../../index.js").AccessList | undefined;
283
283
  chainId?: `0x${string}` | undefined;
284
284
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {