viem 2.43.4 → 2.44.0
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 +48 -0
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js +11 -1
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_cjs/actions/wallet/sendTransactionSync.js +1 -0
- package/_cjs/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_cjs/chains/definitions/codex.js +47 -0
- package/_cjs/chains/definitions/codex.js.map +1 -0
- package/_cjs/chains/definitions/codexTestnet.js +47 -0
- package/_cjs/chains/definitions/codexTestnet.js.map +1 -0
- package/_cjs/chains/definitions/paseoPassetHub.js +26 -0
- package/_cjs/chains/definitions/paseoPassetHub.js.map +1 -0
- package/_cjs/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +5 -5
- package/_cjs/chains/definitions/tempoAndantino.js.map +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js +7 -1
- package/_cjs/chains/definitions/tempoDevnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoModerato.js +28 -0
- package/_cjs/chains/definitions/tempoModerato.js.map +1 -0
- package/_cjs/chains/index.js +23 -14
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/tempo/Abis.js +610 -752
- package/_cjs/tempo/Abis.js.map +1 -1
- package/_cjs/tempo/Addresses.js +2 -2
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +5 -5
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/actions/amm.js +4 -38
- package/_cjs/tempo/actions/amm.js.map +1 -1
- package/_cjs/tempo/actions/dex.js +98 -46
- package/_cjs/tempo/actions/dex.js.map +1 -1
- package/_cjs/tempo/actions/nonce.js +0 -35
- package/_cjs/tempo/actions/nonce.js.map +1 -1
- package/_cjs/tempo/actions/reward.js +81 -62
- package/_cjs/tempo/actions/reward.js.map +1 -1
- package/_cjs/tempo/actions/token.js +11 -2
- package/_cjs/tempo/actions/token.js.map +1 -1
- package/_cjs/tempo/chainConfig.js +5 -10
- package/_cjs/tempo/chainConfig.js.map +1 -1
- package/_cjs/tempo/index.js +2 -1
- package/_cjs/tempo/index.js.map +1 -1
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js +16 -2
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_esm/actions/wallet/sendTransactionSync.js +1 -0
- package/_esm/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_esm/chains/definitions/codex.js +44 -0
- package/_esm/chains/definitions/codex.js.map +1 -0
- package/_esm/chains/definitions/codexTestnet.js +44 -0
- package/_esm/chains/definitions/codexTestnet.js.map +1 -0
- package/_esm/chains/definitions/paseoPassetHub.js +23 -0
- package/_esm/chains/definitions/paseoPassetHub.js.map +1 -0
- package/_esm/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +4 -4
- package/_esm/chains/definitions/tempoAndantino.js.map +1 -0
- package/_esm/chains/definitions/tempoDevnet.js +7 -1
- package/_esm/chains/definitions/tempoDevnet.js.map +1 -1
- package/_esm/chains/definitions/tempoModerato.js +25 -0
- package/_esm/chains/definitions/tempoModerato.js.map +1 -0
- package/_esm/chains/index.js +9 -1
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/tempo/Abis.js +609 -751
- package/_esm/tempo/Abis.js.map +1 -1
- package/_esm/tempo/Addresses.js +1 -1
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +5 -5
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/actions/amm.js +4 -62
- package/_esm/tempo/actions/amm.js.map +1 -1
- package/_esm/tempo/actions/dex.js +192 -48
- package/_esm/tempo/actions/dex.js.map +1 -1
- package/_esm/tempo/actions/nonce.js +0 -94
- package/_esm/tempo/actions/nonce.js.map +1 -1
- package/_esm/tempo/actions/reward.js +227 -189
- package/_esm/tempo/actions/reward.js.map +1 -1
- package/_esm/tempo/actions/token.js +11 -2
- package/_esm/tempo/actions/token.js.map +1 -1
- package/_esm/tempo/chainConfig.js +2 -7
- package/_esm/tempo/chainConfig.js.map +1 -1
- package/_esm/tempo/index.js +1 -1
- package/_esm/tempo/index.js.map +1 -1
- package/_types/account-abstraction/utils/userOperation/toPackedUserOperation.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransactionSync.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +22 -22
- package/_types/celo/formatters.d.ts +11 -11
- package/_types/chains/definitions/abstract.d.ts +14 -14
- package/_types/chains/definitions/abstractTestnet.d.ts +14 -14
- package/_types/chains/definitions/ancient8.d.ts +3 -3
- package/_types/chains/definitions/ancient8Sepolia.d.ts +3 -3
- package/_types/chains/definitions/base.d.ts +6 -6
- package/_types/chains/definitions/baseGoerli.d.ts +3 -3
- package/_types/chains/definitions/baseSepolia.d.ts +6 -6
- package/_types/chains/definitions/blast.d.ts +3 -3
- package/_types/chains/definitions/bob.d.ts +3 -3
- package/_types/chains/definitions/bobSepolia.d.ts +3 -3
- package/_types/chains/definitions/celo.d.ts +22 -22
- package/_types/chains/definitions/celoAlfajores.d.ts +22 -22
- package/_types/chains/definitions/celoSepolia.d.ts +22 -22
- package/_types/chains/definitions/codex.d.ts +310 -0
- package/_types/chains/definitions/codex.d.ts.map +1 -0
- package/_types/chains/definitions/codexTestnet.d.ts +310 -0
- package/_types/chains/definitions/codexTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/dchain.d.ts +3 -3
- package/_types/chains/definitions/dchainTestnet.d.ts +3 -3
- package/_types/chains/definitions/elysiumTestnet.d.ts +3 -3
- package/_types/chains/definitions/fraxtal.d.ts +3 -3
- package/_types/chains/definitions/fraxtalTestnet.d.ts +3 -3
- package/_types/chains/definitions/funkiMainnet.d.ts +3 -3
- package/_types/chains/definitions/funkiSepolia.d.ts +3 -3
- package/_types/chains/definitions/garnet.d.ts +3 -3
- package/_types/chains/definitions/giwaSepolia.d.ts +6 -6
- package/_types/chains/definitions/ink.d.ts +3 -3
- package/_types/chains/definitions/inkSepolia.d.ts +3 -3
- package/_types/chains/definitions/lisk.d.ts +3 -3
- package/_types/chains/definitions/liskSepolia.d.ts +3 -3
- package/_types/chains/definitions/metalL2.d.ts +3 -3
- package/_types/chains/definitions/mode.d.ts +3 -3
- package/_types/chains/definitions/modeTestnet.d.ts +3 -3
- package/_types/chains/definitions/optimism.d.ts +3 -3
- package/_types/chains/definitions/optimismGoerli.d.ts +3 -3
- package/_types/chains/definitions/optimismSepolia.d.ts +3 -3
- package/_types/chains/definitions/paseoPassetHub.d.ts +48 -0
- package/_types/chains/definitions/paseoPassetHub.d.ts.map +1 -0
- package/_types/chains/definitions/pgn.d.ts +3 -3
- package/_types/chains/definitions/pgnTestnet.d.ts +3 -3
- package/_types/chains/definitions/playfiAlbireo.d.ts +14 -14
- package/_types/chains/definitions/pyrope.d.ts +3 -3
- package/_types/chains/definitions/redstone.d.ts +3 -3
- package/_types/chains/definitions/rss3.d.ts +3 -3
- package/_types/chains/definitions/rss3Sepolia.d.ts +3 -3
- package/_types/chains/definitions/shape.d.ts +3 -3
- package/_types/chains/definitions/shapeSepolia.d.ts +3 -3
- package/_types/chains/definitions/snax.d.ts +3 -3
- package/_types/chains/definitions/snaxTestnet.d.ts +3 -3
- package/_types/chains/definitions/soneium.d.ts +3 -3
- package/_types/chains/definitions/soneiumMinato.d.ts +3 -3
- package/_types/chains/definitions/sophon.d.ts +14 -14
- package/_types/chains/definitions/sophonTestnet.d.ts +14 -14
- package/_types/chains/definitions/superseed.d.ts +3 -3
- package/_types/chains/definitions/superseedSepolia.d.ts +3 -3
- package/_types/chains/definitions/swellchain.d.ts +3 -3
- package/_types/chains/definitions/swellchainTestnet.d.ts +3 -3
- package/_types/chains/definitions/{tempoTestnet.d.ts → tempoAndantino.d.ts} +36 -40
- package/_types/chains/definitions/{tempoTestnet.d.ts.map → tempoAndantino.d.ts.map} +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +43 -47
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +30 -34
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +912 -0
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -0
- package/_types/chains/definitions/treasure.d.ts +14 -14
- package/_types/chains/definitions/treasureTopaz.d.ts +14 -14
- package/_types/chains/definitions/unichain.d.ts +3 -3
- package/_types/chains/definitions/unichainSepolia.d.ts +3 -3
- package/_types/chains/definitions/worldchain.d.ts +3 -3
- package/_types/chains/definitions/worldchainSepolia.d.ts +3 -3
- package/_types/chains/definitions/zircuit.d.ts +3 -3
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +3 -3
- package/_types/chains/definitions/zircuitTestnet.d.ts +3 -3
- package/_types/chains/definitions/zksync.d.ts +14 -14
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalNode.d.ts +14 -14
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +14 -14
- package/_types/chains/definitions/zora.d.ts +3 -3
- package/_types/chains/definitions/zoraSepolia.d.ts +3 -3
- package/_types/chains/definitions/zoraTestnet.d.ts +3 -3
- package/_types/chains/index.d.ts +9 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +3 -3
- package/_types/op-stack/formatters.d.ts +3 -3
- package/_types/tempo/Abis.d.ts +937 -1194
- package/_types/tempo/Abis.d.ts.map +1 -1
- package/_types/tempo/Addresses.d.ts +1 -1
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +91 -85
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/actions/amm.d.ts +19 -360
- package/_types/tempo/actions/amm.d.ts.map +1 -1
- package/_types/tempo/actions/dex.d.ts +765 -237
- package/_types/tempo/actions/dex.d.ts.map +1 -1
- package/_types/tempo/actions/fee.d.ts +30 -11
- package/_types/tempo/actions/fee.d.ts.map +1 -1
- package/_types/tempo/actions/nonce.d.ts +0 -105
- package/_types/tempo/actions/nonce.d.ts.map +1 -1
- package/_types/tempo/actions/policy.d.ts +60 -0
- package/_types/tempo/actions/policy.d.ts.map +1 -1
- package/_types/tempo/actions/reward.d.ts +350 -526
- package/_types/tempo/actions/reward.d.ts.map +1 -1
- package/_types/tempo/actions/token.d.ts +368 -1984
- package/_types/tempo/actions/token.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +16 -19
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +1 -1
- package/_types/tempo/index.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/zksync/chainConfig.d.ts +14 -14
- package/_types/zksync/formatters.d.ts +14 -14
- package/account-abstraction/utils/userOperation/toPackedUserOperation.ts +17 -2
- package/actions/wallet/sendTransactionSync.ts +1 -0
- package/chains/definitions/codex.ts +45 -0
- package/chains/definitions/codexTestnet.ts +45 -0
- package/chains/definitions/paseoPassetHub.ts +23 -0
- package/chains/definitions/{tempoTestnet.ts → tempoAndantino.ts} +3 -3
- package/chains/definitions/tempoDevnet.ts +7 -1
- package/chains/definitions/tempoModerato.ts +25 -0
- package/chains/index.ts +10 -1
- package/errors/version.ts +1 -1
- package/index.ts +9 -0
- package/package.json +2 -2
- package/tempo/Abis.ts +607 -752
- package/tempo/Addresses.ts +1 -1
- package/tempo/Decorator.ts +115 -106
- package/tempo/actions/amm.ts +13 -115
- package/tempo/actions/dex.ts +274 -72
- package/tempo/actions/nonce.ts +0 -148
- package/tempo/actions/reward.ts +310 -257
- package/tempo/actions/token.ts +16 -2
- package/tempo/chainConfig.ts +2 -9
- package/tempo/index.ts +1 -1
- package/_cjs/chains/definitions/tempoTestnet.js.map +0 -1
- package/_esm/chains/definitions/tempoTestnet.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBxB,CAAA"}
|
|
@@ -76,16 +76,16 @@ export declare const treasure: {
|
|
|
76
76
|
r: import("../../index.js").Hex;
|
|
77
77
|
s: import("../../index.js").Hex;
|
|
78
78
|
v: bigint;
|
|
79
|
-
value: bigint;
|
|
80
|
-
gas: bigint;
|
|
81
79
|
to: import("abitype").Address | null;
|
|
82
80
|
from: import("abitype").Address;
|
|
81
|
+
gas: bigint;
|
|
83
82
|
nonce: number;
|
|
83
|
+
value: bigint;
|
|
84
84
|
blockHash: `0x${string}` | null;
|
|
85
85
|
blockNumber: bigint | null;
|
|
86
|
-
transactionIndex: number | null;
|
|
87
86
|
hash: import("../../index.js").Hash;
|
|
88
87
|
input: import("../../index.js").Hex;
|
|
88
|
+
transactionIndex: number | null;
|
|
89
89
|
typeHex: import("../../index.js").Hex | null;
|
|
90
90
|
accessList?: undefined | undefined;
|
|
91
91
|
authorizationList?: undefined | undefined;
|
|
@@ -259,15 +259,15 @@ export declare const treasure: {
|
|
|
259
259
|
readonly transactionReceipt: {
|
|
260
260
|
exclude: [] | undefined;
|
|
261
261
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
262
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
263
262
|
type: import("../index.js").ZkSyncTransactionType;
|
|
264
|
-
|
|
263
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
265
264
|
to: import("abitype").Address | null;
|
|
266
265
|
from: import("abitype").Address;
|
|
267
266
|
blockHash: import("../../index.js").Hash;
|
|
268
267
|
blockNumber: bigint;
|
|
269
|
-
transactionHash: import("../../index.js").Hash;
|
|
270
268
|
transactionIndex: number;
|
|
269
|
+
status: "success" | "reverted";
|
|
270
|
+
transactionHash: import("../../index.js").Hash;
|
|
271
271
|
logsBloom: import("../../index.js").Hex;
|
|
272
272
|
blobGasUsed?: bigint | undefined;
|
|
273
273
|
gasUsed: bigint;
|
|
@@ -344,10 +344,10 @@ export declare const treasure: {
|
|
|
344
344
|
} | {
|
|
345
345
|
type?: "0x3" | undefined;
|
|
346
346
|
data?: `0x${string}` | undefined;
|
|
347
|
-
value?: `0x${string}` | undefined;
|
|
348
|
-
gas?: `0x${string}` | undefined;
|
|
349
347
|
from?: `0x${string}` | undefined;
|
|
348
|
+
gas?: `0x${string}` | undefined;
|
|
350
349
|
nonce?: `0x${string}` | undefined;
|
|
350
|
+
value?: `0x${string}` | undefined;
|
|
351
351
|
to: `0x${string}` | null;
|
|
352
352
|
gasPrice?: undefined | undefined;
|
|
353
353
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -363,10 +363,10 @@ export declare const treasure: {
|
|
|
363
363
|
} | {
|
|
364
364
|
type?: "0x3" | undefined;
|
|
365
365
|
data?: `0x${string}` | undefined;
|
|
366
|
-
value?: `0x${string}` | undefined;
|
|
367
|
-
gas?: `0x${string}` | undefined;
|
|
368
366
|
from?: `0x${string}` | undefined;
|
|
367
|
+
gas?: `0x${string}` | undefined;
|
|
369
368
|
nonce?: `0x${string}` | undefined;
|
|
369
|
+
value?: `0x${string}` | undefined;
|
|
370
370
|
to: `0x${string}` | null;
|
|
371
371
|
gasPrice?: undefined | undefined;
|
|
372
372
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -380,17 +380,17 @@ export declare const treasure: {
|
|
|
380
380
|
authorizationList?: undefined;
|
|
381
381
|
eip712Meta?: undefined | undefined;
|
|
382
382
|
} | {
|
|
383
|
+
type?: "0x4" | undefined;
|
|
383
384
|
gasPrice?: undefined | undefined;
|
|
384
385
|
maxFeePerBlobGas?: undefined | undefined;
|
|
385
386
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
386
387
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
387
|
-
type?: "0x4" | undefined;
|
|
388
|
-
data?: `0x${string}` | undefined;
|
|
389
|
-
value?: `0x${string}` | undefined;
|
|
390
|
-
gas?: `0x${string}` | undefined;
|
|
391
388
|
to?: `0x${string}` | null | undefined;
|
|
389
|
+
data?: `0x${string}` | undefined;
|
|
392
390
|
from?: `0x${string}` | undefined;
|
|
391
|
+
gas?: `0x${string}` | undefined;
|
|
393
392
|
nonce?: `0x${string}` | undefined;
|
|
393
|
+
value?: `0x${string}` | undefined;
|
|
394
394
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
395
395
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
396
396
|
blobs?: undefined;
|
|
@@ -76,16 +76,16 @@ export declare const treasureTopaz: {
|
|
|
76
76
|
r: import("../../index.js").Hex;
|
|
77
77
|
s: import("../../index.js").Hex;
|
|
78
78
|
v: bigint;
|
|
79
|
-
value: bigint;
|
|
80
|
-
gas: bigint;
|
|
81
79
|
to: import("abitype").Address | null;
|
|
82
80
|
from: import("abitype").Address;
|
|
81
|
+
gas: bigint;
|
|
83
82
|
nonce: number;
|
|
83
|
+
value: bigint;
|
|
84
84
|
blockHash: `0x${string}` | null;
|
|
85
85
|
blockNumber: bigint | null;
|
|
86
|
-
transactionIndex: number | null;
|
|
87
86
|
hash: import("../../index.js").Hash;
|
|
88
87
|
input: import("../../index.js").Hex;
|
|
88
|
+
transactionIndex: number | null;
|
|
89
89
|
typeHex: import("../../index.js").Hex | null;
|
|
90
90
|
accessList?: undefined | undefined;
|
|
91
91
|
authorizationList?: undefined | undefined;
|
|
@@ -259,15 +259,15 @@ export declare const treasureTopaz: {
|
|
|
259
259
|
readonly transactionReceipt: {
|
|
260
260
|
exclude: [] | undefined;
|
|
261
261
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
262
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
263
262
|
type: import("../index.js").ZkSyncTransactionType;
|
|
264
|
-
|
|
263
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
265
264
|
to: import("abitype").Address | null;
|
|
266
265
|
from: import("abitype").Address;
|
|
267
266
|
blockHash: import("../../index.js").Hash;
|
|
268
267
|
blockNumber: bigint;
|
|
269
|
-
transactionHash: import("../../index.js").Hash;
|
|
270
268
|
transactionIndex: number;
|
|
269
|
+
status: "success" | "reverted";
|
|
270
|
+
transactionHash: import("../../index.js").Hash;
|
|
271
271
|
logsBloom: import("../../index.js").Hex;
|
|
272
272
|
blobGasUsed?: bigint | undefined;
|
|
273
273
|
gasUsed: bigint;
|
|
@@ -344,10 +344,10 @@ export declare const treasureTopaz: {
|
|
|
344
344
|
} | {
|
|
345
345
|
type?: "0x3" | undefined;
|
|
346
346
|
data?: `0x${string}` | undefined;
|
|
347
|
-
value?: `0x${string}` | undefined;
|
|
348
|
-
gas?: `0x${string}` | undefined;
|
|
349
347
|
from?: `0x${string}` | undefined;
|
|
348
|
+
gas?: `0x${string}` | undefined;
|
|
350
349
|
nonce?: `0x${string}` | undefined;
|
|
350
|
+
value?: `0x${string}` | undefined;
|
|
351
351
|
to: `0x${string}` | null;
|
|
352
352
|
gasPrice?: undefined | undefined;
|
|
353
353
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -363,10 +363,10 @@ export declare const treasureTopaz: {
|
|
|
363
363
|
} | {
|
|
364
364
|
type?: "0x3" | undefined;
|
|
365
365
|
data?: `0x${string}` | undefined;
|
|
366
|
-
value?: `0x${string}` | undefined;
|
|
367
|
-
gas?: `0x${string}` | undefined;
|
|
368
366
|
from?: `0x${string}` | undefined;
|
|
367
|
+
gas?: `0x${string}` | undefined;
|
|
369
368
|
nonce?: `0x${string}` | undefined;
|
|
369
|
+
value?: `0x${string}` | undefined;
|
|
370
370
|
to: `0x${string}` | null;
|
|
371
371
|
gasPrice?: undefined | undefined;
|
|
372
372
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -380,17 +380,17 @@ export declare const treasureTopaz: {
|
|
|
380
380
|
authorizationList?: undefined;
|
|
381
381
|
eip712Meta?: undefined | undefined;
|
|
382
382
|
} | {
|
|
383
|
+
type?: "0x4" | undefined;
|
|
383
384
|
gasPrice?: undefined | undefined;
|
|
384
385
|
maxFeePerBlobGas?: undefined | undefined;
|
|
385
386
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
386
387
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
387
|
-
type?: "0x4" | undefined;
|
|
388
|
-
data?: `0x${string}` | undefined;
|
|
389
|
-
value?: `0x${string}` | undefined;
|
|
390
|
-
gas?: `0x${string}` | undefined;
|
|
391
388
|
to?: `0x${string}` | null | undefined;
|
|
389
|
+
data?: `0x${string}` | undefined;
|
|
392
390
|
from?: `0x${string}` | undefined;
|
|
391
|
+
gas?: `0x${string}` | undefined;
|
|
393
392
|
nonce?: `0x${string}` | undefined;
|
|
393
|
+
value?: `0x${string}` | undefined;
|
|
394
394
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
395
395
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
396
396
|
blobs?: undefined;
|
|
@@ -129,16 +129,16 @@ export declare const unichain: {
|
|
|
129
129
|
r: import("../../index.js").Hex;
|
|
130
130
|
s: import("../../index.js").Hex;
|
|
131
131
|
v: bigint;
|
|
132
|
-
value: bigint;
|
|
133
|
-
gas: bigint;
|
|
134
132
|
to: import("abitype").Address | null;
|
|
135
133
|
from: import("abitype").Address;
|
|
134
|
+
gas: bigint;
|
|
136
135
|
nonce: number;
|
|
136
|
+
value: bigint;
|
|
137
137
|
blockHash: `0x${string}` | null;
|
|
138
138
|
blockNumber: bigint | null;
|
|
139
|
-
transactionIndex: number | null;
|
|
140
139
|
hash: import("../../index.js").Hash;
|
|
141
140
|
input: import("../../index.js").Hex;
|
|
141
|
+
transactionIndex: number | null;
|
|
142
142
|
typeHex: import("../../index.js").Hex | null;
|
|
143
143
|
accessList?: undefined | undefined;
|
|
144
144
|
authorizationList?: undefined | undefined;
|
|
@@ -129,16 +129,16 @@ export declare const unichainSepolia: {
|
|
|
129
129
|
r: import("../../index.js").Hex;
|
|
130
130
|
s: import("../../index.js").Hex;
|
|
131
131
|
v: bigint;
|
|
132
|
-
value: bigint;
|
|
133
|
-
gas: bigint;
|
|
134
132
|
to: import("abitype").Address | null;
|
|
135
133
|
from: import("abitype").Address;
|
|
134
|
+
gas: bigint;
|
|
136
135
|
nonce: number;
|
|
136
|
+
value: bigint;
|
|
137
137
|
blockHash: `0x${string}` | null;
|
|
138
138
|
blockNumber: bigint | null;
|
|
139
|
-
transactionIndex: number | null;
|
|
140
139
|
hash: import("../../index.js").Hash;
|
|
141
140
|
input: import("../../index.js").Hex;
|
|
141
|
+
transactionIndex: number | null;
|
|
142
142
|
typeHex: import("../../index.js").Hex | null;
|
|
143
143
|
accessList?: undefined | undefined;
|
|
144
144
|
authorizationList?: undefined | undefined;
|
|
@@ -139,16 +139,16 @@ export declare const worldchain: {
|
|
|
139
139
|
r: import("../../index.js").Hex;
|
|
140
140
|
s: import("../../index.js").Hex;
|
|
141
141
|
v: bigint;
|
|
142
|
-
value: bigint;
|
|
143
|
-
gas: bigint;
|
|
144
142
|
to: import("abitype").Address | null;
|
|
145
143
|
from: import("abitype").Address;
|
|
144
|
+
gas: bigint;
|
|
146
145
|
nonce: number;
|
|
146
|
+
value: bigint;
|
|
147
147
|
blockHash: `0x${string}` | null;
|
|
148
148
|
blockNumber: bigint | null;
|
|
149
|
-
transactionIndex: number | null;
|
|
150
149
|
hash: import("../../index.js").Hash;
|
|
151
150
|
input: import("../../index.js").Hex;
|
|
151
|
+
transactionIndex: number | null;
|
|
152
152
|
typeHex: import("../../index.js").Hex | null;
|
|
153
153
|
accessList?: undefined | undefined;
|
|
154
154
|
authorizationList?: undefined | undefined;
|
|
@@ -139,16 +139,16 @@ export declare const worldchainSepolia: {
|
|
|
139
139
|
r: import("../../index.js").Hex;
|
|
140
140
|
s: import("../../index.js").Hex;
|
|
141
141
|
v: bigint;
|
|
142
|
-
value: bigint;
|
|
143
|
-
gas: bigint;
|
|
144
142
|
to: import("abitype").Address | null;
|
|
145
143
|
from: import("abitype").Address;
|
|
144
|
+
gas: bigint;
|
|
146
145
|
nonce: number;
|
|
146
|
+
value: bigint;
|
|
147
147
|
blockHash: `0x${string}` | null;
|
|
148
148
|
blockNumber: bigint | null;
|
|
149
|
-
transactionIndex: number | null;
|
|
150
149
|
hash: import("../../index.js").Hash;
|
|
151
150
|
input: import("../../index.js").Hex;
|
|
151
|
+
transactionIndex: number | null;
|
|
152
152
|
typeHex: import("../../index.js").Hex | null;
|
|
153
153
|
accessList?: undefined | undefined;
|
|
154
154
|
authorizationList?: undefined | undefined;
|
|
@@ -109,16 +109,16 @@ export declare const zircuit: {
|
|
|
109
109
|
r: import("../../index.js").Hex;
|
|
110
110
|
s: import("../../index.js").Hex;
|
|
111
111
|
v: bigint;
|
|
112
|
-
value: bigint;
|
|
113
|
-
gas: bigint;
|
|
114
112
|
to: import("abitype").Address | null;
|
|
115
113
|
from: import("abitype").Address;
|
|
114
|
+
gas: bigint;
|
|
116
115
|
nonce: number;
|
|
116
|
+
value: bigint;
|
|
117
117
|
blockHash: `0x${string}` | null;
|
|
118
118
|
blockNumber: bigint | null;
|
|
119
|
-
transactionIndex: number | null;
|
|
120
119
|
hash: import("../../index.js").Hash;
|
|
121
120
|
input: import("../../index.js").Hex;
|
|
121
|
+
transactionIndex: number | null;
|
|
122
122
|
typeHex: import("../../index.js").Hex | null;
|
|
123
123
|
accessList?: undefined | undefined;
|
|
124
124
|
authorizationList?: undefined | undefined;
|
|
@@ -109,16 +109,16 @@ export declare const zircuitGarfieldTestnet: {
|
|
|
109
109
|
r: import("../../index.js").Hex;
|
|
110
110
|
s: import("../../index.js").Hex;
|
|
111
111
|
v: bigint;
|
|
112
|
-
value: bigint;
|
|
113
|
-
gas: bigint;
|
|
114
112
|
to: import("abitype").Address | null;
|
|
115
113
|
from: import("abitype").Address;
|
|
114
|
+
gas: bigint;
|
|
116
115
|
nonce: number;
|
|
116
|
+
value: bigint;
|
|
117
117
|
blockHash: `0x${string}` | null;
|
|
118
118
|
blockNumber: bigint | null;
|
|
119
|
-
transactionIndex: number | null;
|
|
120
119
|
hash: import("../../index.js").Hash;
|
|
121
120
|
input: import("../../index.js").Hex;
|
|
121
|
+
transactionIndex: number | null;
|
|
122
122
|
typeHex: import("../../index.js").Hex | null;
|
|
123
123
|
accessList?: undefined | undefined;
|
|
124
124
|
authorizationList?: undefined | undefined;
|
|
@@ -110,16 +110,16 @@ export declare const zircuitTestnet: {
|
|
|
110
110
|
r: import("../../index.js").Hex;
|
|
111
111
|
s: import("../../index.js").Hex;
|
|
112
112
|
v: bigint;
|
|
113
|
-
value: bigint;
|
|
114
|
-
gas: bigint;
|
|
115
113
|
to: import("abitype").Address | null;
|
|
116
114
|
from: import("abitype").Address;
|
|
115
|
+
gas: bigint;
|
|
117
116
|
nonce: number;
|
|
117
|
+
value: bigint;
|
|
118
118
|
blockHash: `0x${string}` | null;
|
|
119
119
|
blockNumber: bigint | null;
|
|
120
|
-
transactionIndex: number | null;
|
|
121
120
|
hash: import("../../index.js").Hash;
|
|
122
121
|
input: import("../../index.js").Hex;
|
|
122
|
+
transactionIndex: number | null;
|
|
123
123
|
typeHex: import("../../index.js").Hex | null;
|
|
124
124
|
accessList?: undefined | undefined;
|
|
125
125
|
authorizationList?: undefined | undefined;
|
|
@@ -85,16 +85,16 @@ export declare const zksync: {
|
|
|
85
85
|
r: import("../../index.js").Hex;
|
|
86
86
|
s: import("../../index.js").Hex;
|
|
87
87
|
v: bigint;
|
|
88
|
-
value: bigint;
|
|
89
|
-
gas: bigint;
|
|
90
88
|
to: import("abitype").Address | null;
|
|
91
89
|
from: import("abitype").Address;
|
|
90
|
+
gas: bigint;
|
|
92
91
|
nonce: number;
|
|
92
|
+
value: bigint;
|
|
93
93
|
blockHash: `0x${string}` | null;
|
|
94
94
|
blockNumber: bigint | null;
|
|
95
|
-
transactionIndex: number | null;
|
|
96
95
|
hash: import("../../index.js").Hash;
|
|
97
96
|
input: import("../../index.js").Hex;
|
|
97
|
+
transactionIndex: number | null;
|
|
98
98
|
typeHex: import("../../index.js").Hex | null;
|
|
99
99
|
accessList?: undefined | undefined;
|
|
100
100
|
authorizationList?: undefined | undefined;
|
|
@@ -268,15 +268,15 @@ export declare const zksync: {
|
|
|
268
268
|
readonly transactionReceipt: {
|
|
269
269
|
exclude: [] | undefined;
|
|
270
270
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
271
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
272
271
|
type: import("../index.js").ZkSyncTransactionType;
|
|
273
|
-
|
|
272
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
274
273
|
to: import("abitype").Address | null;
|
|
275
274
|
from: import("abitype").Address;
|
|
276
275
|
blockHash: import("../../index.js").Hash;
|
|
277
276
|
blockNumber: bigint;
|
|
278
|
-
transactionHash: import("../../index.js").Hash;
|
|
279
277
|
transactionIndex: number;
|
|
278
|
+
status: "success" | "reverted";
|
|
279
|
+
transactionHash: import("../../index.js").Hash;
|
|
280
280
|
logsBloom: import("../../index.js").Hex;
|
|
281
281
|
blobGasUsed?: bigint | undefined;
|
|
282
282
|
gasUsed: bigint;
|
|
@@ -353,10 +353,10 @@ export declare const zksync: {
|
|
|
353
353
|
} | {
|
|
354
354
|
type?: "0x3" | undefined;
|
|
355
355
|
data?: `0x${string}` | undefined;
|
|
356
|
-
value?: `0x${string}` | undefined;
|
|
357
|
-
gas?: `0x${string}` | undefined;
|
|
358
356
|
from?: `0x${string}` | undefined;
|
|
357
|
+
gas?: `0x${string}` | undefined;
|
|
359
358
|
nonce?: `0x${string}` | undefined;
|
|
359
|
+
value?: `0x${string}` | undefined;
|
|
360
360
|
to: `0x${string}` | null;
|
|
361
361
|
gasPrice?: undefined | undefined;
|
|
362
362
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -372,10 +372,10 @@ export declare const zksync: {
|
|
|
372
372
|
} | {
|
|
373
373
|
type?: "0x3" | undefined;
|
|
374
374
|
data?: `0x${string}` | undefined;
|
|
375
|
-
value?: `0x${string}` | undefined;
|
|
376
|
-
gas?: `0x${string}` | undefined;
|
|
377
375
|
from?: `0x${string}` | undefined;
|
|
376
|
+
gas?: `0x${string}` | undefined;
|
|
378
377
|
nonce?: `0x${string}` | undefined;
|
|
378
|
+
value?: `0x${string}` | undefined;
|
|
379
379
|
to: `0x${string}` | null;
|
|
380
380
|
gasPrice?: undefined | undefined;
|
|
381
381
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -389,17 +389,17 @@ export declare const zksync: {
|
|
|
389
389
|
authorizationList?: undefined;
|
|
390
390
|
eip712Meta?: undefined | undefined;
|
|
391
391
|
} | {
|
|
392
|
+
type?: "0x4" | undefined;
|
|
392
393
|
gasPrice?: undefined | undefined;
|
|
393
394
|
maxFeePerBlobGas?: undefined | undefined;
|
|
394
395
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
395
396
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
396
|
-
type?: "0x4" | undefined;
|
|
397
|
-
data?: `0x${string}` | undefined;
|
|
398
|
-
value?: `0x${string}` | undefined;
|
|
399
|
-
gas?: `0x${string}` | undefined;
|
|
400
397
|
to?: `0x${string}` | null | undefined;
|
|
398
|
+
data?: `0x${string}` | undefined;
|
|
401
399
|
from?: `0x${string}` | undefined;
|
|
400
|
+
gas?: `0x${string}` | undefined;
|
|
402
401
|
nonce?: `0x${string}` | undefined;
|
|
402
|
+
value?: `0x${string}` | undefined;
|
|
403
403
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
404
404
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
405
405
|
blobs?: undefined;
|
|
@@ -84,16 +84,16 @@ export declare const zksyncInMemoryNode: {
|
|
|
84
84
|
r: import("../../index.js").Hex;
|
|
85
85
|
s: import("../../index.js").Hex;
|
|
86
86
|
v: bigint;
|
|
87
|
-
value: bigint;
|
|
88
|
-
gas: bigint;
|
|
89
87
|
to: import("abitype").Address | null;
|
|
90
88
|
from: import("abitype").Address;
|
|
89
|
+
gas: bigint;
|
|
91
90
|
nonce: number;
|
|
91
|
+
value: bigint;
|
|
92
92
|
blockHash: `0x${string}` | null;
|
|
93
93
|
blockNumber: bigint | null;
|
|
94
|
-
transactionIndex: number | null;
|
|
95
94
|
hash: import("../../index.js").Hash;
|
|
96
95
|
input: import("../../index.js").Hex;
|
|
96
|
+
transactionIndex: number | null;
|
|
97
97
|
typeHex: import("../../index.js").Hex | null;
|
|
98
98
|
accessList?: undefined | undefined;
|
|
99
99
|
authorizationList?: undefined | undefined;
|
|
@@ -267,15 +267,15 @@ export declare const zksyncInMemoryNode: {
|
|
|
267
267
|
readonly transactionReceipt: {
|
|
268
268
|
exclude: [] | undefined;
|
|
269
269
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
270
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
271
270
|
type: import("../index.js").ZkSyncTransactionType;
|
|
272
|
-
|
|
271
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
273
272
|
to: import("abitype").Address | null;
|
|
274
273
|
from: import("abitype").Address;
|
|
275
274
|
blockHash: import("../../index.js").Hash;
|
|
276
275
|
blockNumber: bigint;
|
|
277
|
-
transactionHash: import("../../index.js").Hash;
|
|
278
276
|
transactionIndex: number;
|
|
277
|
+
status: "success" | "reverted";
|
|
278
|
+
transactionHash: import("../../index.js").Hash;
|
|
279
279
|
logsBloom: import("../../index.js").Hex;
|
|
280
280
|
blobGasUsed?: bigint | undefined;
|
|
281
281
|
gasUsed: bigint;
|
|
@@ -352,10 +352,10 @@ export declare const zksyncInMemoryNode: {
|
|
|
352
352
|
} | {
|
|
353
353
|
type?: "0x3" | undefined;
|
|
354
354
|
data?: `0x${string}` | undefined;
|
|
355
|
-
value?: `0x${string}` | undefined;
|
|
356
|
-
gas?: `0x${string}` | undefined;
|
|
357
355
|
from?: `0x${string}` | undefined;
|
|
356
|
+
gas?: `0x${string}` | undefined;
|
|
358
357
|
nonce?: `0x${string}` | undefined;
|
|
358
|
+
value?: `0x${string}` | undefined;
|
|
359
359
|
to: `0x${string}` | null;
|
|
360
360
|
gasPrice?: undefined | undefined;
|
|
361
361
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -371,10 +371,10 @@ export declare const zksyncInMemoryNode: {
|
|
|
371
371
|
} | {
|
|
372
372
|
type?: "0x3" | undefined;
|
|
373
373
|
data?: `0x${string}` | undefined;
|
|
374
|
-
value?: `0x${string}` | undefined;
|
|
375
|
-
gas?: `0x${string}` | undefined;
|
|
376
374
|
from?: `0x${string}` | undefined;
|
|
375
|
+
gas?: `0x${string}` | undefined;
|
|
377
376
|
nonce?: `0x${string}` | undefined;
|
|
377
|
+
value?: `0x${string}` | undefined;
|
|
378
378
|
to: `0x${string}` | null;
|
|
379
379
|
gasPrice?: undefined | undefined;
|
|
380
380
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -388,17 +388,17 @@ export declare const zksyncInMemoryNode: {
|
|
|
388
388
|
authorizationList?: undefined;
|
|
389
389
|
eip712Meta?: undefined | undefined;
|
|
390
390
|
} | {
|
|
391
|
+
type?: "0x4" | undefined;
|
|
391
392
|
gasPrice?: undefined | undefined;
|
|
392
393
|
maxFeePerBlobGas?: undefined | undefined;
|
|
393
394
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
394
395
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
395
|
-
type?: "0x4" | undefined;
|
|
396
|
-
data?: `0x${string}` | undefined;
|
|
397
|
-
value?: `0x${string}` | undefined;
|
|
398
|
-
gas?: `0x${string}` | undefined;
|
|
399
396
|
to?: `0x${string}` | null | undefined;
|
|
397
|
+
data?: `0x${string}` | undefined;
|
|
400
398
|
from?: `0x${string}` | undefined;
|
|
399
|
+
gas?: `0x${string}` | undefined;
|
|
401
400
|
nonce?: `0x${string}` | undefined;
|
|
401
|
+
value?: `0x${string}` | undefined;
|
|
402
402
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
403
403
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
404
404
|
blobs?: undefined;
|
|
@@ -80,16 +80,16 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
80
80
|
r: import("../../index.js").Hex;
|
|
81
81
|
s: import("../../index.js").Hex;
|
|
82
82
|
v: bigint;
|
|
83
|
-
value: bigint;
|
|
84
|
-
gas: bigint;
|
|
85
83
|
to: import("abitype").Address | null;
|
|
86
84
|
from: import("abitype").Address;
|
|
85
|
+
gas: bigint;
|
|
87
86
|
nonce: number;
|
|
87
|
+
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
-
transactionIndex: number | null;
|
|
91
90
|
hash: import("../../index.js").Hash;
|
|
92
91
|
input: import("../../index.js").Hex;
|
|
92
|
+
transactionIndex: number | null;
|
|
93
93
|
typeHex: import("../../index.js").Hex | null;
|
|
94
94
|
accessList?: undefined | undefined;
|
|
95
95
|
authorizationList?: undefined | undefined;
|
|
@@ -263,15 +263,15 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
263
263
|
readonly transactionReceipt: {
|
|
264
264
|
exclude: [] | undefined;
|
|
265
265
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
266
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
267
266
|
type: import("../index.js").ZkSyncTransactionType;
|
|
268
|
-
|
|
267
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
269
268
|
to: import("abitype").Address | null;
|
|
270
269
|
from: import("abitype").Address;
|
|
271
270
|
blockHash: import("../../index.js").Hash;
|
|
272
271
|
blockNumber: bigint;
|
|
273
|
-
transactionHash: import("../../index.js").Hash;
|
|
274
272
|
transactionIndex: number;
|
|
273
|
+
status: "success" | "reverted";
|
|
274
|
+
transactionHash: import("../../index.js").Hash;
|
|
275
275
|
logsBloom: import("../../index.js").Hex;
|
|
276
276
|
blobGasUsed?: bigint | undefined;
|
|
277
277
|
gasUsed: bigint;
|
|
@@ -348,10 +348,10 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
348
348
|
} | {
|
|
349
349
|
type?: "0x3" | undefined;
|
|
350
350
|
data?: `0x${string}` | undefined;
|
|
351
|
-
value?: `0x${string}` | undefined;
|
|
352
|
-
gas?: `0x${string}` | undefined;
|
|
353
351
|
from?: `0x${string}` | undefined;
|
|
352
|
+
gas?: `0x${string}` | undefined;
|
|
354
353
|
nonce?: `0x${string}` | undefined;
|
|
354
|
+
value?: `0x${string}` | undefined;
|
|
355
355
|
to: `0x${string}` | null;
|
|
356
356
|
gasPrice?: undefined | undefined;
|
|
357
357
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -367,10 +367,10 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
367
367
|
} | {
|
|
368
368
|
type?: "0x3" | undefined;
|
|
369
369
|
data?: `0x${string}` | undefined;
|
|
370
|
-
value?: `0x${string}` | undefined;
|
|
371
|
-
gas?: `0x${string}` | undefined;
|
|
372
370
|
from?: `0x${string}` | undefined;
|
|
371
|
+
gas?: `0x${string}` | undefined;
|
|
373
372
|
nonce?: `0x${string}` | undefined;
|
|
373
|
+
value?: `0x${string}` | undefined;
|
|
374
374
|
to: `0x${string}` | null;
|
|
375
375
|
gasPrice?: undefined | undefined;
|
|
376
376
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -384,17 +384,17 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
384
384
|
authorizationList?: undefined;
|
|
385
385
|
eip712Meta?: undefined | undefined;
|
|
386
386
|
} | {
|
|
387
|
+
type?: "0x4" | undefined;
|
|
387
388
|
gasPrice?: undefined | undefined;
|
|
388
389
|
maxFeePerBlobGas?: undefined | undefined;
|
|
389
390
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
390
391
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
391
|
-
type?: "0x4" | undefined;
|
|
392
|
-
data?: `0x${string}` | undefined;
|
|
393
|
-
value?: `0x${string}` | undefined;
|
|
394
|
-
gas?: `0x${string}` | undefined;
|
|
395
392
|
to?: `0x${string}` | null | undefined;
|
|
393
|
+
data?: `0x${string}` | undefined;
|
|
396
394
|
from?: `0x${string}` | undefined;
|
|
395
|
+
gas?: `0x${string}` | undefined;
|
|
397
396
|
nonce?: `0x${string}` | undefined;
|
|
397
|
+
value?: `0x${string}` | undefined;
|
|
398
398
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
399
399
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
400
400
|
blobs?: undefined;
|