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
@@ -83,19 +83,19 @@ export declare const celo: {
|
|
83
83
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
84
84
|
maxFeePerGas?: `0x${string}` | undefined;
|
85
85
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
86
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
86
87
|
to?: `0x${string}` | null;
|
87
88
|
from?: `0x${string}`;
|
88
89
|
gas?: `0x${string}`;
|
89
90
|
nonce?: `0x${string}`;
|
90
91
|
value?: `0x${string}`;
|
91
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
92
|
-
accessList?: undefined;
|
93
|
-
blobVersionedHashes?: undefined;
|
94
92
|
blockHash?: `0x${string}` | null;
|
95
93
|
blockNumber?: `0x${string}` | null;
|
96
94
|
hash?: `0x${string}`;
|
97
95
|
input?: `0x${string}`;
|
98
96
|
transactionIndex?: `0x${string}` | null;
|
97
|
+
accessList?: undefined;
|
98
|
+
blobVersionedHashes?: undefined;
|
99
99
|
chainId?: `0x${string}` | undefined;
|
100
100
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
101
101
|
r: `0x${string}`;
|
@@ -134,19 +134,19 @@ export declare const celo: {
|
|
134
134
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
135
135
|
maxFeePerGas?: `0x${string}` | undefined;
|
136
136
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
137
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
137
138
|
to?: `0x${string}` | null;
|
138
139
|
from?: `0x${string}`;
|
139
140
|
gas?: `0x${string}`;
|
140
141
|
nonce?: `0x${string}`;
|
141
142
|
value?: `0x${string}`;
|
142
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
143
|
-
accessList?: undefined;
|
144
|
-
blobVersionedHashes?: undefined;
|
145
143
|
blockHash?: `0x${string}` | null;
|
146
144
|
blockNumber?: `0x${string}` | null;
|
147
145
|
hash?: `0x${string}`;
|
148
146
|
input?: `0x${string}`;
|
149
147
|
transactionIndex?: `0x${string}` | null;
|
148
|
+
accessList?: undefined;
|
149
|
+
blobVersionedHashes?: undefined;
|
150
150
|
chainId?: `0x${string}` | undefined;
|
151
151
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
152
152
|
feeCurrency: `0x${string}` | null;
|
@@ -162,19 +162,19 @@ export declare const celo: {
|
|
162
162
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
163
163
|
maxFeePerGas?: `0x${string}` | undefined;
|
164
164
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
165
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
165
166
|
to?: `0x${string}` | null;
|
166
167
|
from?: `0x${string}`;
|
167
168
|
gas?: `0x${string}`;
|
168
169
|
nonce?: `0x${string}`;
|
169
170
|
value?: `0x${string}`;
|
170
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
171
|
-
accessList?: undefined;
|
172
|
-
blobVersionedHashes?: undefined;
|
173
171
|
blockHash?: `0x${string}` | null;
|
174
172
|
blockNumber?: `0x${string}` | null;
|
175
173
|
hash?: `0x${string}`;
|
176
174
|
input?: `0x${string}`;
|
177
175
|
transactionIndex?: `0x${string}` | null;
|
176
|
+
accessList?: undefined;
|
177
|
+
blobVersionedHashes?: undefined;
|
178
178
|
chainId?: `0x${string}` | undefined;
|
179
179
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
180
180
|
feeCurrency: `0x${string}` | null;
|
@@ -190,19 +190,19 @@ export declare const celo: {
|
|
190
190
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
191
191
|
maxFeePerGas?: `0x${string}` | undefined;
|
192
192
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
193
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
193
194
|
to?: `0x${string}` | null;
|
194
195
|
from?: `0x${string}`;
|
195
196
|
gas?: `0x${string}`;
|
196
197
|
nonce?: `0x${string}`;
|
197
198
|
value?: `0x${string}`;
|
198
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
199
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
200
|
-
blobVersionedHashes?: undefined;
|
201
199
|
blockHash?: `0x${string}` | null;
|
202
200
|
blockNumber?: `0x${string}` | null;
|
203
201
|
hash?: `0x${string}`;
|
204
202
|
input?: `0x${string}`;
|
205
203
|
transactionIndex?: `0x${string}` | null;
|
204
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
205
|
+
blobVersionedHashes?: undefined;
|
206
206
|
chainId?: `0x${string}` | undefined;
|
207
207
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
208
208
|
r: `0x${string}`;
|
@@ -241,19 +241,19 @@ export declare const celo: {
|
|
241
241
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
242
242
|
maxFeePerGas?: `0x${string}` | undefined;
|
243
243
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
244
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
244
245
|
to?: `0x${string}` | null;
|
245
246
|
from?: `0x${string}`;
|
246
247
|
gas?: `0x${string}`;
|
247
248
|
nonce?: `0x${string}`;
|
248
249
|
value?: `0x${string}`;
|
249
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
250
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
251
|
-
blobVersionedHashes?: undefined;
|
252
250
|
blockHash?: `0x${string}` | null;
|
253
251
|
blockNumber?: `0x${string}` | null;
|
254
252
|
hash?: `0x${string}`;
|
255
253
|
input?: `0x${string}`;
|
256
254
|
transactionIndex?: `0x${string}` | null;
|
255
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
256
|
+
blobVersionedHashes?: undefined;
|
257
257
|
chainId?: `0x${string}` | undefined;
|
258
258
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
259
259
|
blockHash: `0x${string}` | null;
|
@@ -292,19 +292,19 @@ export declare const celo: {
|
|
292
292
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
293
293
|
maxFeePerGas?: `0x${string}` | undefined;
|
294
294
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
295
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
295
296
|
to?: `0x${string}` | null;
|
296
297
|
from?: `0x${string}`;
|
297
298
|
gas?: `0x${string}`;
|
298
299
|
nonce?: `0x${string}`;
|
299
300
|
value?: `0x${string}`;
|
300
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
301
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
302
|
-
blobVersionedHashes?: undefined;
|
303
301
|
blockHash?: `0x${string}` | null;
|
304
302
|
blockNumber?: `0x${string}` | null;
|
305
303
|
hash?: `0x${string}`;
|
306
304
|
input?: `0x${string}`;
|
307
305
|
transactionIndex?: `0x${string}` | null;
|
306
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
307
|
+
blobVersionedHashes?: undefined;
|
308
308
|
chainId?: `0x${string}` | undefined;
|
309
309
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
310
310
|
blockHash: `0x${string}` | null;
|
@@ -343,19 +343,19 @@ export declare const celo: {
|
|
343
343
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
344
344
|
maxFeePerGas?: `0x${string}` | undefined;
|
345
345
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
346
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
346
347
|
to?: `0x${string}` | null;
|
347
348
|
from?: `0x${string}`;
|
348
349
|
gas?: `0x${string}`;
|
349
350
|
nonce?: `0x${string}`;
|
350
351
|
value?: `0x${string}`;
|
351
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
352
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
353
|
-
blobVersionedHashes?: undefined;
|
354
352
|
blockHash?: `0x${string}` | null;
|
355
353
|
blockNumber?: `0x${string}` | null;
|
356
354
|
hash?: `0x${string}`;
|
357
355
|
input?: `0x${string}`;
|
358
356
|
transactionIndex?: `0x${string}` | null;
|
357
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
358
|
+
blobVersionedHashes?: undefined;
|
359
359
|
chainId?: `0x${string}` | undefined;
|
360
360
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
361
361
|
feeCurrency: `0x${string}` | null;
|
@@ -371,19 +371,19 @@ export declare const celo: {
|
|
371
371
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
372
372
|
maxFeePerGas?: `0x${string}` | undefined;
|
373
373
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
374
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
374
375
|
to?: `0x${string}` | null;
|
375
376
|
from?: `0x${string}`;
|
376
377
|
gas?: `0x${string}`;
|
377
378
|
nonce?: `0x${string}`;
|
378
379
|
value?: `0x${string}`;
|
379
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
380
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
381
|
-
blobVersionedHashes?: undefined;
|
382
380
|
blockHash?: `0x${string}` | null;
|
383
381
|
blockNumber?: `0x${string}` | null;
|
384
382
|
hash?: `0x${string}`;
|
385
383
|
input?: `0x${string}`;
|
386
384
|
transactionIndex?: `0x${string}` | null;
|
385
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
386
|
+
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
389
389
|
feeCurrency: `0x${string}` | null;
|
@@ -399,19 +399,19 @@ export declare const celo: {
|
|
399
399
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
400
400
|
maxFeePerGas?: `0x${string}` | undefined;
|
401
401
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
402
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
402
403
|
to?: `0x${string}` | null;
|
403
404
|
from?: `0x${string}`;
|
404
405
|
gas?: `0x${string}`;
|
405
406
|
nonce?: `0x${string}`;
|
406
407
|
value?: `0x${string}`;
|
407
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
408
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
409
|
-
blobVersionedHashes?: undefined;
|
410
408
|
blockHash?: `0x${string}` | null;
|
411
409
|
blockNumber?: `0x${string}` | null;
|
412
410
|
hash?: `0x${string}`;
|
413
411
|
input?: `0x${string}`;
|
414
412
|
transactionIndex?: `0x${string}` | null;
|
413
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
414
|
+
blobVersionedHashes?: undefined;
|
415
415
|
chainId?: `0x${string}` | undefined;
|
416
416
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
417
417
|
r: `0x${string}`;
|
@@ -450,19 +450,19 @@ export declare const celo: {
|
|
450
450
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
451
451
|
maxFeePerGas?: `0x${string}` | undefined;
|
452
452
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
453
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
453
454
|
to?: `0x${string}` | null;
|
454
455
|
from?: `0x${string}`;
|
455
456
|
gas?: `0x${string}`;
|
456
457
|
nonce?: `0x${string}`;
|
457
458
|
value?: `0x${string}`;
|
458
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
459
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
460
|
-
blobVersionedHashes?: undefined;
|
461
459
|
blockHash?: `0x${string}` | null;
|
462
460
|
blockNumber?: `0x${string}` | null;
|
463
461
|
hash?: `0x${string}`;
|
464
462
|
input?: `0x${string}`;
|
465
463
|
transactionIndex?: `0x${string}` | null;
|
464
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
465
|
+
blobVersionedHashes?: undefined;
|
466
466
|
chainId?: `0x${string}` | undefined;
|
467
467
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
468
468
|
blockHash: `0x${string}` | null;
|
@@ -501,19 +501,19 @@ export declare const celo: {
|
|
501
501
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
502
502
|
maxFeePerGas?: `0x${string}` | undefined;
|
503
503
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
504
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
504
505
|
to?: `0x${string}` | null;
|
505
506
|
from?: `0x${string}`;
|
506
507
|
gas?: `0x${string}`;
|
507
508
|
nonce?: `0x${string}`;
|
508
509
|
value?: `0x${string}`;
|
509
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
510
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
511
|
-
blobVersionedHashes?: undefined;
|
512
510
|
blockHash?: `0x${string}` | null;
|
513
511
|
blockNumber?: `0x${string}` | null;
|
514
512
|
hash?: `0x${string}`;
|
515
513
|
input?: `0x${string}`;
|
516
514
|
transactionIndex?: `0x${string}` | null;
|
515
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
516
|
+
blobVersionedHashes?: undefined;
|
517
517
|
chainId?: `0x${string}` | undefined;
|
518
518
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
519
519
|
blockHash: `0x${string}` | null;
|
@@ -552,19 +552,19 @@ export declare const celo: {
|
|
552
552
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
553
553
|
maxFeePerGas?: `0x${string}` | undefined;
|
554
554
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
555
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
555
556
|
to?: `0x${string}` | null;
|
556
557
|
from?: `0x${string}`;
|
557
558
|
gas?: `0x${string}`;
|
558
559
|
nonce?: `0x${string}`;
|
559
560
|
value?: `0x${string}`;
|
560
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
561
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
-
blobVersionedHashes?: undefined;
|
563
561
|
blockHash?: `0x${string}` | null;
|
564
562
|
blockNumber?: `0x${string}` | null;
|
565
563
|
hash?: `0x${string}`;
|
566
564
|
input?: `0x${string}`;
|
567
565
|
transactionIndex?: `0x${string}` | null;
|
566
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
567
|
+
blobVersionedHashes?: undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
570
570
|
feeCurrency: `0x${string}` | null;
|
@@ -580,19 +580,19 @@ export declare const celo: {
|
|
580
580
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
581
581
|
maxFeePerGas?: `0x${string}` | undefined;
|
582
582
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
583
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
583
584
|
to?: `0x${string}` | null;
|
584
585
|
from?: `0x${string}`;
|
585
586
|
gas?: `0x${string}`;
|
586
587
|
nonce?: `0x${string}`;
|
587
588
|
value?: `0x${string}`;
|
588
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
589
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
590
|
-
blobVersionedHashes?: undefined;
|
591
589
|
blockHash?: `0x${string}` | null;
|
592
590
|
blockNumber?: `0x${string}` | null;
|
593
591
|
hash?: `0x${string}`;
|
594
592
|
input?: `0x${string}`;
|
595
593
|
transactionIndex?: `0x${string}` | null;
|
594
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
595
|
+
blobVersionedHashes?: undefined;
|
596
596
|
chainId?: `0x${string}` | undefined;
|
597
597
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
598
598
|
feeCurrency: `0x${string}` | null;
|
@@ -608,19 +608,19 @@ export declare const celo: {
|
|
608
608
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
609
609
|
maxFeePerGas?: `0x${string}` | undefined;
|
610
610
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
611
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
611
612
|
to?: `0x${string}` | null;
|
612
613
|
from?: `0x${string}`;
|
613
614
|
gas?: `0x${string}`;
|
614
615
|
nonce?: `0x${string}`;
|
615
616
|
value?: `0x${string}`;
|
616
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
617
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
618
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
619
617
|
blockHash?: `0x${string}` | null;
|
620
618
|
blockNumber?: `0x${string}` | null;
|
621
619
|
hash?: `0x${string}`;
|
622
620
|
input?: `0x${string}`;
|
623
621
|
transactionIndex?: `0x${string}` | null;
|
622
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
623
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
624
624
|
chainId?: `0x${string}` | undefined;
|
625
625
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
626
626
|
r: `0x${string}`;
|
@@ -659,19 +659,19 @@ export declare const celo: {
|
|
659
659
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
660
660
|
maxFeePerGas?: `0x${string}` | undefined;
|
661
661
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
662
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
662
663
|
to?: `0x${string}` | null;
|
663
664
|
from?: `0x${string}`;
|
664
665
|
gas?: `0x${string}`;
|
665
666
|
nonce?: `0x${string}`;
|
666
667
|
value?: `0x${string}`;
|
667
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
668
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
669
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
670
668
|
blockHash?: `0x${string}` | null;
|
671
669
|
blockNumber?: `0x${string}` | null;
|
672
670
|
hash?: `0x${string}`;
|
673
671
|
input?: `0x${string}`;
|
674
672
|
transactionIndex?: `0x${string}` | null;
|
673
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
674
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
675
675
|
chainId?: `0x${string}` | undefined;
|
676
676
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
677
677
|
blockHash: `0x${string}` | null;
|
@@ -710,19 +710,19 @@ export declare const celo: {
|
|
710
710
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
711
711
|
maxFeePerGas?: `0x${string}` | undefined;
|
712
712
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
713
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
713
714
|
to?: `0x${string}` | null;
|
714
715
|
from?: `0x${string}`;
|
715
716
|
gas?: `0x${string}`;
|
716
717
|
nonce?: `0x${string}`;
|
717
718
|
value?: `0x${string}`;
|
718
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
719
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
720
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
721
719
|
blockHash?: `0x${string}` | null;
|
722
720
|
blockNumber?: `0x${string}` | null;
|
723
721
|
hash?: `0x${string}`;
|
724
722
|
input?: `0x${string}`;
|
725
723
|
transactionIndex?: `0x${string}` | null;
|
724
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
725
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
728
728
|
blockHash: `0x${string}` | null;
|
@@ -761,19 +761,19 @@ export declare const celo: {
|
|
761
761
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
762
762
|
maxFeePerGas?: `0x${string}` | undefined;
|
763
763
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
764
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
764
765
|
to?: `0x${string}` | null;
|
765
766
|
from?: `0x${string}`;
|
766
767
|
gas?: `0x${string}`;
|
767
768
|
nonce?: `0x${string}`;
|
768
769
|
value?: `0x${string}`;
|
769
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
770
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
771
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
772
770
|
blockHash?: `0x${string}` | null;
|
773
771
|
blockNumber?: `0x${string}` | null;
|
774
772
|
hash?: `0x${string}`;
|
775
773
|
input?: `0x${string}`;
|
776
774
|
transactionIndex?: `0x${string}` | null;
|
775
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
776
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
777
777
|
chainId?: `0x${string}` | undefined;
|
778
778
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
779
779
|
blockHash: `0x${string}` | null;
|
@@ -812,19 +812,19 @@ export declare const celo: {
|
|
812
812
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
813
813
|
maxFeePerGas?: `0x${string}` | undefined;
|
814
814
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
815
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
815
816
|
to?: `0x${string}` | null;
|
816
817
|
from?: `0x${string}`;
|
817
818
|
gas?: `0x${string}`;
|
818
819
|
nonce?: `0x${string}`;
|
819
820
|
value?: `0x${string}`;
|
820
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
821
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
822
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
823
821
|
blockHash?: `0x${string}` | null;
|
824
822
|
blockNumber?: `0x${string}` | null;
|
825
823
|
hash?: `0x${string}`;
|
826
824
|
input?: `0x${string}`;
|
827
825
|
transactionIndex?: `0x${string}` | null;
|
826
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
827
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
828
828
|
chainId?: `0x${string}` | undefined;
|
829
829
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
830
830
|
feeCurrency: `0x${string}` | null;
|
@@ -840,19 +840,19 @@ export declare const celo: {
|
|
840
840
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
841
841
|
maxFeePerGas?: `0x${string}` | undefined;
|
842
842
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
843
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
843
844
|
to?: `0x${string}` | null;
|
844
845
|
from?: `0x${string}`;
|
845
846
|
gas?: `0x${string}`;
|
846
847
|
nonce?: `0x${string}`;
|
847
848
|
value?: `0x${string}`;
|
848
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
849
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
850
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
851
849
|
blockHash?: `0x${string}` | null;
|
852
850
|
blockNumber?: `0x${string}` | null;
|
853
851
|
hash?: `0x${string}`;
|
854
852
|
input?: `0x${string}`;
|
855
853
|
transactionIndex?: `0x${string}` | null;
|
854
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
855
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
856
856
|
chainId?: `0x${string}` | undefined;
|
857
857
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
858
858
|
feeCurrency: `0x${string}` | null;
|
@@ -2343,19 +2343,19 @@ export declare const celo: {
|
|
2343
2343
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2344
2344
|
maxFeePerGas?: `0x${string}` | undefined;
|
2345
2345
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2346
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2346
2347
|
to?: `0x${string}` | null;
|
2347
2348
|
from?: `0x${string}`;
|
2348
2349
|
gas?: `0x${string}`;
|
2349
2350
|
nonce?: `0x${string}`;
|
2350
2351
|
value?: `0x${string}`;
|
2351
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2352
|
-
accessList?: undefined;
|
2353
|
-
blobVersionedHashes?: undefined;
|
2354
2352
|
blockHash?: `0x${string}` | null;
|
2355
2353
|
blockNumber?: `0x${string}` | null;
|
2356
2354
|
hash?: `0x${string}`;
|
2357
2355
|
input?: `0x${string}`;
|
2358
2356
|
transactionIndex?: `0x${string}` | null;
|
2357
|
+
accessList?: undefined;
|
2358
|
+
blobVersionedHashes?: undefined;
|
2359
2359
|
chainId?: `0x${string}` | undefined;
|
2360
2360
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2361
2361
|
r: `0x${string}`;
|
@@ -2394,19 +2394,19 @@ export declare const celo: {
|
|
2394
2394
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2395
2395
|
maxFeePerGas?: `0x${string}` | undefined;
|
2396
2396
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2397
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2397
2398
|
to?: `0x${string}` | null;
|
2398
2399
|
from?: `0x${string}`;
|
2399
2400
|
gas?: `0x${string}`;
|
2400
2401
|
nonce?: `0x${string}`;
|
2401
2402
|
value?: `0x${string}`;
|
2402
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2403
|
-
accessList?: undefined;
|
2404
|
-
blobVersionedHashes?: undefined;
|
2405
2403
|
blockHash?: `0x${string}` | null;
|
2406
2404
|
blockNumber?: `0x${string}` | null;
|
2407
2405
|
hash?: `0x${string}`;
|
2408
2406
|
input?: `0x${string}`;
|
2409
2407
|
transactionIndex?: `0x${string}` | null;
|
2408
|
+
accessList?: undefined;
|
2409
|
+
blobVersionedHashes?: undefined;
|
2410
2410
|
chainId?: `0x${string}` | undefined;
|
2411
2411
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2412
2412
|
feeCurrency: `0x${string}` | null;
|
@@ -2422,19 +2422,19 @@ export declare const celo: {
|
|
2422
2422
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2423
2423
|
maxFeePerGas?: `0x${string}` | undefined;
|
2424
2424
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2425
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2425
2426
|
to?: `0x${string}` | null;
|
2426
2427
|
from?: `0x${string}`;
|
2427
2428
|
gas?: `0x${string}`;
|
2428
2429
|
nonce?: `0x${string}`;
|
2429
2430
|
value?: `0x${string}`;
|
2430
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2431
|
-
accessList?: undefined;
|
2432
|
-
blobVersionedHashes?: undefined;
|
2433
2431
|
blockHash?: `0x${string}` | null;
|
2434
2432
|
blockNumber?: `0x${string}` | null;
|
2435
2433
|
hash?: `0x${string}`;
|
2436
2434
|
input?: `0x${string}`;
|
2437
2435
|
transactionIndex?: `0x${string}` | null;
|
2436
|
+
accessList?: undefined;
|
2437
|
+
blobVersionedHashes?: undefined;
|
2438
2438
|
chainId?: `0x${string}` | undefined;
|
2439
2439
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2440
2440
|
feeCurrency: `0x${string}` | null;
|
@@ -2450,19 +2450,19 @@ export declare const celo: {
|
|
2450
2450
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2451
2451
|
maxFeePerGas?: `0x${string}` | undefined;
|
2452
2452
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2453
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2453
2454
|
to?: `0x${string}` | null;
|
2454
2455
|
from?: `0x${string}`;
|
2455
2456
|
gas?: `0x${string}`;
|
2456
2457
|
nonce?: `0x${string}`;
|
2457
2458
|
value?: `0x${string}`;
|
2458
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2459
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2460
|
-
blobVersionedHashes?: undefined;
|
2461
2459
|
blockHash?: `0x${string}` | null;
|
2462
2460
|
blockNumber?: `0x${string}` | null;
|
2463
2461
|
hash?: `0x${string}`;
|
2464
2462
|
input?: `0x${string}`;
|
2465
2463
|
transactionIndex?: `0x${string}` | null;
|
2464
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2465
|
+
blobVersionedHashes?: undefined;
|
2466
2466
|
chainId?: `0x${string}` | undefined;
|
2467
2467
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2468
2468
|
r: `0x${string}`;
|
@@ -2501,19 +2501,19 @@ export declare const celo: {
|
|
2501
2501
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2502
2502
|
maxFeePerGas?: `0x${string}` | undefined;
|
2503
2503
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2504
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2504
2505
|
to?: `0x${string}` | null;
|
2505
2506
|
from?: `0x${string}`;
|
2506
2507
|
gas?: `0x${string}`;
|
2507
2508
|
nonce?: `0x${string}`;
|
2508
2509
|
value?: `0x${string}`;
|
2509
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2510
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2511
|
-
blobVersionedHashes?: undefined;
|
2512
2510
|
blockHash?: `0x${string}` | null;
|
2513
2511
|
blockNumber?: `0x${string}` | null;
|
2514
2512
|
hash?: `0x${string}`;
|
2515
2513
|
input?: `0x${string}`;
|
2516
2514
|
transactionIndex?: `0x${string}` | null;
|
2515
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2516
|
+
blobVersionedHashes?: undefined;
|
2517
2517
|
chainId?: `0x${string}` | undefined;
|
2518
2518
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2519
2519
|
blockHash: `0x${string}` | null;
|
@@ -2552,19 +2552,19 @@ export declare const celo: {
|
|
2552
2552
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2553
2553
|
maxFeePerGas?: `0x${string}` | undefined;
|
2554
2554
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2555
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2555
2556
|
to?: `0x${string}` | null;
|
2556
2557
|
from?: `0x${string}`;
|
2557
2558
|
gas?: `0x${string}`;
|
2558
2559
|
nonce?: `0x${string}`;
|
2559
2560
|
value?: `0x${string}`;
|
2560
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2561
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2562
|
-
blobVersionedHashes?: undefined;
|
2563
2561
|
blockHash?: `0x${string}` | null;
|
2564
2562
|
blockNumber?: `0x${string}` | null;
|
2565
2563
|
hash?: `0x${string}`;
|
2566
2564
|
input?: `0x${string}`;
|
2567
2565
|
transactionIndex?: `0x${string}` | null;
|
2566
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2567
|
+
blobVersionedHashes?: undefined;
|
2568
2568
|
chainId?: `0x${string}` | undefined;
|
2569
2569
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2570
2570
|
blockHash: `0x${string}` | null;
|
@@ -2603,19 +2603,19 @@ export declare const celo: {
|
|
2603
2603
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2604
2604
|
maxFeePerGas?: `0x${string}` | undefined;
|
2605
2605
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2606
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2606
2607
|
to?: `0x${string}` | null;
|
2607
2608
|
from?: `0x${string}`;
|
2608
2609
|
gas?: `0x${string}`;
|
2609
2610
|
nonce?: `0x${string}`;
|
2610
2611
|
value?: `0x${string}`;
|
2611
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2612
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2613
|
-
blobVersionedHashes?: undefined;
|
2614
2612
|
blockHash?: `0x${string}` | null;
|
2615
2613
|
blockNumber?: `0x${string}` | null;
|
2616
2614
|
hash?: `0x${string}`;
|
2617
2615
|
input?: `0x${string}`;
|
2618
2616
|
transactionIndex?: `0x${string}` | null;
|
2617
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2618
|
+
blobVersionedHashes?: undefined;
|
2619
2619
|
chainId?: `0x${string}` | undefined;
|
2620
2620
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2621
2621
|
feeCurrency: `0x${string}` | null;
|
@@ -2631,19 +2631,19 @@ export declare const celo: {
|
|
2631
2631
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2632
2632
|
maxFeePerGas?: `0x${string}` | undefined;
|
2633
2633
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2634
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2634
2635
|
to?: `0x${string}` | null;
|
2635
2636
|
from?: `0x${string}`;
|
2636
2637
|
gas?: `0x${string}`;
|
2637
2638
|
nonce?: `0x${string}`;
|
2638
2639
|
value?: `0x${string}`;
|
2639
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2640
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2641
|
-
blobVersionedHashes?: undefined;
|
2642
2640
|
blockHash?: `0x${string}` | null;
|
2643
2641
|
blockNumber?: `0x${string}` | null;
|
2644
2642
|
hash?: `0x${string}`;
|
2645
2643
|
input?: `0x${string}`;
|
2646
2644
|
transactionIndex?: `0x${string}` | null;
|
2645
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2646
|
+
blobVersionedHashes?: undefined;
|
2647
2647
|
chainId?: `0x${string}` | undefined;
|
2648
2648
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2649
2649
|
feeCurrency: `0x${string}` | null;
|
@@ -2659,19 +2659,19 @@ export declare const celo: {
|
|
2659
2659
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2660
2660
|
maxFeePerGas?: `0x${string}` | undefined;
|
2661
2661
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2662
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2662
2663
|
to?: `0x${string}` | null;
|
2663
2664
|
from?: `0x${string}`;
|
2664
2665
|
gas?: `0x${string}`;
|
2665
2666
|
nonce?: `0x${string}`;
|
2666
2667
|
value?: `0x${string}`;
|
2667
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2668
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2669
|
-
blobVersionedHashes?: undefined;
|
2670
2668
|
blockHash?: `0x${string}` | null;
|
2671
2669
|
blockNumber?: `0x${string}` | null;
|
2672
2670
|
hash?: `0x${string}`;
|
2673
2671
|
input?: `0x${string}`;
|
2674
2672
|
transactionIndex?: `0x${string}` | null;
|
2673
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2674
|
+
blobVersionedHashes?: undefined;
|
2675
2675
|
chainId?: `0x${string}` | undefined;
|
2676
2676
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2677
2677
|
r: `0x${string}`;
|
@@ -2710,19 +2710,19 @@ export declare const celo: {
|
|
2710
2710
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2711
2711
|
maxFeePerGas?: `0x${string}` | undefined;
|
2712
2712
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2713
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2713
2714
|
to?: `0x${string}` | null;
|
2714
2715
|
from?: `0x${string}`;
|
2715
2716
|
gas?: `0x${string}`;
|
2716
2717
|
nonce?: `0x${string}`;
|
2717
2718
|
value?: `0x${string}`;
|
2718
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2719
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2720
|
-
blobVersionedHashes?: undefined;
|
2721
2719
|
blockHash?: `0x${string}` | null;
|
2722
2720
|
blockNumber?: `0x${string}` | null;
|
2723
2721
|
hash?: `0x${string}`;
|
2724
2722
|
input?: `0x${string}`;
|
2725
2723
|
transactionIndex?: `0x${string}` | null;
|
2724
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2725
|
+
blobVersionedHashes?: undefined;
|
2726
2726
|
chainId?: `0x${string}` | undefined;
|
2727
2727
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2728
2728
|
blockHash: `0x${string}` | null;
|
@@ -2761,19 +2761,19 @@ export declare const celo: {
|
|
2761
2761
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2762
2762
|
maxFeePerGas?: `0x${string}` | undefined;
|
2763
2763
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2764
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2764
2765
|
to?: `0x${string}` | null;
|
2765
2766
|
from?: `0x${string}`;
|
2766
2767
|
gas?: `0x${string}`;
|
2767
2768
|
nonce?: `0x${string}`;
|
2768
2769
|
value?: `0x${string}`;
|
2769
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2770
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2771
|
-
blobVersionedHashes?: undefined;
|
2772
2770
|
blockHash?: `0x${string}` | null;
|
2773
2771
|
blockNumber?: `0x${string}` | null;
|
2774
2772
|
hash?: `0x${string}`;
|
2775
2773
|
input?: `0x${string}`;
|
2776
2774
|
transactionIndex?: `0x${string}` | null;
|
2775
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2776
|
+
blobVersionedHashes?: undefined;
|
2777
2777
|
chainId?: `0x${string}` | undefined;
|
2778
2778
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2779
2779
|
blockHash: `0x${string}` | null;
|
@@ -2812,19 +2812,19 @@ export declare const celo: {
|
|
2812
2812
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2813
2813
|
maxFeePerGas?: `0x${string}` | undefined;
|
2814
2814
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2815
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2815
2816
|
to?: `0x${string}` | null;
|
2816
2817
|
from?: `0x${string}`;
|
2817
2818
|
gas?: `0x${string}`;
|
2818
2819
|
nonce?: `0x${string}`;
|
2819
2820
|
value?: `0x${string}`;
|
2820
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2821
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2822
|
-
blobVersionedHashes?: undefined;
|
2823
2821
|
blockHash?: `0x${string}` | null;
|
2824
2822
|
blockNumber?: `0x${string}` | null;
|
2825
2823
|
hash?: `0x${string}`;
|
2826
2824
|
input?: `0x${string}`;
|
2827
2825
|
transactionIndex?: `0x${string}` | null;
|
2826
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2827
|
+
blobVersionedHashes?: undefined;
|
2828
2828
|
chainId?: `0x${string}` | undefined;
|
2829
2829
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2830
2830
|
feeCurrency: `0x${string}` | null;
|
@@ -2840,19 +2840,19 @@ export declare const celo: {
|
|
2840
2840
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2841
2841
|
maxFeePerGas?: `0x${string}` | undefined;
|
2842
2842
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2843
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2843
2844
|
to?: `0x${string}` | null;
|
2844
2845
|
from?: `0x${string}`;
|
2845
2846
|
gas?: `0x${string}`;
|
2846
2847
|
nonce?: `0x${string}`;
|
2847
2848
|
value?: `0x${string}`;
|
2848
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2849
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2850
|
-
blobVersionedHashes?: undefined;
|
2851
2849
|
blockHash?: `0x${string}` | null;
|
2852
2850
|
blockNumber?: `0x${string}` | null;
|
2853
2851
|
hash?: `0x${string}`;
|
2854
2852
|
input?: `0x${string}`;
|
2855
2853
|
transactionIndex?: `0x${string}` | null;
|
2854
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2855
|
+
blobVersionedHashes?: undefined;
|
2856
2856
|
chainId?: `0x${string}` | undefined;
|
2857
2857
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
2858
2858
|
feeCurrency: `0x${string}` | null;
|
@@ -2868,19 +2868,19 @@ export declare const celo: {
|
|
2868
2868
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2869
2869
|
maxFeePerGas?: `0x${string}` | undefined;
|
2870
2870
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2871
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2871
2872
|
to?: `0x${string}` | null;
|
2872
2873
|
from?: `0x${string}`;
|
2873
2874
|
gas?: `0x${string}`;
|
2874
2875
|
nonce?: `0x${string}`;
|
2875
2876
|
value?: `0x${string}`;
|
2876
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2877
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2878
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2879
2877
|
blockHash?: `0x${string}` | null;
|
2880
2878
|
blockNumber?: `0x${string}` | null;
|
2881
2879
|
hash?: `0x${string}`;
|
2882
2880
|
input?: `0x${string}`;
|
2883
2881
|
transactionIndex?: `0x${string}` | null;
|
2882
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2883
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2884
2884
|
chainId?: `0x${string}` | undefined;
|
2885
2885
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2886
2886
|
r: `0x${string}`;
|
@@ -2919,19 +2919,19 @@ export declare const celo: {
|
|
2919
2919
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2920
2920
|
maxFeePerGas?: `0x${string}` | undefined;
|
2921
2921
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2922
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2922
2923
|
to?: `0x${string}` | null;
|
2923
2924
|
from?: `0x${string}`;
|
2924
2925
|
gas?: `0x${string}`;
|
2925
2926
|
nonce?: `0x${string}`;
|
2926
2927
|
value?: `0x${string}`;
|
2927
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2928
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2929
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2930
2928
|
blockHash?: `0x${string}` | null;
|
2931
2929
|
blockNumber?: `0x${string}` | null;
|
2932
2930
|
hash?: `0x${string}`;
|
2933
2931
|
input?: `0x${string}`;
|
2934
2932
|
transactionIndex?: `0x${string}` | null;
|
2933
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2934
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2935
2935
|
chainId?: `0x${string}` | undefined;
|
2936
2936
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2937
2937
|
blockHash: `0x${string}` | null;
|
@@ -2970,19 +2970,19 @@ export declare const celo: {
|
|
2970
2970
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
2971
2971
|
maxFeePerGas?: `0x${string}` | undefined;
|
2972
2972
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
2973
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2973
2974
|
to?: `0x${string}` | null;
|
2974
2975
|
from?: `0x${string}`;
|
2975
2976
|
gas?: `0x${string}`;
|
2976
2977
|
nonce?: `0x${string}`;
|
2977
2978
|
value?: `0x${string}`;
|
2978
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
2979
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
2980
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2981
2979
|
blockHash?: `0x${string}` | null;
|
2982
2980
|
blockNumber?: `0x${string}` | null;
|
2983
2981
|
hash?: `0x${string}`;
|
2984
2982
|
input?: `0x${string}`;
|
2985
2983
|
transactionIndex?: `0x${string}` | null;
|
2984
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
2985
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2986
2986
|
chainId?: `0x${string}` | undefined;
|
2987
2987
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2988
2988
|
blockHash: `0x${string}` | null;
|
@@ -3021,19 +3021,19 @@ export declare const celo: {
|
|
3021
3021
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
3022
3022
|
maxFeePerGas?: `0x${string}` | undefined;
|
3023
3023
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
3024
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3024
3025
|
to?: `0x${string}` | null;
|
3025
3026
|
from?: `0x${string}`;
|
3026
3027
|
gas?: `0x${string}`;
|
3027
3028
|
nonce?: `0x${string}`;
|
3028
3029
|
value?: `0x${string}`;
|
3029
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3030
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
3031
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3032
3030
|
blockHash?: `0x${string}` | null;
|
3033
3031
|
blockNumber?: `0x${string}` | null;
|
3034
3032
|
hash?: `0x${string}`;
|
3035
3033
|
input?: `0x${string}`;
|
3036
3034
|
transactionIndex?: `0x${string}` | null;
|
3035
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
3036
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3037
3037
|
chainId?: `0x${string}` | undefined;
|
3038
3038
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3039
3039
|
blockHash: `0x${string}` | null;
|
@@ -3072,19 +3072,19 @@ export declare const celo: {
|
|
3072
3072
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
3073
3073
|
maxFeePerGas?: `0x${string}` | undefined;
|
3074
3074
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
3075
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3075
3076
|
to?: `0x${string}` | null;
|
3076
3077
|
from?: `0x${string}`;
|
3077
3078
|
gas?: `0x${string}`;
|
3078
3079
|
nonce?: `0x${string}`;
|
3079
3080
|
value?: `0x${string}`;
|
3080
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3081
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
3082
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3083
3081
|
blockHash?: `0x${string}` | null;
|
3084
3082
|
blockNumber?: `0x${string}` | null;
|
3085
3083
|
hash?: `0x${string}`;
|
3086
3084
|
input?: `0x${string}`;
|
3087
3085
|
transactionIndex?: `0x${string}` | null;
|
3086
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
3087
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3088
3088
|
chainId?: `0x${string}` | undefined;
|
3089
3089
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3090
3090
|
feeCurrency: `0x${string}` | null;
|
@@ -3100,19 +3100,19 @@ export declare const celo: {
|
|
3100
3100
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
3101
3101
|
maxFeePerGas?: `0x${string}` | undefined;
|
3102
3102
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
3103
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3103
3104
|
to?: `0x${string}` | null;
|
3104
3105
|
from?: `0x${string}`;
|
3105
3106
|
gas?: `0x${string}`;
|
3106
3107
|
nonce?: `0x${string}`;
|
3107
3108
|
value?: `0x${string}`;
|
3108
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
|
3109
|
-
accessList?: import("../../index.js").AccessList | undefined;
|
3110
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3111
3109
|
blockHash?: `0x${string}` | null;
|
3112
3110
|
blockNumber?: `0x${string}` | null;
|
3113
3111
|
hash?: `0x${string}`;
|
3114
3112
|
input?: `0x${string}`;
|
3115
3113
|
transactionIndex?: `0x${string}` | null;
|
3114
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
3115
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3116
3116
|
chainId?: `0x${string}` | undefined;
|
3117
3117
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3118
3118
|
feeCurrency: `0x${string}` | null;
|