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
@@ -1,856 +1,46 @@
1
- import type { Hash } from '../types/misc.js';
2
- import type { CeloBlockOverrides, CeloRpcTransaction, CeloTransaction } from './types.js';
1
+ import type { CeloRpcBlock, CeloRpcTransaction, CeloTransaction, CeloTransactionRequest } from './types.js';
3
2
  export declare const formatters: {
4
3
  readonly block: {
5
- exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
6
- format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../types/rpc.js").RpcBlock>, CeloBlockOverrides & {
7
- transactions: readonly Hash[] | readonly CeloRpcTransaction[];
8
- }>) => {
4
+ exclude: [] | undefined;
5
+ format: (args: CeloRpcBlock) => {
9
6
  baseFeePerGas: bigint | null;
10
7
  blobGasUsed: bigint;
11
- difficulty: bigint;
8
+ difficulty: bigint | undefined;
12
9
  excessBlobGas: bigint;
13
- extraData: import("../types/misc.js").Hex;
14
- gasLimit: bigint;
10
+ extraData: import("../index.js").Hex;
11
+ gasLimit: bigint | undefined;
15
12
  gasUsed: bigint;
16
13
  hash: `0x${string}` | null;
17
14
  logsBloom: `0x${string}` | null;
18
15
  miner: import("abitype").Address;
19
- mixHash: Hash;
20
- nonce: `0x${string}` | null;
16
+ nonce: bigint | null | undefined;
21
17
  number: bigint | null;
22
- parentHash: Hash;
23
- receiptsRoot: import("../types/misc.js").Hex;
24
- sealFields: import("../types/misc.js").Hex[];
25
- sha3Uncles: Hash;
18
+ parentHash: import("../index.js").Hash;
19
+ receiptsRoot: import("../index.js").Hex;
20
+ sealFields: import("../index.js").Hex[];
21
+ sha3Uncles: import("../index.js").Hash;
26
22
  size: bigint;
27
- stateRoot: Hash;
23
+ stateRoot: import("../index.js").Hash;
28
24
  timestamp: bigint;
29
25
  totalDifficulty: bigint | null;
30
- transactions: readonly `0x${string}`[] | readonly CeloTransaction[];
31
- transactionsRoot: Hash;
32
- uncles: Hash[];
26
+ transactions: `0x${string}`[] | CeloTransaction<boolean>[];
27
+ transactionsRoot: import("../index.js").Hash;
33
28
  withdrawals?: import("../index.js").Withdrawal[] | undefined;
34
- withdrawalsRoot?: import("../types/misc.js").Hex | undefined;
35
- randomness: {
36
- committed: import("../types/misc.js").Hex;
37
- revealed: import("../types/misc.js").Hex;
38
- };
39
- } & {
40
- nonce: never;
41
- difficulty: never;
42
- gasLimit: never;
43
- mixHash: never;
44
- uncles: never;
45
- };
29
+ withdrawalsRoot?: import("../index.js").Hex | undefined;
30
+ mixHash?: undefined;
31
+ randomness?: {
32
+ committed: import("../index.js").Hex;
33
+ revealed: import("../index.js").Hex;
34
+ } | undefined;
35
+ uncles?: undefined;
36
+ } & {};
46
37
  type: "block";
47
38
  };
48
39
  readonly transaction: {
49
40
  exclude: [] | undefined;
50
- format: (args: ({
51
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
52
- r?: import("../types/misc.js").Hex;
53
- s?: import("../types/misc.js").Hex;
54
- v?: `0x${string}`;
55
- yParity?: `0x${string}` | undefined;
56
- gasPrice?: `0x${string}` | undefined;
57
- maxFeePerBlobGas?: `0x${string}` | undefined;
58
- maxFeePerGas?: `0x${string}` | undefined;
59
- maxPriorityFeePerGas?: `0x${string}` | undefined;
60
- to?: import("abitype").Address | null;
61
- from?: import("abitype").Address;
62
- gas?: `0x${string}`;
63
- nonce?: `0x${string}`;
64
- value?: `0x${string}`;
65
- accessList?: undefined;
66
- blobVersionedHashes?: undefined;
67
- blockHash?: `0x${string}` | null;
68
- blockNumber?: `0x${string}` | null;
69
- hash?: Hash;
70
- input?: import("../types/misc.js").Hex;
71
- transactionIndex?: `0x${string}` | null;
72
- chainId?: `0x${string}` | undefined;
73
- } & {
74
- type: "0x0";
75
- r: import("../types/misc.js").Hex;
76
- s: import("../types/misc.js").Hex;
77
- v: `0x${string}`;
78
- yParity?: undefined;
79
- gasPrice: `0x${string}`;
80
- maxFeePerBlobGas?: undefined;
81
- maxFeePerGas?: undefined;
82
- maxPriorityFeePerGas?: undefined;
83
- to: import("abitype").Address | null;
84
- from: import("abitype").Address;
85
- gas: `0x${string}`;
86
- nonce: `0x${string}`;
87
- value: `0x${string}`;
88
- accessList?: undefined;
89
- blobVersionedHashes?: undefined;
90
- blockHash: `0x${string}` | null;
91
- blockNumber: `0x${string}` | null;
92
- hash: Hash;
93
- input: import("../types/misc.js").Hex;
94
- transactionIndex: `0x${string}` | null;
95
- chainId?: `0x${string}` | undefined;
96
- } & {
97
- feeCurrency: import("abitype").Address | null;
98
- gatewayFee: import("../types/misc.js").Hex | null;
99
- gatewayFeeRecipient: import("abitype").Address | null;
100
- }) | ({
101
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
102
- r?: import("../types/misc.js").Hex;
103
- s?: import("../types/misc.js").Hex;
104
- v?: `0x${string}`;
105
- yParity?: `0x${string}` | undefined;
106
- gasPrice?: `0x${string}` | undefined;
107
- maxFeePerBlobGas?: `0x${string}` | undefined;
108
- maxFeePerGas?: `0x${string}` | undefined;
109
- maxPriorityFeePerGas?: `0x${string}` | undefined;
110
- to?: import("abitype").Address | null;
111
- from?: import("abitype").Address;
112
- gas?: `0x${string}`;
113
- nonce?: `0x${string}`;
114
- value?: `0x${string}`;
115
- accessList?: undefined;
116
- blobVersionedHashes?: undefined;
117
- blockHash?: `0x${string}` | null;
118
- blockNumber?: `0x${string}` | null;
119
- hash?: Hash;
120
- input?: import("../types/misc.js").Hex;
121
- transactionIndex?: `0x${string}` | null;
122
- chainId?: `0x${string}` | undefined;
123
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
124
- feeCurrency: import("abitype").Address | null;
125
- gatewayFee: import("../types/misc.js").Hex | null;
126
- gatewayFeeRecipient: import("abitype").Address | null;
127
- type: "0x7c";
128
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
129
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
130
- r?: import("../types/misc.js").Hex;
131
- s?: import("../types/misc.js").Hex;
132
- v?: `0x${string}`;
133
- yParity?: `0x${string}` | undefined;
134
- gasPrice?: `0x${string}` | undefined;
135
- maxFeePerBlobGas?: `0x${string}` | undefined;
136
- maxFeePerGas?: `0x${string}` | undefined;
137
- maxPriorityFeePerGas?: `0x${string}` | undefined;
138
- to?: import("abitype").Address | null;
139
- from?: import("abitype").Address;
140
- gas?: `0x${string}`;
141
- nonce?: `0x${string}`;
142
- value?: `0x${string}`;
143
- accessList?: undefined;
144
- blobVersionedHashes?: undefined;
145
- blockHash?: `0x${string}` | null;
146
- blockNumber?: `0x${string}` | null;
147
- hash?: Hash;
148
- input?: import("../types/misc.js").Hex;
149
- transactionIndex?: `0x${string}` | null;
150
- chainId?: `0x${string}` | undefined;
151
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
152
- feeCurrency: import("abitype").Address | null;
153
- gatewayFee?: undefined;
154
- gatewayFeeRecipient?: undefined;
155
- type: "0x7b";
156
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
157
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
158
- r?: import("../types/misc.js").Hex;
159
- s?: import("../types/misc.js").Hex;
160
- v?: `0x${string}`;
161
- gasPrice?: `0x${string}` | undefined;
162
- maxFeePerBlobGas?: `0x${string}` | undefined;
163
- maxFeePerGas?: `0x${string}` | undefined;
164
- maxPriorityFeePerGas?: `0x${string}` | undefined;
165
- to?: import("abitype").Address | null;
166
- from?: import("abitype").Address;
167
- gas?: `0x${string}`;
168
- nonce?: `0x${string}`;
169
- value?: `0x${string}`;
170
- accessList?: import("../index.js").AccessList | undefined;
171
- blobVersionedHashes?: undefined;
172
- blockHash?: `0x${string}` | null;
173
- blockNumber?: `0x${string}` | null;
174
- hash?: Hash;
175
- input?: import("../types/misc.js").Hex;
176
- transactionIndex?: `0x${string}` | null;
177
- chainId?: `0x${string}` | undefined;
178
- yParity?: `0x${string}` | undefined;
179
- } & {
180
- type: "0x0";
181
- r: import("../types/misc.js").Hex;
182
- s: import("../types/misc.js").Hex;
183
- v: `0x${string}`;
184
- yParity?: undefined;
185
- gasPrice: `0x${string}`;
186
- maxFeePerBlobGas?: undefined;
187
- maxFeePerGas?: undefined;
188
- maxPriorityFeePerGas?: undefined;
189
- to: import("abitype").Address | null;
190
- from: import("abitype").Address;
191
- gas: `0x${string}`;
192
- nonce: `0x${string}`;
193
- value: `0x${string}`;
194
- accessList?: undefined;
195
- blobVersionedHashes?: undefined;
196
- blockHash: `0x${string}` | null;
197
- blockNumber: `0x${string}` | null;
198
- hash: Hash;
199
- input: import("../types/misc.js").Hex;
200
- transactionIndex: `0x${string}` | null;
201
- chainId?: `0x${string}` | undefined;
202
- } & {
203
- feeCurrency: import("abitype").Address | null;
204
- gatewayFee: import("../types/misc.js").Hex | null;
205
- gatewayFeeRecipient: import("abitype").Address | null;
206
- }) | ({
207
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
208
- r?: import("../types/misc.js").Hex;
209
- s?: import("../types/misc.js").Hex;
210
- v?: `0x${string}`;
211
- gasPrice?: `0x${string}` | undefined;
212
- maxFeePerBlobGas?: `0x${string}` | undefined;
213
- maxFeePerGas?: `0x${string}` | undefined;
214
- maxPriorityFeePerGas?: `0x${string}` | undefined;
215
- to?: import("abitype").Address | null;
216
- from?: import("abitype").Address;
217
- gas?: `0x${string}`;
218
- nonce?: `0x${string}`;
219
- value?: `0x${string}`;
220
- accessList?: import("../index.js").AccessList | undefined;
221
- blobVersionedHashes?: undefined;
222
- blockHash?: `0x${string}` | null;
223
- blockNumber?: `0x${string}` | null;
224
- hash?: Hash;
225
- input?: import("../types/misc.js").Hex;
226
- transactionIndex?: `0x${string}` | null;
227
- chainId?: `0x${string}` | undefined;
228
- yParity?: `0x${string}` | undefined;
229
- } & {
230
- type: "0x1";
231
- r: import("../types/misc.js").Hex;
232
- s: import("../types/misc.js").Hex;
233
- v: `0x${string}`;
234
- gasPrice: `0x${string}`;
235
- maxFeePerBlobGas?: undefined;
236
- maxFeePerGas?: undefined;
237
- maxPriorityFeePerGas?: undefined;
238
- to: import("abitype").Address | null;
239
- from: import("abitype").Address;
240
- gas: `0x${string}`;
241
- nonce: `0x${string}`;
242
- value: `0x${string}`;
243
- accessList: import("../index.js").AccessList;
244
- blobVersionedHashes?: undefined;
245
- blockHash: `0x${string}` | null;
246
- blockNumber: `0x${string}` | null;
247
- hash: Hash;
248
- input: import("../types/misc.js").Hex;
249
- transactionIndex: `0x${string}` | null;
250
- chainId: `0x${string}`;
251
- yParity?: `0x${string}` | undefined;
252
- } & {
253
- feeCurrency: import("abitype").Address | null;
254
- gatewayFee: import("../types/misc.js").Hex | null;
255
- gatewayFeeRecipient: import("abitype").Address | null;
256
- }) | ({
257
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
258
- r?: import("../types/misc.js").Hex;
259
- s?: import("../types/misc.js").Hex;
260
- v?: `0x${string}`;
261
- gasPrice?: `0x${string}` | undefined;
262
- maxFeePerBlobGas?: `0x${string}` | undefined;
263
- maxFeePerGas?: `0x${string}` | undefined;
264
- maxPriorityFeePerGas?: `0x${string}` | undefined;
265
- to?: import("abitype").Address | null;
266
- from?: import("abitype").Address;
267
- gas?: `0x${string}`;
268
- nonce?: `0x${string}`;
269
- value?: `0x${string}`;
270
- accessList?: import("../index.js").AccessList | undefined;
271
- blobVersionedHashes?: undefined;
272
- blockHash?: `0x${string}` | null;
273
- blockNumber?: `0x${string}` | null;
274
- hash?: Hash;
275
- input?: import("../types/misc.js").Hex;
276
- transactionIndex?: `0x${string}` | null;
277
- chainId?: `0x${string}` | undefined;
278
- yParity?: `0x${string}` | undefined;
279
- } & {
280
- type: "0x2";
281
- r: import("../types/misc.js").Hex;
282
- s: import("../types/misc.js").Hex;
283
- v: `0x${string}`;
284
- gasPrice?: undefined;
285
- maxFeePerBlobGas?: undefined;
286
- maxFeePerGas: `0x${string}`;
287
- maxPriorityFeePerGas: `0x${string}`;
288
- to: import("abitype").Address | null;
289
- from: import("abitype").Address;
290
- gas: `0x${string}`;
291
- nonce: `0x${string}`;
292
- value: `0x${string}`;
293
- accessList: import("../index.js").AccessList;
294
- blobVersionedHashes?: undefined;
295
- blockHash: `0x${string}` | null;
296
- blockNumber: `0x${string}` | null;
297
- hash: Hash;
298
- input: import("../types/misc.js").Hex;
299
- transactionIndex: `0x${string}` | null;
300
- chainId: `0x${string}`;
301
- yParity?: `0x${string}` | undefined;
302
- } & {
303
- feeCurrency: import("abitype").Address | null;
304
- gatewayFee: import("../types/misc.js").Hex | null;
305
- gatewayFeeRecipient: import("abitype").Address | null;
306
- }) | ({
307
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
308
- r?: import("../types/misc.js").Hex;
309
- s?: import("../types/misc.js").Hex;
310
- v?: `0x${string}`;
311
- gasPrice?: `0x${string}` | undefined;
312
- maxFeePerBlobGas?: `0x${string}` | undefined;
313
- maxFeePerGas?: `0x${string}` | undefined;
314
- maxPriorityFeePerGas?: `0x${string}` | undefined;
315
- to?: import("abitype").Address | null;
316
- from?: import("abitype").Address;
317
- gas?: `0x${string}`;
318
- nonce?: `0x${string}`;
319
- value?: `0x${string}`;
320
- accessList?: import("../index.js").AccessList | undefined;
321
- blobVersionedHashes?: undefined;
322
- blockHash?: `0x${string}` | null;
323
- blockNumber?: `0x${string}` | null;
324
- hash?: Hash;
325
- input?: import("../types/misc.js").Hex;
326
- transactionIndex?: `0x${string}` | null;
327
- chainId?: `0x${string}` | undefined;
328
- yParity?: `0x${string}` | undefined;
329
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
330
- feeCurrency: import("abitype").Address | null;
331
- gatewayFee: import("../types/misc.js").Hex | null;
332
- gatewayFeeRecipient: import("abitype").Address | null;
333
- type: "0x7c";
334
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
335
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
336
- r?: import("../types/misc.js").Hex;
337
- s?: import("../types/misc.js").Hex;
338
- v?: `0x${string}`;
339
- gasPrice?: `0x${string}` | undefined;
340
- maxFeePerBlobGas?: `0x${string}` | undefined;
341
- maxFeePerGas?: `0x${string}` | undefined;
342
- maxPriorityFeePerGas?: `0x${string}` | undefined;
343
- to?: import("abitype").Address | null;
344
- from?: import("abitype").Address;
345
- gas?: `0x${string}`;
346
- nonce?: `0x${string}`;
347
- value?: `0x${string}`;
348
- accessList?: import("../index.js").AccessList | undefined;
349
- blobVersionedHashes?: undefined;
350
- blockHash?: `0x${string}` | null;
351
- blockNumber?: `0x${string}` | null;
352
- hash?: Hash;
353
- input?: import("../types/misc.js").Hex;
354
- transactionIndex?: `0x${string}` | null;
355
- chainId?: `0x${string}` | undefined;
356
- yParity?: `0x${string}` | undefined;
357
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
358
- feeCurrency: import("abitype").Address | null;
359
- gatewayFee?: undefined;
360
- gatewayFeeRecipient?: undefined;
361
- type: "0x7b";
362
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
363
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
364
- r?: import("../types/misc.js").Hex;
365
- s?: import("../types/misc.js").Hex;
366
- v?: `0x${string}`;
367
- gasPrice?: `0x${string}` | undefined;
368
- maxFeePerBlobGas?: `0x${string}` | undefined;
369
- maxFeePerGas?: `0x${string}` | undefined;
370
- maxPriorityFeePerGas?: `0x${string}` | undefined;
371
- to?: import("abitype").Address | null;
372
- from?: import("abitype").Address;
373
- gas?: `0x${string}`;
374
- nonce?: `0x${string}`;
375
- value?: `0x${string}`;
376
- accessList?: import("../index.js").AccessList | undefined;
377
- blobVersionedHashes?: undefined;
378
- blockHash?: `0x${string}` | null;
379
- blockNumber?: `0x${string}` | null;
380
- hash?: Hash;
381
- input?: import("../types/misc.js").Hex;
382
- transactionIndex?: `0x${string}` | null;
383
- chainId?: `0x${string}` | undefined;
384
- yParity?: `0x${string}` | undefined;
385
- } & {
386
- type: "0x0";
387
- r: import("../types/misc.js").Hex;
388
- s: import("../types/misc.js").Hex;
389
- v: `0x${string}`;
390
- yParity?: undefined;
391
- gasPrice: `0x${string}`;
392
- maxFeePerBlobGas?: undefined;
393
- maxFeePerGas?: undefined;
394
- maxPriorityFeePerGas?: undefined;
395
- to: import("abitype").Address | null;
396
- from: import("abitype").Address;
397
- gas: `0x${string}`;
398
- nonce: `0x${string}`;
399
- value: `0x${string}`;
400
- accessList?: undefined;
401
- blobVersionedHashes?: undefined;
402
- blockHash: `0x${string}` | null;
403
- blockNumber: `0x${string}` | null;
404
- hash: Hash;
405
- input: import("../types/misc.js").Hex;
406
- transactionIndex: `0x${string}` | null;
407
- chainId?: `0x${string}` | undefined;
408
- } & {
409
- feeCurrency: import("abitype").Address | null;
410
- gatewayFee: import("../types/misc.js").Hex | null;
411
- gatewayFeeRecipient: import("abitype").Address | null;
412
- }) | ({
413
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
414
- r?: import("../types/misc.js").Hex;
415
- s?: import("../types/misc.js").Hex;
416
- v?: `0x${string}`;
417
- gasPrice?: `0x${string}` | undefined;
418
- maxFeePerBlobGas?: `0x${string}` | undefined;
419
- maxFeePerGas?: `0x${string}` | undefined;
420
- maxPriorityFeePerGas?: `0x${string}` | undefined;
421
- to?: import("abitype").Address | null;
422
- from?: import("abitype").Address;
423
- gas?: `0x${string}`;
424
- nonce?: `0x${string}`;
425
- value?: `0x${string}`;
426
- accessList?: import("../index.js").AccessList | undefined;
427
- blobVersionedHashes?: undefined;
428
- blockHash?: `0x${string}` | null;
429
- blockNumber?: `0x${string}` | null;
430
- hash?: Hash;
431
- input?: import("../types/misc.js").Hex;
432
- transactionIndex?: `0x${string}` | null;
433
- chainId?: `0x${string}` | undefined;
434
- yParity?: `0x${string}` | undefined;
435
- } & {
436
- type: "0x1";
437
- r: import("../types/misc.js").Hex;
438
- s: import("../types/misc.js").Hex;
439
- v: `0x${string}`;
440
- gasPrice: `0x${string}`;
441
- maxFeePerBlobGas?: undefined;
442
- maxFeePerGas?: undefined;
443
- maxPriorityFeePerGas?: undefined;
444
- to: import("abitype").Address | null;
445
- from: import("abitype").Address;
446
- gas: `0x${string}`;
447
- nonce: `0x${string}`;
448
- value: `0x${string}`;
449
- accessList: import("../index.js").AccessList;
450
- blobVersionedHashes?: undefined;
451
- blockHash: `0x${string}` | null;
452
- blockNumber: `0x${string}` | null;
453
- hash: Hash;
454
- input: import("../types/misc.js").Hex;
455
- transactionIndex: `0x${string}` | null;
456
- chainId: `0x${string}`;
457
- yParity?: `0x${string}` | undefined;
458
- } & {
459
- feeCurrency: import("abitype").Address | null;
460
- gatewayFee: import("../types/misc.js").Hex | null;
461
- gatewayFeeRecipient: import("abitype").Address | null;
462
- }) | ({
463
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
464
- r?: import("../types/misc.js").Hex;
465
- s?: import("../types/misc.js").Hex;
466
- v?: `0x${string}`;
467
- gasPrice?: `0x${string}` | undefined;
468
- maxFeePerBlobGas?: `0x${string}` | undefined;
469
- maxFeePerGas?: `0x${string}` | undefined;
470
- maxPriorityFeePerGas?: `0x${string}` | undefined;
471
- to?: import("abitype").Address | null;
472
- from?: import("abitype").Address;
473
- gas?: `0x${string}`;
474
- nonce?: `0x${string}`;
475
- value?: `0x${string}`;
476
- accessList?: import("../index.js").AccessList | undefined;
477
- blobVersionedHashes?: undefined;
478
- blockHash?: `0x${string}` | null;
479
- blockNumber?: `0x${string}` | null;
480
- hash?: Hash;
481
- input?: import("../types/misc.js").Hex;
482
- transactionIndex?: `0x${string}` | null;
483
- chainId?: `0x${string}` | undefined;
484
- yParity?: `0x${string}` | undefined;
485
- } & {
486
- type: "0x2";
487
- r: import("../types/misc.js").Hex;
488
- s: import("../types/misc.js").Hex;
489
- v: `0x${string}`;
490
- gasPrice?: undefined;
491
- maxFeePerBlobGas?: undefined;
492
- maxFeePerGas: `0x${string}`;
493
- maxPriorityFeePerGas: `0x${string}`;
494
- to: import("abitype").Address | null;
495
- from: import("abitype").Address;
496
- gas: `0x${string}`;
497
- nonce: `0x${string}`;
498
- value: `0x${string}`;
499
- accessList: import("../index.js").AccessList;
500
- blobVersionedHashes?: undefined;
501
- blockHash: `0x${string}` | null;
502
- blockNumber: `0x${string}` | null;
503
- hash: Hash;
504
- input: import("../types/misc.js").Hex;
505
- transactionIndex: `0x${string}` | null;
506
- chainId: `0x${string}`;
507
- yParity?: `0x${string}` | undefined;
508
- } & {
509
- feeCurrency: import("abitype").Address | null;
510
- gatewayFee: import("../types/misc.js").Hex | null;
511
- gatewayFeeRecipient: import("abitype").Address | null;
512
- }) | ({
513
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
514
- r?: import("../types/misc.js").Hex;
515
- s?: import("../types/misc.js").Hex;
516
- v?: `0x${string}`;
517
- gasPrice?: `0x${string}` | undefined;
518
- maxFeePerBlobGas?: `0x${string}` | undefined;
519
- maxFeePerGas?: `0x${string}` | undefined;
520
- maxPriorityFeePerGas?: `0x${string}` | undefined;
521
- to?: import("abitype").Address | null;
522
- from?: import("abitype").Address;
523
- gas?: `0x${string}`;
524
- nonce?: `0x${string}`;
525
- value?: `0x${string}`;
526
- accessList?: import("../index.js").AccessList | undefined;
527
- blobVersionedHashes?: undefined;
528
- blockHash?: `0x${string}` | null;
529
- blockNumber?: `0x${string}` | null;
530
- hash?: Hash;
531
- input?: import("../types/misc.js").Hex;
532
- transactionIndex?: `0x${string}` | null;
533
- chainId?: `0x${string}` | undefined;
534
- yParity?: `0x${string}` | undefined;
535
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
536
- feeCurrency: import("abitype").Address | null;
537
- gatewayFee: import("../types/misc.js").Hex | null;
538
- gatewayFeeRecipient: import("abitype").Address | null;
539
- type: "0x7c";
540
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
541
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
542
- r?: import("../types/misc.js").Hex;
543
- s?: import("../types/misc.js").Hex;
544
- v?: `0x${string}`;
545
- gasPrice?: `0x${string}` | undefined;
546
- maxFeePerBlobGas?: `0x${string}` | undefined;
547
- maxFeePerGas?: `0x${string}` | undefined;
548
- maxPriorityFeePerGas?: `0x${string}` | undefined;
549
- to?: import("abitype").Address | null;
550
- from?: import("abitype").Address;
551
- gas?: `0x${string}`;
552
- nonce?: `0x${string}`;
553
- value?: `0x${string}`;
554
- accessList?: import("../index.js").AccessList | undefined;
555
- blobVersionedHashes?: undefined;
556
- blockHash?: `0x${string}` | null;
557
- blockNumber?: `0x${string}` | null;
558
- hash?: Hash;
559
- input?: import("../types/misc.js").Hex;
560
- transactionIndex?: `0x${string}` | null;
561
- chainId?: `0x${string}` | undefined;
562
- yParity?: `0x${string}` | undefined;
563
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
564
- feeCurrency: import("abitype").Address | null;
565
- gatewayFee?: undefined;
566
- gatewayFeeRecipient?: undefined;
567
- type: "0x7b";
568
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
569
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
570
- r?: import("../types/misc.js").Hex;
571
- s?: import("../types/misc.js").Hex;
572
- v?: `0x${string}`;
573
- gasPrice?: `0x${string}` | undefined;
574
- maxFeePerBlobGas?: `0x${string}` | undefined;
575
- maxFeePerGas?: `0x${string}` | undefined;
576
- maxPriorityFeePerGas?: `0x${string}` | undefined;
577
- to?: import("abitype").Address | null;
578
- from?: import("abitype").Address;
579
- gas?: `0x${string}`;
580
- nonce?: `0x${string}`;
581
- value?: `0x${string}`;
582
- accessList?: import("../index.js").AccessList | undefined;
583
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
584
- blockHash?: `0x${string}` | null;
585
- blockNumber?: `0x${string}` | null;
586
- hash?: Hash;
587
- input?: import("../types/misc.js").Hex;
588
- transactionIndex?: `0x${string}` | null;
589
- chainId?: `0x${string}` | undefined;
590
- yParity?: `0x${string}` | undefined;
591
- } & {
592
- type: "0x0";
593
- r: import("../types/misc.js").Hex;
594
- s: import("../types/misc.js").Hex;
595
- v: `0x${string}`;
596
- yParity?: undefined;
597
- gasPrice: `0x${string}`;
598
- maxFeePerBlobGas?: undefined;
599
- maxFeePerGas?: undefined;
600
- maxPriorityFeePerGas?: undefined;
601
- to: import("abitype").Address | null;
602
- from: import("abitype").Address;
603
- gas: `0x${string}`;
604
- nonce: `0x${string}`;
605
- value: `0x${string}`;
606
- accessList?: undefined;
607
- blobVersionedHashes?: undefined;
608
- blockHash: `0x${string}` | null;
609
- blockNumber: `0x${string}` | null;
610
- hash: Hash;
611
- input: import("../types/misc.js").Hex;
612
- transactionIndex: `0x${string}` | null;
613
- chainId?: `0x${string}` | undefined;
614
- } & {
615
- feeCurrency: import("abitype").Address | null;
616
- gatewayFee: import("../types/misc.js").Hex | null;
617
- gatewayFeeRecipient: import("abitype").Address | null;
618
- }) | ({
619
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
620
- r?: import("../types/misc.js").Hex;
621
- s?: import("../types/misc.js").Hex;
622
- v?: `0x${string}`;
623
- gasPrice?: `0x${string}` | undefined;
624
- maxFeePerBlobGas?: `0x${string}` | undefined;
625
- maxFeePerGas?: `0x${string}` | undefined;
626
- maxPriorityFeePerGas?: `0x${string}` | undefined;
627
- to?: import("abitype").Address | null;
628
- from?: import("abitype").Address;
629
- gas?: `0x${string}`;
630
- nonce?: `0x${string}`;
631
- value?: `0x${string}`;
632
- accessList?: import("../index.js").AccessList | undefined;
633
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
634
- blockHash?: `0x${string}` | null;
635
- blockNumber?: `0x${string}` | null;
636
- hash?: Hash;
637
- input?: import("../types/misc.js").Hex;
638
- transactionIndex?: `0x${string}` | null;
639
- chainId?: `0x${string}` | undefined;
640
- yParity?: `0x${string}` | undefined;
641
- } & {
642
- type: "0x1";
643
- r: import("../types/misc.js").Hex;
644
- s: import("../types/misc.js").Hex;
645
- v: `0x${string}`;
646
- gasPrice: `0x${string}`;
647
- maxFeePerBlobGas?: undefined;
648
- maxFeePerGas?: undefined;
649
- maxPriorityFeePerGas?: undefined;
650
- to: import("abitype").Address | null;
651
- from: import("abitype").Address;
652
- gas: `0x${string}`;
653
- nonce: `0x${string}`;
654
- value: `0x${string}`;
655
- accessList: import("../index.js").AccessList;
656
- blobVersionedHashes?: undefined;
657
- blockHash: `0x${string}` | null;
658
- blockNumber: `0x${string}` | null;
659
- hash: Hash;
660
- input: import("../types/misc.js").Hex;
661
- transactionIndex: `0x${string}` | null;
662
- chainId: `0x${string}`;
663
- yParity?: `0x${string}` | undefined;
664
- } & {
665
- feeCurrency: import("abitype").Address | null;
666
- gatewayFee: import("../types/misc.js").Hex | null;
667
- gatewayFeeRecipient: import("abitype").Address | null;
668
- }) | ({
669
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
670
- r?: import("../types/misc.js").Hex;
671
- s?: import("../types/misc.js").Hex;
672
- v?: `0x${string}`;
673
- gasPrice?: `0x${string}` | undefined;
674
- maxFeePerBlobGas?: `0x${string}` | undefined;
675
- maxFeePerGas?: `0x${string}` | undefined;
676
- maxPriorityFeePerGas?: `0x${string}` | undefined;
677
- to?: import("abitype").Address | null;
678
- from?: import("abitype").Address;
679
- gas?: `0x${string}`;
680
- nonce?: `0x${string}`;
681
- value?: `0x${string}`;
682
- accessList?: import("../index.js").AccessList | undefined;
683
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
684
- blockHash?: `0x${string}` | null;
685
- blockNumber?: `0x${string}` | null;
686
- hash?: Hash;
687
- input?: import("../types/misc.js").Hex;
688
- transactionIndex?: `0x${string}` | null;
689
- chainId?: `0x${string}` | undefined;
690
- yParity?: `0x${string}` | undefined;
691
- } & {
692
- type: "0x2";
693
- r: import("../types/misc.js").Hex;
694
- s: import("../types/misc.js").Hex;
695
- v: `0x${string}`;
696
- gasPrice?: undefined;
697
- maxFeePerBlobGas?: undefined;
698
- maxFeePerGas: `0x${string}`;
699
- maxPriorityFeePerGas: `0x${string}`;
700
- to: import("abitype").Address | null;
701
- from: import("abitype").Address;
702
- gas: `0x${string}`;
703
- nonce: `0x${string}`;
704
- value: `0x${string}`;
705
- accessList: import("../index.js").AccessList;
706
- blobVersionedHashes?: undefined;
707
- blockHash: `0x${string}` | null;
708
- blockNumber: `0x${string}` | null;
709
- hash: Hash;
710
- input: import("../types/misc.js").Hex;
711
- transactionIndex: `0x${string}` | null;
712
- chainId: `0x${string}`;
713
- yParity?: `0x${string}` | undefined;
714
- } & {
715
- feeCurrency: import("abitype").Address | null;
716
- gatewayFee: import("../types/misc.js").Hex | null;
717
- gatewayFeeRecipient: import("abitype").Address | null;
718
- }) | ({
719
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
720
- r?: import("../types/misc.js").Hex;
721
- s?: import("../types/misc.js").Hex;
722
- v?: `0x${string}`;
723
- gasPrice?: `0x${string}` | undefined;
724
- maxFeePerBlobGas?: `0x${string}` | undefined;
725
- maxFeePerGas?: `0x${string}` | undefined;
726
- maxPriorityFeePerGas?: `0x${string}` | undefined;
727
- to?: import("abitype").Address | null;
728
- from?: import("abitype").Address;
729
- gas?: `0x${string}`;
730
- nonce?: `0x${string}`;
731
- value?: `0x${string}`;
732
- accessList?: import("../index.js").AccessList | undefined;
733
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
734
- blockHash?: `0x${string}` | null;
735
- blockNumber?: `0x${string}` | null;
736
- hash?: Hash;
737
- input?: import("../types/misc.js").Hex;
738
- transactionIndex?: `0x${string}` | null;
739
- chainId?: `0x${string}` | undefined;
740
- yParity?: `0x${string}` | undefined;
741
- } & {
742
- type: "0x3";
743
- r: import("../types/misc.js").Hex;
744
- s: import("../types/misc.js").Hex;
745
- v: `0x${string}`;
746
- gasPrice?: undefined;
747
- maxFeePerBlobGas: `0x${string}`;
748
- maxFeePerGas: `0x${string}`;
749
- maxPriorityFeePerGas: `0x${string}`;
750
- to: import("abitype").Address | null;
751
- from: import("abitype").Address;
752
- gas: `0x${string}`;
753
- nonce: `0x${string}`;
754
- value: `0x${string}`;
755
- accessList: import("../index.js").AccessList;
756
- blobVersionedHashes: readonly import("../types/misc.js").Hex[];
757
- blockHash: `0x${string}` | null;
758
- blockNumber: `0x${string}` | null;
759
- hash: Hash;
760
- input: import("../types/misc.js").Hex;
761
- transactionIndex: `0x${string}` | null;
762
- chainId: `0x${string}`;
763
- yParity?: `0x${string}` | undefined;
764
- } & {
765
- feeCurrency: import("abitype").Address | null;
766
- gatewayFee: import("../types/misc.js").Hex | null;
767
- gatewayFeeRecipient: import("abitype").Address | null;
768
- }) | ({
769
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
770
- r?: import("../types/misc.js").Hex;
771
- s?: import("../types/misc.js").Hex;
772
- v?: `0x${string}`;
773
- gasPrice?: `0x${string}` | undefined;
774
- maxFeePerBlobGas?: `0x${string}` | undefined;
775
- maxFeePerGas?: `0x${string}` | undefined;
776
- maxPriorityFeePerGas?: `0x${string}` | undefined;
777
- to?: import("abitype").Address | null;
778
- from?: import("abitype").Address;
779
- gas?: `0x${string}`;
780
- nonce?: `0x${string}`;
781
- value?: `0x${string}`;
782
- accessList?: import("../index.js").AccessList | undefined;
783
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
784
- blockHash?: `0x${string}` | null;
785
- blockNumber?: `0x${string}` | null;
786
- hash?: Hash;
787
- input?: import("../types/misc.js").Hex;
788
- transactionIndex?: `0x${string}` | null;
789
- chainId?: `0x${string}` | undefined;
790
- yParity?: `0x${string}` | undefined;
791
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
792
- feeCurrency: import("abitype").Address | null;
793
- gatewayFee: import("../types/misc.js").Hex | null;
794
- gatewayFeeRecipient: import("abitype").Address | null;
795
- type: "0x7c";
796
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
797
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
798
- r?: import("../types/misc.js").Hex;
799
- s?: import("../types/misc.js").Hex;
800
- v?: `0x${string}`;
801
- gasPrice?: `0x${string}` | undefined;
802
- maxFeePerBlobGas?: `0x${string}` | undefined;
803
- maxFeePerGas?: `0x${string}` | undefined;
804
- maxPriorityFeePerGas?: `0x${string}` | undefined;
805
- to?: import("abitype").Address | null;
806
- from?: import("abitype").Address;
807
- gas?: `0x${string}`;
808
- nonce?: `0x${string}`;
809
- value?: `0x${string}`;
810
- accessList?: import("../index.js").AccessList | undefined;
811
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
812
- blockHash?: `0x${string}` | null;
813
- blockNumber?: `0x${string}` | null;
814
- hash?: Hash;
815
- input?: import("../types/misc.js").Hex;
816
- transactionIndex?: `0x${string}` | null;
817
- chainId?: `0x${string}` | undefined;
818
- yParity?: `0x${string}` | undefined;
819
- } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
820
- feeCurrency: import("abitype").Address | null;
821
- gatewayFee?: undefined;
822
- gatewayFeeRecipient?: undefined;
823
- type: "0x7b";
824
- } & import("../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
825
- r: import("../types/misc.js").Hex;
826
- s: import("../types/misc.js").Hex;
827
- v: bigint;
828
- to: import("abitype").Address | null;
829
- from: import("abitype").Address;
830
- gas: bigint;
831
- nonce: number;
832
- value: bigint;
833
- blockHash: `0x${string}` | null;
834
- blockNumber: bigint | null;
835
- hash: Hash;
836
- input: import("../types/misc.js").Hex;
837
- transactionIndex: number | null;
838
- typeHex: import("../types/misc.js").Hex | null;
839
- accessList?: undefined;
840
- blobVersionedHashes?: undefined;
841
- chainId?: number | undefined;
842
- yParity?: undefined;
843
- type: "legacy";
844
- gasPrice: bigint;
845
- maxFeePerBlobGas?: undefined;
846
- maxFeePerGas?: undefined;
847
- maxPriorityFeePerGas?: undefined;
848
- feeCurrency: import("abitype").Address | null;
849
- gatewayFee?: undefined;
850
- gatewayFeeRecipient?: undefined;
851
- } | {
852
- r: import("../types/misc.js").Hex;
853
- s: import("../types/misc.js").Hex;
41
+ format: (args: CeloRpcTransaction) => ({
42
+ r: import("../index.js").Hex;
43
+ s: import("../index.js").Hex;
854
44
  v: bigint;
855
45
  to: import("abitype").Address | null;
856
46
  from: import("abitype").Address;
@@ -858,1104 +48,249 @@ export declare const formatters: {
858
48
  nonce: number;
859
49
  value: bigint;
860
50
  blockHash: `0x${string}` | null;
861
- blockNumber: bigint | null;
862
- hash: Hash;
863
- input: import("../types/misc.js").Hex;
864
- transactionIndex: number | null;
865
- typeHex: import("../types/misc.js").Hex | null;
866
- accessList?: undefined;
867
- blobVersionedHashes?: undefined;
868
- chainId?: number | undefined;
869
- yParity: number;
870
- type: "cip42";
871
- gasPrice: undefined;
872
- maxFeePerBlobGas?: undefined;
873
- maxFeePerGas: bigint;
874
- maxPriorityFeePerGas: bigint;
875
- feeCurrency: import("abitype").Address | null;
876
- gatewayFee: bigint | null;
877
- gatewayFeeRecipient: import("abitype").Address | null;
878
- } | {
879
- r: import("../types/misc.js").Hex;
880
- s: import("../types/misc.js").Hex;
881
- v: bigint;
882
- to: import("abitype").Address | null;
883
- from: import("abitype").Address;
884
- gas: bigint;
885
- nonce: number;
886
- value: bigint;
887
- blockHash: `0x${string}` | null;
888
- blockNumber: bigint | null;
889
- hash: Hash;
890
- input: import("../types/misc.js").Hex;
891
- transactionIndex: number | null;
892
- typeHex: import("../types/misc.js").Hex | null;
893
- accessList?: undefined;
894
- blobVersionedHashes?: undefined;
895
- chainId?: number | undefined;
896
- yParity: number;
897
- type: "cip64";
898
- gasPrice: undefined;
899
- maxFeePerBlobGas?: undefined;
900
- maxFeePerGas: bigint;
901
- maxPriorityFeePerGas: bigint;
902
- feeCurrency: import("abitype").Address | null;
903
- gatewayFee?: undefined;
904
- gatewayFeeRecipient?: undefined;
905
- } | {
906
- blockHash: `0x${string}` | null;
907
- blockNumber: bigint | null;
908
- from: import("abitype").Address;
909
- gas: bigint;
910
- hash: Hash;
911
- input: import("../types/misc.js").Hex;
912
- nonce: number;
913
- r: import("../types/misc.js").Hex;
914
- s: import("../types/misc.js").Hex;
915
- to: import("abitype").Address | null;
916
- transactionIndex: number | null;
917
- typeHex: import("../types/misc.js").Hex | null;
918
- v: bigint;
919
- value: bigint;
920
- yParity: number;
921
- accessList: import("../index.js").AccessList;
922
- blobVersionedHashes?: undefined;
923
- chainId: number;
924
- type: "eip2930";
925
- gasPrice: bigint;
926
- maxFeePerBlobGas?: undefined;
927
- maxFeePerGas?: undefined;
928
- maxPriorityFeePerGas?: undefined;
929
- feeCurrency: import("abitype").Address | null;
930
- gatewayFee?: undefined;
931
- gatewayFeeRecipient?: undefined;
932
- } | {
933
- blockHash: `0x${string}` | null;
934
- blockNumber: bigint | null;
935
- from: import("abitype").Address;
936
- gas: bigint;
937
- hash: Hash;
938
- input: import("../types/misc.js").Hex;
939
- nonce: number;
940
- r: import("../types/misc.js").Hex;
941
- s: import("../types/misc.js").Hex;
942
- to: import("abitype").Address | null;
943
- transactionIndex: number | null;
944
- typeHex: import("../types/misc.js").Hex | null;
945
- v: bigint;
946
- value: bigint;
947
- yParity: number;
948
- accessList: import("../index.js").AccessList;
949
- blobVersionedHashes?: undefined;
950
- chainId: number;
951
- type: "eip1559";
952
- gasPrice: undefined;
953
- maxFeePerBlobGas?: undefined;
954
- maxFeePerGas: bigint;
955
- maxPriorityFeePerGas: bigint;
956
- feeCurrency: import("abitype").Address | null;
957
- gatewayFee?: undefined;
958
- gatewayFeeRecipient?: undefined;
959
- } | {
960
- blockHash: `0x${string}` | null;
961
- blockNumber: bigint | null;
962
- from: import("abitype").Address;
963
- gas: bigint;
964
- hash: Hash;
965
- input: import("../types/misc.js").Hex;
966
- nonce: number;
967
- r: import("../types/misc.js").Hex;
968
- s: import("../types/misc.js").Hex;
969
- to: import("abitype").Address | null;
970
- transactionIndex: number | null;
971
- typeHex: import("../types/misc.js").Hex | null;
972
- v: bigint;
973
- value: bigint;
974
- yParity: number;
975
- accessList: import("../index.js").AccessList;
976
- blobVersionedHashes?: undefined;
977
- chainId: number;
978
- type: "cip42";
979
- gasPrice: undefined;
980
- maxFeePerBlobGas?: undefined;
981
- maxFeePerGas: bigint;
982
- maxPriorityFeePerGas: bigint;
983
- feeCurrency: import("abitype").Address | null;
984
- gatewayFee: bigint | null;
985
- gatewayFeeRecipient: import("abitype").Address | null;
986
- } | {
987
- blockHash: `0x${string}` | null;
988
- blockNumber: bigint | null;
989
- from: import("abitype").Address;
990
- gas: bigint;
991
- hash: Hash;
992
- input: import("../types/misc.js").Hex;
993
- nonce: number;
994
- r: import("../types/misc.js").Hex;
995
- s: import("../types/misc.js").Hex;
996
- to: import("abitype").Address | null;
997
- transactionIndex: number | null;
998
- typeHex: import("../types/misc.js").Hex | null;
999
- v: bigint;
1000
- value: bigint;
1001
- yParity: number;
1002
- accessList: import("../index.js").AccessList;
1003
- blobVersionedHashes?: undefined;
1004
- chainId: number;
1005
- type: "cip64";
1006
- gasPrice: undefined;
1007
- maxFeePerBlobGas?: undefined;
1008
- maxFeePerGas: bigint;
1009
- maxPriorityFeePerGas: bigint;
1010
- feeCurrency: import("abitype").Address | null;
1011
- gatewayFee?: undefined;
1012
- gatewayFeeRecipient?: undefined;
1013
- } | {
1014
- blockHash: `0x${string}` | null;
1015
- blockNumber: bigint | null;
1016
- from: import("abitype").Address;
1017
- gas: bigint;
1018
- hash: Hash;
1019
- input: import("../types/misc.js").Hex;
1020
- nonce: number;
1021
- r: import("../types/misc.js").Hex;
1022
- s: import("../types/misc.js").Hex;
1023
- to: import("abitype").Address | null;
1024
- transactionIndex: number | null;
1025
- typeHex: import("../types/misc.js").Hex | null;
1026
- v: bigint;
1027
- value: bigint;
1028
- yParity: number;
1029
- accessList: import("../index.js").AccessList;
1030
- blobVersionedHashes?: undefined;
1031
- chainId: number;
1032
- type: "eip2930";
1033
- gasPrice: bigint;
1034
- maxFeePerBlobGas?: undefined;
1035
- maxFeePerGas: undefined;
1036
- maxPriorityFeePerGas: undefined;
1037
- feeCurrency: import("abitype").Address | null;
1038
- gatewayFee?: undefined;
1039
- gatewayFeeRecipient?: undefined;
1040
- } | {
1041
- blockHash: `0x${string}` | null;
1042
- blockNumber: bigint | null;
1043
- from: import("abitype").Address;
1044
- gas: bigint;
1045
- hash: Hash;
1046
- input: import("../types/misc.js").Hex;
1047
- nonce: number;
1048
- r: import("../types/misc.js").Hex;
1049
- s: import("../types/misc.js").Hex;
1050
- to: import("abitype").Address | null;
1051
- transactionIndex: number | null;
1052
- typeHex: import("../types/misc.js").Hex | null;
1053
- v: bigint;
1054
- value: bigint;
1055
- yParity: number;
1056
- accessList: import("../index.js").AccessList;
1057
- blobVersionedHashes?: undefined;
1058
- chainId: number;
1059
- type: "eip1559";
1060
- gasPrice?: undefined;
1061
- maxFeePerBlobGas?: undefined;
1062
- maxFeePerGas: bigint;
1063
- maxPriorityFeePerGas: bigint;
1064
- feeCurrency: import("abitype").Address | null;
1065
- gatewayFee?: undefined;
1066
- gatewayFeeRecipient?: undefined;
1067
- } | {
1068
- blockHash: `0x${string}` | null;
1069
- blockNumber: bigint | null;
1070
- from: import("abitype").Address;
1071
- gas: bigint;
1072
- hash: Hash;
1073
- input: import("../types/misc.js").Hex;
1074
- nonce: number;
1075
- r: import("../types/misc.js").Hex;
1076
- s: import("../types/misc.js").Hex;
1077
- to: import("abitype").Address | null;
1078
- transactionIndex: number | null;
1079
- typeHex: import("../types/misc.js").Hex | null;
1080
- v: bigint;
1081
- value: bigint;
1082
- yParity: number;
1083
- accessList: import("../index.js").AccessList;
1084
- blobVersionedHashes?: undefined;
1085
- chainId: number;
1086
- type: "cip42";
1087
- gasPrice?: undefined;
1088
- maxFeePerBlobGas?: undefined;
1089
- maxFeePerGas: bigint;
1090
- maxPriorityFeePerGas: bigint;
1091
- feeCurrency: import("abitype").Address | null;
1092
- gatewayFee: bigint | null;
1093
- gatewayFeeRecipient: import("abitype").Address | null;
1094
- } | {
1095
- blockHash: `0x${string}` | null;
1096
- blockNumber: bigint | null;
1097
- from: import("abitype").Address;
1098
- gas: bigint;
1099
- hash: Hash;
1100
- input: import("../types/misc.js").Hex;
1101
- nonce: number;
1102
- r: import("../types/misc.js").Hex;
1103
- s: import("../types/misc.js").Hex;
1104
- to: import("abitype").Address | null;
1105
- transactionIndex: number | null;
1106
- typeHex: import("../types/misc.js").Hex | null;
1107
- v: bigint;
1108
- value: bigint;
1109
- yParity: number;
1110
- accessList: import("../index.js").AccessList;
1111
- blobVersionedHashes?: undefined;
1112
- chainId: number;
1113
- type: "cip64";
1114
- gasPrice?: undefined;
1115
- maxFeePerBlobGas?: undefined;
1116
- maxFeePerGas: bigint;
1117
- maxPriorityFeePerGas: bigint;
1118
- feeCurrency: import("abitype").Address | null;
1119
- gatewayFee?: undefined;
1120
- gatewayFeeRecipient?: undefined;
1121
- } | {
1122
- blockHash: `0x${string}` | null;
1123
- blockNumber: bigint | null;
1124
- from: import("abitype").Address;
1125
- gas: bigint;
1126
- hash: Hash;
1127
- input: import("../types/misc.js").Hex;
1128
- nonce: number;
1129
- r: import("../types/misc.js").Hex;
1130
- s: import("../types/misc.js").Hex;
1131
- to: import("abitype").Address | null;
1132
- transactionIndex: number | null;
1133
- typeHex: import("../types/misc.js").Hex | null;
1134
- v: bigint;
1135
- value: bigint;
1136
- yParity: number;
1137
- accessList: import("../index.js").AccessList;
1138
- blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1139
- chainId: number;
1140
- type: "eip4844";
1141
- gasPrice?: undefined;
1142
- maxFeePerBlobGas: bigint;
1143
- maxFeePerGas: bigint;
1144
- maxPriorityFeePerGas: bigint;
1145
- feeCurrency: import("abitype").Address | null;
1146
- gatewayFee?: undefined;
1147
- gatewayFeeRecipient?: undefined;
1148
- } | {
1149
- blockHash: `0x${string}` | null;
1150
- blockNumber: bigint | null;
1151
- from: import("abitype").Address;
1152
- gas: bigint;
1153
- hash: Hash;
1154
- input: import("../types/misc.js").Hex;
1155
- nonce: number;
1156
- r: import("../types/misc.js").Hex;
1157
- s: import("../types/misc.js").Hex;
1158
- to: import("abitype").Address | null;
1159
- transactionIndex: number | null;
1160
- typeHex: import("../types/misc.js").Hex | null;
1161
- v: bigint;
1162
- value: bigint;
1163
- yParity: number;
1164
- accessList: import("../index.js").AccessList;
1165
- blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1166
- chainId: number;
1167
- type: "cip42";
1168
- gasPrice?: undefined;
1169
- maxFeePerBlobGas: undefined;
1170
- maxFeePerGas: bigint;
1171
- maxPriorityFeePerGas: bigint;
1172
- feeCurrency: import("abitype").Address | null;
1173
- gatewayFee: bigint | null;
1174
- gatewayFeeRecipient: import("abitype").Address | null;
1175
- } | {
1176
- blockHash: `0x${string}` | null;
1177
- blockNumber: bigint | null;
1178
- from: import("abitype").Address;
1179
- gas: bigint;
1180
- hash: Hash;
1181
- input: import("../types/misc.js").Hex;
1182
- nonce: number;
1183
- r: import("../types/misc.js").Hex;
1184
- s: import("../types/misc.js").Hex;
1185
- to: import("abitype").Address | null;
1186
- transactionIndex: number | null;
1187
- typeHex: import("../types/misc.js").Hex | null;
1188
- v: bigint;
1189
- value: bigint;
1190
- yParity: number;
1191
- accessList: import("../index.js").AccessList;
1192
- blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1193
- chainId: number;
1194
- type: "cip64";
1195
- gasPrice?: undefined;
1196
- maxFeePerBlobGas: undefined;
1197
- maxFeePerGas: bigint;
1198
- maxPriorityFeePerGas: bigint;
1199
- feeCurrency: import("abitype").Address | null;
1200
- gatewayFee?: undefined;
1201
- gatewayFeeRecipient?: undefined;
1202
- }) & {};
1203
- type: "transaction";
1204
- };
1205
- readonly transactionRequest: {
1206
- exclude: [] | undefined;
1207
- format: (args: ({
1208
- data?: import("../types/misc.js").Hex | undefined;
1209
- from?: import("abitype").Address;
1210
- gas?: bigint | undefined;
1211
- nonce?: number | undefined;
1212
- to?: import("abitype").Address | null | undefined;
1213
- value?: bigint | undefined;
1214
- accessList?: import("../index.js").AccessList | undefined;
1215
- blobs?: undefined;
1216
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1217
- gasPrice?: bigint | undefined;
1218
- maxFeePerBlobGas?: bigint | undefined;
1219
- maxFeePerGas?: bigint | undefined;
1220
- maxPriorityFeePerGas?: bigint | undefined;
1221
- blobVersionedHashes?: undefined;
1222
- kzg?: undefined;
1223
- sidecars?: undefined;
1224
- } & {
1225
- data?: import("../types/misc.js").Hex | undefined;
1226
- from: import("abitype").Address;
1227
- gas?: bigint | undefined;
1228
- nonce?: number | undefined;
1229
- to?: import("abitype").Address | null | undefined;
1230
- value?: bigint | undefined;
1231
- accessList?: undefined;
1232
- blobs?: undefined;
1233
- type?: "legacy" | undefined;
1234
- gasPrice?: bigint | undefined;
1235
- maxFeePerBlobGas?: undefined;
1236
- maxFeePerGas?: undefined;
1237
- maxPriorityFeePerGas?: undefined;
1238
- blobVersionedHashes?: undefined;
1239
- kzg?: undefined;
1240
- sidecars?: undefined;
1241
- } & {
1242
- feeCurrency?: import("abitype").Address | undefined;
1243
- }) | ({
1244
- data?: import("../types/misc.js").Hex | undefined;
1245
- from?: import("abitype").Address;
1246
- gas?: bigint | undefined;
1247
- nonce?: number | undefined;
1248
- to?: import("abitype").Address | null | undefined;
1249
- value?: bigint | undefined;
1250
- accessList?: import("../index.js").AccessList | undefined;
1251
- blobs?: undefined;
1252
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1253
- gasPrice?: bigint | undefined;
1254
- maxFeePerBlobGas?: bigint | undefined;
1255
- maxFeePerGas?: bigint | undefined;
1256
- maxPriorityFeePerGas?: bigint | undefined;
1257
- blobVersionedHashes?: undefined;
1258
- kzg?: undefined;
1259
- sidecars?: undefined;
1260
- } & {
1261
- data?: import("../types/misc.js").Hex | undefined;
1262
- from: import("abitype").Address;
1263
- gas?: bigint | undefined;
1264
- nonce?: number | undefined;
1265
- to?: import("abitype").Address | null | undefined;
1266
- value?: bigint | undefined;
1267
- accessList?: import("../index.js").AccessList | undefined;
1268
- blobs?: undefined;
1269
- type?: "eip2930" | undefined;
1270
- gasPrice?: bigint | undefined;
1271
- maxFeePerBlobGas?: undefined;
1272
- maxFeePerGas?: undefined;
1273
- maxPriorityFeePerGas?: undefined;
1274
- blobVersionedHashes?: undefined;
1275
- kzg?: undefined;
1276
- sidecars?: undefined;
1277
- } & {
1278
- feeCurrency?: import("abitype").Address | undefined;
1279
- }) | ({
1280
- data?: import("../types/misc.js").Hex | undefined;
1281
- from?: import("abitype").Address;
1282
- gas?: bigint | undefined;
1283
- nonce?: number | undefined;
1284
- to?: import("abitype").Address | null | undefined;
1285
- value?: bigint | undefined;
1286
- accessList?: import("../index.js").AccessList | undefined;
1287
- blobs?: undefined;
1288
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1289
- gasPrice?: bigint | undefined;
1290
- maxFeePerBlobGas?: bigint | undefined;
1291
- maxFeePerGas?: bigint | undefined;
1292
- maxPriorityFeePerGas?: bigint | undefined;
1293
- blobVersionedHashes?: undefined;
1294
- kzg?: undefined;
1295
- sidecars?: undefined;
1296
- } & {
1297
- data?: import("../types/misc.js").Hex | undefined;
1298
- from: import("abitype").Address;
1299
- gas?: bigint | undefined;
1300
- nonce?: number | undefined;
1301
- to?: import("abitype").Address | null | undefined;
1302
- value?: bigint | undefined;
1303
- gasPrice?: undefined;
1304
- maxFeePerBlobGas?: undefined;
1305
- maxFeePerGas?: bigint | undefined;
1306
- maxPriorityFeePerGas?: bigint | undefined;
1307
- accessList?: import("../index.js").AccessList | undefined;
1308
- blobs?: undefined;
1309
- type?: "eip1559" | undefined;
1310
- blobVersionedHashes?: undefined;
1311
- kzg?: undefined;
1312
- sidecars?: undefined;
1313
- } & {
1314
- feeCurrency?: import("abitype").Address | undefined;
1315
- }) | ({
1316
- data?: import("../types/misc.js").Hex | undefined;
1317
- from?: import("abitype").Address;
1318
- gas?: bigint | undefined;
1319
- nonce?: number | undefined;
1320
- to?: import("abitype").Address | null | undefined;
1321
- value?: bigint | undefined;
1322
- accessList?: import("../index.js").AccessList | undefined;
1323
- blobs?: undefined;
1324
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1325
- gasPrice?: bigint | undefined;
1326
- maxFeePerBlobGas?: bigint | undefined;
1327
- maxFeePerGas?: bigint | undefined;
1328
- maxPriorityFeePerGas?: bigint | undefined;
1329
- blobVersionedHashes?: undefined;
1330
- kzg?: undefined;
1331
- sidecars?: undefined;
1332
- } & import("../index.js").TransactionRequestBase & {
1333
- accessList?: import("../index.js").AccessList | undefined;
1334
- feeCurrency?: import("abitype").Address | undefined;
1335
- type?: "cip64" | undefined;
1336
- } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1337
- data?: import("../types/misc.js").Hex | undefined;
1338
- from?: import("abitype").Address;
1339
- gas?: bigint | undefined;
1340
- nonce?: number | undefined;
1341
- to?: import("abitype").Address | null | undefined;
1342
- value?: bigint | undefined;
1343
- accessList?: import("../index.js").AccessList | undefined;
1344
- blobs?: undefined;
1345
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1346
- gasPrice?: bigint | undefined;
1347
- maxFeePerBlobGas?: bigint | undefined;
1348
- maxFeePerGas?: bigint | undefined;
1349
- maxPriorityFeePerGas?: bigint | undefined;
1350
- blobVersionedHashes?: undefined;
1351
- kzg?: undefined;
1352
- sidecars?: undefined;
1353
- } & {
1354
- data?: import("../types/misc.js").Hex | undefined;
1355
- from: import("abitype").Address;
1356
- gas?: bigint | undefined;
1357
- nonce?: number | undefined;
1358
- to?: import("abitype").Address | null | undefined;
1359
- value?: bigint | undefined;
1360
- accessList?: undefined;
1361
- blobs?: undefined;
1362
- type?: "legacy" | undefined;
1363
- gasPrice?: bigint | undefined;
1364
- maxFeePerBlobGas?: undefined;
1365
- maxFeePerGas?: undefined;
1366
- maxPriorityFeePerGas?: undefined;
1367
- blobVersionedHashes?: undefined;
1368
- kzg?: undefined;
1369
- sidecars?: undefined;
1370
- } & {
1371
- feeCurrency?: import("abitype").Address | undefined;
1372
- }) | ({
1373
- data?: import("../types/misc.js").Hex | undefined;
1374
- from?: import("abitype").Address;
1375
- gas?: bigint | undefined;
1376
- nonce?: number | undefined;
1377
- to?: import("abitype").Address | null | undefined;
1378
- value?: bigint | undefined;
1379
- accessList?: import("../index.js").AccessList | undefined;
1380
- blobs?: undefined;
1381
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1382
- gasPrice?: bigint | undefined;
1383
- maxFeePerBlobGas?: bigint | undefined;
1384
- maxFeePerGas?: bigint | undefined;
1385
- maxPriorityFeePerGas?: bigint | undefined;
1386
- blobVersionedHashes?: undefined;
1387
- kzg?: undefined;
1388
- sidecars?: undefined;
1389
- } & {
1390
- data?: import("../types/misc.js").Hex | undefined;
1391
- from: import("abitype").Address;
1392
- gas?: bigint | undefined;
1393
- nonce?: number | undefined;
1394
- to?: import("abitype").Address | null | undefined;
1395
- value?: bigint | undefined;
1396
- accessList?: import("../index.js").AccessList | undefined;
1397
- blobs?: undefined;
1398
- type?: "eip2930" | undefined;
1399
- gasPrice?: bigint | undefined;
1400
- maxFeePerBlobGas?: undefined;
1401
- maxFeePerGas?: undefined;
1402
- maxPriorityFeePerGas?: undefined;
1403
- blobVersionedHashes?: undefined;
1404
- kzg?: undefined;
1405
- sidecars?: undefined;
1406
- } & {
1407
- feeCurrency?: import("abitype").Address | undefined;
1408
- }) | ({
1409
- data?: import("../types/misc.js").Hex | undefined;
1410
- from?: import("abitype").Address;
1411
- gas?: bigint | undefined;
1412
- nonce?: number | undefined;
1413
- to?: import("abitype").Address | null | undefined;
1414
- value?: bigint | undefined;
1415
- accessList?: import("../index.js").AccessList | undefined;
1416
- blobs?: undefined;
1417
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1418
- gasPrice?: bigint | undefined;
1419
- maxFeePerBlobGas?: bigint | undefined;
1420
- maxFeePerGas?: bigint | undefined;
1421
- maxPriorityFeePerGas?: bigint | undefined;
1422
- blobVersionedHashes?: undefined;
1423
- kzg?: undefined;
1424
- sidecars?: undefined;
1425
- } & {
1426
- data?: import("../types/misc.js").Hex | undefined;
1427
- from: import("abitype").Address;
1428
- gas?: bigint | undefined;
1429
- nonce?: number | undefined;
1430
- to?: import("abitype").Address | null | undefined;
1431
- value?: bigint | undefined;
1432
- gasPrice?: undefined;
1433
- maxFeePerBlobGas?: undefined;
1434
- maxFeePerGas?: bigint | undefined;
1435
- maxPriorityFeePerGas?: bigint | undefined;
1436
- accessList?: import("../index.js").AccessList | undefined;
1437
- blobs?: undefined;
1438
- type?: "eip1559" | undefined;
1439
- blobVersionedHashes?: undefined;
1440
- kzg?: undefined;
1441
- sidecars?: undefined;
1442
- } & {
1443
- feeCurrency?: import("abitype").Address | undefined;
1444
- }) | ({
1445
- data?: import("../types/misc.js").Hex | undefined;
1446
- from?: import("abitype").Address;
1447
- gas?: bigint | undefined;
1448
- nonce?: number | undefined;
1449
- to?: import("abitype").Address | null | undefined;
1450
- value?: bigint | undefined;
1451
- accessList?: import("../index.js").AccessList | undefined;
1452
- blobs?: undefined;
1453
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1454
- gasPrice?: bigint | undefined;
1455
- maxFeePerBlobGas?: bigint | undefined;
1456
- maxFeePerGas?: bigint | undefined;
1457
- maxPriorityFeePerGas?: bigint | undefined;
1458
- blobVersionedHashes?: undefined;
1459
- kzg?: undefined;
1460
- sidecars?: undefined;
1461
- } & import("../index.js").TransactionRequestBase & {
1462
- accessList?: import("../index.js").AccessList | undefined;
1463
- feeCurrency?: import("abitype").Address | undefined;
1464
- type?: "cip64" | undefined;
1465
- } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1466
- data?: import("../types/misc.js").Hex | undefined;
1467
- from?: import("abitype").Address;
1468
- gas?: bigint | undefined;
1469
- nonce?: number | undefined;
1470
- to?: import("abitype").Address | null | undefined;
1471
- value?: bigint | undefined;
1472
- gasPrice?: bigint | undefined;
1473
- maxFeePerBlobGas?: bigint | undefined;
1474
- maxFeePerGas?: bigint | undefined;
1475
- maxPriorityFeePerGas?: bigint | undefined;
1476
- accessList?: import("../index.js").AccessList | undefined;
1477
- blobs?: undefined;
1478
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1479
- blobVersionedHashes?: undefined;
1480
- kzg?: undefined;
1481
- sidecars?: undefined;
1482
- } & {
1483
- data?: import("../types/misc.js").Hex | undefined;
1484
- from: import("abitype").Address;
1485
- gas?: bigint | undefined;
1486
- nonce?: number | undefined;
1487
- to?: import("abitype").Address | null | undefined;
1488
- value?: bigint | undefined;
1489
- accessList?: undefined;
1490
- blobs?: undefined;
1491
- type?: "legacy" | undefined;
1492
- gasPrice?: bigint | undefined;
1493
- maxFeePerBlobGas?: undefined;
1494
- maxFeePerGas?: undefined;
1495
- maxPriorityFeePerGas?: undefined;
1496
- blobVersionedHashes?: undefined;
1497
- kzg?: undefined;
1498
- sidecars?: undefined;
1499
- } & {
1500
- feeCurrency?: import("abitype").Address | undefined;
1501
- }) | ({
1502
- data?: import("../types/misc.js").Hex | undefined;
1503
- from?: import("abitype").Address;
1504
- gas?: bigint | undefined;
1505
- nonce?: number | undefined;
1506
- to?: import("abitype").Address | null | undefined;
1507
- value?: bigint | undefined;
1508
- gasPrice?: bigint | undefined;
1509
- maxFeePerBlobGas?: bigint | undefined;
1510
- maxFeePerGas?: bigint | undefined;
1511
- maxPriorityFeePerGas?: bigint | undefined;
1512
- accessList?: import("../index.js").AccessList | undefined;
1513
- blobs?: undefined;
1514
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1515
- blobVersionedHashes?: undefined;
1516
- kzg?: undefined;
1517
- sidecars?: undefined;
1518
- } & {
1519
- data?: import("../types/misc.js").Hex | undefined;
1520
- from: import("abitype").Address;
1521
- gas?: bigint | undefined;
1522
- nonce?: number | undefined;
1523
- to?: import("abitype").Address | null | undefined;
1524
- value?: bigint | undefined;
1525
- accessList?: import("../index.js").AccessList | undefined;
1526
- blobs?: undefined;
1527
- type?: "eip2930" | undefined;
1528
- gasPrice?: bigint | undefined;
1529
- maxFeePerBlobGas?: undefined;
1530
- maxFeePerGas?: undefined;
1531
- maxPriorityFeePerGas?: undefined;
1532
- blobVersionedHashes?: undefined;
1533
- kzg?: undefined;
1534
- sidecars?: undefined;
1535
- } & {
1536
- feeCurrency?: import("abitype").Address | undefined;
1537
- }) | ({
1538
- data?: import("../types/misc.js").Hex | undefined;
1539
- from?: import("abitype").Address;
1540
- gas?: bigint | undefined;
1541
- nonce?: number | undefined;
1542
- to?: import("abitype").Address | null | undefined;
1543
- value?: bigint | undefined;
1544
- gasPrice?: bigint | undefined;
1545
- maxFeePerBlobGas?: bigint | undefined;
1546
- maxFeePerGas?: bigint | undefined;
1547
- maxPriorityFeePerGas?: bigint | undefined;
1548
- accessList?: import("../index.js").AccessList | undefined;
1549
- blobs?: undefined;
1550
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1551
- blobVersionedHashes?: undefined;
1552
- kzg?: undefined;
1553
- sidecars?: undefined;
1554
- } & {
1555
- data?: import("../types/misc.js").Hex | undefined;
1556
- from: import("abitype").Address;
1557
- gas?: bigint | undefined;
1558
- nonce?: number | undefined;
1559
- to?: import("abitype").Address | null | undefined;
1560
- value?: bigint | undefined;
1561
- gasPrice?: undefined;
1562
- maxFeePerBlobGas?: undefined;
1563
- maxFeePerGas?: bigint | undefined;
1564
- maxPriorityFeePerGas?: bigint | undefined;
1565
- accessList?: import("../index.js").AccessList | undefined;
1566
- blobs?: undefined;
1567
- type?: "eip1559" | undefined;
1568
- blobVersionedHashes?: undefined;
1569
- kzg?: undefined;
1570
- sidecars?: undefined;
1571
- } & {
1572
- feeCurrency?: import("abitype").Address | undefined;
1573
- }) | ({
1574
- data?: import("../types/misc.js").Hex | undefined;
1575
- from?: import("abitype").Address;
1576
- gas?: bigint | undefined;
1577
- nonce?: number | undefined;
1578
- to?: import("abitype").Address | null | undefined;
1579
- value?: bigint | undefined;
1580
- gasPrice?: bigint | undefined;
1581
- maxFeePerBlobGas?: bigint | undefined;
1582
- maxFeePerGas?: bigint | undefined;
1583
- maxPriorityFeePerGas?: bigint | undefined;
1584
- accessList?: import("../index.js").AccessList | undefined;
1585
- blobs?: undefined;
1586
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1587
- blobVersionedHashes?: undefined;
1588
- kzg?: undefined;
1589
- sidecars?: undefined;
1590
- } & import("../index.js").TransactionRequestBase & {
1591
- accessList?: import("../index.js").AccessList | undefined;
1592
- feeCurrency?: import("abitype").Address | undefined;
1593
- type?: "cip64" | undefined;
1594
- } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1595
- data?: import("../types/misc.js").Hex | undefined;
1596
- from?: import("abitype").Address;
1597
- gas?: bigint | undefined;
1598
- nonce?: number | undefined;
1599
- value?: bigint | undefined;
1600
- to?: import("abitype").Address | null | undefined;
1601
- accessList?: import("../index.js").AccessList | undefined;
1602
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1603
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1604
- kzg?: import("../index.js").Kzg | undefined;
1605
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1606
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1607
- gasPrice?: bigint | undefined;
1608
- maxFeePerGas?: bigint | undefined;
1609
- maxPriorityFeePerGas?: bigint | undefined;
1610
- maxFeePerBlobGas?: bigint | undefined;
1611
- } & {
1612
- data?: import("../types/misc.js").Hex | undefined;
1613
- from: import("abitype").Address;
1614
- gas?: bigint | undefined;
1615
- nonce?: number | undefined;
1616
- to?: import("abitype").Address | null | undefined;
1617
- value?: bigint | undefined;
1618
- accessList?: undefined;
1619
- blobs?: undefined;
1620
- type?: "legacy" | undefined;
1621
- gasPrice?: bigint | undefined;
1622
- maxFeePerBlobGas?: undefined;
1623
- maxFeePerGas?: undefined;
1624
- maxPriorityFeePerGas?: undefined;
1625
- blobVersionedHashes?: undefined;
1626
- kzg?: undefined;
1627
- sidecars?: undefined;
1628
- } & {
1629
- feeCurrency?: import("abitype").Address | undefined;
1630
- }) | ({
1631
- data?: import("../types/misc.js").Hex | undefined;
1632
- from?: import("abitype").Address;
1633
- gas?: bigint | undefined;
1634
- nonce?: number | undefined;
1635
- value?: bigint | undefined;
1636
- to?: import("abitype").Address | null | undefined;
1637
- accessList?: import("../index.js").AccessList | undefined;
1638
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1639
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1640
- kzg?: import("../index.js").Kzg | undefined;
1641
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1642
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1643
- gasPrice?: bigint | undefined;
1644
- maxFeePerGas?: bigint | undefined;
1645
- maxPriorityFeePerGas?: bigint | undefined;
1646
- maxFeePerBlobGas?: bigint | undefined;
1647
- } & {
1648
- data?: import("../types/misc.js").Hex | undefined;
1649
- from: import("abitype").Address;
1650
- gas?: bigint | undefined;
1651
- nonce?: number | undefined;
1652
- to?: import("abitype").Address | null | undefined;
1653
- value?: bigint | undefined;
1654
- accessList?: import("../index.js").AccessList | undefined;
1655
- blobs?: undefined;
1656
- type?: "eip2930" | undefined;
1657
- gasPrice?: bigint | undefined;
1658
- maxFeePerBlobGas?: undefined;
1659
- maxFeePerGas?: undefined;
1660
- maxPriorityFeePerGas?: undefined;
1661
- blobVersionedHashes?: undefined;
1662
- kzg?: undefined;
1663
- sidecars?: undefined;
1664
- } & {
1665
- feeCurrency?: import("abitype").Address | undefined;
1666
- }) | ({
1667
- data?: import("../types/misc.js").Hex | undefined;
1668
- from?: import("abitype").Address;
1669
- gas?: bigint | undefined;
1670
- nonce?: number | undefined;
1671
- value?: bigint | undefined;
1672
- to?: import("abitype").Address | null | undefined;
1673
- accessList?: import("../index.js").AccessList | undefined;
1674
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1675
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1676
- kzg?: import("../index.js").Kzg | undefined;
1677
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1678
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1679
- gasPrice?: bigint | undefined;
1680
- maxFeePerGas?: bigint | undefined;
1681
- maxPriorityFeePerGas?: bigint | undefined;
1682
- maxFeePerBlobGas?: bigint | undefined;
1683
- } & {
1684
- data?: import("../types/misc.js").Hex | undefined;
1685
- from: import("abitype").Address;
1686
- gas?: bigint | undefined;
1687
- nonce?: number | undefined;
1688
- to?: import("abitype").Address | null | undefined;
1689
- value?: bigint | undefined;
1690
- gasPrice?: undefined;
1691
- maxFeePerBlobGas?: undefined;
1692
- maxFeePerGas?: bigint | undefined;
1693
- maxPriorityFeePerGas?: bigint | undefined;
1694
- accessList?: import("../index.js").AccessList | undefined;
1695
- blobs?: undefined;
1696
- type?: "eip1559" | undefined;
1697
- blobVersionedHashes?: undefined;
1698
- kzg?: undefined;
1699
- sidecars?: undefined;
1700
- } & {
1701
- feeCurrency?: import("abitype").Address | undefined;
1702
- }) | ({
1703
- data?: import("../types/misc.js").Hex | undefined;
1704
- from?: import("abitype").Address;
1705
- gas?: bigint | undefined;
1706
- nonce?: number | undefined;
1707
- value?: bigint | undefined;
1708
- to?: import("abitype").Address | null | undefined;
1709
- accessList?: import("../index.js").AccessList | undefined;
1710
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1711
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1712
- kzg?: import("../index.js").Kzg | undefined;
1713
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1714
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1715
- gasPrice?: bigint | undefined;
1716
- maxFeePerGas?: bigint | undefined;
1717
- maxPriorityFeePerGas?: bigint | undefined;
1718
- maxFeePerBlobGas?: bigint | undefined;
1719
- } & {
1720
- data?: import("../types/misc.js").Hex | undefined;
1721
- from: import("abitype").Address;
1722
- gas?: bigint | undefined;
1723
- nonce?: number | undefined;
1724
- value?: bigint | undefined;
1725
- to: `0x${string}` | null;
1726
- accessList?: import("../index.js").AccessList | undefined;
1727
- blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1728
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1729
- kzg?: import("../index.js").Kzg | undefined;
1730
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1731
- type?: "eip4844" | undefined;
1732
- gasPrice?: undefined;
1733
- maxFeePerGas?: bigint | undefined;
1734
- maxPriorityFeePerGas?: bigint | undefined;
1735
- maxFeePerBlobGas: bigint;
1736
- } & {
1737
- feeCurrency?: import("abitype").Address | undefined;
1738
- }) | ({
1739
- data?: import("../types/misc.js").Hex | undefined;
1740
- from?: import("abitype").Address;
1741
- gas?: bigint | undefined;
1742
- nonce?: number | undefined;
1743
- value?: bigint | undefined;
1744
- to?: import("abitype").Address | null | undefined;
1745
- accessList?: import("../index.js").AccessList | undefined;
1746
- blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1747
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1748
- kzg?: import("../index.js").Kzg | undefined;
1749
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1750
- type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1751
- gasPrice?: bigint | undefined;
1752
- maxFeePerGas?: bigint | undefined;
1753
- maxPriorityFeePerGas?: bigint | undefined;
1754
- maxFeePerBlobGas?: bigint | undefined;
1755
- } & import("../index.js").TransactionRequestBase & {
1756
- accessList?: import("../index.js").AccessList | undefined;
1757
- feeCurrency?: import("abitype").Address | undefined;
1758
- type?: "cip64" | undefined;
1759
- } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>)) => ({
1760
- data?: import("../types/misc.js").Hex | undefined;
1761
- from: import("abitype").Address;
1762
- gas?: `0x${string}` | undefined;
1763
- nonce?: `0x${string}` | undefined;
1764
- to?: import("abitype").Address | null | undefined;
1765
- value?: `0x${string}` | undefined;
51
+ blockNumber: bigint | null;
52
+ hash: import("../index.js").Hash;
53
+ input: import("../index.js").Hex;
54
+ transactionIndex: number | null;
55
+ typeHex: import("../index.js").Hex | null;
1766
56
  accessList?: undefined;
1767
- blobs?: undefined;
1768
- type?: "0x0" | undefined;
1769
- gasPrice?: `0x${string}` | undefined;
57
+ blobVersionedHashes?: undefined;
58
+ chainId?: number | undefined;
59
+ yParity?: undefined;
60
+ type: "legacy";
61
+ gasPrice: bigint;
1770
62
  maxFeePerBlobGas?: undefined;
1771
63
  maxFeePerGas?: undefined;
1772
64
  maxPriorityFeePerGas?: undefined;
1773
- blobVersionedHashes?: undefined;
1774
- kzg?: undefined;
1775
- sidecars?: undefined;
1776
- feeCurrency?: import("abitype").Address | undefined;
65
+ feeCurrency: import("abitype").Address | null;
66
+ mint?: undefined;
67
+ isSystemTx?: undefined;
68
+ sourceHash?: undefined;
69
+ gatewayFee?: undefined;
70
+ gatewayFeeRecipient?: undefined;
1777
71
  } | {
1778
- data?: import("../types/misc.js").Hex | undefined;
72
+ blockHash: `0x${string}` | null;
73
+ blockNumber: bigint | null;
1779
74
  from: import("abitype").Address;
1780
- gas?: `0x${string}` | undefined;
1781
- nonce?: `0x${string}` | undefined;
1782
- to?: import("abitype").Address | null | undefined;
1783
- value?: `0x${string}` | undefined;
1784
- accessList?: import("../index.js").AccessList | undefined;
1785
- blobs?: undefined;
1786
- type?: "0x1" | undefined;
1787
- gasPrice?: `0x${string}` | undefined;
75
+ gas: bigint;
76
+ hash: import("../index.js").Hash;
77
+ input: import("../index.js").Hex;
78
+ nonce: number;
79
+ r: import("../index.js").Hex;
80
+ s: import("../index.js").Hex;
81
+ to: import("abitype").Address | null;
82
+ transactionIndex: number | null;
83
+ typeHex: import("../index.js").Hex | null;
84
+ v: bigint;
85
+ value: bigint;
86
+ yParity: number;
87
+ accessList: import("../index.js").AccessList;
88
+ blobVersionedHashes?: undefined;
89
+ chainId: number;
90
+ type: "eip2930";
91
+ gasPrice: bigint;
1788
92
  maxFeePerBlobGas?: undefined;
1789
93
  maxFeePerGas?: undefined;
1790
94
  maxPriorityFeePerGas?: undefined;
1791
- blobVersionedHashes?: undefined;
1792
- kzg?: undefined;
1793
- sidecars?: undefined;
1794
- feeCurrency?: import("abitype").Address | undefined;
95
+ feeCurrency: import("abitype").Address | null;
96
+ mint?: undefined;
97
+ isSystemTx?: undefined;
98
+ sourceHash?: undefined;
99
+ gatewayFee?: undefined;
100
+ gatewayFeeRecipient?: undefined;
1795
101
  } | {
1796
- data?: import("../types/misc.js").Hex | undefined;
102
+ blockHash: `0x${string}` | null;
103
+ blockNumber: bigint | null;
1797
104
  from: import("abitype").Address;
1798
- gas?: `0x${string}` | undefined;
1799
- nonce?: `0x${string}` | undefined;
1800
- to?: import("abitype").Address | null | undefined;
1801
- value?: `0x${string}` | undefined;
1802
- accessList?: import("../index.js").AccessList | undefined;
1803
- blobs?: undefined;
1804
- type?: "0x2" | undefined;
1805
- gasPrice?: undefined;
1806
- maxFeePerBlobGas?: undefined;
1807
- maxFeePerGas?: `0x${string}` | undefined;
1808
- maxPriorityFeePerGas?: `0x${string}` | undefined;
105
+ gas: bigint;
106
+ hash: import("../index.js").Hash;
107
+ input: import("../index.js").Hex;
108
+ nonce: number;
109
+ r: import("../index.js").Hex;
110
+ s: import("../index.js").Hex;
111
+ to: import("abitype").Address | null;
112
+ transactionIndex: number | null;
113
+ typeHex: import("../index.js").Hex | null;
114
+ v: bigint;
115
+ value: bigint;
116
+ yParity: number;
117
+ accessList: import("../index.js").AccessList;
1809
118
  blobVersionedHashes?: undefined;
1810
- kzg?: undefined;
1811
- sidecars?: undefined;
1812
- feeCurrency?: import("abitype").Address | undefined;
1813
- } | {
1814
- data?: import("../types/misc.js").Hex | undefined;
1815
- from: import("abitype").Address;
1816
- gas?: `0x${string}` | undefined;
1817
- nonce?: `0x${string}` | undefined;
1818
- to?: import("abitype").Address | null | undefined;
1819
- value?: `0x${string}` | undefined;
1820
- accessList?: import("../index.js").AccessList | undefined;
1821
- blobs?: undefined;
1822
- type?: "0x7b" | undefined;
119
+ chainId: number;
120
+ type: "eip1559";
1823
121
  gasPrice?: undefined;
1824
122
  maxFeePerBlobGas?: undefined;
1825
- maxFeePerGas?: `0x${string}` | undefined;
1826
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1827
- blobVersionedHashes?: undefined;
1828
- kzg?: undefined;
1829
- sidecars?: undefined;
1830
- feeCurrency?: import("abitype").Address | undefined;
123
+ maxFeePerGas: bigint;
124
+ maxPriorityFeePerGas: bigint;
125
+ feeCurrency: import("abitype").Address | null;
126
+ mint?: undefined;
127
+ isSystemTx?: undefined;
128
+ sourceHash?: undefined;
129
+ gatewayFee?: undefined;
130
+ gatewayFeeRecipient?: undefined;
1831
131
  } | {
1832
- data?: import("../types/misc.js").Hex | undefined;
132
+ blockHash: `0x${string}` | null;
133
+ blockNumber: bigint | null;
1833
134
  from: import("abitype").Address;
1834
- gas?: `0x${string}` | undefined;
1835
- nonce?: `0x${string}` | undefined;
1836
- to?: import("abitype").Address | null | undefined;
1837
- value?: `0x${string}` | undefined;
1838
- accessList?: undefined;
1839
- blobs?: undefined;
1840
- type?: "0x0" | undefined;
1841
- gasPrice?: `0x${string}` | undefined;
1842
- maxFeePerBlobGas?: undefined;
1843
- maxFeePerGas?: undefined;
1844
- maxPriorityFeePerGas?: undefined;
1845
- blobVersionedHashes?: undefined;
1846
- kzg?: undefined;
1847
- sidecars?: undefined;
1848
- feeCurrency?: import("abitype").Address | undefined;
135
+ gas: bigint;
136
+ hash: import("../index.js").Hash;
137
+ input: import("../index.js").Hex;
138
+ nonce: number;
139
+ r: import("../index.js").Hex;
140
+ s: import("../index.js").Hex;
141
+ to: import("abitype").Address | null;
142
+ transactionIndex: number | null;
143
+ typeHex: import("../index.js").Hex | null;
144
+ v: bigint;
145
+ value: bigint;
146
+ yParity: number;
147
+ accessList: import("../index.js").AccessList;
148
+ blobVersionedHashes: readonly import("../index.js").Hex[];
149
+ chainId: number;
150
+ type: "eip4844";
151
+ gasPrice?: undefined;
152
+ maxFeePerBlobGas: bigint;
153
+ maxFeePerGas: bigint;
154
+ maxPriorityFeePerGas: bigint;
155
+ feeCurrency: import("abitype").Address | null;
156
+ mint?: undefined;
157
+ isSystemTx?: undefined;
158
+ sourceHash?: undefined;
159
+ gatewayFee?: undefined;
160
+ gatewayFeeRecipient?: undefined;
1849
161
  } | {
1850
- data?: import("../types/misc.js").Hex | undefined;
162
+ blockHash: `0x${string}` | null;
163
+ blockNumber: bigint | null;
1851
164
  from: import("abitype").Address;
1852
- gas?: `0x${string}` | undefined;
1853
- nonce?: `0x${string}` | undefined;
1854
- to?: import("abitype").Address | null | undefined;
1855
- value?: `0x${string}` | undefined;
1856
- accessList?: import("../index.js").AccessList | undefined;
1857
- blobs?: undefined;
1858
- type?: "0x1" | undefined;
1859
- gasPrice?: `0x${string}` | undefined;
165
+ gas: bigint;
166
+ hash: import("../index.js").Hash;
167
+ input: import("../index.js").Hex;
168
+ nonce: number;
169
+ r: import("../index.js").Hex;
170
+ s: import("../index.js").Hex;
171
+ to: import("abitype").Address | null;
172
+ transactionIndex: number | null;
173
+ typeHex: import("../index.js").Hex | null;
174
+ v: bigint;
175
+ value: bigint;
176
+ yParity: number;
177
+ gasPrice?: undefined;
1860
178
  maxFeePerBlobGas?: undefined;
1861
- maxFeePerGas?: undefined;
1862
- maxPriorityFeePerGas?: undefined;
179
+ maxFeePerGas: bigint;
180
+ maxPriorityFeePerGas: bigint;
181
+ accessList: import("../index.js").AccessList;
182
+ chainId: number;
183
+ feeCurrency: import("abitype").Address | null;
184
+ gatewayFee: bigint | null;
185
+ gatewayFeeRecipient: import("abitype").Address | null;
186
+ type: "cip42";
1863
187
  blobVersionedHashes?: undefined;
1864
- kzg?: undefined;
1865
- sidecars?: undefined;
1866
- feeCurrency?: import("abitype").Address | undefined;
188
+ mint?: undefined;
189
+ isSystemTx?: undefined;
190
+ sourceHash?: undefined;
1867
191
  } | {
1868
- data?: import("../types/misc.js").Hex | undefined;
192
+ blockHash: `0x${string}` | null;
193
+ blockNumber: bigint | null;
1869
194
  from: import("abitype").Address;
1870
- gas?: `0x${string}` | undefined;
1871
- nonce?: `0x${string}` | undefined;
1872
- to?: import("abitype").Address | null | undefined;
1873
- value?: `0x${string}` | undefined;
1874
- accessList?: import("../index.js").AccessList | undefined;
1875
- blobs?: undefined;
1876
- type?: "0x2" | undefined;
195
+ gas: bigint;
196
+ hash: import("../index.js").Hash;
197
+ input: import("../index.js").Hex;
198
+ nonce: number;
199
+ r: import("../index.js").Hex;
200
+ s: import("../index.js").Hex;
201
+ to: import("abitype").Address | null;
202
+ transactionIndex: number | null;
203
+ typeHex: import("../index.js").Hex | null;
204
+ v: bigint;
205
+ value: bigint;
206
+ yParity: number;
1877
207
  gasPrice?: undefined;
1878
208
  maxFeePerBlobGas?: undefined;
1879
- maxFeePerGas?: `0x${string}` | undefined;
1880
- maxPriorityFeePerGas?: `0x${string}` | undefined;
209
+ maxFeePerGas: bigint;
210
+ maxPriorityFeePerGas: bigint;
211
+ accessList: import("../index.js").AccessList;
212
+ chainId: number;
213
+ feeCurrency: import("abitype").Address | null;
214
+ type: "cip64";
1881
215
  blobVersionedHashes?: undefined;
1882
- kzg?: undefined;
1883
- sidecars?: undefined;
1884
- feeCurrency?: import("abitype").Address | undefined;
216
+ mint?: undefined;
217
+ isSystemTx?: undefined;
218
+ sourceHash?: undefined;
219
+ gatewayFee?: undefined;
220
+ gatewayFeeRecipient?: undefined;
1885
221
  } | {
1886
- data?: import("../types/misc.js").Hex | undefined;
222
+ blockHash: `0x${string}` | null;
223
+ blockNumber: bigint | null;
1887
224
  from: import("abitype").Address;
1888
- gas?: `0x${string}` | undefined;
1889
- nonce?: `0x${string}` | undefined;
1890
- to?: import("abitype").Address | null | undefined;
1891
- value?: `0x${string}` | undefined;
1892
- accessList?: import("../index.js").AccessList | undefined;
1893
- blobs?: undefined;
1894
- type?: "0x7b" | undefined;
225
+ gas: bigint;
226
+ hash: import("../index.js").Hash;
227
+ input: import("../index.js").Hex;
228
+ nonce: number;
229
+ r: import("../index.js").Hex;
230
+ s: import("../index.js").Hex;
231
+ to: import("abitype").Address | null;
232
+ transactionIndex: number | null;
233
+ typeHex: import("../index.js").Hex | null;
234
+ v: bigint;
235
+ value: bigint;
236
+ yParity: number;
1895
237
  gasPrice?: undefined;
1896
238
  maxFeePerBlobGas?: undefined;
1897
- maxFeePerGas?: `0x${string}` | undefined;
1898
- maxPriorityFeePerGas?: `0x${string}` | undefined;
239
+ maxFeePerGas: bigint;
240
+ maxPriorityFeePerGas: bigint;
241
+ isSystemTx?: boolean;
242
+ mint?: bigint | undefined;
243
+ sourceHash: import("../index.js").Hex;
244
+ type: "deposit";
245
+ accessList?: undefined;
1899
246
  blobVersionedHashes?: undefined;
1900
- kzg?: undefined;
1901
- sidecars?: undefined;
1902
- feeCurrency?: import("abitype").Address | undefined;
1903
- } | {
1904
- data?: import("../types/misc.js").Hex | undefined;
247
+ chainId?: undefined;
248
+ feeCurrency?: undefined;
249
+ gatewayFee?: undefined;
250
+ gatewayFeeRecipient?: undefined;
251
+ }) & {};
252
+ type: "transaction";
253
+ };
254
+ readonly transactionRequest: {
255
+ exclude: [] | undefined;
256
+ format: (args: CeloTransactionRequest) => ({
257
+ data?: import("../index.js").Hex | undefined;
1905
258
  from: import("abitype").Address;
1906
259
  gas?: `0x${string}` | undefined;
1907
260
  nonce?: `0x${string}` | undefined;
1908
261
  to?: import("abitype").Address | null | undefined;
1909
262
  value?: `0x${string}` | undefined;
1910
- gasPrice?: `0x${string}` | undefined;
1911
- maxFeePerBlobGas?: undefined;
1912
- maxFeePerGas?: undefined;
1913
- maxPriorityFeePerGas?: undefined;
1914
263
  accessList?: undefined;
1915
264
  blobs?: undefined;
1916
265
  type?: "0x0" | undefined;
1917
- blobVersionedHashes?: undefined;
1918
- kzg?: undefined;
1919
- sidecars?: undefined;
1920
- feeCurrency?: import("abitype").Address | undefined;
1921
- } | {
1922
- data?: import("../types/misc.js").Hex | undefined;
1923
- from: import("abitype").Address;
1924
- gas?: `0x${string}` | undefined;
1925
- nonce?: `0x${string}` | undefined;
1926
- to?: import("abitype").Address | null | undefined;
1927
- value?: `0x${string}` | undefined;
1928
266
  gasPrice?: `0x${string}` | undefined;
1929
267
  maxFeePerBlobGas?: undefined;
1930
268
  maxFeePerGas?: undefined;
1931
269
  maxPriorityFeePerGas?: undefined;
1932
- accessList?: import("../index.js").AccessList | undefined;
1933
- blobs?: undefined;
1934
- type?: "0x1" | undefined;
1935
270
  blobVersionedHashes?: undefined;
1936
271
  kzg?: undefined;
1937
272
  sidecars?: undefined;
1938
273
  feeCurrency?: import("abitype").Address | undefined;
1939
274
  } | {
1940
- data?: import("../types/misc.js").Hex | undefined;
275
+ data?: import("../index.js").Hex | undefined;
1941
276
  from: import("abitype").Address;
1942
277
  gas?: `0x${string}` | undefined;
1943
278
  nonce?: `0x${string}` | undefined;
1944
279
  to?: import("abitype").Address | null | undefined;
1945
280
  value?: `0x${string}` | undefined;
1946
- gasPrice?: undefined;
1947
- maxFeePerBlobGas?: undefined;
1948
- maxFeePerGas?: `0x${string}` | undefined;
1949
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1950
281
  accessList?: import("../index.js").AccessList | undefined;
1951
282
  blobs?: undefined;
1952
- type?: "0x2" | undefined;
283
+ type?: "0x1" | undefined;
284
+ gasPrice?: `0x${string}` | undefined;
285
+ maxFeePerBlobGas?: undefined;
286
+ maxFeePerGas?: undefined;
287
+ maxPriorityFeePerGas?: undefined;
1953
288
  blobVersionedHashes?: undefined;
1954
289
  kzg?: undefined;
1955
290
  sidecars?: undefined;
1956
291
  feeCurrency?: import("abitype").Address | undefined;
1957
292
  } | {
1958
- data?: import("../types/misc.js").Hex | undefined;
293
+ data?: import("../index.js").Hex | undefined;
1959
294
  from: import("abitype").Address;
1960
295
  gas?: `0x${string}` | undefined;
1961
296
  nonce?: `0x${string}` | undefined;
@@ -1967,23 +302,23 @@ export declare const formatters: {
1967
302
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1968
303
  accessList?: import("../index.js").AccessList | undefined;
1969
304
  blobs?: undefined;
1970
- type?: "0x7b" | undefined;
305
+ type?: "0x2" | undefined;
1971
306
  blobVersionedHashes?: undefined;
1972
307
  kzg?: undefined;
1973
308
  sidecars?: undefined;
1974
309
  feeCurrency?: import("abitype").Address | undefined;
1975
310
  } | {
1976
- data?: import("../types/misc.js").Hex | undefined;
311
+ data?: import("../index.js").Hex | undefined;
1977
312
  from: import("abitype").Address;
1978
313
  gas?: `0x${string}` | undefined;
1979
314
  nonce?: `0x${string}` | undefined;
1980
315
  value?: `0x${string}` | undefined;
1981
316
  to: `0x${string}` | null;
1982
317
  accessList?: import("../index.js").AccessList | undefined;
1983
- blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1984
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
318
+ blobs: readonly import("../index.js").Hex[] | readonly import("../index.js").ByteArray[];
319
+ blobVersionedHashes?: readonly import("../index.js").Hex[] | undefined;
1985
320
  kzg?: import("../index.js").Kzg | undefined;
1986
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
321
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../index.js").Hex>[] | undefined;
1987
322
  type?: "0x3" | undefined;
1988
323
  gasPrice?: undefined;
1989
324
  maxFeePerGas?: `0x${string}` | undefined;
@@ -1991,23 +326,23 @@ export declare const formatters: {
1991
326
  maxFeePerBlobGas: `0x${string}`;
1992
327
  feeCurrency?: import("abitype").Address | undefined;
1993
328
  } | {
1994
- data?: import("../types/misc.js").Hex | undefined;
329
+ data?: import("../index.js").Hex | undefined;
1995
330
  from: import("abitype").Address;
1996
331
  gas?: `0x${string}` | undefined;
1997
332
  nonce?: `0x${string}` | undefined;
333
+ to?: import("abitype").Address | null | undefined;
1998
334
  value?: `0x${string}` | undefined;
1999
- to: import("abitype").Address | null | undefined;
2000
335
  accessList?: import("../index.js").AccessList | undefined;
2001
- blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
2002
- blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
2003
- kzg?: import("../index.js").Kzg | undefined;
2004
- sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
336
+ feeCurrency?: import("abitype").Address | undefined;
2005
337
  type?: "0x7b" | undefined;
2006
338
  gasPrice?: undefined;
339
+ maxFeePerBlobGas?: undefined;
2007
340
  maxFeePerGas?: `0x${string}` | undefined;
2008
341
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2009
- maxFeePerBlobGas: undefined;
2010
- feeCurrency?: import("abitype").Address | undefined;
342
+ blobs?: undefined;
343
+ blobVersionedHashes?: undefined;
344
+ kzg?: undefined;
345
+ sidecars?: undefined;
2011
346
  }) & {};
2012
347
  type: "transactionRequest";
2013
348
  };