viem 2.9.21 → 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 +18 -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/getContract.d.ts +2 -2
- package/_types/actions/getContract.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/getContract.ts +2 -2
- 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
@@ -108,19 +108,19 @@ export declare const base: {
|
|
108
108
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
109
109
|
maxFeePerGas?: `0x${string}` | undefined;
|
110
110
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
111
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
111
112
|
to?: `0x${string}` | null;
|
112
113
|
from?: `0x${string}`;
|
113
114
|
gas?: `0x${string}`;
|
114
115
|
nonce?: `0x${string}`;
|
115
116
|
value?: `0x${string}`;
|
116
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
117
|
-
accessList?: undefined;
|
118
|
-
blobVersionedHashes?: undefined;
|
119
117
|
blockHash?: `0x${string}` | null;
|
120
118
|
blockNumber?: `0x${string}` | null;
|
121
119
|
hash?: `0x${string}`;
|
122
120
|
input?: `0x${string}`;
|
123
121
|
transactionIndex?: `0x${string}` | null;
|
122
|
+
accessList?: undefined;
|
123
|
+
blobVersionedHashes?: undefined;
|
124
124
|
chainId?: `0x${string}` | undefined;
|
125
125
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
126
126
|
r: `0x${string}`;
|
@@ -159,19 +159,19 @@ export declare const base: {
|
|
159
159
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
160
160
|
maxFeePerGas?: `0x${string}` | undefined;
|
161
161
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
162
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
162
163
|
to?: `0x${string}` | null;
|
163
164
|
from?: `0x${string}`;
|
164
165
|
gas?: `0x${string}`;
|
165
166
|
nonce?: `0x${string}`;
|
166
167
|
value?: `0x${string}`;
|
167
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
168
|
-
accessList?: undefined;
|
169
|
-
blobVersionedHashes?: undefined;
|
170
168
|
blockHash?: `0x${string}` | null;
|
171
169
|
blockNumber?: `0x${string}` | null;
|
172
170
|
hash?: `0x${string}`;
|
173
171
|
input?: `0x${string}`;
|
174
172
|
transactionIndex?: `0x${string}` | null;
|
173
|
+
accessList?: undefined;
|
174
|
+
blobVersionedHashes?: undefined;
|
175
175
|
chainId?: `0x${string}` | undefined;
|
176
176
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
177
177
|
isSystemTx?: boolean | undefined;
|
@@ -187,19 +187,19 @@ export declare const base: {
|
|
187
187
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
188
188
|
maxFeePerGas?: `0x${string}` | undefined;
|
189
189
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
190
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
190
191
|
to?: `0x${string}` | null;
|
191
192
|
from?: `0x${string}`;
|
192
193
|
gas?: `0x${string}`;
|
193
194
|
nonce?: `0x${string}`;
|
194
195
|
value?: `0x${string}`;
|
195
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
196
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
197
|
-
blobVersionedHashes?: undefined;
|
198
196
|
blockHash?: `0x${string}` | null;
|
199
197
|
blockNumber?: `0x${string}` | null;
|
200
198
|
hash?: `0x${string}`;
|
201
199
|
input?: `0x${string}`;
|
202
200
|
transactionIndex?: `0x${string}` | null;
|
201
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
202
|
+
blobVersionedHashes?: undefined;
|
203
203
|
chainId?: `0x${string}` | undefined;
|
204
204
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
205
205
|
r: `0x${string}`;
|
@@ -238,19 +238,19 @@ export declare const base: {
|
|
238
238
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
239
239
|
maxFeePerGas?: `0x${string}` | undefined;
|
240
240
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
241
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
241
242
|
to?: `0x${string}` | null;
|
242
243
|
from?: `0x${string}`;
|
243
244
|
gas?: `0x${string}`;
|
244
245
|
nonce?: `0x${string}`;
|
245
246
|
value?: `0x${string}`;
|
246
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
247
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
248
|
-
blobVersionedHashes?: undefined;
|
249
247
|
blockHash?: `0x${string}` | null;
|
250
248
|
blockNumber?: `0x${string}` | null;
|
251
249
|
hash?: `0x${string}`;
|
252
250
|
input?: `0x${string}`;
|
253
251
|
transactionIndex?: `0x${string}` | null;
|
252
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
253
|
+
blobVersionedHashes?: undefined;
|
254
254
|
chainId?: `0x${string}` | undefined;
|
255
255
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
256
256
|
blockHash: `0x${string}` | null;
|
@@ -289,19 +289,19 @@ export declare const base: {
|
|
289
289
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
290
290
|
maxFeePerGas?: `0x${string}` | undefined;
|
291
291
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
292
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
292
293
|
to?: `0x${string}` | null;
|
293
294
|
from?: `0x${string}`;
|
294
295
|
gas?: `0x${string}`;
|
295
296
|
nonce?: `0x${string}`;
|
296
297
|
value?: `0x${string}`;
|
297
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
298
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
299
|
-
blobVersionedHashes?: undefined;
|
300
298
|
blockHash?: `0x${string}` | null;
|
301
299
|
blockNumber?: `0x${string}` | null;
|
302
300
|
hash?: `0x${string}`;
|
303
301
|
input?: `0x${string}`;
|
304
302
|
transactionIndex?: `0x${string}` | null;
|
303
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
304
|
+
blobVersionedHashes?: undefined;
|
305
305
|
chainId?: `0x${string}` | undefined;
|
306
306
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
307
307
|
blockHash: `0x${string}` | null;
|
@@ -340,19 +340,19 @@ export declare const base: {
|
|
340
340
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
341
341
|
maxFeePerGas?: `0x${string}` | undefined;
|
342
342
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
343
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
343
344
|
to?: `0x${string}` | null;
|
344
345
|
from?: `0x${string}`;
|
345
346
|
gas?: `0x${string}`;
|
346
347
|
nonce?: `0x${string}`;
|
347
348
|
value?: `0x${string}`;
|
348
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
349
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
350
|
-
blobVersionedHashes?: undefined;
|
351
349
|
blockHash?: `0x${string}` | null;
|
352
350
|
blockNumber?: `0x${string}` | null;
|
353
351
|
hash?: `0x${string}`;
|
354
352
|
input?: `0x${string}`;
|
355
353
|
transactionIndex?: `0x${string}` | null;
|
354
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
355
|
+
blobVersionedHashes?: undefined;
|
356
356
|
chainId?: `0x${string}` | undefined;
|
357
357
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
358
358
|
isSystemTx?: boolean | undefined;
|
@@ -368,19 +368,19 @@ export declare const base: {
|
|
368
368
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
369
369
|
maxFeePerGas?: `0x${string}` | undefined;
|
370
370
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
371
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
371
372
|
to?: `0x${string}` | null;
|
372
373
|
from?: `0x${string}`;
|
373
374
|
gas?: `0x${string}`;
|
374
375
|
nonce?: `0x${string}`;
|
375
376
|
value?: `0x${string}`;
|
376
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
377
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
378
|
-
blobVersionedHashes?: undefined;
|
379
377
|
blockHash?: `0x${string}` | null;
|
380
378
|
blockNumber?: `0x${string}` | null;
|
381
379
|
hash?: `0x${string}`;
|
382
380
|
input?: `0x${string}`;
|
383
381
|
transactionIndex?: `0x${string}` | null;
|
382
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
383
|
+
blobVersionedHashes?: undefined;
|
384
384
|
chainId?: `0x${string}` | undefined;
|
385
385
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
386
386
|
r: `0x${string}`;
|
@@ -419,19 +419,19 @@ export declare const base: {
|
|
419
419
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
420
420
|
maxFeePerGas?: `0x${string}` | undefined;
|
421
421
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
422
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
422
423
|
to?: `0x${string}` | null;
|
423
424
|
from?: `0x${string}`;
|
424
425
|
gas?: `0x${string}`;
|
425
426
|
nonce?: `0x${string}`;
|
426
427
|
value?: `0x${string}`;
|
427
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
428
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
429
|
-
blobVersionedHashes?: undefined;
|
430
428
|
blockHash?: `0x${string}` | null;
|
431
429
|
blockNumber?: `0x${string}` | null;
|
432
430
|
hash?: `0x${string}`;
|
433
431
|
input?: `0x${string}`;
|
434
432
|
transactionIndex?: `0x${string}` | null;
|
433
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
434
|
+
blobVersionedHashes?: undefined;
|
435
435
|
chainId?: `0x${string}` | undefined;
|
436
436
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
437
437
|
blockHash: `0x${string}` | null;
|
@@ -470,19 +470,19 @@ export declare const base: {
|
|
470
470
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
471
471
|
maxFeePerGas?: `0x${string}` | undefined;
|
472
472
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
473
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
473
474
|
to?: `0x${string}` | null;
|
474
475
|
from?: `0x${string}`;
|
475
476
|
gas?: `0x${string}`;
|
476
477
|
nonce?: `0x${string}`;
|
477
478
|
value?: `0x${string}`;
|
478
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
479
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
480
|
-
blobVersionedHashes?: undefined;
|
481
479
|
blockHash?: `0x${string}` | null;
|
482
480
|
blockNumber?: `0x${string}` | null;
|
483
481
|
hash?: `0x${string}`;
|
484
482
|
input?: `0x${string}`;
|
485
483
|
transactionIndex?: `0x${string}` | null;
|
484
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
485
|
+
blobVersionedHashes?: undefined;
|
486
486
|
chainId?: `0x${string}` | undefined;
|
487
487
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
488
488
|
blockHash: `0x${string}` | null;
|
@@ -521,19 +521,19 @@ export declare const base: {
|
|
521
521
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
522
522
|
maxFeePerGas?: `0x${string}` | undefined;
|
523
523
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
524
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
524
525
|
to?: `0x${string}` | null;
|
525
526
|
from?: `0x${string}`;
|
526
527
|
gas?: `0x${string}`;
|
527
528
|
nonce?: `0x${string}`;
|
528
529
|
value?: `0x${string}`;
|
529
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
530
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
531
|
-
blobVersionedHashes?: undefined;
|
532
530
|
blockHash?: `0x${string}` | null;
|
533
531
|
blockNumber?: `0x${string}` | null;
|
534
532
|
hash?: `0x${string}`;
|
535
533
|
input?: `0x${string}`;
|
536
534
|
transactionIndex?: `0x${string}` | null;
|
535
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
536
|
+
blobVersionedHashes?: undefined;
|
537
537
|
chainId?: `0x${string}` | undefined;
|
538
538
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
539
539
|
isSystemTx?: boolean | undefined;
|
@@ -549,19 +549,19 @@ export declare const base: {
|
|
549
549
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
550
550
|
maxFeePerGas?: `0x${string}` | undefined;
|
551
551
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
552
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
552
553
|
to?: `0x${string}` | null;
|
553
554
|
from?: `0x${string}`;
|
554
555
|
gas?: `0x${string}`;
|
555
556
|
nonce?: `0x${string}`;
|
556
557
|
value?: `0x${string}`;
|
557
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
558
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
559
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
560
558
|
blockHash?: `0x${string}` | null;
|
561
559
|
blockNumber?: `0x${string}` | null;
|
562
560
|
hash?: `0x${string}`;
|
563
561
|
input?: `0x${string}`;
|
564
562
|
transactionIndex?: `0x${string}` | null;
|
563
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
564
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
565
565
|
chainId?: `0x${string}` | undefined;
|
566
566
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
567
567
|
r: `0x${string}`;
|
@@ -600,19 +600,19 @@ export declare const base: {
|
|
600
600
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
601
601
|
maxFeePerGas?: `0x${string}` | undefined;
|
602
602
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
603
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
603
604
|
to?: `0x${string}` | null;
|
604
605
|
from?: `0x${string}`;
|
605
606
|
gas?: `0x${string}`;
|
606
607
|
nonce?: `0x${string}`;
|
607
608
|
value?: `0x${string}`;
|
608
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
609
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
610
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
611
609
|
blockHash?: `0x${string}` | null;
|
612
610
|
blockNumber?: `0x${string}` | null;
|
613
611
|
hash?: `0x${string}`;
|
614
612
|
input?: `0x${string}`;
|
615
613
|
transactionIndex?: `0x${string}` | null;
|
614
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
615
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
616
616
|
chainId?: `0x${string}` | undefined;
|
617
617
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
618
618
|
blockHash: `0x${string}` | null;
|
@@ -651,19 +651,19 @@ export declare const base: {
|
|
651
651
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
652
652
|
maxFeePerGas?: `0x${string}` | undefined;
|
653
653
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
654
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
654
655
|
to?: `0x${string}` | null;
|
655
656
|
from?: `0x${string}`;
|
656
657
|
gas?: `0x${string}`;
|
657
658
|
nonce?: `0x${string}`;
|
658
659
|
value?: `0x${string}`;
|
659
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
660
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
661
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
662
660
|
blockHash?: `0x${string}` | null;
|
663
661
|
blockNumber?: `0x${string}` | null;
|
664
662
|
hash?: `0x${string}`;
|
665
663
|
input?: `0x${string}`;
|
666
664
|
transactionIndex?: `0x${string}` | null;
|
665
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
666
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
667
667
|
chainId?: `0x${string}` | undefined;
|
668
668
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
669
669
|
blockHash: `0x${string}` | null;
|
@@ -702,19 +702,19 @@ export declare const base: {
|
|
702
702
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
703
703
|
maxFeePerGas?: `0x${string}` | undefined;
|
704
704
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
705
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
705
706
|
to?: `0x${string}` | null;
|
706
707
|
from?: `0x${string}`;
|
707
708
|
gas?: `0x${string}`;
|
708
709
|
nonce?: `0x${string}`;
|
709
710
|
value?: `0x${string}`;
|
710
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
711
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
712
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
713
711
|
blockHash?: `0x${string}` | null;
|
714
712
|
blockNumber?: `0x${string}` | null;
|
715
713
|
hash?: `0x${string}`;
|
716
714
|
input?: `0x${string}`;
|
717
715
|
transactionIndex?: `0x${string}` | null;
|
716
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
717
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
718
718
|
chainId?: `0x${string}` | undefined;
|
719
719
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
720
720
|
blockHash: `0x${string}` | null;
|
@@ -753,19 +753,19 @@ export declare const base: {
|
|
753
753
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
754
754
|
maxFeePerGas?: `0x${string}` | undefined;
|
755
755
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
756
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
756
757
|
to?: `0x${string}` | null;
|
757
758
|
from?: `0x${string}`;
|
758
759
|
gas?: `0x${string}`;
|
759
760
|
nonce?: `0x${string}`;
|
760
761
|
value?: `0x${string}`;
|
761
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
762
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
763
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
764
762
|
blockHash?: `0x${string}` | null;
|
765
763
|
blockNumber?: `0x${string}` | null;
|
766
764
|
hash?: `0x${string}`;
|
767
765
|
input?: `0x${string}`;
|
768
766
|
transactionIndex?: `0x${string}` | null;
|
767
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
768
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
769
769
|
chainId?: `0x${string}` | undefined;
|
770
770
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
771
771
|
isSystemTx?: boolean | undefined;
|