viem 2.0.0-alpha.4 → 2.0.0-alpha.5
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/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/clients/decorators/wallet.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/actions/wallet/writeContract.d.ts +3 -3
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +7 -7
- package/_types/chains/definitions/base.d.ts +21 -21
- package/_types/chains/definitions/baseGoerli.d.ts +21 -21
- package/_types/chains/definitions/celo.d.ts +21 -21
- package/_types/chains/definitions/celoAlfajores.d.ts +21 -21
- package/_types/chains/definitions/celoCannoli.d.ts +21 -21
- package/_types/chains/definitions/optimism.d.ts +21 -21
- package/_types/chains/definitions/optimismGoerli.d.ts +21 -21
- package/_types/chains/definitions/zora.d.ts +21 -21
- package/_types/chains/definitions/zoraTestnet.d.ts +21 -21
- package/_types/chains/optimism/formatters.d.ts +7 -7
- package/_types/errors/version.d.ts +1 -1
- package/_types/types/utils.d.ts +12 -8
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +2 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/actions/wallet/writeContract.ts +35 -29
- package/clients/decorators/wallet.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/utils.ts +32 -11
- package/utils/formatters/transaction.ts +2 -2
@@ -92,7 +92,7 @@ export declare const optimism: {
|
|
92
92
|
v?: `0x${string}` | undefined;
|
93
93
|
accessList?: undefined;
|
94
94
|
chainId?: `0x${string}` | undefined;
|
95
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
95
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
96
96
|
isSystemTx?: undefined;
|
97
97
|
mint?: undefined;
|
98
98
|
sourceHash?: undefined;
|
@@ -141,7 +141,7 @@ export declare const optimism: {
|
|
141
141
|
v?: `0x${string}` | undefined;
|
142
142
|
accessList?: import("../../index.js").AccessList | undefined;
|
143
143
|
chainId?: `0x${string}` | undefined;
|
144
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
144
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
145
145
|
isSystemTx?: undefined;
|
146
146
|
mint?: undefined;
|
147
147
|
sourceHash?: undefined;
|
@@ -165,7 +165,7 @@ export declare const optimism: {
|
|
165
165
|
v?: `0x${string}` | undefined;
|
166
166
|
accessList?: import("../../index.js").AccessList | undefined;
|
167
167
|
chainId?: `0x${string}` | undefined;
|
168
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
168
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
169
169
|
isSystemTx?: undefined;
|
170
170
|
mint?: undefined;
|
171
171
|
sourceHash?: undefined;
|
@@ -189,7 +189,7 @@ export declare const optimism: {
|
|
189
189
|
v?: `0x${string}` | undefined;
|
190
190
|
accessList?: import("../../index.js").AccessList | undefined;
|
191
191
|
chainId?: `0x${string}` | undefined;
|
192
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
192
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
193
193
|
isSystemTx?: undefined;
|
194
194
|
mint?: undefined;
|
195
195
|
sourceHash?: undefined;
|
@@ -238,7 +238,7 @@ export declare const optimism: {
|
|
238
238
|
v?: `0x${string}` | undefined;
|
239
239
|
accessList?: import("../../index.js").AccessList | undefined;
|
240
240
|
chainId?: `0x${string}` | undefined;
|
241
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
241
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
242
242
|
isSystemTx?: undefined;
|
243
243
|
mint?: undefined;
|
244
244
|
sourceHash?: undefined;
|
@@ -262,7 +262,7 @@ export declare const optimism: {
|
|
262
262
|
v?: `0x${string}` | undefined;
|
263
263
|
accessList?: import("../../index.js").AccessList | undefined;
|
264
264
|
chainId?: `0x${string}` | undefined;
|
265
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
265
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
266
266
|
isSystemTx?: undefined;
|
267
267
|
mint?: undefined;
|
268
268
|
sourceHash?: undefined;
|
@@ -286,7 +286,7 @@ export declare const optimism: {
|
|
286
286
|
v?: `0x${string}` | undefined;
|
287
287
|
accessList?: import("../../index.js").AccessList | undefined;
|
288
288
|
chainId?: `0x${string}` | undefined;
|
289
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
289
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
290
290
|
isSystemTx?: undefined;
|
291
291
|
mint?: undefined;
|
292
292
|
sourceHash?: undefined;
|
@@ -588,7 +588,7 @@ export declare const optimism: {
|
|
588
588
|
v?: `0x${string}` | undefined;
|
589
589
|
accessList?: undefined;
|
590
590
|
chainId?: `0x${string}` | undefined;
|
591
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
591
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
592
592
|
isSystemTx?: undefined;
|
593
593
|
mint?: undefined;
|
594
594
|
sourceHash?: undefined;
|
@@ -637,7 +637,7 @@ export declare const optimism: {
|
|
637
637
|
v?: `0x${string}` | undefined;
|
638
638
|
accessList?: import("../../index.js").AccessList | undefined;
|
639
639
|
chainId?: `0x${string}` | undefined;
|
640
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
640
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
641
641
|
isSystemTx?: undefined;
|
642
642
|
mint?: undefined;
|
643
643
|
sourceHash?: undefined;
|
@@ -661,7 +661,7 @@ export declare const optimism: {
|
|
661
661
|
v?: `0x${string}` | undefined;
|
662
662
|
accessList?: import("../../index.js").AccessList | undefined;
|
663
663
|
chainId?: `0x${string}` | undefined;
|
664
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
664
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
665
665
|
isSystemTx?: undefined;
|
666
666
|
mint?: undefined;
|
667
667
|
sourceHash?: undefined;
|
@@ -685,7 +685,7 @@ export declare const optimism: {
|
|
685
685
|
v?: `0x${string}` | undefined;
|
686
686
|
accessList?: import("../../index.js").AccessList | undefined;
|
687
687
|
chainId?: `0x${string}` | undefined;
|
688
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
688
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
689
689
|
isSystemTx?: undefined;
|
690
690
|
mint?: undefined;
|
691
691
|
sourceHash?: undefined;
|
@@ -734,7 +734,7 @@ export declare const optimism: {
|
|
734
734
|
v?: `0x${string}` | undefined;
|
735
735
|
accessList?: import("../../index.js").AccessList | undefined;
|
736
736
|
chainId?: `0x${string}` | undefined;
|
737
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
737
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
738
738
|
isSystemTx?: undefined;
|
739
739
|
mint?: undefined;
|
740
740
|
sourceHash?: undefined;
|
@@ -758,7 +758,7 @@ export declare const optimism: {
|
|
758
758
|
v?: `0x${string}` | undefined;
|
759
759
|
accessList?: import("../../index.js").AccessList | undefined;
|
760
760
|
chainId?: `0x${string}` | undefined;
|
761
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
761
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
762
762
|
isSystemTx?: undefined;
|
763
763
|
mint?: undefined;
|
764
764
|
sourceHash?: undefined;
|
@@ -782,7 +782,7 @@ export declare const optimism: {
|
|
782
782
|
v?: `0x${string}` | undefined;
|
783
783
|
accessList?: import("../../index.js").AccessList | undefined;
|
784
784
|
chainId?: `0x${string}` | undefined;
|
785
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
785
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
786
786
|
isSystemTx?: undefined;
|
787
787
|
mint?: undefined;
|
788
788
|
sourceHash?: undefined;
|
@@ -1084,7 +1084,7 @@ export declare const optimism: {
|
|
1084
1084
|
v?: `0x${string}` | undefined;
|
1085
1085
|
accessList?: undefined;
|
1086
1086
|
chainId?: `0x${string}` | undefined;
|
1087
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1087
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1088
1088
|
isSystemTx?: undefined;
|
1089
1089
|
mint?: undefined;
|
1090
1090
|
sourceHash?: undefined;
|
@@ -1133,7 +1133,7 @@ export declare const optimism: {
|
|
1133
1133
|
v?: `0x${string}` | undefined;
|
1134
1134
|
accessList?: import("../../index.js").AccessList | undefined;
|
1135
1135
|
chainId?: `0x${string}` | undefined;
|
1136
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1136
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1137
1137
|
isSystemTx?: undefined;
|
1138
1138
|
mint?: undefined;
|
1139
1139
|
sourceHash?: undefined;
|
@@ -1157,7 +1157,7 @@ export declare const optimism: {
|
|
1157
1157
|
v?: `0x${string}` | undefined;
|
1158
1158
|
accessList?: import("../../index.js").AccessList | undefined;
|
1159
1159
|
chainId?: `0x${string}` | undefined;
|
1160
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1160
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1161
1161
|
isSystemTx?: undefined;
|
1162
1162
|
mint?: undefined;
|
1163
1163
|
sourceHash?: undefined;
|
@@ -1181,7 +1181,7 @@ export declare const optimism: {
|
|
1181
1181
|
v?: `0x${string}` | undefined;
|
1182
1182
|
accessList?: import("../../index.js").AccessList | undefined;
|
1183
1183
|
chainId?: `0x${string}` | undefined;
|
1184
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1184
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1185
1185
|
isSystemTx?: undefined;
|
1186
1186
|
mint?: undefined;
|
1187
1187
|
sourceHash?: undefined;
|
@@ -1230,7 +1230,7 @@ export declare const optimism: {
|
|
1230
1230
|
v?: `0x${string}` | undefined;
|
1231
1231
|
accessList?: import("../../index.js").AccessList | undefined;
|
1232
1232
|
chainId?: `0x${string}` | undefined;
|
1233
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1233
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1234
1234
|
isSystemTx?: undefined;
|
1235
1235
|
mint?: undefined;
|
1236
1236
|
sourceHash?: undefined;
|
@@ -1254,7 +1254,7 @@ export declare const optimism: {
|
|
1254
1254
|
v?: `0x${string}` | undefined;
|
1255
1255
|
accessList?: import("../../index.js").AccessList | undefined;
|
1256
1256
|
chainId?: `0x${string}` | undefined;
|
1257
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1257
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1258
1258
|
isSystemTx?: undefined;
|
1259
1259
|
mint?: undefined;
|
1260
1260
|
sourceHash?: undefined;
|
@@ -1278,7 +1278,7 @@ export declare const optimism: {
|
|
1278
1278
|
v?: `0x${string}` | undefined;
|
1279
1279
|
accessList?: import("../../index.js").AccessList | undefined;
|
1280
1280
|
chainId?: `0x${string}` | undefined;
|
1281
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1281
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1282
1282
|
isSystemTx?: undefined;
|
1283
1283
|
mint?: undefined;
|
1284
1284
|
sourceHash?: undefined;
|
@@ -93,7 +93,7 @@ export declare const optimismGoerli: {
|
|
93
93
|
v?: `0x${string}` | undefined;
|
94
94
|
accessList?: undefined;
|
95
95
|
chainId?: `0x${string}` | undefined;
|
96
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
96
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
97
97
|
isSystemTx?: undefined;
|
98
98
|
mint?: undefined;
|
99
99
|
sourceHash?: undefined;
|
@@ -142,7 +142,7 @@ export declare const optimismGoerli: {
|
|
142
142
|
v?: `0x${string}` | undefined;
|
143
143
|
accessList?: import("../../index.js").AccessList | undefined;
|
144
144
|
chainId?: `0x${string}` | undefined;
|
145
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
145
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
146
146
|
isSystemTx?: undefined;
|
147
147
|
mint?: undefined;
|
148
148
|
sourceHash?: undefined;
|
@@ -166,7 +166,7 @@ export declare const optimismGoerli: {
|
|
166
166
|
v?: `0x${string}` | undefined;
|
167
167
|
accessList?: import("../../index.js").AccessList | undefined;
|
168
168
|
chainId?: `0x${string}` | undefined;
|
169
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
169
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
170
170
|
isSystemTx?: undefined;
|
171
171
|
mint?: undefined;
|
172
172
|
sourceHash?: undefined;
|
@@ -190,7 +190,7 @@ export declare const optimismGoerli: {
|
|
190
190
|
v?: `0x${string}` | undefined;
|
191
191
|
accessList?: import("../../index.js").AccessList | undefined;
|
192
192
|
chainId?: `0x${string}` | undefined;
|
193
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
193
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
194
194
|
isSystemTx?: undefined;
|
195
195
|
mint?: undefined;
|
196
196
|
sourceHash?: undefined;
|
@@ -239,7 +239,7 @@ export declare const optimismGoerli: {
|
|
239
239
|
v?: `0x${string}` | undefined;
|
240
240
|
accessList?: import("../../index.js").AccessList | undefined;
|
241
241
|
chainId?: `0x${string}` | undefined;
|
242
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
242
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
243
243
|
isSystemTx?: undefined;
|
244
244
|
mint?: undefined;
|
245
245
|
sourceHash?: undefined;
|
@@ -263,7 +263,7 @@ export declare const optimismGoerli: {
|
|
263
263
|
v?: `0x${string}` | undefined;
|
264
264
|
accessList?: import("../../index.js").AccessList | undefined;
|
265
265
|
chainId?: `0x${string}` | undefined;
|
266
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
266
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
267
267
|
isSystemTx?: undefined;
|
268
268
|
mint?: undefined;
|
269
269
|
sourceHash?: undefined;
|
@@ -287,7 +287,7 @@ export declare const optimismGoerli: {
|
|
287
287
|
v?: `0x${string}` | undefined;
|
288
288
|
accessList?: import("../../index.js").AccessList | undefined;
|
289
289
|
chainId?: `0x${string}` | undefined;
|
290
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
290
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
291
291
|
isSystemTx?: undefined;
|
292
292
|
mint?: undefined;
|
293
293
|
sourceHash?: undefined;
|
@@ -589,7 +589,7 @@ export declare const optimismGoerli: {
|
|
589
589
|
v?: `0x${string}` | undefined;
|
590
590
|
accessList?: undefined;
|
591
591
|
chainId?: `0x${string}` | undefined;
|
592
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
592
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
593
593
|
isSystemTx?: undefined;
|
594
594
|
mint?: undefined;
|
595
595
|
sourceHash?: undefined;
|
@@ -638,7 +638,7 @@ export declare const optimismGoerli: {
|
|
638
638
|
v?: `0x${string}` | undefined;
|
639
639
|
accessList?: import("../../index.js").AccessList | undefined;
|
640
640
|
chainId?: `0x${string}` | undefined;
|
641
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
641
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
642
642
|
isSystemTx?: undefined;
|
643
643
|
mint?: undefined;
|
644
644
|
sourceHash?: undefined;
|
@@ -662,7 +662,7 @@ export declare const optimismGoerli: {
|
|
662
662
|
v?: `0x${string}` | undefined;
|
663
663
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
664
|
chainId?: `0x${string}` | undefined;
|
665
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
665
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
666
666
|
isSystemTx?: undefined;
|
667
667
|
mint?: undefined;
|
668
668
|
sourceHash?: undefined;
|
@@ -686,7 +686,7 @@ export declare const optimismGoerli: {
|
|
686
686
|
v?: `0x${string}` | undefined;
|
687
687
|
accessList?: import("../../index.js").AccessList | undefined;
|
688
688
|
chainId?: `0x${string}` | undefined;
|
689
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
689
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
690
690
|
isSystemTx?: undefined;
|
691
691
|
mint?: undefined;
|
692
692
|
sourceHash?: undefined;
|
@@ -735,7 +735,7 @@ export declare const optimismGoerli: {
|
|
735
735
|
v?: `0x${string}` | undefined;
|
736
736
|
accessList?: import("../../index.js").AccessList | undefined;
|
737
737
|
chainId?: `0x${string}` | undefined;
|
738
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
738
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
739
739
|
isSystemTx?: undefined;
|
740
740
|
mint?: undefined;
|
741
741
|
sourceHash?: undefined;
|
@@ -759,7 +759,7 @@ export declare const optimismGoerli: {
|
|
759
759
|
v?: `0x${string}` | undefined;
|
760
760
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
761
|
chainId?: `0x${string}` | undefined;
|
762
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
762
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
763
763
|
isSystemTx?: undefined;
|
764
764
|
mint?: undefined;
|
765
765
|
sourceHash?: undefined;
|
@@ -783,7 +783,7 @@ export declare const optimismGoerli: {
|
|
783
783
|
v?: `0x${string}` | undefined;
|
784
784
|
accessList?: import("../../index.js").AccessList | undefined;
|
785
785
|
chainId?: `0x${string}` | undefined;
|
786
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
786
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
787
787
|
isSystemTx?: undefined;
|
788
788
|
mint?: undefined;
|
789
789
|
sourceHash?: undefined;
|
@@ -1085,7 +1085,7 @@ export declare const optimismGoerli: {
|
|
1085
1085
|
v?: `0x${string}` | undefined;
|
1086
1086
|
accessList?: undefined;
|
1087
1087
|
chainId?: `0x${string}` | undefined;
|
1088
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1088
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1089
1089
|
isSystemTx?: undefined;
|
1090
1090
|
mint?: undefined;
|
1091
1091
|
sourceHash?: undefined;
|
@@ -1134,7 +1134,7 @@ export declare const optimismGoerli: {
|
|
1134
1134
|
v?: `0x${string}` | undefined;
|
1135
1135
|
accessList?: import("../../index.js").AccessList | undefined;
|
1136
1136
|
chainId?: `0x${string}` | undefined;
|
1137
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1137
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1138
1138
|
isSystemTx?: undefined;
|
1139
1139
|
mint?: undefined;
|
1140
1140
|
sourceHash?: undefined;
|
@@ -1158,7 +1158,7 @@ export declare const optimismGoerli: {
|
|
1158
1158
|
v?: `0x${string}` | undefined;
|
1159
1159
|
accessList?: import("../../index.js").AccessList | undefined;
|
1160
1160
|
chainId?: `0x${string}` | undefined;
|
1161
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1161
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1162
1162
|
isSystemTx?: undefined;
|
1163
1163
|
mint?: undefined;
|
1164
1164
|
sourceHash?: undefined;
|
@@ -1182,7 +1182,7 @@ export declare const optimismGoerli: {
|
|
1182
1182
|
v?: `0x${string}` | undefined;
|
1183
1183
|
accessList?: import("../../index.js").AccessList | undefined;
|
1184
1184
|
chainId?: `0x${string}` | undefined;
|
1185
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1185
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1186
1186
|
isSystemTx?: undefined;
|
1187
1187
|
mint?: undefined;
|
1188
1188
|
sourceHash?: undefined;
|
@@ -1231,7 +1231,7 @@ export declare const optimismGoerli: {
|
|
1231
1231
|
v?: `0x${string}` | undefined;
|
1232
1232
|
accessList?: import("../../index.js").AccessList | undefined;
|
1233
1233
|
chainId?: `0x${string}` | undefined;
|
1234
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1234
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1235
1235
|
isSystemTx?: undefined;
|
1236
1236
|
mint?: undefined;
|
1237
1237
|
sourceHash?: undefined;
|
@@ -1255,7 +1255,7 @@ export declare const optimismGoerli: {
|
|
1255
1255
|
v?: `0x${string}` | undefined;
|
1256
1256
|
accessList?: import("../../index.js").AccessList | undefined;
|
1257
1257
|
chainId?: `0x${string}` | undefined;
|
1258
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1258
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1259
1259
|
isSystemTx?: undefined;
|
1260
1260
|
mint?: undefined;
|
1261
1261
|
sourceHash?: undefined;
|
@@ -1279,7 +1279,7 @@ export declare const optimismGoerli: {
|
|
1279
1279
|
v?: `0x${string}` | undefined;
|
1280
1280
|
accessList?: import("../../index.js").AccessList | undefined;
|
1281
1281
|
chainId?: `0x${string}` | undefined;
|
1282
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1282
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1283
1283
|
isSystemTx?: undefined;
|
1284
1284
|
mint?: undefined;
|
1285
1285
|
sourceHash?: undefined;
|
@@ -82,7 +82,7 @@ export declare const zora: {
|
|
82
82
|
v?: `0x${string}` | undefined;
|
83
83
|
accessList?: undefined;
|
84
84
|
chainId?: `0x${string}` | undefined;
|
85
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
85
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
86
86
|
isSystemTx?: undefined;
|
87
87
|
mint?: undefined;
|
88
88
|
sourceHash?: undefined;
|
@@ -131,7 +131,7 @@ export declare const zora: {
|
|
131
131
|
v?: `0x${string}` | undefined;
|
132
132
|
accessList?: import("../../index.js").AccessList | undefined;
|
133
133
|
chainId?: `0x${string}` | undefined;
|
134
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
134
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
135
135
|
isSystemTx?: undefined;
|
136
136
|
mint?: undefined;
|
137
137
|
sourceHash?: undefined;
|
@@ -155,7 +155,7 @@ export declare const zora: {
|
|
155
155
|
v?: `0x${string}` | undefined;
|
156
156
|
accessList?: import("../../index.js").AccessList | undefined;
|
157
157
|
chainId?: `0x${string}` | undefined;
|
158
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
158
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
159
159
|
isSystemTx?: undefined;
|
160
160
|
mint?: undefined;
|
161
161
|
sourceHash?: undefined;
|
@@ -179,7 +179,7 @@ export declare const zora: {
|
|
179
179
|
v?: `0x${string}` | undefined;
|
180
180
|
accessList?: import("../../index.js").AccessList | undefined;
|
181
181
|
chainId?: `0x${string}` | undefined;
|
182
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
182
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
183
183
|
isSystemTx?: undefined;
|
184
184
|
mint?: undefined;
|
185
185
|
sourceHash?: undefined;
|
@@ -228,7 +228,7 @@ export declare const zora: {
|
|
228
228
|
v?: `0x${string}` | undefined;
|
229
229
|
accessList?: import("../../index.js").AccessList | undefined;
|
230
230
|
chainId?: `0x${string}` | undefined;
|
231
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
231
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
232
232
|
isSystemTx?: undefined;
|
233
233
|
mint?: undefined;
|
234
234
|
sourceHash?: undefined;
|
@@ -252,7 +252,7 @@ export declare const zora: {
|
|
252
252
|
v?: `0x${string}` | undefined;
|
253
253
|
accessList?: import("../../index.js").AccessList | undefined;
|
254
254
|
chainId?: `0x${string}` | undefined;
|
255
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
255
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
256
256
|
isSystemTx?: undefined;
|
257
257
|
mint?: undefined;
|
258
258
|
sourceHash?: undefined;
|
@@ -276,7 +276,7 @@ export declare const zora: {
|
|
276
276
|
v?: `0x${string}` | undefined;
|
277
277
|
accessList?: import("../../index.js").AccessList | undefined;
|
278
278
|
chainId?: `0x${string}` | undefined;
|
279
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
279
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
280
280
|
isSystemTx?: undefined;
|
281
281
|
mint?: undefined;
|
282
282
|
sourceHash?: undefined;
|
@@ -578,7 +578,7 @@ export declare const zora: {
|
|
578
578
|
v?: `0x${string}` | undefined;
|
579
579
|
accessList?: undefined;
|
580
580
|
chainId?: `0x${string}` | undefined;
|
581
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
581
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
582
582
|
isSystemTx?: undefined;
|
583
583
|
mint?: undefined;
|
584
584
|
sourceHash?: undefined;
|
@@ -627,7 +627,7 @@ export declare const zora: {
|
|
627
627
|
v?: `0x${string}` | undefined;
|
628
628
|
accessList?: import("../../index.js").AccessList | undefined;
|
629
629
|
chainId?: `0x${string}` | undefined;
|
630
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
630
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
631
631
|
isSystemTx?: undefined;
|
632
632
|
mint?: undefined;
|
633
633
|
sourceHash?: undefined;
|
@@ -651,7 +651,7 @@ export declare const zora: {
|
|
651
651
|
v?: `0x${string}` | undefined;
|
652
652
|
accessList?: import("../../index.js").AccessList | undefined;
|
653
653
|
chainId?: `0x${string}` | undefined;
|
654
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
654
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
655
655
|
isSystemTx?: undefined;
|
656
656
|
mint?: undefined;
|
657
657
|
sourceHash?: undefined;
|
@@ -675,7 +675,7 @@ export declare const zora: {
|
|
675
675
|
v?: `0x${string}` | undefined;
|
676
676
|
accessList?: import("../../index.js").AccessList | undefined;
|
677
677
|
chainId?: `0x${string}` | undefined;
|
678
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
678
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
679
679
|
isSystemTx?: undefined;
|
680
680
|
mint?: undefined;
|
681
681
|
sourceHash?: undefined;
|
@@ -724,7 +724,7 @@ export declare const zora: {
|
|
724
724
|
v?: `0x${string}` | undefined;
|
725
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
727
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
728
728
|
isSystemTx?: undefined;
|
729
729
|
mint?: undefined;
|
730
730
|
sourceHash?: undefined;
|
@@ -748,7 +748,7 @@ export declare const zora: {
|
|
748
748
|
v?: `0x${string}` | undefined;
|
749
749
|
accessList?: import("../../index.js").AccessList | undefined;
|
750
750
|
chainId?: `0x${string}` | undefined;
|
751
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
751
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
752
752
|
isSystemTx?: undefined;
|
753
753
|
mint?: undefined;
|
754
754
|
sourceHash?: undefined;
|
@@ -772,7 +772,7 @@ export declare const zora: {
|
|
772
772
|
v?: `0x${string}` | undefined;
|
773
773
|
accessList?: import("../../index.js").AccessList | undefined;
|
774
774
|
chainId?: `0x${string}` | undefined;
|
775
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
775
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
776
776
|
isSystemTx?: undefined;
|
777
777
|
mint?: undefined;
|
778
778
|
sourceHash?: undefined;
|
@@ -1074,7 +1074,7 @@ export declare const zora: {
|
|
1074
1074
|
v?: `0x${string}` | undefined;
|
1075
1075
|
accessList?: undefined;
|
1076
1076
|
chainId?: `0x${string}` | undefined;
|
1077
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1077
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1078
1078
|
isSystemTx?: undefined;
|
1079
1079
|
mint?: undefined;
|
1080
1080
|
sourceHash?: undefined;
|
@@ -1123,7 +1123,7 @@ export declare const zora: {
|
|
1123
1123
|
v?: `0x${string}` | undefined;
|
1124
1124
|
accessList?: import("../../index.js").AccessList | undefined;
|
1125
1125
|
chainId?: `0x${string}` | undefined;
|
1126
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1126
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1127
1127
|
isSystemTx?: undefined;
|
1128
1128
|
mint?: undefined;
|
1129
1129
|
sourceHash?: undefined;
|
@@ -1147,7 +1147,7 @@ export declare const zora: {
|
|
1147
1147
|
v?: `0x${string}` | undefined;
|
1148
1148
|
accessList?: import("../../index.js").AccessList | undefined;
|
1149
1149
|
chainId?: `0x${string}` | undefined;
|
1150
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1150
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1151
1151
|
isSystemTx?: undefined;
|
1152
1152
|
mint?: undefined;
|
1153
1153
|
sourceHash?: undefined;
|
@@ -1171,7 +1171,7 @@ export declare const zora: {
|
|
1171
1171
|
v?: `0x${string}` | undefined;
|
1172
1172
|
accessList?: import("../../index.js").AccessList | undefined;
|
1173
1173
|
chainId?: `0x${string}` | undefined;
|
1174
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1174
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1175
1175
|
isSystemTx?: undefined;
|
1176
1176
|
mint?: undefined;
|
1177
1177
|
sourceHash?: undefined;
|
@@ -1220,7 +1220,7 @@ export declare const zora: {
|
|
1220
1220
|
v?: `0x${string}` | undefined;
|
1221
1221
|
accessList?: import("../../index.js").AccessList | undefined;
|
1222
1222
|
chainId?: `0x${string}` | undefined;
|
1223
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1223
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1224
1224
|
isSystemTx?: undefined;
|
1225
1225
|
mint?: undefined;
|
1226
1226
|
sourceHash?: undefined;
|
@@ -1244,7 +1244,7 @@ export declare const zora: {
|
|
1244
1244
|
v?: `0x${string}` | undefined;
|
1245
1245
|
accessList?: import("../../index.js").AccessList | undefined;
|
1246
1246
|
chainId?: `0x${string}` | undefined;
|
1247
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1247
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1248
1248
|
isSystemTx?: undefined;
|
1249
1249
|
mint?: undefined;
|
1250
1250
|
sourceHash?: undefined;
|
@@ -1268,7 +1268,7 @@ export declare const zora: {
|
|
1268
1268
|
v?: `0x${string}` | undefined;
|
1269
1269
|
accessList?: import("../../index.js").AccessList | undefined;
|
1270
1270
|
chainId?: `0x${string}` | undefined;
|
1271
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1271
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1272
1272
|
isSystemTx?: undefined;
|
1273
1273
|
mint?: undefined;
|
1274
1274
|
sourceHash?: undefined;
|