viem 2.16.4 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/_cjs/celo/formatters.js +17 -12
  3. package/_cjs/celo/formatters.js.map +1 -1
  4. package/_cjs/celo/parsers.js +2 -1
  5. package/_cjs/celo/parsers.js.map +1 -1
  6. package/_cjs/celo/serializers.js +2 -1
  7. package/_cjs/celo/serializers.js.map +1 -1
  8. package/_cjs/chains/definitions/btr.js +3 -4
  9. package/_cjs/chains/definitions/btr.js.map +1 -1
  10. package/_cjs/chains/definitions/btrTestnet.js +4 -5
  11. package/_cjs/chains/definitions/btrTestnet.js.map +1 -1
  12. package/_cjs/chains/definitions/dogechain.js +8 -2
  13. package/_cjs/chains/definitions/dogechain.js.map +1 -1
  14. package/_cjs/chains/definitions/pgn.js +1 -1
  15. package/_cjs/chains/definitions/pgn.js.map +1 -1
  16. package/_cjs/chains/definitions/pgnTestnet.js +1 -1
  17. package/_cjs/chains/definitions/pgnTestnet.js.map +1 -1
  18. package/_cjs/chains/definitions/seiTestnet.js +23 -0
  19. package/_cjs/chains/definitions/seiTestnet.js.map +1 -0
  20. package/_cjs/chains/definitions/shibariumTestnet.js +31 -0
  21. package/_cjs/chains/definitions/shibariumTestnet.js.map +1 -0
  22. package/_cjs/chains/definitions/taikoHekla.js +1 -0
  23. package/_cjs/chains/definitions/taikoHekla.js.map +1 -1
  24. package/_cjs/chains/definitions/xLayerTestnet.js +2 -2
  25. package/_cjs/chains/definitions/xLayerTestnet.js.map +1 -1
  26. package/_cjs/chains/definitions/xrSepolia.js +24 -0
  27. package/_cjs/chains/definitions/xrSepolia.js.map +1 -0
  28. package/_cjs/chains/index.js +8 -2
  29. package/_cjs/chains/index.js.map +1 -1
  30. package/_cjs/errors/version.js +1 -1
  31. package/_cjs/op-stack/formatters.js.map +1 -1
  32. package/_cjs/utils/formatters/formatter.js.map +1 -1
  33. package/_cjs/zksync/errors/token-is-eth.js +1 -1
  34. package/_cjs/zksync/errors/token-is-eth.js.map +1 -1
  35. package/_cjs/zksync/formatters.js.map +1 -1
  36. package/_cjs/zksync/index.js.map +1 -1
  37. package/_esm/actions/getContract.js +1 -1
  38. package/_esm/actions/public/watchContractEvent.js +1 -1
  39. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  40. package/_esm/actions/public/watchEvent.js +1 -1
  41. package/_esm/actions/public/watchEvent.js.map +1 -1
  42. package/_esm/actions/wallet/signTransaction.js +1 -1
  43. package/_esm/celo/formatters.js +17 -12
  44. package/_esm/celo/formatters.js.map +1 -1
  45. package/_esm/celo/parsers.js +3 -2
  46. package/_esm/celo/parsers.js.map +1 -1
  47. package/_esm/celo/serializers.js +3 -2
  48. package/_esm/celo/serializers.js.map +1 -1
  49. package/_esm/chains/definitions/btr.js +3 -4
  50. package/_esm/chains/definitions/btr.js.map +1 -1
  51. package/_esm/chains/definitions/btrTestnet.js +4 -5
  52. package/_esm/chains/definitions/btrTestnet.js.map +1 -1
  53. package/_esm/chains/definitions/dogechain.js +8 -2
  54. package/_esm/chains/definitions/dogechain.js.map +1 -1
  55. package/_esm/chains/definitions/pgn.js +1 -1
  56. package/_esm/chains/definitions/pgn.js.map +1 -1
  57. package/_esm/chains/definitions/pgnTestnet.js +1 -1
  58. package/_esm/chains/definitions/pgnTestnet.js.map +1 -1
  59. package/_esm/chains/definitions/seiTestnet.js +20 -0
  60. package/_esm/chains/definitions/seiTestnet.js.map +1 -0
  61. package/_esm/chains/definitions/shibariumTestnet.js +28 -0
  62. package/_esm/chains/definitions/shibariumTestnet.js.map +1 -0
  63. package/_esm/chains/definitions/taikoHekla.js +1 -0
  64. package/_esm/chains/definitions/taikoHekla.js.map +1 -1
  65. package/_esm/chains/definitions/xLayerTestnet.js +2 -2
  66. package/_esm/chains/definitions/xLayerTestnet.js.map +1 -1
  67. package/_esm/chains/definitions/xrSepolia.js +21 -0
  68. package/_esm/chains/definitions/xrSepolia.js.map +1 -0
  69. package/_esm/chains/index.js +3 -0
  70. package/_esm/chains/index.js.map +1 -1
  71. package/_esm/errors/version.js +1 -1
  72. package/_esm/op-stack/formatters.js.map +1 -1
  73. package/_esm/utils/formatters/formatter.js.map +1 -1
  74. package/_esm/zksync/actions/signEip712Transaction.js +1 -1
  75. package/_esm/zksync/actions/signTransaction.js +1 -1
  76. package/_esm/zksync/errors/token-is-eth.js +1 -1
  77. package/_esm/zksync/errors/token-is-eth.js.map +1 -1
  78. package/_esm/zksync/formatters.js.map +1 -1
  79. package/_esm/zksync/index.js.map +1 -1
  80. package/_types/actions/getContract.d.ts +1 -1
  81. package/_types/actions/wallet/sendRawTransaction.d.ts +1 -1
  82. package/_types/actions/wallet/signTransaction.d.ts +1 -1
  83. package/_types/celo/chainConfig.d.ts +445 -3773
  84. package/_types/celo/chainConfig.d.ts.map +1 -1
  85. package/_types/celo/formatters.d.ts +222 -1887
  86. package/_types/celo/formatters.d.ts.map +1 -1
  87. package/_types/celo/index.d.ts +1 -1
  88. package/_types/celo/index.d.ts.map +1 -1
  89. package/_types/celo/parsers.d.ts.map +1 -1
  90. package/_types/celo/serializers.d.ts +1 -1
  91. package/_types/celo/serializers.d.ts.map +1 -1
  92. package/_types/celo/types.d.ts +38 -28
  93. package/_types/celo/types.d.ts.map +1 -1
  94. package/_types/chains/definitions/ancient8.d.ts +18 -820
  95. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  96. package/_types/chains/definitions/ancient8Sepolia.d.ts +18 -820
  97. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  98. package/_types/chains/definitions/base.d.ts +18 -820
  99. package/_types/chains/definitions/base.d.ts.map +1 -1
  100. package/_types/chains/definitions/baseGoerli.d.ts +18 -820
  101. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  102. package/_types/chains/definitions/baseSepolia.d.ts +18 -820
  103. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  104. package/_types/chains/definitions/btr.d.ts +3 -4
  105. package/_types/chains/definitions/btr.d.ts.map +1 -1
  106. package/_types/chains/definitions/btrTestnet.d.ts +4 -5
  107. package/_types/chains/definitions/btrTestnet.d.ts.map +1 -1
  108. package/_types/chains/definitions/celo.d.ts +442 -3770
  109. package/_types/chains/definitions/celo.d.ts.map +1 -1
  110. package/_types/chains/definitions/celoAlfajores.d.ts +442 -3770
  111. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  112. package/_types/chains/definitions/dchain.d.ts +18 -820
  113. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  114. package/_types/chains/definitions/dchainTestnet.d.ts +18 -820
  115. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  116. package/_types/chains/definitions/dogechain.d.ts +8 -10
  117. package/_types/chains/definitions/dogechain.d.ts.map +1 -1
  118. package/_types/chains/definitions/fraxtal.d.ts +18 -820
  119. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  120. package/_types/chains/definitions/fraxtalTestnet.d.ts +18 -820
  121. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  122. package/_types/chains/definitions/funkiSepolia.d.ts +18 -820
  123. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  124. package/_types/chains/definitions/lisk.d.ts +45 -1148
  125. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  126. package/_types/chains/definitions/liskSepolia.d.ts +18 -820
  127. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  128. package/_types/chains/definitions/metalL2.d.ts +18 -820
  129. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  130. package/_types/chains/definitions/optimism.d.ts +18 -820
  131. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  132. package/_types/chains/definitions/optimismGoerli.d.ts +18 -820
  133. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  134. package/_types/chains/definitions/optimismSepolia.d.ts +18 -820
  135. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  136. package/_types/chains/definitions/pgn.d.ts +19 -821
  137. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  138. package/_types/chains/definitions/pgnTestnet.d.ts +19 -821
  139. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  140. package/_types/chains/definitions/playfiAlbireo.d.ts +45 -1148
  141. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  142. package/_types/chains/definitions/rss3.d.ts +18 -820
  143. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  144. package/_types/chains/definitions/rss3Sepolia.d.ts +18 -820
  145. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  146. package/_types/chains/definitions/seiTestnet.d.ts +36 -0
  147. package/_types/chains/definitions/seiTestnet.d.ts.map +1 -0
  148. package/_types/chains/definitions/shibariumTestnet.d.ts +34 -0
  149. package/_types/chains/definitions/shibariumTestnet.d.ts.map +1 -0
  150. package/_types/chains/definitions/taikoHekla.d.ts +1 -1
  151. package/_types/chains/definitions/taikoHekla.d.ts.map +1 -1
  152. package/_types/chains/definitions/xLayerTestnet.d.ts +2 -2
  153. package/_types/chains/definitions/xrSepolia.d.ts +35 -0
  154. package/_types/chains/definitions/xrSepolia.d.ts.map +1 -0
  155. package/_types/chains/definitions/zkSync.d.ts +45 -1148
  156. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  157. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +45 -1148
  158. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  159. package/_types/chains/definitions/zkSyncLocalNode.d.ts +45 -1148
  160. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  161. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +45 -1148
  162. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  163. package/_types/chains/definitions/zkSyncTestnet.d.ts +45 -1148
  164. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  165. package/_types/chains/definitions/zora.d.ts +18 -820
  166. package/_types/chains/definitions/zora.d.ts.map +1 -1
  167. package/_types/chains/definitions/zoraSepolia.d.ts +18 -820
  168. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  169. package/_types/chains/definitions/zoraTestnet.d.ts +18 -820
  170. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  171. package/_types/chains/index.d.ts +5 -2
  172. package/_types/chains/index.d.ts.map +1 -1
  173. package/_types/errors/version.d.ts +1 -1
  174. package/_types/index.d.ts +1 -1
  175. package/_types/index.d.ts.map +1 -1
  176. package/_types/op-stack/chainConfig.d.ts +18 -820
  177. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  178. package/_types/op-stack/formatters.d.ts +60 -863
  179. package/_types/op-stack/formatters.d.ts.map +1 -1
  180. package/_types/op-stack/types/transaction.d.ts +1 -1
  181. package/_types/op-stack/types/transaction.d.ts.map +1 -1
  182. package/_types/types/utils.d.ts +0 -10
  183. package/_types/types/utils.d.ts.map +1 -1
  184. package/_types/utils/formatters/block.d.ts +1 -1
  185. package/_types/utils/formatters/formatter.d.ts +2 -2
  186. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  187. package/_types/utils/formatters/transaction.d.ts +1 -386
  188. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  189. package/_types/utils/formatters/transactionReceipt.d.ts +1 -1
  190. package/_types/utils/formatters/transactionRequest.d.ts +1 -274
  191. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  192. package/_types/utils/index.d.ts +1 -1
  193. package/_types/utils/index.d.ts.map +1 -1
  194. package/_types/utils/transaction/getTransactionType.d.ts +1 -1
  195. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  196. package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
  197. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  198. package/_types/zksync/actions/signEip712Transaction.d.ts +1 -1
  199. package/_types/zksync/actions/signTransaction.d.ts +1 -1
  200. package/_types/zksync/chainConfig.d.ts +45 -1148
  201. package/_types/zksync/chainConfig.d.ts.map +1 -1
  202. package/_types/zksync/decorators/eip712.d.ts +1 -1
  203. package/_types/zksync/decorators/publicL1.d.ts +1 -1
  204. package/_types/zksync/formatters.d.ts +100 -1204
  205. package/_types/zksync/formatters.d.ts.map +1 -1
  206. package/_types/zksync/index.d.ts +1 -1
  207. package/_types/zksync/index.d.ts.map +1 -1
  208. package/_types/zksync/types/block.d.ts +5 -6
  209. package/_types/zksync/types/block.d.ts.map +1 -1
  210. package/_types/zksync/types/transaction.d.ts +2 -1
  211. package/_types/zksync/types/transaction.d.ts.map +1 -1
  212. package/actions/getContract.ts +1 -1
  213. package/actions/public/watchContractEvent.ts +1 -1
  214. package/actions/public/watchEvent.ts +1 -1
  215. package/actions/wallet/sendRawTransaction.ts +1 -1
  216. package/actions/wallet/signTransaction.ts +1 -1
  217. package/celo/formatters.ts +22 -24
  218. package/celo/index.ts +0 -2
  219. package/celo/parsers.ts +5 -3
  220. package/celo/serializers.ts +3 -5
  221. package/celo/types.ts +74 -54
  222. package/chains/definitions/btr.ts +3 -4
  223. package/chains/definitions/btrTestnet.ts +4 -5
  224. package/chains/definitions/dogechain.ts +8 -2
  225. package/chains/definitions/pgn.ts +1 -1
  226. package/chains/definitions/pgnTestnet.ts +1 -1
  227. package/chains/definitions/seiTestnet.ts +20 -0
  228. package/chains/definitions/shibariumTestnet.ts +28 -0
  229. package/chains/definitions/taikoHekla.ts +1 -0
  230. package/chains/definitions/xLayerTestnet.ts +2 -2
  231. package/chains/definitions/xrSepolia.ts +21 -0
  232. package/chains/index.ts +3 -4
  233. package/errors/version.ts +1 -1
  234. package/index.ts +1 -1
  235. package/op-stack/formatters.ts +8 -20
  236. package/op-stack/types/transaction.ts +3 -3
  237. package/package.json +1 -1
  238. package/types/utils.ts +0 -11
  239. package/utils/formatters/formatter.ts +3 -3
  240. package/utils/index.ts +1 -1
  241. package/utils/transaction/getTransactionType.ts +1 -1
  242. package/utils/transaction/serializeTransaction.ts +2 -2
  243. package/zksync/actions/signEip712Transaction.ts +1 -1
  244. package/zksync/actions/signTransaction.ts +1 -1
  245. package/zksync/decorators/eip712.ts +1 -1
  246. package/zksync/decorators/publicL1.ts +1 -1
  247. package/zksync/errors/token-is-eth.ts +1 -1
  248. package/zksync/formatters.ts +6 -18
  249. package/zksync/index.ts +0 -2
  250. package/zksync/types/block.ts +24 -23
  251. package/zksync/types/log.ts +1 -1
  252. package/zksync/types/transaction.ts +4 -0
@@ -55,9 +55,7 @@ export declare const zoraTestnet: {
55
55
  formatters: {
56
56
  readonly block: {
57
57
  exclude: [] | undefined;
58
- format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
59
- transactions: import("../../index.js").Hash[] | import("../index.js").OpStackRpcTransaction[];
60
- }>) => {
58
+ format: (args: import("../index.js").OpStackRpcBlock) => {
61
59
  baseFeePerGas: bigint | null;
62
60
  blobGasUsed: bigint;
63
61
  difficulty: bigint;
@@ -79,7 +77,7 @@ export declare const zoraTestnet: {
79
77
  stateRoot: import("../../index.js").Hash;
80
78
  timestamp: bigint;
81
79
  totalDifficulty: bigint | null;
82
- transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
80
+ transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
83
81
  transactionsRoot: import("../../index.js").Hash;
84
82
  uncles: import("../../index.js").Hash[];
85
83
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
@@ -89,669 +87,31 @@ export declare const zoraTestnet: {
89
87
  };
90
88
  readonly transaction: {
91
89
  exclude: [] | undefined;
92
- format: (args: ({
93
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
94
- r?: import("../../index.js").Hex;
95
- s?: import("../../index.js").Hex;
96
- v?: `0x${string}`;
97
- yParity?: `0x${string}` | undefined;
98
- gasPrice?: `0x${string}` | undefined;
99
- maxFeePerBlobGas?: `0x${string}` | undefined;
100
- maxFeePerGas?: `0x${string}` | undefined;
101
- maxPriorityFeePerGas?: `0x${string}` | undefined;
102
- to?: import("abitype").Address | null;
103
- from?: import("abitype").Address;
104
- gas?: `0x${string}`;
105
- nonce?: `0x${string}`;
106
- value?: `0x${string}`;
107
- accessList?: undefined;
108
- blobVersionedHashes?: undefined;
109
- blockHash?: `0x${string}` | null;
110
- blockNumber?: `0x${string}` | null;
111
- hash?: import("../../index.js").Hash;
112
- input?: import("../../index.js").Hex;
113
- transactionIndex?: `0x${string}` | null;
114
- chainId?: `0x${string}` | undefined;
115
- } & {
116
- type: "0x0";
117
- r: import("../../index.js").Hex;
118
- s: import("../../index.js").Hex;
119
- v: `0x${string}`;
120
- yParity?: undefined;
121
- gasPrice: `0x${string}`;
122
- maxFeePerBlobGas?: undefined;
123
- maxFeePerGas?: undefined;
124
- maxPriorityFeePerGas?: undefined;
125
- to: import("abitype").Address | null;
126
- from: import("abitype").Address;
127
- gas: `0x${string}`;
128
- nonce: `0x${string}`;
129
- value: `0x${string}`;
130
- accessList?: undefined;
131
- blobVersionedHashes?: undefined;
132
- blockHash: `0x${string}` | null;
133
- blockNumber: `0x${string}` | null;
134
- hash: import("../../index.js").Hash;
135
- input: import("../../index.js").Hex;
136
- transactionIndex: `0x${string}` | null;
137
- chainId?: `0x${string}` | undefined;
138
- } & {
139
- isSystemTx?: undefined;
140
- mint?: undefined;
141
- sourceHash?: undefined;
142
- }) | ({
143
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
144
- r?: import("../../index.js").Hex;
145
- s?: import("../../index.js").Hex;
146
- v?: `0x${string}`;
147
- yParity?: `0x${string}` | undefined;
148
- gasPrice?: `0x${string}` | undefined;
149
- maxFeePerBlobGas?: `0x${string}` | undefined;
150
- maxFeePerGas?: `0x${string}` | undefined;
151
- maxPriorityFeePerGas?: `0x${string}` | undefined;
152
- to?: import("abitype").Address | null;
153
- from?: import("abitype").Address;
154
- gas?: `0x${string}`;
155
- nonce?: `0x${string}`;
156
- value?: `0x${string}`;
157
- accessList?: undefined;
158
- blobVersionedHashes?: undefined;
159
- blockHash?: `0x${string}` | null;
160
- blockNumber?: `0x${string}` | null;
161
- hash?: import("../../index.js").Hash;
162
- input?: import("../../index.js").Hex;
163
- transactionIndex?: `0x${string}` | null;
164
- chainId?: `0x${string}` | undefined;
165
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
166
- isSystemTx?: boolean | undefined;
167
- mint?: import("../../index.js").Hex | undefined;
168
- sourceHash: import("../../index.js").Hex;
169
- type: "0x7e";
170
- }) | ({
171
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
172
- r?: import("../../index.js").Hex;
173
- s?: import("../../index.js").Hex;
174
- v?: `0x${string}`;
175
- gasPrice?: `0x${string}` | undefined;
176
- maxFeePerBlobGas?: `0x${string}` | undefined;
177
- maxFeePerGas?: `0x${string}` | undefined;
178
- maxPriorityFeePerGas?: `0x${string}` | undefined;
179
- to?: import("abitype").Address | null;
180
- from?: import("abitype").Address;
181
- gas?: `0x${string}`;
182
- nonce?: `0x${string}`;
183
- value?: `0x${string}`;
184
- accessList?: import("../../index.js").AccessList | undefined;
185
- blobVersionedHashes?: undefined;
186
- blockHash?: `0x${string}` | null;
187
- blockNumber?: `0x${string}` | null;
188
- hash?: import("../../index.js").Hash;
189
- input?: import("../../index.js").Hex;
190
- transactionIndex?: `0x${string}` | null;
191
- chainId?: `0x${string}` | undefined;
192
- yParity?: `0x${string}` | undefined;
193
- } & {
194
- type: "0x0";
195
- r: import("../../index.js").Hex;
196
- s: import("../../index.js").Hex;
197
- v: `0x${string}`;
198
- yParity?: undefined;
199
- gasPrice: `0x${string}`;
200
- maxFeePerBlobGas?: undefined;
201
- maxFeePerGas?: undefined;
202
- maxPriorityFeePerGas?: undefined;
203
- to: import("abitype").Address | null;
204
- from: import("abitype").Address;
205
- gas: `0x${string}`;
206
- nonce: `0x${string}`;
207
- value: `0x${string}`;
208
- accessList?: undefined;
209
- blobVersionedHashes?: undefined;
210
- blockHash: `0x${string}` | null;
211
- blockNumber: `0x${string}` | null;
212
- hash: import("../../index.js").Hash;
213
- input: import("../../index.js").Hex;
214
- transactionIndex: `0x${string}` | null;
215
- chainId?: `0x${string}` | undefined;
216
- } & {
217
- isSystemTx?: undefined;
218
- mint?: undefined;
219
- sourceHash?: undefined;
220
- }) | ({
221
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
222
- r?: import("../../index.js").Hex;
223
- s?: import("../../index.js").Hex;
224
- v?: `0x${string}`;
225
- gasPrice?: `0x${string}` | undefined;
226
- maxFeePerBlobGas?: `0x${string}` | undefined;
227
- maxFeePerGas?: `0x${string}` | undefined;
228
- maxPriorityFeePerGas?: `0x${string}` | undefined;
229
- to?: import("abitype").Address | null;
230
- from?: import("abitype").Address;
231
- gas?: `0x${string}`;
232
- nonce?: `0x${string}`;
233
- value?: `0x${string}`;
234
- accessList?: import("../../index.js").AccessList | undefined;
235
- blobVersionedHashes?: undefined;
236
- blockHash?: `0x${string}` | null;
237
- blockNumber?: `0x${string}` | null;
238
- hash?: import("../../index.js").Hash;
239
- input?: import("../../index.js").Hex;
240
- transactionIndex?: `0x${string}` | null;
241
- chainId?: `0x${string}` | undefined;
242
- yParity?: `0x${string}` | undefined;
243
- } & {
244
- type: "0x1";
245
- r: import("../../index.js").Hex;
246
- s: import("../../index.js").Hex;
247
- v: `0x${string}`;
248
- gasPrice: `0x${string}`;
249
- maxFeePerBlobGas?: undefined;
250
- maxFeePerGas?: undefined;
251
- maxPriorityFeePerGas?: undefined;
252
- to: import("abitype").Address | null;
253
- from: import("abitype").Address;
254
- gas: `0x${string}`;
255
- nonce: `0x${string}`;
256
- value: `0x${string}`;
257
- accessList: import("../../index.js").AccessList;
258
- blobVersionedHashes?: undefined;
259
- blockHash: `0x${string}` | null;
260
- blockNumber: `0x${string}` | null;
261
- hash: import("../../index.js").Hash;
262
- input: import("../../index.js").Hex;
263
- transactionIndex: `0x${string}` | null;
264
- chainId: `0x${string}`;
265
- yParity?: `0x${string}` | undefined;
266
- } & {
267
- isSystemTx?: undefined;
268
- mint?: undefined;
269
- sourceHash?: undefined;
270
- }) | ({
271
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
272
- r?: import("../../index.js").Hex;
273
- s?: import("../../index.js").Hex;
274
- v?: `0x${string}`;
275
- gasPrice?: `0x${string}` | undefined;
276
- maxFeePerBlobGas?: `0x${string}` | undefined;
277
- maxFeePerGas?: `0x${string}` | undefined;
278
- maxPriorityFeePerGas?: `0x${string}` | undefined;
279
- to?: import("abitype").Address | null;
280
- from?: import("abitype").Address;
281
- gas?: `0x${string}`;
282
- nonce?: `0x${string}`;
283
- value?: `0x${string}`;
284
- accessList?: import("../../index.js").AccessList | undefined;
285
- blobVersionedHashes?: undefined;
286
- blockHash?: `0x${string}` | null;
287
- blockNumber?: `0x${string}` | null;
288
- hash?: import("../../index.js").Hash;
289
- input?: import("../../index.js").Hex;
290
- transactionIndex?: `0x${string}` | null;
291
- chainId?: `0x${string}` | undefined;
292
- yParity?: `0x${string}` | undefined;
293
- } & {
294
- type: "0x2";
295
- r: import("../../index.js").Hex;
296
- s: import("../../index.js").Hex;
297
- v: `0x${string}`;
298
- gasPrice?: undefined;
299
- maxFeePerBlobGas?: undefined;
300
- maxFeePerGas: `0x${string}`;
301
- maxPriorityFeePerGas: `0x${string}`;
302
- to: import("abitype").Address | null;
303
- from: import("abitype").Address;
304
- gas: `0x${string}`;
305
- nonce: `0x${string}`;
306
- value: `0x${string}`;
307
- accessList: import("../../index.js").AccessList;
308
- blobVersionedHashes?: undefined;
309
- blockHash: `0x${string}` | null;
310
- blockNumber: `0x${string}` | null;
311
- hash: import("../../index.js").Hash;
312
- input: import("../../index.js").Hex;
313
- transactionIndex: `0x${string}` | null;
314
- chainId: `0x${string}`;
315
- yParity?: `0x${string}` | undefined;
316
- } & {
317
- isSystemTx?: undefined;
318
- mint?: undefined;
319
- sourceHash?: undefined;
320
- }) | ({
321
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
322
- r?: import("../../index.js").Hex;
323
- s?: import("../../index.js").Hex;
324
- v?: `0x${string}`;
325
- gasPrice?: `0x${string}` | undefined;
326
- maxFeePerBlobGas?: `0x${string}` | undefined;
327
- maxFeePerGas?: `0x${string}` | undefined;
328
- maxPriorityFeePerGas?: `0x${string}` | undefined;
329
- to?: import("abitype").Address | null;
330
- from?: import("abitype").Address;
331
- gas?: `0x${string}`;
332
- nonce?: `0x${string}`;
333
- value?: `0x${string}`;
334
- accessList?: import("../../index.js").AccessList | undefined;
335
- blobVersionedHashes?: undefined;
336
- blockHash?: `0x${string}` | null;
337
- blockNumber?: `0x${string}` | null;
338
- hash?: import("../../index.js").Hash;
339
- input?: import("../../index.js").Hex;
340
- transactionIndex?: `0x${string}` | null;
341
- chainId?: `0x${string}` | undefined;
342
- yParity?: `0x${string}` | undefined;
343
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
344
- isSystemTx?: boolean | undefined;
345
- mint?: import("../../index.js").Hex | undefined;
346
- sourceHash: import("../../index.js").Hex;
347
- type: "0x7e";
348
- }) | ({
349
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
350
- r?: import("../../index.js").Hex;
351
- s?: import("../../index.js").Hex;
352
- v?: `0x${string}`;
353
- gasPrice?: `0x${string}` | undefined;
354
- maxFeePerBlobGas?: `0x${string}` | undefined;
355
- maxFeePerGas?: `0x${string}` | undefined;
356
- maxPriorityFeePerGas?: `0x${string}` | undefined;
357
- to?: import("abitype").Address | null;
358
- from?: import("abitype").Address;
359
- gas?: `0x${string}`;
360
- nonce?: `0x${string}`;
361
- value?: `0x${string}`;
362
- accessList?: import("../../index.js").AccessList | undefined;
363
- blobVersionedHashes?: undefined;
364
- blockHash?: `0x${string}` | null;
365
- blockNumber?: `0x${string}` | null;
366
- hash?: import("../../index.js").Hash;
367
- input?: import("../../index.js").Hex;
368
- transactionIndex?: `0x${string}` | null;
369
- chainId?: `0x${string}` | undefined;
370
- yParity?: `0x${string}` | undefined;
371
- } & {
372
- type: "0x0";
373
- r: import("../../index.js").Hex;
374
- s: import("../../index.js").Hex;
375
- v: `0x${string}`;
376
- yParity?: undefined;
377
- gasPrice: `0x${string}`;
378
- maxFeePerBlobGas?: undefined;
379
- maxFeePerGas?: undefined;
380
- maxPriorityFeePerGas?: undefined;
381
- to: import("abitype").Address | null;
382
- from: import("abitype").Address;
383
- gas: `0x${string}`;
384
- nonce: `0x${string}`;
385
- value: `0x${string}`;
386
- accessList?: undefined;
387
- blobVersionedHashes?: undefined;
388
- blockHash: `0x${string}` | null;
389
- blockNumber: `0x${string}` | null;
390
- hash: import("../../index.js").Hash;
391
- input: import("../../index.js").Hex;
392
- transactionIndex: `0x${string}` | null;
393
- chainId?: `0x${string}` | undefined;
394
- } & {
395
- isSystemTx?: undefined;
396
- mint?: undefined;
397
- sourceHash?: undefined;
398
- }) | ({
399
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
400
- r?: import("../../index.js").Hex;
401
- s?: import("../../index.js").Hex;
402
- v?: `0x${string}`;
403
- gasPrice?: `0x${string}` | undefined;
404
- maxFeePerBlobGas?: `0x${string}` | undefined;
405
- maxFeePerGas?: `0x${string}` | undefined;
406
- maxPriorityFeePerGas?: `0x${string}` | undefined;
407
- to?: import("abitype").Address | null;
408
- from?: import("abitype").Address;
409
- gas?: `0x${string}`;
410
- nonce?: `0x${string}`;
411
- value?: `0x${string}`;
412
- accessList?: import("../../index.js").AccessList | undefined;
413
- blobVersionedHashes?: undefined;
414
- blockHash?: `0x${string}` | null;
415
- blockNumber?: `0x${string}` | null;
416
- hash?: import("../../index.js").Hash;
417
- input?: import("../../index.js").Hex;
418
- transactionIndex?: `0x${string}` | null;
419
- chainId?: `0x${string}` | undefined;
420
- yParity?: `0x${string}` | undefined;
421
- } & {
422
- type: "0x1";
423
- r: import("../../index.js").Hex;
424
- s: import("../../index.js").Hex;
425
- v: `0x${string}`;
426
- gasPrice: `0x${string}`;
427
- maxFeePerBlobGas?: undefined;
428
- maxFeePerGas?: undefined;
429
- maxPriorityFeePerGas?: undefined;
430
- to: import("abitype").Address | null;
431
- from: import("abitype").Address;
432
- gas: `0x${string}`;
433
- nonce: `0x${string}`;
434
- value: `0x${string}`;
435
- accessList: import("../../index.js").AccessList;
436
- blobVersionedHashes?: undefined;
90
+ format: (args: import("../index.js").OpStackRpcTransaction) => ({
437
91
  blockHash: `0x${string}` | null;
438
- blockNumber: `0x${string}` | null;
439
- hash: import("../../index.js").Hash;
440
- input: import("../../index.js").Hex;
441
- transactionIndex: `0x${string}` | null;
442
- chainId: `0x${string}`;
443
- yParity?: `0x${string}` | undefined;
444
- } & {
445
- isSystemTx?: undefined;
446
- mint?: undefined;
447
- sourceHash?: undefined;
448
- }) | ({
449
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
450
- r?: import("../../index.js").Hex;
451
- s?: import("../../index.js").Hex;
452
- v?: `0x${string}`;
453
- gasPrice?: `0x${string}` | undefined;
454
- maxFeePerBlobGas?: `0x${string}` | undefined;
455
- maxFeePerGas?: `0x${string}` | undefined;
456
- maxPriorityFeePerGas?: `0x${string}` | undefined;
457
- to?: import("abitype").Address | null;
458
- from?: import("abitype").Address;
459
- gas?: `0x${string}`;
460
- nonce?: `0x${string}`;
461
- value?: `0x${string}`;
462
- accessList?: import("../../index.js").AccessList | undefined;
463
- blobVersionedHashes?: undefined;
464
- blockHash?: `0x${string}` | null;
465
- blockNumber?: `0x${string}` | null;
466
- hash?: import("../../index.js").Hash;
467
- input?: import("../../index.js").Hex;
468
- transactionIndex?: `0x${string}` | null;
469
- chainId?: `0x${string}` | undefined;
470
- yParity?: `0x${string}` | undefined;
471
- } & {
472
- type: "0x2";
473
- r: import("../../index.js").Hex;
474
- s: import("../../index.js").Hex;
475
- v: `0x${string}`;
476
- gasPrice?: undefined;
477
- maxFeePerBlobGas?: undefined;
478
- maxFeePerGas: `0x${string}`;
479
- maxPriorityFeePerGas: `0x${string}`;
480
- to: import("abitype").Address | null;
481
- from: import("abitype").Address;
482
- gas: `0x${string}`;
483
- nonce: `0x${string}`;
484
- value: `0x${string}`;
485
- accessList: import("../../index.js").AccessList;
486
- blobVersionedHashes?: undefined;
487
- blockHash: `0x${string}` | null;
488
- blockNumber: `0x${string}` | null;
489
- hash: import("../../index.js").Hash;
490
- input: import("../../index.js").Hex;
491
- transactionIndex: `0x${string}` | null;
492
- chainId: `0x${string}`;
493
- yParity?: `0x${string}` | undefined;
494
- } & {
495
- isSystemTx?: undefined;
496
- mint?: undefined;
497
- sourceHash?: undefined;
498
- }) | ({
499
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
500
- r?: import("../../index.js").Hex;
501
- s?: import("../../index.js").Hex;
502
- v?: `0x${string}`;
503
- gasPrice?: `0x${string}` | undefined;
504
- maxFeePerBlobGas?: `0x${string}` | undefined;
505
- maxFeePerGas?: `0x${string}` | undefined;
506
- maxPriorityFeePerGas?: `0x${string}` | undefined;
507
- to?: import("abitype").Address | null;
508
- from?: import("abitype").Address;
509
- gas?: `0x${string}`;
510
- nonce?: `0x${string}`;
511
- value?: `0x${string}`;
512
- accessList?: import("../../index.js").AccessList | undefined;
513
- blobVersionedHashes?: undefined;
514
- blockHash?: `0x${string}` | null;
515
- blockNumber?: `0x${string}` | null;
516
- hash?: import("../../index.js").Hash;
517
- input?: import("../../index.js").Hex;
518
- transactionIndex?: `0x${string}` | null;
519
- chainId?: `0x${string}` | undefined;
520
- yParity?: `0x${string}` | undefined;
521
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
522
- isSystemTx?: boolean | undefined;
523
- mint?: import("../../index.js").Hex | undefined;
524
- sourceHash: import("../../index.js").Hex;
525
- type: "0x7e";
526
- }) | ({
527
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
528
- r?: import("../../index.js").Hex;
529
- s?: import("../../index.js").Hex;
530
- v?: `0x${string}`;
531
- gasPrice?: `0x${string}` | undefined;
532
- maxFeePerBlobGas?: `0x${string}` | undefined;
533
- maxFeePerGas?: `0x${string}` | undefined;
534
- maxPriorityFeePerGas?: `0x${string}` | undefined;
535
- to?: import("abitype").Address | null;
536
- from?: import("abitype").Address;
537
- gas?: `0x${string}`;
538
- nonce?: `0x${string}`;
539
- value?: `0x${string}`;
540
- accessList?: import("../../index.js").AccessList | undefined;
541
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
542
- blockHash?: `0x${string}` | null;
543
- blockNumber?: `0x${string}` | null;
544
- hash?: import("../../index.js").Hash;
545
- input?: import("../../index.js").Hex;
546
- transactionIndex?: `0x${string}` | null;
547
- chainId?: `0x${string}` | undefined;
548
- yParity?: `0x${string}` | undefined;
549
- } & {
550
- type: "0x0";
551
- r: import("../../index.js").Hex;
552
- s: import("../../index.js").Hex;
553
- v: `0x${string}`;
554
- yParity?: undefined;
555
- gasPrice: `0x${string}`;
556
- maxFeePerBlobGas?: undefined;
557
- maxFeePerGas?: undefined;
558
- maxPriorityFeePerGas?: undefined;
559
- to: import("abitype").Address | null;
92
+ blockNumber: bigint | null;
560
93
  from: import("abitype").Address;
561
- gas: `0x${string}`;
562
- nonce: `0x${string}`;
563
- value: `0x${string}`;
564
- accessList?: undefined;
565
- blobVersionedHashes?: undefined;
566
- blockHash: `0x${string}` | null;
567
- blockNumber: `0x${string}` | null;
94
+ gas: bigint;
568
95
  hash: import("../../index.js").Hash;
569
96
  input: import("../../index.js").Hex;
570
- transactionIndex: `0x${string}` | null;
571
- chainId?: `0x${string}` | undefined;
572
- } & {
573
- isSystemTx?: undefined;
574
- mint?: undefined;
575
- sourceHash?: undefined;
576
- }) | ({
577
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
578
- r?: import("../../index.js").Hex;
579
- s?: import("../../index.js").Hex;
580
- v?: `0x${string}`;
581
- gasPrice?: `0x${string}` | undefined;
582
- maxFeePerBlobGas?: `0x${string}` | undefined;
583
- maxFeePerGas?: `0x${string}` | undefined;
584
- maxPriorityFeePerGas?: `0x${string}` | undefined;
585
- to?: import("abitype").Address | null;
586
- from?: import("abitype").Address;
587
- gas?: `0x${string}`;
588
- nonce?: `0x${string}`;
589
- value?: `0x${string}`;
590
- accessList?: import("../../index.js").AccessList | undefined;
591
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
592
- blockHash?: `0x${string}` | null;
593
- blockNumber?: `0x${string}` | null;
594
- hash?: import("../../index.js").Hash;
595
- input?: import("../../index.js").Hex;
596
- transactionIndex?: `0x${string}` | null;
597
- chainId?: `0x${string}` | undefined;
598
- yParity?: `0x${string}` | undefined;
599
- } & {
600
- type: "0x1";
97
+ nonce: number;
601
98
  r: import("../../index.js").Hex;
602
99
  s: import("../../index.js").Hex;
603
- v: `0x${string}`;
604
- gasPrice: `0x${string}`;
605
- maxFeePerBlobGas?: undefined;
606
- maxFeePerGas?: undefined;
607
- maxPriorityFeePerGas?: undefined;
608
100
  to: import("abitype").Address | null;
609
- from: import("abitype").Address;
610
- gas: `0x${string}`;
611
- nonce: `0x${string}`;
612
- value: `0x${string}`;
613
- accessList: import("../../index.js").AccessList;
614
- blobVersionedHashes?: undefined;
615
- blockHash: `0x${string}` | null;
616
- blockNumber: `0x${string}` | null;
617
- hash: import("../../index.js").Hash;
618
- input: import("../../index.js").Hex;
619
- transactionIndex: `0x${string}` | null;
620
- chainId: `0x${string}`;
621
- yParity?: `0x${string}` | undefined;
622
- } & {
623
- isSystemTx?: undefined;
624
- mint?: undefined;
625
- sourceHash?: undefined;
626
- }) | ({
627
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
628
- r?: import("../../index.js").Hex;
629
- s?: import("../../index.js").Hex;
630
- v?: `0x${string}`;
631
- gasPrice?: `0x${string}` | undefined;
632
- maxFeePerBlobGas?: `0x${string}` | undefined;
633
- maxFeePerGas?: `0x${string}` | undefined;
634
- maxPriorityFeePerGas?: `0x${string}` | undefined;
635
- to?: import("abitype").Address | null;
636
- from?: import("abitype").Address;
637
- gas?: `0x${string}`;
638
- nonce?: `0x${string}`;
639
- value?: `0x${string}`;
640
- accessList?: import("../../index.js").AccessList | undefined;
641
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
642
- blockHash?: `0x${string}` | null;
643
- blockNumber?: `0x${string}` | null;
644
- hash?: import("../../index.js").Hash;
645
- input?: import("../../index.js").Hex;
646
- transactionIndex?: `0x${string}` | null;
647
- chainId?: `0x${string}` | undefined;
648
- yParity?: `0x${string}` | undefined;
649
- } & {
650
- type: "0x2";
651
- r: import("../../index.js").Hex;
652
- s: import("../../index.js").Hex;
653
- v: `0x${string}`;
101
+ transactionIndex: number | null;
102
+ typeHex: import("../../index.js").Hex | null;
103
+ v: bigint;
104
+ value: bigint;
105
+ yParity: number;
654
106
  gasPrice?: undefined;
655
107
  maxFeePerBlobGas?: undefined;
656
- maxFeePerGas: `0x${string}`;
657
- maxPriorityFeePerGas: `0x${string}`;
658
- to: import("abitype").Address | null;
659
- from: import("abitype").Address;
660
- gas: `0x${string}`;
661
- nonce: `0x${string}`;
662
- value: `0x${string}`;
663
- accessList: import("../../index.js").AccessList;
664
- blobVersionedHashes?: undefined;
665
- blockHash: `0x${string}` | null;
666
- blockNumber: `0x${string}` | null;
667
- hash: import("../../index.js").Hash;
668
- input: import("../../index.js").Hex;
669
- transactionIndex: `0x${string}` | null;
670
- chainId: `0x${string}`;
671
- yParity?: `0x${string}` | undefined;
672
- } & {
673
- isSystemTx?: undefined;
674
- mint?: undefined;
675
- sourceHash?: undefined;
676
- }) | ({
677
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
678
- r?: import("../../index.js").Hex;
679
- s?: import("../../index.js").Hex;
680
- v?: `0x${string}`;
681
- gasPrice?: `0x${string}` | undefined;
682
- maxFeePerBlobGas?: `0x${string}` | undefined;
683
- maxFeePerGas?: `0x${string}` | undefined;
684
- maxPriorityFeePerGas?: `0x${string}` | undefined;
685
- to?: import("abitype").Address | null;
686
- from?: import("abitype").Address;
687
- gas?: `0x${string}`;
688
- nonce?: `0x${string}`;
689
- value?: `0x${string}`;
690
- accessList?: import("../../index.js").AccessList | undefined;
691
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
692
- blockHash?: `0x${string}` | null;
693
- blockNumber?: `0x${string}` | null;
694
- hash?: import("../../index.js").Hash;
695
- input?: import("../../index.js").Hex;
696
- transactionIndex?: `0x${string}` | null;
697
- chainId?: `0x${string}` | undefined;
698
- yParity?: `0x${string}` | undefined;
699
- } & {
700
- type: "0x3";
701
- r: import("../../index.js").Hex;
702
- s: import("../../index.js").Hex;
703
- v: `0x${string}`;
704
- gasPrice?: undefined;
705
- maxFeePerBlobGas: `0x${string}`;
706
- maxFeePerGas: `0x${string}`;
707
- maxPriorityFeePerGas: `0x${string}`;
708
- to: import("abitype").Address | null;
709
- from: import("abitype").Address;
710
- gas: `0x${string}`;
711
- nonce: `0x${string}`;
712
- value: `0x${string}`;
713
- accessList: import("../../index.js").AccessList;
714
- blobVersionedHashes: readonly import("../../index.js").Hex[];
715
- blockHash: `0x${string}` | null;
716
- blockNumber: `0x${string}` | null;
717
- hash: import("../../index.js").Hash;
718
- input: import("../../index.js").Hex;
719
- transactionIndex: `0x${string}` | null;
720
- chainId: `0x${string}`;
721
- yParity?: `0x${string}` | undefined;
722
- } & {
723
- isSystemTx?: undefined;
724
- mint?: undefined;
725
- sourceHash?: undefined;
726
- }) | ({
727
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
728
- r?: import("../../index.js").Hex;
729
- s?: import("../../index.js").Hex;
730
- v?: `0x${string}`;
731
- gasPrice?: `0x${string}` | undefined;
732
- maxFeePerBlobGas?: `0x${string}` | undefined;
733
- maxFeePerGas?: `0x${string}` | undefined;
734
- maxPriorityFeePerGas?: `0x${string}` | undefined;
735
- to?: import("abitype").Address | null;
736
- from?: import("abitype").Address;
737
- gas?: `0x${string}`;
738
- nonce?: `0x${string}`;
739
- value?: `0x${string}`;
740
- accessList?: import("../../index.js").AccessList | undefined;
741
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
742
- blockHash?: `0x${string}` | null;
743
- blockNumber?: `0x${string}` | null;
744
- hash?: import("../../index.js").Hash;
745
- input?: import("../../index.js").Hex;
746
- transactionIndex?: `0x${string}` | null;
747
- chainId?: `0x${string}` | undefined;
748
- yParity?: `0x${string}` | undefined;
749
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
750
- isSystemTx?: boolean | undefined;
751
- mint?: import("../../index.js").Hex | undefined;
108
+ maxFeePerGas: bigint;
109
+ maxPriorityFeePerGas: bigint;
110
+ isSystemTx?: boolean;
111
+ mint?: bigint | undefined;
752
112
  sourceHash: import("../../index.js").Hex;
753
- type: "0x7e";
754
- })) => ({
113
+ type: "deposit";
114
+ } | {
755
115
  r: import("../../index.js").Hex;
756
116
  s: import("../../index.js").Hex;
757
117
  v: bigint;
@@ -778,33 +138,6 @@ export declare const zoraTestnet: {
778
138
  isSystemTx?: undefined;
779
139
  mint?: undefined;
780
140
  sourceHash?: undefined;
781
- } | {
782
- r: import("../../index.js").Hex;
783
- s: import("../../index.js").Hex;
784
- v: bigint;
785
- to: import("abitype").Address | null;
786
- from: import("abitype").Address;
787
- gas: bigint;
788
- nonce: number;
789
- value: bigint;
790
- blockHash: `0x${string}` | null;
791
- blockNumber: bigint | null;
792
- hash: import("../../index.js").Hash;
793
- input: import("../../index.js").Hex;
794
- transactionIndex: number | null;
795
- typeHex: import("../../index.js").Hex | null;
796
- accessList?: undefined;
797
- blobVersionedHashes?: undefined;
798
- chainId?: number | undefined;
799
- yParity: number;
800
- type: "deposit";
801
- gasPrice: undefined;
802
- maxFeePerBlobGas?: undefined;
803
- maxFeePerGas: bigint;
804
- maxPriorityFeePerGas: bigint;
805
- isSystemTx?: boolean;
806
- mint?: bigint | undefined;
807
- sourceHash: import("../../index.js").Hex;
808
141
  } | {
809
142
  blockHash: `0x${string}` | null;
810
143
  blockNumber: bigint | null;
@@ -832,87 +165,6 @@ export declare const zoraTestnet: {
832
165
  isSystemTx?: undefined;
833
166
  mint?: undefined;
834
167
  sourceHash?: undefined;
835
- } | {
836
- blockHash: `0x${string}` | null;
837
- blockNumber: bigint | null;
838
- from: import("abitype").Address;
839
- gas: bigint;
840
- hash: import("../../index.js").Hash;
841
- input: import("../../index.js").Hex;
842
- nonce: number;
843
- r: import("../../index.js").Hex;
844
- s: import("../../index.js").Hex;
845
- to: import("abitype").Address | null;
846
- transactionIndex: number | null;
847
- typeHex: import("../../index.js").Hex | null;
848
- v: bigint;
849
- value: bigint;
850
- yParity: number;
851
- accessList: import("../../index.js").AccessList;
852
- blobVersionedHashes?: undefined;
853
- chainId: number;
854
- type: "eip1559";
855
- gasPrice: undefined;
856
- maxFeePerBlobGas?: undefined;
857
- maxFeePerGas: bigint;
858
- maxPriorityFeePerGas: bigint;
859
- isSystemTx?: undefined;
860
- mint?: undefined;
861
- sourceHash?: undefined;
862
- } | {
863
- blockHash: `0x${string}` | null;
864
- blockNumber: bigint | null;
865
- from: import("abitype").Address;
866
- gas: bigint;
867
- hash: import("../../index.js").Hash;
868
- input: import("../../index.js").Hex;
869
- nonce: number;
870
- r: import("../../index.js").Hex;
871
- s: import("../../index.js").Hex;
872
- to: import("abitype").Address | null;
873
- transactionIndex: number | null;
874
- typeHex: import("../../index.js").Hex | null;
875
- v: bigint;
876
- value: bigint;
877
- yParity: number;
878
- accessList: import("../../index.js").AccessList;
879
- blobVersionedHashes?: undefined;
880
- chainId: number;
881
- type: "deposit";
882
- gasPrice: undefined;
883
- maxFeePerBlobGas?: undefined;
884
- maxFeePerGas: bigint;
885
- maxPriorityFeePerGas: bigint;
886
- isSystemTx?: boolean;
887
- mint?: bigint | undefined;
888
- sourceHash: import("../../index.js").Hex;
889
- } | {
890
- blockHash: `0x${string}` | null;
891
- blockNumber: bigint | null;
892
- from: import("abitype").Address;
893
- gas: bigint;
894
- hash: import("../../index.js").Hash;
895
- input: import("../../index.js").Hex;
896
- nonce: number;
897
- r: import("../../index.js").Hex;
898
- s: import("../../index.js").Hex;
899
- to: import("abitype").Address | null;
900
- transactionIndex: number | null;
901
- typeHex: import("../../index.js").Hex | null;
902
- v: bigint;
903
- value: bigint;
904
- yParity: number;
905
- accessList: import("../../index.js").AccessList;
906
- blobVersionedHashes?: undefined;
907
- chainId: number;
908
- type: "eip2930";
909
- gasPrice: bigint;
910
- maxFeePerBlobGas?: undefined;
911
- maxFeePerGas: undefined;
912
- maxPriorityFeePerGas: undefined;
913
- isSystemTx?: undefined;
914
- mint?: undefined;
915
- sourceHash?: undefined;
916
168
  } | {
917
169
  blockHash: `0x${string}` | null;
918
170
  blockNumber: bigint | null;
@@ -940,33 +192,6 @@ export declare const zoraTestnet: {
940
192
  isSystemTx?: undefined;
941
193
  mint?: undefined;
942
194
  sourceHash?: undefined;
943
- } | {
944
- blockHash: `0x${string}` | null;
945
- blockNumber: bigint | null;
946
- from: import("abitype").Address;
947
- gas: bigint;
948
- hash: import("../../index.js").Hash;
949
- input: import("../../index.js").Hex;
950
- nonce: number;
951
- r: import("../../index.js").Hex;
952
- s: import("../../index.js").Hex;
953
- to: import("abitype").Address | null;
954
- transactionIndex: number | null;
955
- typeHex: import("../../index.js").Hex | null;
956
- v: bigint;
957
- value: bigint;
958
- yParity: number;
959
- accessList: import("../../index.js").AccessList;
960
- blobVersionedHashes?: undefined;
961
- chainId: number;
962
- type: "deposit";
963
- gasPrice?: undefined;
964
- maxFeePerBlobGas?: undefined;
965
- maxFeePerGas: bigint;
966
- maxPriorityFeePerGas: bigint;
967
- isSystemTx?: boolean;
968
- mint?: bigint | undefined;
969
- sourceHash: import("../../index.js").Hex;
970
195
  } | {
971
196
  blockHash: `0x${string}` | null;
972
197
  blockNumber: bigint | null;
@@ -994,39 +219,12 @@ export declare const zoraTestnet: {
994
219
  isSystemTx?: undefined;
995
220
  mint?: undefined;
996
221
  sourceHash?: undefined;
997
- } | {
998
- blockHash: `0x${string}` | null;
999
- blockNumber: bigint | null;
1000
- from: import("abitype").Address;
1001
- gas: bigint;
1002
- hash: import("../../index.js").Hash;
1003
- input: import("../../index.js").Hex;
1004
- nonce: number;
1005
- r: import("../../index.js").Hex;
1006
- s: import("../../index.js").Hex;
1007
- to: import("abitype").Address | null;
1008
- transactionIndex: number | null;
1009
- typeHex: import("../../index.js").Hex | null;
1010
- v: bigint;
1011
- value: bigint;
1012
- yParity: number;
1013
- accessList: import("../../index.js").AccessList;
1014
- blobVersionedHashes: readonly import("../../index.js").Hex[];
1015
- chainId: number;
1016
- type: "deposit";
1017
- gasPrice?: undefined;
1018
- maxFeePerBlobGas: undefined;
1019
- maxFeePerGas: bigint;
1020
- maxPriorityFeePerGas: bigint;
1021
- isSystemTx?: boolean;
1022
- mint?: bigint | undefined;
1023
- sourceHash: import("../../index.js").Hex;
1024
222
  }) & {};
1025
223
  type: "transaction";
1026
224
  };
1027
225
  readonly transactionReceipt: {
1028
226
  exclude: [] | undefined;
1029
- format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
227
+ format: (args: import("../index.js").OpStackRpcTransactionReceipt) => {
1030
228
  blobGasPrice?: bigint | undefined;
1031
229
  blobGasUsed?: bigint | undefined;
1032
230
  blockHash: import("../../index.js").Hash;