viem 0.0.0-main.20231112T014621 → 0.0.0-main.20231112T061346

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/_cjs/errors/node.js +11 -11
  2. package/_cjs/errors/node.js.map +1 -1
  3. package/_cjs/errors/rpc.js +18 -18
  4. package/_cjs/errors/rpc.js.map +1 -1
  5. package/_cjs/errors/version.js +1 -1
  6. package/_cjs/utils/formatters/transaction.js +5 -7
  7. package/_cjs/utils/formatters/transaction.js.map +1 -1
  8. package/_esm/errors/node.js +11 -22
  9. package/_esm/errors/node.js.map +1 -1
  10. package/_esm/errors/rpc.js +18 -36
  11. package/_esm/errors/rpc.js.map +1 -1
  12. package/_esm/errors/version.js +1 -1
  13. package/_esm/utils/formatters/transaction.js +6 -8
  14. package/_esm/utils/formatters/transaction.js.map +1 -1
  15. package/_types/chains/celo/formatters.d.ts +23 -23
  16. package/_types/chains/definitions/base.d.ts +17 -17
  17. package/_types/chains/definitions/baseGoerli.d.ts +17 -17
  18. package/_types/chains/definitions/baseSepolia.d.ts +17 -17
  19. package/_types/chains/definitions/celo.d.ts +23 -23
  20. package/_types/chains/definitions/celoAlfajores.d.ts +23 -23
  21. package/_types/chains/definitions/celoCannoli.d.ts +23 -23
  22. package/_types/chains/definitions/optimism.d.ts +17 -17
  23. package/_types/chains/definitions/optimismGoerli.d.ts +17 -17
  24. package/_types/chains/definitions/optimismSepolia.d.ts +17 -17
  25. package/_types/chains/definitions/zkSync.d.ts +10 -10
  26. package/_types/chains/definitions/zkSyncTestnet.d.ts +10 -10
  27. package/_types/chains/definitions/zora.d.ts +17 -17
  28. package/_types/chains/definitions/zoraSepolia.d.ts +17 -17
  29. package/_types/chains/definitions/zoraTestnet.d.ts +17 -17
  30. package/_types/chains/optimism/formatters.d.ts +17 -17
  31. package/_types/chains/zksync/formatters.d.ts +10 -10
  32. package/_types/errors/version.d.ts +1 -1
  33. package/_types/types/rpc.d.ts +2 -2
  34. package/_types/types/rpc.d.ts.map +1 -1
  35. package/_types/types/transaction.d.ts +3 -6
  36. package/_types/types/transaction.d.ts.map +1 -1
  37. package/_types/types/utils.d.ts +8 -0
  38. package/_types/types/utils.d.ts.map +1 -1
  39. package/_types/utils/formatters/transaction.d.ts +1 -1
  40. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  41. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  42. package/errors/version.ts +1 -1
  43. package/package.json +1 -1
  44. package/types/rpc.ts +15 -6
  45. package/types/transaction.ts +3 -6
  46. package/types/utils.ts +11 -0
  47. package/utils/formatters/transaction.ts +5 -8
@@ -80,56 +80,56 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
80
80
  };
81
81
  readonly transaction: {
82
82
  exclude: [] | undefined;
83
- format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
83
+ format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
84
84
  feeCurrency: `0x${string}` | null;
85
85
  gatewayFee: `0x${string}` | null;
86
86
  gatewayFeeRecipient: `0x${string}` | null;
87
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
87
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
88
88
  feeCurrency: `0x${string}` | null;
89
89
  gatewayFee: `0x${string}` | null;
90
90
  gatewayFeeRecipient: `0x${string}` | null;
91
91
  type: "0x7c";
92
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
92
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
93
93
  feeCurrency: `0x${string}` | null;
94
94
  type: "0x7b";
95
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
95
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
96
96
  feeCurrency: `0x${string}` | null;
97
97
  gatewayFee: `0x${string}` | null;
98
98
  gatewayFeeRecipient: `0x${string}` | null;
99
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
99
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
100
100
  feeCurrency: `0x${string}` | null;
101
101
  gatewayFee: `0x${string}` | null;
102
102
  gatewayFeeRecipient: `0x${string}` | null;
103
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
103
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
104
104
  feeCurrency: `0x${string}` | null;
105
105
  gatewayFee: `0x${string}` | null;
106
106
  gatewayFeeRecipient: `0x${string}` | null;
107
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
107
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
108
108
  feeCurrency: `0x${string}` | null;
109
109
  gatewayFee: `0x${string}` | null;
110
110
  gatewayFeeRecipient: `0x${string}` | null;
111
111
  type: "0x7c";
112
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
112
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
113
113
  feeCurrency: `0x${string}` | null;
114
114
  type: "0x7b";
115
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
115
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
116
116
  feeCurrency: `0x${string}` | null;
117
117
  gatewayFee: `0x${string}` | null;
118
118
  gatewayFeeRecipient: `0x${string}` | null;
119
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
119
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
120
120
  feeCurrency: `0x${string}` | null;
121
121
  gatewayFee: `0x${string}` | null;
122
122
  gatewayFeeRecipient: `0x${string}` | null;
123
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
123
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
124
124
  feeCurrency: `0x${string}` | null;
125
125
  gatewayFee: `0x${string}` | null;
126
126
  gatewayFeeRecipient: `0x${string}` | null;
127
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
127
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
128
128
  feeCurrency: `0x${string}` | null;
129
129
  gatewayFee: `0x${string}` | null;
130
130
  gatewayFeeRecipient: `0x${string}` | null;
131
131
  type: "0x7c";
132
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
132
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
133
133
  feeCurrency: `0x${string}` | null;
134
134
  type: "0x7b";
135
135
  })) => ({
@@ -177,7 +177,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
177
177
  maxPriorityFeePerGas: bigint;
178
178
  accessList?: undefined;
179
179
  chainId?: number | undefined;
180
- yParity?: undefined;
180
+ yParity: number;
181
181
  type: "cip42";
182
182
  feeCurrency: `0x${string}` | null;
183
183
  gatewayFee: bigint | null;
@@ -202,7 +202,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
202
202
  maxPriorityFeePerGas: bigint;
203
203
  accessList?: undefined;
204
204
  chainId?: number | undefined;
205
- yParity?: undefined;
205
+ yParity: number;
206
206
  type: "cip64";
207
207
  feeCurrency: `0x${string}` | null;
208
208
  gatewayFee?: undefined;
@@ -222,12 +222,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
222
222
  typeHex: `0x${string}` | null;
223
223
  v: bigint;
224
224
  value: bigint;
225
+ yParity: number;
225
226
  gasPrice: bigint;
226
227
  maxFeePerGas?: undefined;
227
228
  maxPriorityFeePerGas?: undefined;
228
229
  accessList: import("../../index.js").AccessList;
229
230
  chainId: number;
230
- yParity?: number | undefined;
231
231
  type: "eip2930";
232
232
  feeCurrency: `0x${string}` | null;
233
233
  gatewayFee: bigint | null;
@@ -247,12 +247,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
247
247
  typeHex: `0x${string}` | null;
248
248
  v: bigint;
249
249
  value: bigint;
250
+ yParity: number;
250
251
  gasPrice: undefined;
251
252
  maxFeePerGas: bigint;
252
253
  maxPriorityFeePerGas: bigint;
253
254
  accessList: import("../../index.js").AccessList;
254
255
  chainId: number;
255
- yParity?: number | undefined;
256
256
  type: "eip1559";
257
257
  feeCurrency: `0x${string}` | null;
258
258
  gatewayFee: bigint | null;
@@ -272,12 +272,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
272
272
  typeHex: `0x${string}` | null;
273
273
  v: bigint;
274
274
  value: bigint;
275
+ yParity: number;
275
276
  gasPrice: undefined;
276
277
  maxFeePerGas: bigint;
277
278
  maxPriorityFeePerGas: bigint;
278
279
  accessList: import("../../index.js").AccessList;
279
280
  chainId: number;
280
- yParity?: number | undefined;
281
281
  type: "cip42";
282
282
  feeCurrency: `0x${string}` | null;
283
283
  gatewayFee: bigint | null;
@@ -297,12 +297,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
297
297
  typeHex: `0x${string}` | null;
298
298
  v: bigint;
299
299
  value: bigint;
300
+ yParity: number;
300
301
  gasPrice: undefined;
301
302
  maxFeePerGas: bigint;
302
303
  maxPriorityFeePerGas: bigint;
303
304
  accessList: import("../../index.js").AccessList;
304
305
  chainId: number;
305
- yParity?: number | undefined;
306
306
  type: "cip64";
307
307
  feeCurrency: `0x${string}` | null;
308
308
  gatewayFee?: undefined;
@@ -322,12 +322,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
322
322
  typeHex: `0x${string}` | null;
323
323
  v: bigint;
324
324
  value: bigint;
325
+ yParity: number;
325
326
  gasPrice: bigint;
326
327
  maxFeePerGas: undefined;
327
328
  maxPriorityFeePerGas: undefined;
328
329
  accessList: import("../../index.js").AccessList;
329
330
  chainId: number;
330
- yParity?: number | undefined;
331
331
  type: "eip2930";
332
332
  feeCurrency: `0x${string}` | null;
333
333
  gatewayFee: bigint | null;
@@ -347,12 +347,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
347
347
  typeHex: `0x${string}` | null;
348
348
  v: bigint;
349
349
  value: bigint;
350
+ yParity: number;
350
351
  gasPrice?: undefined;
351
352
  maxFeePerGas: bigint;
352
353
  maxPriorityFeePerGas: bigint;
353
354
  accessList: import("../../index.js").AccessList;
354
355
  chainId: number;
355
- yParity?: number | undefined;
356
356
  type: "eip1559";
357
357
  feeCurrency: `0x${string}` | null;
358
358
  gatewayFee: bigint | null;
@@ -372,12 +372,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
372
372
  typeHex: `0x${string}` | null;
373
373
  v: bigint;
374
374
  value: bigint;
375
+ yParity: number;
375
376
  gasPrice?: undefined;
376
377
  maxFeePerGas: bigint;
377
378
  maxPriorityFeePerGas: bigint;
378
379
  accessList: import("../../index.js").AccessList;
379
380
  chainId: number;
380
- yParity?: number | undefined;
381
381
  type: "cip42";
382
382
  feeCurrency: `0x${string}` | null;
383
383
  gatewayFee: bigint | null;
@@ -397,12 +397,12 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
397
397
  typeHex: `0x${string}` | null;
398
398
  v: bigint;
399
399
  value: bigint;
400
+ yParity: number;
400
401
  gasPrice?: undefined;
401
402
  maxFeePerGas: bigint;
402
403
  maxPriorityFeePerGas: bigint;
403
404
  accessList: import("../../index.js").AccessList;
404
405
  chainId: number;
405
- yParity?: number | undefined;
406
406
  type: "cip64";
407
407
  feeCurrency: `0x${string}` | null;
408
408
  gatewayFee?: undefined;
@@ -73,56 +73,56 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
73
73
  };
74
74
  readonly transaction: {
75
75
  exclude: [] | undefined;
76
- format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
76
+ format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
77
77
  feeCurrency: `0x${string}` | null;
78
78
  gatewayFee: `0x${string}` | null;
79
79
  gatewayFeeRecipient: `0x${string}` | null;
80
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
80
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
81
81
  feeCurrency: `0x${string}` | null;
82
82
  gatewayFee: `0x${string}` | null;
83
83
  gatewayFeeRecipient: `0x${string}` | null;
84
84
  type: "0x7c";
85
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
85
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
86
86
  feeCurrency: `0x${string}` | null;
87
87
  type: "0x7b";
88
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
88
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
89
89
  feeCurrency: `0x${string}` | null;
90
90
  gatewayFee: `0x${string}` | null;
91
91
  gatewayFeeRecipient: `0x${string}` | null;
92
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
92
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
93
93
  feeCurrency: `0x${string}` | null;
94
94
  gatewayFee: `0x${string}` | null;
95
95
  gatewayFeeRecipient: `0x${string}` | null;
96
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
96
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
97
97
  feeCurrency: `0x${string}` | null;
98
98
  gatewayFee: `0x${string}` | null;
99
99
  gatewayFeeRecipient: `0x${string}` | null;
100
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
100
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
101
101
  feeCurrency: `0x${string}` | null;
102
102
  gatewayFee: `0x${string}` | null;
103
103
  gatewayFeeRecipient: `0x${string}` | null;
104
104
  type: "0x7c";
105
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
105
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
106
106
  feeCurrency: `0x${string}` | null;
107
107
  type: "0x7b";
108
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
108
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
109
109
  feeCurrency: `0x${string}` | null;
110
110
  gatewayFee: `0x${string}` | null;
111
111
  gatewayFeeRecipient: `0x${string}` | null;
112
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
112
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
113
113
  feeCurrency: `0x${string}` | null;
114
114
  gatewayFee: `0x${string}` | null;
115
115
  gatewayFeeRecipient: `0x${string}` | null;
116
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
116
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
117
117
  feeCurrency: `0x${string}` | null;
118
118
  gatewayFee: `0x${string}` | null;
119
119
  gatewayFeeRecipient: `0x${string}` | null;
120
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
120
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
121
121
  feeCurrency: `0x${string}` | null;
122
122
  gatewayFee: `0x${string}` | null;
123
123
  gatewayFeeRecipient: `0x${string}` | null;
124
124
  type: "0x7c";
125
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
125
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../celo/types.js").CeloRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
126
126
  feeCurrency: `0x${string}` | null;
127
127
  type: "0x7b";
128
128
  })) => ({
@@ -170,7 +170,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
170
170
  maxPriorityFeePerGas: bigint;
171
171
  accessList?: undefined;
172
172
  chainId?: number | undefined;
173
- yParity?: undefined;
173
+ yParity: number;
174
174
  type: "cip42";
175
175
  feeCurrency: `0x${string}` | null;
176
176
  gatewayFee: bigint | null;
@@ -195,7 +195,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
195
195
  maxPriorityFeePerGas: bigint;
196
196
  accessList?: undefined;
197
197
  chainId?: number | undefined;
198
- yParity?: undefined;
198
+ yParity: number;
199
199
  type: "cip64";
200
200
  feeCurrency: `0x${string}` | null;
201
201
  gatewayFee?: undefined;
@@ -215,12 +215,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
215
215
  typeHex: `0x${string}` | null;
216
216
  v: bigint;
217
217
  value: bigint;
218
+ yParity: number;
218
219
  gasPrice: bigint;
219
220
  maxFeePerGas?: undefined;
220
221
  maxPriorityFeePerGas?: undefined;
221
222
  accessList: import("../../index.js").AccessList;
222
223
  chainId: number;
223
- yParity?: number | undefined;
224
224
  type: "eip2930";
225
225
  feeCurrency: `0x${string}` | null;
226
226
  gatewayFee: bigint | null;
@@ -240,12 +240,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
240
240
  typeHex: `0x${string}` | null;
241
241
  v: bigint;
242
242
  value: bigint;
243
+ yParity: number;
243
244
  gasPrice: undefined;
244
245
  maxFeePerGas: bigint;
245
246
  maxPriorityFeePerGas: bigint;
246
247
  accessList: import("../../index.js").AccessList;
247
248
  chainId: number;
248
- yParity?: number | undefined;
249
249
  type: "eip1559";
250
250
  feeCurrency: `0x${string}` | null;
251
251
  gatewayFee: bigint | null;
@@ -265,12 +265,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
265
265
  typeHex: `0x${string}` | null;
266
266
  v: bigint;
267
267
  value: bigint;
268
+ yParity: number;
268
269
  gasPrice: undefined;
269
270
  maxFeePerGas: bigint;
270
271
  maxPriorityFeePerGas: bigint;
271
272
  accessList: import("../../index.js").AccessList;
272
273
  chainId: number;
273
- yParity?: number | undefined;
274
274
  type: "cip42";
275
275
  feeCurrency: `0x${string}` | null;
276
276
  gatewayFee: bigint | null;
@@ -290,12 +290,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
290
290
  typeHex: `0x${string}` | null;
291
291
  v: bigint;
292
292
  value: bigint;
293
+ yParity: number;
293
294
  gasPrice: undefined;
294
295
  maxFeePerGas: bigint;
295
296
  maxPriorityFeePerGas: bigint;
296
297
  accessList: import("../../index.js").AccessList;
297
298
  chainId: number;
298
- yParity?: number | undefined;
299
299
  type: "cip64";
300
300
  feeCurrency: `0x${string}` | null;
301
301
  gatewayFee?: undefined;
@@ -315,12 +315,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
315
315
  typeHex: `0x${string}` | null;
316
316
  v: bigint;
317
317
  value: bigint;
318
+ yParity: number;
318
319
  gasPrice: bigint;
319
320
  maxFeePerGas: undefined;
320
321
  maxPriorityFeePerGas: undefined;
321
322
  accessList: import("../../index.js").AccessList;
322
323
  chainId: number;
323
- yParity?: number | undefined;
324
324
  type: "eip2930";
325
325
  feeCurrency: `0x${string}` | null;
326
326
  gatewayFee: bigint | null;
@@ -340,12 +340,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
340
340
  typeHex: `0x${string}` | null;
341
341
  v: bigint;
342
342
  value: bigint;
343
+ yParity: number;
343
344
  gasPrice?: undefined;
344
345
  maxFeePerGas: bigint;
345
346
  maxPriorityFeePerGas: bigint;
346
347
  accessList: import("../../index.js").AccessList;
347
348
  chainId: number;
348
- yParity?: number | undefined;
349
349
  type: "eip1559";
350
350
  feeCurrency: `0x${string}` | null;
351
351
  gatewayFee: bigint | null;
@@ -365,12 +365,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
365
365
  typeHex: `0x${string}` | null;
366
366
  v: bigint;
367
367
  value: bigint;
368
+ yParity: number;
368
369
  gasPrice?: undefined;
369
370
  maxFeePerGas: bigint;
370
371
  maxPriorityFeePerGas: bigint;
371
372
  accessList: import("../../index.js").AccessList;
372
373
  chainId: number;
373
- yParity?: number | undefined;
374
374
  type: "cip42";
375
375
  feeCurrency: `0x${string}` | null;
376
376
  gatewayFee: bigint | null;
@@ -390,12 +390,12 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
390
390
  typeHex: `0x${string}` | null;
391
391
  v: bigint;
392
392
  value: bigint;
393
+ yParity: number;
393
394
  gasPrice?: undefined;
394
395
  maxFeePerGas: bigint;
395
396
  maxPriorityFeePerGas: bigint;
396
397
  accessList: import("../../index.js").AccessList;
397
398
  chainId: number;
398
- yParity?: number | undefined;
399
399
  type: "cip64";
400
400
  feeCurrency: `0x${string}` | null;
401
401
  gatewayFee?: undefined;
@@ -74,45 +74,45 @@ export declare const optimism: import("../../types/utils.js").Assign<{
74
74
  };
75
75
  readonly transaction: {
76
76
  exclude: [] | undefined;
77
- format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
77
+ format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
78
78
  isSystemTx?: undefined;
79
79
  mint?: undefined;
80
80
  sourceHash?: undefined;
81
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
81
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
82
82
  isSystemTx?: boolean | undefined;
83
83
  mint?: `0x${string}` | undefined;
84
84
  sourceHash: `0x${string}`;
85
85
  type: "0x7e";
86
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
86
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
87
87
  isSystemTx?: undefined;
88
88
  mint?: undefined;
89
89
  sourceHash?: undefined;
90
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
90
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
91
91
  isSystemTx?: undefined;
92
92
  mint?: undefined;
93
93
  sourceHash?: undefined;
94
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
94
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
95
95
  isSystemTx?: undefined;
96
96
  mint?: undefined;
97
97
  sourceHash?: undefined;
98
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
98
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
99
99
  isSystemTx?: boolean | undefined;
100
100
  mint?: `0x${string}` | undefined;
101
101
  sourceHash: `0x${string}`;
102
102
  type: "0x7e";
103
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
103
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
104
104
  isSystemTx?: undefined;
105
105
  mint?: undefined;
106
106
  sourceHash?: undefined;
107
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
107
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
108
108
  isSystemTx?: undefined;
109
109
  mint?: undefined;
110
110
  sourceHash?: undefined;
111
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
111
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
112
112
  isSystemTx?: undefined;
113
113
  mint?: undefined;
114
114
  sourceHash?: undefined;
115
- }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
115
+ }) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
116
116
  isSystemTx?: boolean | undefined;
117
117
  mint?: `0x${string}` | undefined;
118
118
  sourceHash: `0x${string}`;
@@ -162,7 +162,7 @@ export declare const optimism: import("../../types/utils.js").Assign<{
162
162
  maxPriorityFeePerGas: bigint;
163
163
  accessList?: undefined;
164
164
  chainId?: number | undefined;
165
- yParity?: undefined;
165
+ yParity: number;
166
166
  type: "deposit";
167
167
  isSystemTx?: boolean | undefined;
168
168
  mint?: bigint | undefined;
@@ -182,12 +182,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
182
182
  typeHex: `0x${string}` | null;
183
183
  v: bigint;
184
184
  value: bigint;
185
+ yParity: number;
185
186
  gasPrice: bigint;
186
187
  maxFeePerGas?: undefined;
187
188
  maxPriorityFeePerGas?: undefined;
188
189
  accessList: import("../../index.js").AccessList;
189
190
  chainId: number;
190
- yParity?: number | undefined;
191
191
  type: "eip2930";
192
192
  isSystemTx?: undefined;
193
193
  mint?: undefined;
@@ -207,12 +207,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
207
207
  typeHex: `0x${string}` | null;
208
208
  v: bigint;
209
209
  value: bigint;
210
+ yParity: number;
210
211
  gasPrice: undefined;
211
212
  maxFeePerGas: bigint;
212
213
  maxPriorityFeePerGas: bigint;
213
214
  accessList: import("../../index.js").AccessList;
214
215
  chainId: number;
215
- yParity?: number | undefined;
216
216
  type: "eip1559";
217
217
  isSystemTx?: undefined;
218
218
  mint?: undefined;
@@ -232,12 +232,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
232
232
  typeHex: `0x${string}` | null;
233
233
  v: bigint;
234
234
  value: bigint;
235
+ yParity: number;
235
236
  gasPrice: undefined;
236
237
  maxFeePerGas: bigint;
237
238
  maxPriorityFeePerGas: bigint;
238
239
  accessList: import("../../index.js").AccessList;
239
240
  chainId: number;
240
- yParity?: number | undefined;
241
241
  type: "deposit";
242
242
  isSystemTx?: boolean | undefined;
243
243
  mint?: bigint | undefined;
@@ -257,12 +257,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
257
257
  typeHex: `0x${string}` | null;
258
258
  v: bigint;
259
259
  value: bigint;
260
+ yParity: number;
260
261
  gasPrice: bigint;
261
262
  maxFeePerGas: undefined;
262
263
  maxPriorityFeePerGas: undefined;
263
264
  accessList: import("../../index.js").AccessList;
264
265
  chainId: number;
265
- yParity?: number | undefined;
266
266
  type: "eip2930";
267
267
  isSystemTx?: undefined;
268
268
  mint?: undefined;
@@ -282,12 +282,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
282
282
  typeHex: `0x${string}` | null;
283
283
  v: bigint;
284
284
  value: bigint;
285
+ yParity: number;
285
286
  gasPrice?: undefined;
286
287
  maxFeePerGas: bigint;
287
288
  maxPriorityFeePerGas: bigint;
288
289
  accessList: import("../../index.js").AccessList;
289
290
  chainId: number;
290
- yParity?: number | undefined;
291
291
  type: "eip1559";
292
292
  isSystemTx?: undefined;
293
293
  mint?: undefined;
@@ -307,12 +307,12 @@ export declare const optimism: import("../../types/utils.js").Assign<{
307
307
  typeHex: `0x${string}` | null;
308
308
  v: bigint;
309
309
  value: bigint;
310
+ yParity: number;
310
311
  gasPrice?: undefined;
311
312
  maxFeePerGas: bigint;
312
313
  maxPriorityFeePerGas: bigint;
313
314
  accessList: import("../../index.js").AccessList;
314
315
  chainId: number;
315
- yParity?: number | undefined;
316
316
  type: "deposit";
317
317
  isSystemTx?: boolean | undefined;
318
318
  mint?: bigint | undefined;