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