viem 2.9.22 → 2.9.23
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/CHANGELOG.md +12 -0
- package/_cjs/accounts/privateKeyToAccount.js +4 -0
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -0
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/chains/definitions/dreyerxMainnet.js +25 -0
- package/_cjs/chains/definitions/dreyerxMainnet.js.map +1 -0
- package/_cjs/chains/index.js +7 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js +18 -0
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/decorators/eip3074.js +13 -0
- package/_cjs/experimental/eip3074/decorators/eip3074.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +12 -0
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js +17 -0
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js +17 -0
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +11 -0
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/getCallsStatus.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/getCapabilities.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/sendCalls.js +6 -6
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -0
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/writeContracts.js +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -0
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -0
- package/_cjs/experimental/index.js +15 -7
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/utils/signature/hexToSignature.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +4 -0
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +1 -0
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/actions/public/verifyHash.js +1 -1
- package/_esm/chains/definitions/dreyerxMainnet.js +22 -0
- package/_esm/chains/definitions/dreyerxMainnet.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/eip3074/actions/signAuthMessage.js +69 -0
- package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/decorators/eip3074.js +26 -0
- package/_esm/experimental/eip3074/decorators/eip3074.js.map +1 -0
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +8 -0
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
- package/_esm/experimental/eip3074/utils/signAuthMessage.js +16 -0
- package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/utils/toAuthMessage.js +17 -0
- package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +13 -0
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/getCallsStatus.js +3 -3
- package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/getCapabilities.js +3 -3
- package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/sendCalls.js +7 -7
- package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/showCallsStatus.js +1 -1
- package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/writeContracts.js +2 -2
- package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -0
- package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -0
- package/_esm/experimental/index.js +10 -6
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/utils/signature/hexToSignature.js.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +5 -3
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/actions/public/verifyHash.d.ts +1 -1
- package/_types/celo/chainConfig.d.ts +114 -114
- package/_types/celo/formatters.d.ts +57 -57
- package/_types/chains/definitions/ancient8.d.ts +45 -45
- package/_types/chains/definitions/ancient8Sepolia.d.ts +45 -45
- package/_types/chains/definitions/base.d.ts +45 -45
- package/_types/chains/definitions/baseGoerli.d.ts +45 -45
- package/_types/chains/definitions/baseSepolia.d.ts +45 -45
- package/_types/chains/definitions/celo.d.ts +114 -114
- package/_types/chains/definitions/celoAlfajores.d.ts +114 -114
- package/_types/chains/definitions/dreyerxMainnet.d.ts +35 -0
- package/_types/chains/definitions/dreyerxMainnet.d.ts.map +1 -0
- package/_types/chains/definitions/fraxtal.d.ts +45 -45
- package/_types/chains/definitions/fraxtalTestnet.d.ts +45 -45
- package/_types/chains/definitions/liskSepolia.d.ts +45 -45
- package/_types/chains/definitions/optimism.d.ts +45 -45
- package/_types/chains/definitions/optimismGoerli.d.ts +45 -45
- package/_types/chains/definitions/optimismSepolia.d.ts +45 -45
- package/_types/chains/definitions/pgn.d.ts +45 -45
- package/_types/chains/definitions/pgnTestnet.d.ts +45 -45
- package/_types/chains/definitions/rss3.d.ts +45 -45
- package/_types/chains/definitions/rss3Sepolia.d.ts +45 -45
- package/_types/chains/definitions/zora.d.ts +45 -45
- package/_types/chains/definitions/zoraSepolia.d.ts +45 -45
- package/_types/chains/definitions/zoraTestnet.d.ts +45 -45
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +72 -0
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/decorators/eip3074.d.ts +27 -0
- package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +12 -0
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +16 -0
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +20 -0
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +19 -0
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/getCallsStatus.d.ts +9 -9
- package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/getCapabilities.d.ts +9 -9
- package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/sendCalls.d.ts +10 -10
- package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/showCallsStatus.d.ts +7 -7
- package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/writeContracts.d.ts +9 -9
- package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -0
- package/_types/experimental/{decorators → eip5792/decorators}/eip5792.d.ts +9 -9
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -0
- package/_types/experimental/index.d.ts +10 -6
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +45 -45
- package/_types/op-stack/formatters.d.ts +45 -45
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/signature/hexToSignature.d.ts +7 -2
- package/_types/utils/signature/hexToSignature.d.ts.map +1 -1
- package/accounts/privateKeyToAccount.ts +5 -1
- package/accounts/toAccount.ts +1 -0
- package/accounts/types.ts +12 -5
- package/actions/public/verifyHash.ts +1 -1
- package/chains/definitions/dreyerxMainnet.ts +22 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/eip3074/actions/signAuthMessage.ts +103 -0
- package/experimental/eip3074/decorators/eip3074.ts +51 -0
- package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +29 -0
- package/experimental/eip3074/utils/signAuthMessage.ts +40 -0
- package/experimental/eip3074/utils/toAuthMessage.ts +50 -0
- package/experimental/eip3074/utils/verifyAuthMessage.ts +46 -0
- package/experimental/{actions → eip5792/actions}/getCallsStatus.ts +11 -11
- package/experimental/{actions → eip5792/actions}/getCapabilities.ts +11 -11
- package/experimental/{actions → eip5792/actions}/sendCalls.ts +17 -17
- package/experimental/{actions → eip5792/actions}/showCallsStatus.ts +7 -7
- package/experimental/{actions → eip5792/actions}/writeContracts.ts +9 -9
- package/experimental/{decorators → eip5792/decorators}/eip5792.ts +9 -9
- package/experimental/index.ts +29 -7
- package/package.json +1 -1
- package/utils/signature/hexToSignature.ts +2 -2
- package/_cjs/experimental/actions/getCallsStatus.js.map +0 -1
- package/_cjs/experimental/actions/getCapabilities.js.map +0 -1
- package/_cjs/experimental/actions/sendCalls.js.map +0 -1
- package/_cjs/experimental/actions/showCallsStatus.js.map +0 -1
- package/_cjs/experimental/actions/writeContracts.js.map +0 -1
- package/_cjs/experimental/decorators/eip5792.js.map +0 -1
- package/_esm/experimental/actions/getCallsStatus.js.map +0 -1
- package/_esm/experimental/actions/getCapabilities.js.map +0 -1
- package/_esm/experimental/actions/sendCalls.js.map +0 -1
- package/_esm/experimental/actions/showCallsStatus.js.map +0 -1
- package/_esm/experimental/actions/writeContracts.js.map +0 -1
- package/_esm/experimental/decorators/eip5792.js.map +0 -1
- package/_types/experimental/actions/getCallsStatus.d.ts.map +0 -1
- package/_types/experimental/actions/getCapabilities.d.ts.map +0 -1
- package/_types/experimental/actions/sendCalls.d.ts.map +0 -1
- package/_types/experimental/actions/showCallsStatus.d.ts.map +0 -1
- package/_types/experimental/actions/writeContracts.d.ts.map +0 -1
- package/_types/experimental/decorators/eip5792.d.ts.map +0 -1
- /package/_cjs/experimental/{actions → eip5792/actions}/showCallsStatus.js +0 -0
- /package/_cjs/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
- /package/_esm/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
@@ -106,19 +106,19 @@ export declare const baseGoerli: {
|
|
106
106
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
107
107
|
maxFeePerGas?: `0x${string}` | undefined;
|
108
108
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
109
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
109
110
|
to?: `0x${string}` | null;
|
110
111
|
from?: `0x${string}`;
|
111
112
|
gas?: `0x${string}`;
|
112
113
|
nonce?: `0x${string}`;
|
113
114
|
value?: `0x${string}`;
|
114
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
115
|
-
accessList?: undefined;
|
116
|
-
blobVersionedHashes?: undefined;
|
117
115
|
blockHash?: `0x${string}` | null;
|
118
116
|
blockNumber?: `0x${string}` | null;
|
119
117
|
hash?: `0x${string}`;
|
120
118
|
input?: `0x${string}`;
|
121
119
|
transactionIndex?: `0x${string}` | null;
|
120
|
+
accessList?: undefined;
|
121
|
+
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -157,19 +157,19 @@ export declare const baseGoerli: {
|
|
157
157
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
158
158
|
maxFeePerGas?: `0x${string}` | undefined;
|
159
159
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
160
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
160
161
|
to?: `0x${string}` | null;
|
161
162
|
from?: `0x${string}`;
|
162
163
|
gas?: `0x${string}`;
|
163
164
|
nonce?: `0x${string}`;
|
164
165
|
value?: `0x${string}`;
|
165
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
166
|
-
accessList?: undefined;
|
167
|
-
blobVersionedHashes?: undefined;
|
168
166
|
blockHash?: `0x${string}` | null;
|
169
167
|
blockNumber?: `0x${string}` | null;
|
170
168
|
hash?: `0x${string}`;
|
171
169
|
input?: `0x${string}`;
|
172
170
|
transactionIndex?: `0x${string}` | null;
|
171
|
+
accessList?: undefined;
|
172
|
+
blobVersionedHashes?: undefined;
|
173
173
|
chainId?: `0x${string}` | undefined;
|
174
174
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
175
175
|
isSystemTx?: boolean | undefined;
|
@@ -185,19 +185,19 @@ export declare const baseGoerli: {
|
|
185
185
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
186
186
|
maxFeePerGas?: `0x${string}` | undefined;
|
187
187
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
188
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
188
189
|
to?: `0x${string}` | null;
|
189
190
|
from?: `0x${string}`;
|
190
191
|
gas?: `0x${string}`;
|
191
192
|
nonce?: `0x${string}`;
|
192
193
|
value?: `0x${string}`;
|
193
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
194
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
195
|
-
blobVersionedHashes?: undefined;
|
196
194
|
blockHash?: `0x${string}` | null;
|
197
195
|
blockNumber?: `0x${string}` | null;
|
198
196
|
hash?: `0x${string}`;
|
199
197
|
input?: `0x${string}`;
|
200
198
|
transactionIndex?: `0x${string}` | null;
|
199
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
200
|
+
blobVersionedHashes?: undefined;
|
201
201
|
chainId?: `0x${string}` | undefined;
|
202
202
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
203
203
|
r: `0x${string}`;
|
@@ -236,19 +236,19 @@ export declare const baseGoerli: {
|
|
236
236
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
237
237
|
maxFeePerGas?: `0x${string}` | undefined;
|
238
238
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
239
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
239
240
|
to?: `0x${string}` | null;
|
240
241
|
from?: `0x${string}`;
|
241
242
|
gas?: `0x${string}`;
|
242
243
|
nonce?: `0x${string}`;
|
243
244
|
value?: `0x${string}`;
|
244
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
245
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
246
|
-
blobVersionedHashes?: undefined;
|
247
245
|
blockHash?: `0x${string}` | null;
|
248
246
|
blockNumber?: `0x${string}` | null;
|
249
247
|
hash?: `0x${string}`;
|
250
248
|
input?: `0x${string}`;
|
251
249
|
transactionIndex?: `0x${string}` | null;
|
250
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
251
|
+
blobVersionedHashes?: undefined;
|
252
252
|
chainId?: `0x${string}` | undefined;
|
253
253
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
254
254
|
blockHash: `0x${string}` | null;
|
@@ -287,19 +287,19 @@ export declare const baseGoerli: {
|
|
287
287
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
288
288
|
maxFeePerGas?: `0x${string}` | undefined;
|
289
289
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
290
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
290
291
|
to?: `0x${string}` | null;
|
291
292
|
from?: `0x${string}`;
|
292
293
|
gas?: `0x${string}`;
|
293
294
|
nonce?: `0x${string}`;
|
294
295
|
value?: `0x${string}`;
|
295
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
296
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
297
|
-
blobVersionedHashes?: undefined;
|
298
296
|
blockHash?: `0x${string}` | null;
|
299
297
|
blockNumber?: `0x${string}` | null;
|
300
298
|
hash?: `0x${string}`;
|
301
299
|
input?: `0x${string}`;
|
302
300
|
transactionIndex?: `0x${string}` | null;
|
301
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
302
|
+
blobVersionedHashes?: undefined;
|
303
303
|
chainId?: `0x${string}` | undefined;
|
304
304
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
305
305
|
blockHash: `0x${string}` | null;
|
@@ -338,19 +338,19 @@ export declare const baseGoerli: {
|
|
338
338
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
339
339
|
maxFeePerGas?: `0x${string}` | undefined;
|
340
340
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
341
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
341
342
|
to?: `0x${string}` | null;
|
342
343
|
from?: `0x${string}`;
|
343
344
|
gas?: `0x${string}`;
|
344
345
|
nonce?: `0x${string}`;
|
345
346
|
value?: `0x${string}`;
|
346
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
347
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
348
|
-
blobVersionedHashes?: undefined;
|
349
347
|
blockHash?: `0x${string}` | null;
|
350
348
|
blockNumber?: `0x${string}` | null;
|
351
349
|
hash?: `0x${string}`;
|
352
350
|
input?: `0x${string}`;
|
353
351
|
transactionIndex?: `0x${string}` | null;
|
352
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
+
blobVersionedHashes?: undefined;
|
354
354
|
chainId?: `0x${string}` | undefined;
|
355
355
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
356
356
|
isSystemTx?: boolean | undefined;
|
@@ -366,19 +366,19 @@ export declare const baseGoerli: {
|
|
366
366
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
367
367
|
maxFeePerGas?: `0x${string}` | undefined;
|
368
368
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
369
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
369
370
|
to?: `0x${string}` | null;
|
370
371
|
from?: `0x${string}`;
|
371
372
|
gas?: `0x${string}`;
|
372
373
|
nonce?: `0x${string}`;
|
373
374
|
value?: `0x${string}`;
|
374
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
375
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
376
|
-
blobVersionedHashes?: undefined;
|
377
375
|
blockHash?: `0x${string}` | null;
|
378
376
|
blockNumber?: `0x${string}` | null;
|
379
377
|
hash?: `0x${string}`;
|
380
378
|
input?: `0x${string}`;
|
381
379
|
transactionIndex?: `0x${string}` | null;
|
380
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
+
blobVersionedHashes?: undefined;
|
382
382
|
chainId?: `0x${string}` | undefined;
|
383
383
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
384
384
|
r: `0x${string}`;
|
@@ -417,19 +417,19 @@ export declare const baseGoerli: {
|
|
417
417
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
418
418
|
maxFeePerGas?: `0x${string}` | undefined;
|
419
419
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
420
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
420
421
|
to?: `0x${string}` | null;
|
421
422
|
from?: `0x${string}`;
|
422
423
|
gas?: `0x${string}`;
|
423
424
|
nonce?: `0x${string}`;
|
424
425
|
value?: `0x${string}`;
|
425
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
426
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
-
blobVersionedHashes?: undefined;
|
428
426
|
blockHash?: `0x${string}` | null;
|
429
427
|
blockNumber?: `0x${string}` | null;
|
430
428
|
hash?: `0x${string}`;
|
431
429
|
input?: `0x${string}`;
|
432
430
|
transactionIndex?: `0x${string}` | null;
|
431
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
432
|
+
blobVersionedHashes?: undefined;
|
433
433
|
chainId?: `0x${string}` | undefined;
|
434
434
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
435
435
|
blockHash: `0x${string}` | null;
|
@@ -468,19 +468,19 @@ export declare const baseGoerli: {
|
|
468
468
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
469
469
|
maxFeePerGas?: `0x${string}` | undefined;
|
470
470
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
471
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
471
472
|
to?: `0x${string}` | null;
|
472
473
|
from?: `0x${string}`;
|
473
474
|
gas?: `0x${string}`;
|
474
475
|
nonce?: `0x${string}`;
|
475
476
|
value?: `0x${string}`;
|
476
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
477
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
478
|
-
blobVersionedHashes?: undefined;
|
479
477
|
blockHash?: `0x${string}` | null;
|
480
478
|
blockNumber?: `0x${string}` | null;
|
481
479
|
hash?: `0x${string}`;
|
482
480
|
input?: `0x${string}`;
|
483
481
|
transactionIndex?: `0x${string}` | null;
|
482
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
483
|
+
blobVersionedHashes?: undefined;
|
484
484
|
chainId?: `0x${string}` | undefined;
|
485
485
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
486
486
|
blockHash: `0x${string}` | null;
|
@@ -519,19 +519,19 @@ export declare const baseGoerli: {
|
|
519
519
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
520
520
|
maxFeePerGas?: `0x${string}` | undefined;
|
521
521
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
522
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
522
523
|
to?: `0x${string}` | null;
|
523
524
|
from?: `0x${string}`;
|
524
525
|
gas?: `0x${string}`;
|
525
526
|
nonce?: `0x${string}`;
|
526
527
|
value?: `0x${string}`;
|
527
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
529
|
-
blobVersionedHashes?: undefined;
|
530
528
|
blockHash?: `0x${string}` | null;
|
531
529
|
blockNumber?: `0x${string}` | null;
|
532
530
|
hash?: `0x${string}`;
|
533
531
|
input?: `0x${string}`;
|
534
532
|
transactionIndex?: `0x${string}` | null;
|
533
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
534
|
+
blobVersionedHashes?: undefined;
|
535
535
|
chainId?: `0x${string}` | undefined;
|
536
536
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
537
537
|
isSystemTx?: boolean | undefined;
|
@@ -547,19 +547,19 @@ export declare const baseGoerli: {
|
|
547
547
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
548
548
|
maxFeePerGas?: `0x${string}` | undefined;
|
549
549
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
550
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
550
551
|
to?: `0x${string}` | null;
|
551
552
|
from?: `0x${string}`;
|
552
553
|
gas?: `0x${string}`;
|
553
554
|
nonce?: `0x${string}`;
|
554
555
|
value?: `0x${string}`;
|
555
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
556
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
557
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
558
556
|
blockHash?: `0x${string}` | null;
|
559
557
|
blockNumber?: `0x${string}` | null;
|
560
558
|
hash?: `0x${string}`;
|
561
559
|
input?: `0x${string}`;
|
562
560
|
transactionIndex?: `0x${string}` | null;
|
561
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
563
563
|
chainId?: `0x${string}` | undefined;
|
564
564
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
565
565
|
r: `0x${string}`;
|
@@ -598,19 +598,19 @@ export declare const baseGoerli: {
|
|
598
598
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
599
599
|
maxFeePerGas?: `0x${string}` | undefined;
|
600
600
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
601
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
601
602
|
to?: `0x${string}` | null;
|
602
603
|
from?: `0x${string}`;
|
603
604
|
gas?: `0x${string}`;
|
604
605
|
nonce?: `0x${string}`;
|
605
606
|
value?: `0x${string}`;
|
606
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
607
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
608
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
609
607
|
blockHash?: `0x${string}` | null;
|
610
608
|
blockNumber?: `0x${string}` | null;
|
611
609
|
hash?: `0x${string}`;
|
612
610
|
input?: `0x${string}`;
|
613
611
|
transactionIndex?: `0x${string}` | null;
|
612
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
613
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
614
614
|
chainId?: `0x${string}` | undefined;
|
615
615
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
616
616
|
blockHash: `0x${string}` | null;
|
@@ -649,19 +649,19 @@ export declare const baseGoerli: {
|
|
649
649
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
650
650
|
maxFeePerGas?: `0x${string}` | undefined;
|
651
651
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
652
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
652
653
|
to?: `0x${string}` | null;
|
653
654
|
from?: `0x${string}`;
|
654
655
|
gas?: `0x${string}`;
|
655
656
|
nonce?: `0x${string}`;
|
656
657
|
value?: `0x${string}`;
|
657
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
658
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
659
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
660
658
|
blockHash?: `0x${string}` | null;
|
661
659
|
blockNumber?: `0x${string}` | null;
|
662
660
|
hash?: `0x${string}`;
|
663
661
|
input?: `0x${string}`;
|
664
662
|
transactionIndex?: `0x${string}` | null;
|
663
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
664
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
665
665
|
chainId?: `0x${string}` | undefined;
|
666
666
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
667
667
|
blockHash: `0x${string}` | null;
|
@@ -700,19 +700,19 @@ export declare const baseGoerli: {
|
|
700
700
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
701
701
|
maxFeePerGas?: `0x${string}` | undefined;
|
702
702
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
703
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
703
704
|
to?: `0x${string}` | null;
|
704
705
|
from?: `0x${string}`;
|
705
706
|
gas?: `0x${string}`;
|
706
707
|
nonce?: `0x${string}`;
|
707
708
|
value?: `0x${string}`;
|
708
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
709
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
710
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
711
709
|
blockHash?: `0x${string}` | null;
|
712
710
|
blockNumber?: `0x${string}` | null;
|
713
711
|
hash?: `0x${string}`;
|
714
712
|
input?: `0x${string}`;
|
715
713
|
transactionIndex?: `0x${string}` | null;
|
714
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
715
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
716
716
|
chainId?: `0x${string}` | undefined;
|
717
717
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
718
718
|
blockHash: `0x${string}` | null;
|
@@ -751,19 +751,19 @@ export declare const baseGoerli: {
|
|
751
751
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
752
752
|
maxFeePerGas?: `0x${string}` | undefined;
|
753
753
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
754
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
754
755
|
to?: `0x${string}` | null;
|
755
756
|
from?: `0x${string}`;
|
756
757
|
gas?: `0x${string}`;
|
757
758
|
nonce?: `0x${string}`;
|
758
759
|
value?: `0x${string}`;
|
759
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
760
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
761
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
762
760
|
blockHash?: `0x${string}` | null;
|
763
761
|
blockNumber?: `0x${string}` | null;
|
764
762
|
hash?: `0x${string}`;
|
765
763
|
input?: `0x${string}`;
|
766
764
|
transactionIndex?: `0x${string}` | null;
|
765
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
766
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
767
767
|
chainId?: `0x${string}` | undefined;
|
768
768
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
769
769
|
isSystemTx?: boolean | undefined;
|