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.
- package/_cjs/errors/node.js +11 -11
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/rpc.js +18 -18
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/formatters/transaction.js +5 -7
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_esm/errors/node.js +11 -22
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/rpc.js +18 -36
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/formatters/transaction.js +6 -8
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_types/chains/celo/formatters.d.ts +23 -23
- package/_types/chains/definitions/base.d.ts +17 -17
- package/_types/chains/definitions/baseGoerli.d.ts +17 -17
- package/_types/chains/definitions/baseSepolia.d.ts +17 -17
- package/_types/chains/definitions/celo.d.ts +23 -23
- package/_types/chains/definitions/celoAlfajores.d.ts +23 -23
- package/_types/chains/definitions/celoCannoli.d.ts +23 -23
- package/_types/chains/definitions/optimism.d.ts +17 -17
- package/_types/chains/definitions/optimismGoerli.d.ts +17 -17
- package/_types/chains/definitions/optimismSepolia.d.ts +17 -17
- package/_types/chains/definitions/zkSync.d.ts +10 -10
- package/_types/chains/definitions/zkSyncTestnet.d.ts +10 -10
- package/_types/chains/definitions/zora.d.ts +17 -17
- package/_types/chains/definitions/zoraSepolia.d.ts +17 -17
- package/_types/chains/definitions/zoraTestnet.d.ts +17 -17
- package/_types/chains/optimism/formatters.d.ts +17 -17
- package/_types/chains/zksync/formatters.d.ts +10 -10
- package/_types/errors/version.d.ts +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +3 -6
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/types/utils.d.ts +8 -0
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/rpc.ts +15 -6
- package/types/transaction.ts +3 -6
- package/types/utils.ts +11 -0
- package/utils/formatters/transaction.ts +5 -8
@@ -72,45 +72,45 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
72
72
|
};
|
73
73
|
readonly transaction: {
|
74
74
|
exclude: [] | undefined;
|
75
|
-
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"> & {
|
75
|
+
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"> & {
|
76
76
|
isSystemTx?: undefined;
|
77
77
|
mint?: undefined;
|
78
78
|
sourceHash?: undefined;
|
79
|
-
}) | (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}`> & {
|
79
|
+
}) | (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}`> & {
|
80
80
|
isSystemTx?: boolean | undefined;
|
81
81
|
mint?: `0x${string}` | undefined;
|
82
82
|
sourceHash: `0x${string}`;
|
83
83
|
type: "0x7e";
|
84
|
-
}) | (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"> & {
|
84
|
+
}) | (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"> & {
|
85
85
|
isSystemTx?: undefined;
|
86
86
|
mint?: undefined;
|
87
87
|
sourceHash?: undefined;
|
88
|
-
}) | (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"> & {
|
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("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
89
89
|
isSystemTx?: undefined;
|
90
90
|
mint?: undefined;
|
91
91
|
sourceHash?: undefined;
|
92
|
-
}) | (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"> & {
|
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("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
93
93
|
isSystemTx?: undefined;
|
94
94
|
mint?: undefined;
|
95
95
|
sourceHash?: undefined;
|
96
|
-
}) | (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}`> & {
|
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("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
97
97
|
isSystemTx?: boolean | undefined;
|
98
98
|
mint?: `0x${string}` | undefined;
|
99
99
|
sourceHash: `0x${string}`;
|
100
100
|
type: "0x7e";
|
101
|
-
}) | (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"> & {
|
101
|
+
}) | (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"> & {
|
102
102
|
isSystemTx?: undefined;
|
103
103
|
mint?: undefined;
|
104
104
|
sourceHash?: undefined;
|
105
|
-
}) | (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"> & {
|
105
|
+
}) | (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"> & {
|
106
106
|
isSystemTx?: undefined;
|
107
107
|
mint?: undefined;
|
108
108
|
sourceHash?: undefined;
|
109
|
-
}) | (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"> & {
|
109
|
+
}) | (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"> & {
|
110
110
|
isSystemTx?: undefined;
|
111
111
|
mint?: undefined;
|
112
112
|
sourceHash?: undefined;
|
113
|
-
}) | (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}`> & {
|
113
|
+
}) | (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}`> & {
|
114
114
|
isSystemTx?: boolean | undefined;
|
115
115
|
mint?: `0x${string}` | undefined;
|
116
116
|
sourceHash: `0x${string}`;
|
@@ -160,7 +160,7 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
160
160
|
maxPriorityFeePerGas: bigint;
|
161
161
|
accessList?: undefined;
|
162
162
|
chainId?: number | undefined;
|
163
|
-
yParity
|
163
|
+
yParity: number;
|
164
164
|
type: "deposit";
|
165
165
|
isSystemTx?: boolean | undefined;
|
166
166
|
mint?: bigint | undefined;
|
@@ -180,12 +180,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
180
180
|
typeHex: `0x${string}` | null;
|
181
181
|
v: bigint;
|
182
182
|
value: bigint;
|
183
|
+
yParity: number;
|
183
184
|
gasPrice: bigint;
|
184
185
|
maxFeePerGas?: undefined;
|
185
186
|
maxPriorityFeePerGas?: undefined;
|
186
187
|
accessList: import("../../index.js").AccessList;
|
187
188
|
chainId: number;
|
188
|
-
yParity?: number | undefined;
|
189
189
|
type: "eip2930";
|
190
190
|
isSystemTx?: undefined;
|
191
191
|
mint?: undefined;
|
@@ -205,12 +205,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
205
205
|
typeHex: `0x${string}` | null;
|
206
206
|
v: bigint;
|
207
207
|
value: bigint;
|
208
|
+
yParity: number;
|
208
209
|
gasPrice: undefined;
|
209
210
|
maxFeePerGas: bigint;
|
210
211
|
maxPriorityFeePerGas: bigint;
|
211
212
|
accessList: import("../../index.js").AccessList;
|
212
213
|
chainId: number;
|
213
|
-
yParity?: number | undefined;
|
214
214
|
type: "eip1559";
|
215
215
|
isSystemTx?: undefined;
|
216
216
|
mint?: undefined;
|
@@ -230,12 +230,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
230
230
|
typeHex: `0x${string}` | null;
|
231
231
|
v: bigint;
|
232
232
|
value: bigint;
|
233
|
+
yParity: number;
|
233
234
|
gasPrice: undefined;
|
234
235
|
maxFeePerGas: bigint;
|
235
236
|
maxPriorityFeePerGas: bigint;
|
236
237
|
accessList: import("../../index.js").AccessList;
|
237
238
|
chainId: number;
|
238
|
-
yParity?: number | undefined;
|
239
239
|
type: "deposit";
|
240
240
|
isSystemTx?: boolean | undefined;
|
241
241
|
mint?: bigint | undefined;
|
@@ -255,12 +255,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
255
255
|
typeHex: `0x${string}` | null;
|
256
256
|
v: bigint;
|
257
257
|
value: bigint;
|
258
|
+
yParity: number;
|
258
259
|
gasPrice: bigint;
|
259
260
|
maxFeePerGas: undefined;
|
260
261
|
maxPriorityFeePerGas: undefined;
|
261
262
|
accessList: import("../../index.js").AccessList;
|
262
263
|
chainId: number;
|
263
|
-
yParity?: number | undefined;
|
264
264
|
type: "eip2930";
|
265
265
|
isSystemTx?: undefined;
|
266
266
|
mint?: undefined;
|
@@ -280,12 +280,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
280
280
|
typeHex: `0x${string}` | null;
|
281
281
|
v: bigint;
|
282
282
|
value: bigint;
|
283
|
+
yParity: number;
|
283
284
|
gasPrice?: undefined;
|
284
285
|
maxFeePerGas: bigint;
|
285
286
|
maxPriorityFeePerGas: bigint;
|
286
287
|
accessList: import("../../index.js").AccessList;
|
287
288
|
chainId: number;
|
288
|
-
yParity?: number | undefined;
|
289
289
|
type: "eip1559";
|
290
290
|
isSystemTx?: undefined;
|
291
291
|
mint?: undefined;
|
@@ -305,12 +305,12 @@ export declare const baseGoerli: import("../../types/utils.js").Assign<{
|
|
305
305
|
typeHex: `0x${string}` | null;
|
306
306
|
v: bigint;
|
307
307
|
value: bigint;
|
308
|
+
yParity: number;
|
308
309
|
gasPrice?: undefined;
|
309
310
|
maxFeePerGas: bigint;
|
310
311
|
maxPriorityFeePerGas: bigint;
|
311
312
|
accessList: import("../../index.js").AccessList;
|
312
313
|
chainId: number;
|
313
|
-
yParity?: number | undefined;
|
314
314
|
type: "deposit";
|
315
315
|
isSystemTx?: boolean | undefined;
|
316
316
|
mint?: bigint | undefined;
|
@@ -62,45 +62,45 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
62
62
|
};
|
63
63
|
readonly transaction: {
|
64
64
|
exclude: [] | undefined;
|
65
|
-
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"> & {
|
65
|
+
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"> & {
|
66
66
|
isSystemTx?: undefined;
|
67
67
|
mint?: undefined;
|
68
68
|
sourceHash?: undefined;
|
69
|
-
}) | (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}`> & {
|
69
|
+
}) | (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}`> & {
|
70
70
|
isSystemTx?: boolean | undefined;
|
71
71
|
mint?: `0x${string}` | undefined;
|
72
72
|
sourceHash: `0x${string}`;
|
73
73
|
type: "0x7e";
|
74
|
-
}) | (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"> & {
|
74
|
+
}) | (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"> & {
|
75
75
|
isSystemTx?: undefined;
|
76
76
|
mint?: undefined;
|
77
77
|
sourceHash?: undefined;
|
78
|
-
}) | (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"> & {
|
78
|
+
}) | (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"> & {
|
79
79
|
isSystemTx?: undefined;
|
80
80
|
mint?: undefined;
|
81
81
|
sourceHash?: undefined;
|
82
|
-
}) | (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"> & {
|
82
|
+
}) | (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"> & {
|
83
83
|
isSystemTx?: undefined;
|
84
84
|
mint?: undefined;
|
85
85
|
sourceHash?: undefined;
|
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").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
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("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
87
87
|
isSystemTx?: boolean | undefined;
|
88
88
|
mint?: `0x${string}` | undefined;
|
89
89
|
sourceHash: `0x${string}`;
|
90
90
|
type: "0x7e";
|
91
|
-
}) | (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"> & {
|
91
|
+
}) | (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"> & {
|
92
92
|
isSystemTx?: undefined;
|
93
93
|
mint?: undefined;
|
94
94
|
sourceHash?: undefined;
|
95
|
-
}) | (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"> & {
|
95
|
+
}) | (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"> & {
|
96
96
|
isSystemTx?: undefined;
|
97
97
|
mint?: undefined;
|
98
98
|
sourceHash?: undefined;
|
99
|
-
}) | (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"> & {
|
99
|
+
}) | (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"> & {
|
100
100
|
isSystemTx?: undefined;
|
101
101
|
mint?: undefined;
|
102
102
|
sourceHash?: undefined;
|
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").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
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("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
104
104
|
isSystemTx?: boolean | undefined;
|
105
105
|
mint?: `0x${string}` | undefined;
|
106
106
|
sourceHash: `0x${string}`;
|
@@ -150,7 +150,7 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
150
150
|
maxPriorityFeePerGas: bigint;
|
151
151
|
accessList?: undefined;
|
152
152
|
chainId?: number | undefined;
|
153
|
-
yParity
|
153
|
+
yParity: number;
|
154
154
|
type: "deposit";
|
155
155
|
isSystemTx?: boolean | undefined;
|
156
156
|
mint?: bigint | undefined;
|
@@ -170,12 +170,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
170
170
|
typeHex: `0x${string}` | null;
|
171
171
|
v: bigint;
|
172
172
|
value: bigint;
|
173
|
+
yParity: number;
|
173
174
|
gasPrice: bigint;
|
174
175
|
maxFeePerGas?: undefined;
|
175
176
|
maxPriorityFeePerGas?: undefined;
|
176
177
|
accessList: import("../../index.js").AccessList;
|
177
178
|
chainId: number;
|
178
|
-
yParity?: number | undefined;
|
179
179
|
type: "eip2930";
|
180
180
|
isSystemTx?: undefined;
|
181
181
|
mint?: undefined;
|
@@ -195,12 +195,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
195
195
|
typeHex: `0x${string}` | null;
|
196
196
|
v: bigint;
|
197
197
|
value: bigint;
|
198
|
+
yParity: number;
|
198
199
|
gasPrice: undefined;
|
199
200
|
maxFeePerGas: bigint;
|
200
201
|
maxPriorityFeePerGas: bigint;
|
201
202
|
accessList: import("../../index.js").AccessList;
|
202
203
|
chainId: number;
|
203
|
-
yParity?: number | undefined;
|
204
204
|
type: "eip1559";
|
205
205
|
isSystemTx?: undefined;
|
206
206
|
mint?: undefined;
|
@@ -220,12 +220,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
220
220
|
typeHex: `0x${string}` | null;
|
221
221
|
v: bigint;
|
222
222
|
value: bigint;
|
223
|
+
yParity: number;
|
223
224
|
gasPrice: undefined;
|
224
225
|
maxFeePerGas: bigint;
|
225
226
|
maxPriorityFeePerGas: bigint;
|
226
227
|
accessList: import("../../index.js").AccessList;
|
227
228
|
chainId: number;
|
228
|
-
yParity?: number | undefined;
|
229
229
|
type: "deposit";
|
230
230
|
isSystemTx?: boolean | undefined;
|
231
231
|
mint?: bigint | undefined;
|
@@ -245,12 +245,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
245
245
|
typeHex: `0x${string}` | null;
|
246
246
|
v: bigint;
|
247
247
|
value: bigint;
|
248
|
+
yParity: number;
|
248
249
|
gasPrice: bigint;
|
249
250
|
maxFeePerGas: undefined;
|
250
251
|
maxPriorityFeePerGas: undefined;
|
251
252
|
accessList: import("../../index.js").AccessList;
|
252
253
|
chainId: number;
|
253
|
-
yParity?: number | undefined;
|
254
254
|
type: "eip2930";
|
255
255
|
isSystemTx?: undefined;
|
256
256
|
mint?: undefined;
|
@@ -270,12 +270,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
270
270
|
typeHex: `0x${string}` | null;
|
271
271
|
v: bigint;
|
272
272
|
value: bigint;
|
273
|
+
yParity: number;
|
273
274
|
gasPrice?: undefined;
|
274
275
|
maxFeePerGas: bigint;
|
275
276
|
maxPriorityFeePerGas: bigint;
|
276
277
|
accessList: import("../../index.js").AccessList;
|
277
278
|
chainId: number;
|
278
|
-
yParity?: number | undefined;
|
279
279
|
type: "eip1559";
|
280
280
|
isSystemTx?: undefined;
|
281
281
|
mint?: undefined;
|
@@ -295,12 +295,12 @@ export declare const baseSepolia: import("../../types/utils.js").Assign<{
|
|
295
295
|
typeHex: `0x${string}` | null;
|
296
296
|
v: bigint;
|
297
297
|
value: bigint;
|
298
|
+
yParity: number;
|
298
299
|
gasPrice?: undefined;
|
299
300
|
maxFeePerGas: bigint;
|
300
301
|
maxPriorityFeePerGas: bigint;
|
301
302
|
accessList: import("../../index.js").AccessList;
|
302
303
|
chainId: number;
|
303
|
-
yParity?: number | undefined;
|
304
304
|
type: "deposit";
|
305
305
|
isSystemTx?: boolean | undefined;
|
306
306
|
mint?: bigint | undefined;
|
@@ -80,56 +80,56 @@ export declare const celo: 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 celo: import("../../types/utils.js").Assign<{
|
|
177
177
|
maxPriorityFeePerGas: bigint;
|
178
178
|
accessList?: undefined;
|
179
179
|
chainId?: number | undefined;
|
180
|
-
yParity
|
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 celo: import("../../types/utils.js").Assign<{
|
|
202
202
|
maxPriorityFeePerGas: bigint;
|
203
203
|
accessList?: undefined;
|
204
204
|
chainId?: number | undefined;
|
205
|
-
yParity
|
205
|
+
yParity: number;
|
206
206
|
type: "cip64";
|
207
207
|
feeCurrency: `0x${string}` | null;
|
208
208
|
gatewayFee?: undefined;
|
@@ -222,12 +222,12 @@ export declare const celo: 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 celo: 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 celo: 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 celo: 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 celo: 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 celo: 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 celo: 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 celo: 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;
|