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
@@ -93,19 +93,19 @@ export declare const pgnTestnet: {
|
|
93
93
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
94
94
|
maxFeePerGas?: `0x${string}` | undefined;
|
95
95
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
96
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
96
97
|
to?: `0x${string}` | null;
|
97
98
|
from?: `0x${string}`;
|
98
99
|
gas?: `0x${string}`;
|
99
100
|
nonce?: `0x${string}`;
|
100
101
|
value?: `0x${string}`;
|
101
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
102
|
-
accessList?: undefined;
|
103
|
-
blobVersionedHashes?: undefined;
|
104
102
|
blockHash?: `0x${string}` | null;
|
105
103
|
blockNumber?: `0x${string}` | null;
|
106
104
|
hash?: `0x${string}`;
|
107
105
|
input?: `0x${string}`;
|
108
106
|
transactionIndex?: `0x${string}` | null;
|
107
|
+
accessList?: undefined;
|
108
|
+
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -144,19 +144,19 @@ export declare const pgnTestnet: {
|
|
144
144
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
145
145
|
maxFeePerGas?: `0x${string}` | undefined;
|
146
146
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
147
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
147
148
|
to?: `0x${string}` | null;
|
148
149
|
from?: `0x${string}`;
|
149
150
|
gas?: `0x${string}`;
|
150
151
|
nonce?: `0x${string}`;
|
151
152
|
value?: `0x${string}`;
|
152
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
|
-
accessList?: undefined;
|
154
|
-
blobVersionedHashes?: undefined;
|
155
153
|
blockHash?: `0x${string}` | null;
|
156
154
|
blockNumber?: `0x${string}` | null;
|
157
155
|
hash?: `0x${string}`;
|
158
156
|
input?: `0x${string}`;
|
159
157
|
transactionIndex?: `0x${string}` | null;
|
158
|
+
accessList?: undefined;
|
159
|
+
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
@@ -172,19 +172,19 @@ export declare const pgnTestnet: {
|
|
172
172
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
173
173
|
maxFeePerGas?: `0x${string}` | undefined;
|
174
174
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
175
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
175
176
|
to?: `0x${string}` | null;
|
176
177
|
from?: `0x${string}`;
|
177
178
|
gas?: `0x${string}`;
|
178
179
|
nonce?: `0x${string}`;
|
179
180
|
value?: `0x${string}`;
|
180
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
181
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
182
|
-
blobVersionedHashes?: undefined;
|
183
181
|
blockHash?: `0x${string}` | null;
|
184
182
|
blockNumber?: `0x${string}` | null;
|
185
183
|
hash?: `0x${string}`;
|
186
184
|
input?: `0x${string}`;
|
187
185
|
transactionIndex?: `0x${string}` | null;
|
186
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
187
|
+
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -223,19 +223,19 @@ export declare const pgnTestnet: {
|
|
223
223
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
224
224
|
maxFeePerGas?: `0x${string}` | undefined;
|
225
225
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
226
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
226
227
|
to?: `0x${string}` | null;
|
227
228
|
from?: `0x${string}`;
|
228
229
|
gas?: `0x${string}`;
|
229
230
|
nonce?: `0x${string}`;
|
230
231
|
value?: `0x${string}`;
|
231
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
232
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
233
|
-
blobVersionedHashes?: undefined;
|
234
232
|
blockHash?: `0x${string}` | null;
|
235
233
|
blockNumber?: `0x${string}` | null;
|
236
234
|
hash?: `0x${string}`;
|
237
235
|
input?: `0x${string}`;
|
238
236
|
transactionIndex?: `0x${string}` | null;
|
237
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
238
|
+
blobVersionedHashes?: undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
240
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
241
241
|
blockHash: `0x${string}` | null;
|
@@ -274,19 +274,19 @@ export declare const pgnTestnet: {
|
|
274
274
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
275
275
|
maxFeePerGas?: `0x${string}` | undefined;
|
276
276
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
277
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
277
278
|
to?: `0x${string}` | null;
|
278
279
|
from?: `0x${string}`;
|
279
280
|
gas?: `0x${string}`;
|
280
281
|
nonce?: `0x${string}`;
|
281
282
|
value?: `0x${string}`;
|
282
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
284
|
-
blobVersionedHashes?: undefined;
|
285
283
|
blockHash?: `0x${string}` | null;
|
286
284
|
blockNumber?: `0x${string}` | null;
|
287
285
|
hash?: `0x${string}`;
|
288
286
|
input?: `0x${string}`;
|
289
287
|
transactionIndex?: `0x${string}` | null;
|
288
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
289
|
+
blobVersionedHashes?: undefined;
|
290
290
|
chainId?: `0x${string}` | undefined;
|
291
291
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
292
292
|
blockHash: `0x${string}` | null;
|
@@ -325,19 +325,19 @@ export declare const pgnTestnet: {
|
|
325
325
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
326
326
|
maxFeePerGas?: `0x${string}` | undefined;
|
327
327
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
328
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
328
329
|
to?: `0x${string}` | null;
|
329
330
|
from?: `0x${string}`;
|
330
331
|
gas?: `0x${string}`;
|
331
332
|
nonce?: `0x${string}`;
|
332
333
|
value?: `0x${string}`;
|
333
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
335
|
-
blobVersionedHashes?: undefined;
|
336
334
|
blockHash?: `0x${string}` | null;
|
337
335
|
blockNumber?: `0x${string}` | null;
|
338
336
|
hash?: `0x${string}`;
|
339
337
|
input?: `0x${string}`;
|
340
338
|
transactionIndex?: `0x${string}` | null;
|
339
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
340
|
+
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
343
343
|
isSystemTx?: boolean | undefined;
|
@@ -353,19 +353,19 @@ export declare const pgnTestnet: {
|
|
353
353
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
354
354
|
maxFeePerGas?: `0x${string}` | undefined;
|
355
355
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
356
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
356
357
|
to?: `0x${string}` | null;
|
357
358
|
from?: `0x${string}`;
|
358
359
|
gas?: `0x${string}`;
|
359
360
|
nonce?: `0x${string}`;
|
360
361
|
value?: `0x${string}`;
|
361
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
362
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
363
|
-
blobVersionedHashes?: undefined;
|
364
362
|
blockHash?: `0x${string}` | null;
|
365
363
|
blockNumber?: `0x${string}` | null;
|
366
364
|
hash?: `0x${string}`;
|
367
365
|
input?: `0x${string}`;
|
368
366
|
transactionIndex?: `0x${string}` | null;
|
367
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
368
|
+
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -404,19 +404,19 @@ export declare const pgnTestnet: {
|
|
404
404
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
405
405
|
maxFeePerGas?: `0x${string}` | undefined;
|
406
406
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
407
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
407
408
|
to?: `0x${string}` | null;
|
408
409
|
from?: `0x${string}`;
|
409
410
|
gas?: `0x${string}`;
|
410
411
|
nonce?: `0x${string}`;
|
411
412
|
value?: `0x${string}`;
|
412
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
413
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
-
blobVersionedHashes?: undefined;
|
415
413
|
blockHash?: `0x${string}` | null;
|
416
414
|
blockNumber?: `0x${string}` | null;
|
417
415
|
hash?: `0x${string}`;
|
418
416
|
input?: `0x${string}`;
|
419
417
|
transactionIndex?: `0x${string}` | null;
|
418
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
419
|
+
blobVersionedHashes?: undefined;
|
420
420
|
chainId?: `0x${string}` | undefined;
|
421
421
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
422
422
|
blockHash: `0x${string}` | null;
|
@@ -455,19 +455,19 @@ export declare const pgnTestnet: {
|
|
455
455
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
456
456
|
maxFeePerGas?: `0x${string}` | undefined;
|
457
457
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
458
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
458
459
|
to?: `0x${string}` | null;
|
459
460
|
from?: `0x${string}`;
|
460
461
|
gas?: `0x${string}`;
|
461
462
|
nonce?: `0x${string}`;
|
462
463
|
value?: `0x${string}`;
|
463
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
464
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
-
blobVersionedHashes?: undefined;
|
466
464
|
blockHash?: `0x${string}` | null;
|
467
465
|
blockNumber?: `0x${string}` | null;
|
468
466
|
hash?: `0x${string}`;
|
469
467
|
input?: `0x${string}`;
|
470
468
|
transactionIndex?: `0x${string}` | null;
|
469
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
470
|
+
blobVersionedHashes?: undefined;
|
471
471
|
chainId?: `0x${string}` | undefined;
|
472
472
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
473
473
|
blockHash: `0x${string}` | null;
|
@@ -506,19 +506,19 @@ export declare const pgnTestnet: {
|
|
506
506
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
507
507
|
maxFeePerGas?: `0x${string}` | undefined;
|
508
508
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
509
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
509
510
|
to?: `0x${string}` | null;
|
510
511
|
from?: `0x${string}`;
|
511
512
|
gas?: `0x${string}`;
|
512
513
|
nonce?: `0x${string}`;
|
513
514
|
value?: `0x${string}`;
|
514
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
-
blobVersionedHashes?: undefined;
|
517
515
|
blockHash?: `0x${string}` | null;
|
518
516
|
blockNumber?: `0x${string}` | null;
|
519
517
|
hash?: `0x${string}`;
|
520
518
|
input?: `0x${string}`;
|
521
519
|
transactionIndex?: `0x${string}` | null;
|
520
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
521
|
+
blobVersionedHashes?: undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
524
524
|
isSystemTx?: boolean | undefined;
|
@@ -534,19 +534,19 @@ export declare const pgnTestnet: {
|
|
534
534
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
535
535
|
maxFeePerGas?: `0x${string}` | undefined;
|
536
536
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
537
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
537
538
|
to?: `0x${string}` | null;
|
538
539
|
from?: `0x${string}`;
|
539
540
|
gas?: `0x${string}`;
|
540
541
|
nonce?: `0x${string}`;
|
541
542
|
value?: `0x${string}`;
|
542
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
543
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
544
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
545
543
|
blockHash?: `0x${string}` | null;
|
546
544
|
blockNumber?: `0x${string}` | null;
|
547
545
|
hash?: `0x${string}`;
|
548
546
|
input?: `0x${string}`;
|
549
547
|
transactionIndex?: `0x${string}` | null;
|
548
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
549
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -585,19 +585,19 @@ export declare const pgnTestnet: {
|
|
585
585
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
586
586
|
maxFeePerGas?: `0x${string}` | undefined;
|
587
587
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
588
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
588
589
|
to?: `0x${string}` | null;
|
589
590
|
from?: `0x${string}`;
|
590
591
|
gas?: `0x${string}`;
|
591
592
|
nonce?: `0x${string}`;
|
592
593
|
value?: `0x${string}`;
|
593
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
594
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
596
594
|
blockHash?: `0x${string}` | null;
|
597
595
|
blockNumber?: `0x${string}` | null;
|
598
596
|
hash?: `0x${string}`;
|
599
597
|
input?: `0x${string}`;
|
600
598
|
transactionIndex?: `0x${string}` | null;
|
599
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
600
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
601
601
|
chainId?: `0x${string}` | undefined;
|
602
602
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
603
603
|
blockHash: `0x${string}` | null;
|
@@ -636,19 +636,19 @@ export declare const pgnTestnet: {
|
|
636
636
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
637
637
|
maxFeePerGas?: `0x${string}` | undefined;
|
638
638
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
639
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
639
640
|
to?: `0x${string}` | null;
|
640
641
|
from?: `0x${string}`;
|
641
642
|
gas?: `0x${string}`;
|
642
643
|
nonce?: `0x${string}`;
|
643
644
|
value?: `0x${string}`;
|
644
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
645
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
646
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
647
645
|
blockHash?: `0x${string}` | null;
|
648
646
|
blockNumber?: `0x${string}` | null;
|
649
647
|
hash?: `0x${string}`;
|
650
648
|
input?: `0x${string}`;
|
651
649
|
transactionIndex?: `0x${string}` | null;
|
650
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
651
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
652
652
|
chainId?: `0x${string}` | undefined;
|
653
653
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
654
654
|
blockHash: `0x${string}` | null;
|
@@ -687,19 +687,19 @@ export declare const pgnTestnet: {
|
|
687
687
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
688
688
|
maxFeePerGas?: `0x${string}` | undefined;
|
689
689
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
690
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
690
691
|
to?: `0x${string}` | null;
|
691
692
|
from?: `0x${string}`;
|
692
693
|
gas?: `0x${string}`;
|
693
694
|
nonce?: `0x${string}`;
|
694
695
|
value?: `0x${string}`;
|
695
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
696
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
697
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
698
696
|
blockHash?: `0x${string}` | null;
|
699
697
|
blockNumber?: `0x${string}` | null;
|
700
698
|
hash?: `0x${string}`;
|
701
699
|
input?: `0x${string}`;
|
702
700
|
transactionIndex?: `0x${string}` | null;
|
701
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
702
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
703
703
|
chainId?: `0x${string}` | undefined;
|
704
704
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
705
705
|
blockHash: `0x${string}` | null;
|
@@ -738,19 +738,19 @@ export declare const pgnTestnet: {
|
|
738
738
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
739
739
|
maxFeePerGas?: `0x${string}` | undefined;
|
740
740
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
741
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
741
742
|
to?: `0x${string}` | null;
|
742
743
|
from?: `0x${string}`;
|
743
744
|
gas?: `0x${string}`;
|
744
745
|
nonce?: `0x${string}`;
|
745
746
|
value?: `0x${string}`;
|
746
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
747
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
748
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
749
747
|
blockHash?: `0x${string}` | null;
|
750
748
|
blockNumber?: `0x${string}` | null;
|
751
749
|
hash?: `0x${string}`;
|
752
750
|
input?: `0x${string}`;
|
753
751
|
transactionIndex?: `0x${string}` | null;
|
752
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
753
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
754
754
|
chainId?: `0x${string}` | undefined;
|
755
755
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
756
756
|
isSystemTx?: boolean | undefined;
|