viem 2.43.5 → 2.44.1
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 +6 -0
- 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 +7 -6
- 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 +6 -0
- 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 +5 -3
- 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} +34 -34
- package/_types/chains/definitions/tempoAndantino.d.ts.map +1 -0
- package/_types/chains/definitions/tempoDevnet.d.ts +39 -39
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +28 -28
- package/_types/chains/definitions/tempoModerato.d.ts +916 -0
- package/_types/chains/definitions/{tempoTestnet.d.ts.map → tempoModerato.d.ts.map} +1 -1
- 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 +15 -16
- 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/tempo/internal/types.d.ts +1 -1
- package/_types/tempo/internal/types.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 +6 -0
- 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 +7 -4
- package/tempo/index.ts +1 -1
- package/tempo/internal/types.ts +6 -1
- package/_cjs/chains/definitions/tempoTestnet.js.map +0 -1
- package/_esm/chains/definitions/tempoTestnet.js.map +0 -1
|
@@ -109,16 +109,16 @@ export declare const elysiumTestnet: {
|
|
|
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;
|
|
@@ -130,16 +130,16 @@ export declare const fraxtal: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|
|
@@ -130,16 +130,16 @@ export declare const fraxtalTestnet: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|
|
@@ -109,16 +109,16 @@ export declare const funkiMainnet: {
|
|
|
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;
|
|
@@ -113,16 +113,16 @@ export declare const funkiSepolia: {
|
|
|
113
113
|
r: import("../../index.js").Hex;
|
|
114
114
|
s: import("../../index.js").Hex;
|
|
115
115
|
v: bigint;
|
|
116
|
-
value: bigint;
|
|
117
|
-
gas: bigint;
|
|
118
116
|
to: import("abitype").Address | null;
|
|
119
117
|
from: import("abitype").Address;
|
|
118
|
+
gas: bigint;
|
|
120
119
|
nonce: number;
|
|
120
|
+
value: bigint;
|
|
121
121
|
blockHash: `0x${string}` | null;
|
|
122
122
|
blockNumber: bigint | null;
|
|
123
|
-
transactionIndex: number | null;
|
|
124
123
|
hash: import("../../index.js").Hash;
|
|
125
124
|
input: import("../../index.js").Hex;
|
|
125
|
+
transactionIndex: number | null;
|
|
126
126
|
typeHex: import("../../index.js").Hex | null;
|
|
127
127
|
accessList?: undefined | undefined;
|
|
128
128
|
authorizationList?: undefined | undefined;
|
|
@@ -131,16 +131,16 @@ export declare const garnet: {
|
|
|
131
131
|
r: import("../../index.js").Hex;
|
|
132
132
|
s: import("../../index.js").Hex;
|
|
133
133
|
v: bigint;
|
|
134
|
-
value: bigint;
|
|
135
|
-
gas: bigint;
|
|
136
134
|
to: import("abitype").Address | null;
|
|
137
135
|
from: import("abitype").Address;
|
|
136
|
+
gas: bigint;
|
|
138
137
|
nonce: number;
|
|
138
|
+
value: bigint;
|
|
139
139
|
blockHash: `0x${string}` | null;
|
|
140
140
|
blockNumber: bigint | null;
|
|
141
|
-
transactionIndex: number | null;
|
|
142
141
|
hash: import("../../index.js").Hash;
|
|
143
142
|
input: import("../../index.js").Hex;
|
|
143
|
+
transactionIndex: number | null;
|
|
144
144
|
typeHex: import("../../index.js").Hex | null;
|
|
145
145
|
accessList?: undefined | undefined;
|
|
146
146
|
authorizationList?: undefined | undefined;
|
|
@@ -129,16 +129,16 @@ export declare const giwaSepolia: {
|
|
|
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;
|
|
@@ -440,16 +440,16 @@ export declare const giwaSepoliaPreconf: {
|
|
|
440
440
|
r: import("../../index.js").Hex;
|
|
441
441
|
s: import("../../index.js").Hex;
|
|
442
442
|
v: bigint;
|
|
443
|
-
value: bigint;
|
|
444
|
-
gas: bigint;
|
|
445
443
|
to: import("abitype").Address | null;
|
|
446
444
|
from: import("abitype").Address;
|
|
445
|
+
gas: bigint;
|
|
447
446
|
nonce: number;
|
|
447
|
+
value: bigint;
|
|
448
448
|
blockHash: `0x${string}` | null;
|
|
449
449
|
blockNumber: bigint | null;
|
|
450
|
-
transactionIndex: number | null;
|
|
451
450
|
hash: import("../../index.js").Hash;
|
|
452
451
|
input: import("../../index.js").Hex;
|
|
452
|
+
transactionIndex: number | null;
|
|
453
453
|
typeHex: import("../../index.js").Hex | null;
|
|
454
454
|
accessList?: undefined | undefined;
|
|
455
455
|
authorizationList?: undefined | undefined;
|
|
@@ -130,16 +130,16 @@ export declare const ink: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|
|
@@ -129,16 +129,16 @@ export declare const inkSepolia: {
|
|
|
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;
|
|
@@ -128,16 +128,16 @@ export declare const lisk: {
|
|
|
128
128
|
r: import("../../index.js").Hex;
|
|
129
129
|
s: import("../../index.js").Hex;
|
|
130
130
|
v: bigint;
|
|
131
|
-
value: bigint;
|
|
132
|
-
gas: bigint;
|
|
133
131
|
to: import("abitype").Address | null;
|
|
134
132
|
from: import("abitype").Address;
|
|
133
|
+
gas: bigint;
|
|
135
134
|
nonce: number;
|
|
135
|
+
value: bigint;
|
|
136
136
|
blockHash: `0x${string}` | null;
|
|
137
137
|
blockNumber: bigint | null;
|
|
138
|
-
transactionIndex: number | null;
|
|
139
138
|
hash: import("../../index.js").Hash;
|
|
140
139
|
input: import("../../index.js").Hex;
|
|
140
|
+
transactionIndex: number | null;
|
|
141
141
|
typeHex: import("../../index.js").Hex | null;
|
|
142
142
|
accessList?: undefined | undefined;
|
|
143
143
|
authorizationList?: undefined | undefined;
|
|
@@ -128,16 +128,16 @@ export declare const liskSepolia: {
|
|
|
128
128
|
r: import("../../index.js").Hex;
|
|
129
129
|
s: import("../../index.js").Hex;
|
|
130
130
|
v: bigint;
|
|
131
|
-
value: bigint;
|
|
132
|
-
gas: bigint;
|
|
133
131
|
to: import("abitype").Address | null;
|
|
134
132
|
from: import("abitype").Address;
|
|
133
|
+
gas: bigint;
|
|
135
134
|
nonce: number;
|
|
135
|
+
value: bigint;
|
|
136
136
|
blockHash: `0x${string}` | null;
|
|
137
137
|
blockNumber: bigint | null;
|
|
138
|
-
transactionIndex: number | null;
|
|
139
138
|
hash: import("../../index.js").Hash;
|
|
140
139
|
input: import("../../index.js").Hex;
|
|
140
|
+
transactionIndex: number | null;
|
|
141
141
|
typeHex: import("../../index.js").Hex | null;
|
|
142
142
|
accessList?: undefined | undefined;
|
|
143
143
|
authorizationList?: undefined | undefined;
|
|
@@ -130,16 +130,16 @@ export declare const metalL2: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|
|
@@ -128,16 +128,16 @@ export declare const mode: {
|
|
|
128
128
|
r: import("../../index.js").Hex;
|
|
129
129
|
s: import("../../index.js").Hex;
|
|
130
130
|
v: bigint;
|
|
131
|
-
value: bigint;
|
|
132
|
-
gas: bigint;
|
|
133
131
|
to: import("abitype").Address | null;
|
|
134
132
|
from: import("abitype").Address;
|
|
133
|
+
gas: bigint;
|
|
135
134
|
nonce: number;
|
|
135
|
+
value: bigint;
|
|
136
136
|
blockHash: `0x${string}` | null;
|
|
137
137
|
blockNumber: bigint | null;
|
|
138
|
-
transactionIndex: number | null;
|
|
139
138
|
hash: import("../../index.js").Hash;
|
|
140
139
|
input: import("../../index.js").Hex;
|
|
140
|
+
transactionIndex: number | null;
|
|
141
141
|
typeHex: import("../../index.js").Hex | null;
|
|
142
142
|
accessList?: undefined | undefined;
|
|
143
143
|
authorizationList?: undefined | undefined;
|
|
@@ -132,16 +132,16 @@ export declare const modeTestnet: {
|
|
|
132
132
|
r: import("../../index.js").Hex;
|
|
133
133
|
s: import("../../index.js").Hex;
|
|
134
134
|
v: bigint;
|
|
135
|
-
value: bigint;
|
|
136
|
-
gas: bigint;
|
|
137
135
|
to: import("abitype").Address | null;
|
|
138
136
|
from: import("abitype").Address;
|
|
137
|
+
gas: bigint;
|
|
139
138
|
nonce: number;
|
|
139
|
+
value: bigint;
|
|
140
140
|
blockHash: `0x${string}` | null;
|
|
141
141
|
blockNumber: bigint | null;
|
|
142
|
-
transactionIndex: number | null;
|
|
143
142
|
hash: import("../../index.js").Hash;
|
|
144
143
|
input: import("../../index.js").Hex;
|
|
144
|
+
transactionIndex: number | null;
|
|
145
145
|
typeHex: import("../../index.js").Hex | null;
|
|
146
146
|
accessList?: undefined | undefined;
|
|
147
147
|
authorizationList?: undefined | undefined;
|
|
@@ -134,16 +134,16 @@ export declare const optimism: {
|
|
|
134
134
|
r: import("../../index.js").Hex;
|
|
135
135
|
s: import("../../index.js").Hex;
|
|
136
136
|
v: bigint;
|
|
137
|
-
value: bigint;
|
|
138
|
-
gas: bigint;
|
|
139
137
|
to: import("abitype").Address | null;
|
|
140
138
|
from: import("abitype").Address;
|
|
139
|
+
gas: bigint;
|
|
141
140
|
nonce: number;
|
|
141
|
+
value: bigint;
|
|
142
142
|
blockHash: `0x${string}` | null;
|
|
143
143
|
blockNumber: bigint | null;
|
|
144
|
-
transactionIndex: number | null;
|
|
145
144
|
hash: import("../../index.js").Hash;
|
|
146
145
|
input: import("../../index.js").Hex;
|
|
146
|
+
transactionIndex: number | null;
|
|
147
147
|
typeHex: import("../../index.js").Hex | null;
|
|
148
148
|
accessList?: undefined | undefined;
|
|
149
149
|
authorizationList?: undefined | undefined;
|
|
@@ -129,16 +129,16 @@ export declare const optimismGoerli: {
|
|
|
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;
|
|
@@ -134,16 +134,16 @@ export declare const optimismSepolia: {
|
|
|
134
134
|
r: import("../../index.js").Hex;
|
|
135
135
|
s: import("../../index.js").Hex;
|
|
136
136
|
v: bigint;
|
|
137
|
-
value: bigint;
|
|
138
|
-
gas: bigint;
|
|
139
137
|
to: import("abitype").Address | null;
|
|
140
138
|
from: import("abitype").Address;
|
|
139
|
+
gas: bigint;
|
|
141
140
|
nonce: number;
|
|
141
|
+
value: bigint;
|
|
142
142
|
blockHash: `0x${string}` | null;
|
|
143
143
|
blockNumber: bigint | null;
|
|
144
|
-
transactionIndex: number | null;
|
|
145
144
|
hash: import("../../index.js").Hash;
|
|
146
145
|
input: import("../../index.js").Hex;
|
|
146
|
+
transactionIndex: number | null;
|
|
147
147
|
typeHex: import("../../index.js").Hex | null;
|
|
148
148
|
accessList?: undefined | undefined;
|
|
149
149
|
authorizationList?: undefined | undefined;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const paseoPassetHub: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Blockscout";
|
|
5
|
+
readonly url: "https://blockscout-passet-hub.parity-testnet.parity.io";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
blockTime?: number | undefined | undefined;
|
|
9
|
+
contracts?: {
|
|
10
|
+
[x: string]: import("../../index.js").ChainContract | {
|
|
11
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
|
14
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
|
15
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
|
16
|
+
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
ensTlds?: readonly string[] | undefined;
|
|
19
|
+
id: 420420422;
|
|
20
|
+
name: "Paseo PassetHub";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly name: "PAS";
|
|
23
|
+
readonly symbol: "PAS";
|
|
24
|
+
readonly decimals: 18;
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://testnet-passet-hub-eth-rpc.polkadot.io"];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
sourceId?: number | undefined | undefined;
|
|
33
|
+
testnet: true;
|
|
34
|
+
custom?: Record<string, unknown> | undefined;
|
|
35
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
36
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
37
|
+
formatters?: undefined;
|
|
38
|
+
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
39
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
40
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
41
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
42
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
43
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
44
|
+
}] | undefined;
|
|
45
|
+
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
|
|
46
|
+
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=paseoPassetHub.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paseoPassetHub.d.ts","sourceRoot":"","sources":["../../../chains/definitions/paseoPassetHub.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBzB,CAAA"}
|
|
@@ -111,16 +111,16 @@ export declare const pgn: {
|
|
|
111
111
|
r: import("../../index.js").Hex;
|
|
112
112
|
s: import("../../index.js").Hex;
|
|
113
113
|
v: bigint;
|
|
114
|
-
value: bigint;
|
|
115
|
-
gas: bigint;
|
|
116
114
|
to: import("abitype").Address | null;
|
|
117
115
|
from: import("abitype").Address;
|
|
116
|
+
gas: bigint;
|
|
118
117
|
nonce: number;
|
|
118
|
+
value: bigint;
|
|
119
119
|
blockHash: `0x${string}` | null;
|
|
120
120
|
blockNumber: bigint | null;
|
|
121
|
-
transactionIndex: number | null;
|
|
122
121
|
hash: import("../../index.js").Hash;
|
|
123
122
|
input: import("../../index.js").Hex;
|
|
123
|
+
transactionIndex: number | null;
|
|
124
124
|
typeHex: import("../../index.js").Hex | null;
|
|
125
125
|
accessList?: undefined | undefined;
|
|
126
126
|
authorizationList?: undefined | undefined;
|
|
@@ -111,16 +111,16 @@ export declare const pgnTestnet: {
|
|
|
111
111
|
r: import("../../index.js").Hex;
|
|
112
112
|
s: import("../../index.js").Hex;
|
|
113
113
|
v: bigint;
|
|
114
|
-
value: bigint;
|
|
115
|
-
gas: bigint;
|
|
116
114
|
to: import("abitype").Address | null;
|
|
117
115
|
from: import("abitype").Address;
|
|
116
|
+
gas: bigint;
|
|
118
117
|
nonce: number;
|
|
118
|
+
value: bigint;
|
|
119
119
|
blockHash: `0x${string}` | null;
|
|
120
120
|
blockNumber: bigint | null;
|
|
121
|
-
transactionIndex: number | null;
|
|
122
121
|
hash: import("../../index.js").Hash;
|
|
123
122
|
input: import("../../index.js").Hex;
|
|
123
|
+
transactionIndex: number | null;
|
|
124
124
|
typeHex: import("../../index.js").Hex | null;
|
|
125
125
|
accessList?: undefined | undefined;
|
|
126
126
|
authorizationList?: undefined | undefined;
|
|
@@ -75,16 +75,16 @@ export declare const playfiAlbireo: {
|
|
|
75
75
|
r: import("../../index.js").Hex;
|
|
76
76
|
s: import("../../index.js").Hex;
|
|
77
77
|
v: bigint;
|
|
78
|
-
value: bigint;
|
|
79
|
-
gas: bigint;
|
|
80
78
|
to: import("abitype").Address | null;
|
|
81
79
|
from: import("abitype").Address;
|
|
80
|
+
gas: bigint;
|
|
82
81
|
nonce: number;
|
|
82
|
+
value: bigint;
|
|
83
83
|
blockHash: `0x${string}` | null;
|
|
84
84
|
blockNumber: bigint | null;
|
|
85
|
-
transactionIndex: number | null;
|
|
86
85
|
hash: import("../../index.js").Hash;
|
|
87
86
|
input: import("../../index.js").Hex;
|
|
87
|
+
transactionIndex: number | null;
|
|
88
88
|
typeHex: import("../../index.js").Hex | null;
|
|
89
89
|
accessList?: undefined | undefined;
|
|
90
90
|
authorizationList?: undefined | undefined;
|
|
@@ -258,15 +258,15 @@ export declare const playfiAlbireo: {
|
|
|
258
258
|
readonly transactionReceipt: {
|
|
259
259
|
exclude: [] | undefined;
|
|
260
260
|
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
261
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
262
261
|
type: import("../index.js").ZkSyncTransactionType;
|
|
263
|
-
|
|
262
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
264
263
|
to: import("abitype").Address | null;
|
|
265
264
|
from: import("abitype").Address;
|
|
266
265
|
blockHash: import("../../index.js").Hash;
|
|
267
266
|
blockNumber: bigint;
|
|
268
|
-
transactionHash: import("../../index.js").Hash;
|
|
269
267
|
transactionIndex: number;
|
|
268
|
+
status: "success" | "reverted";
|
|
269
|
+
transactionHash: import("../../index.js").Hash;
|
|
270
270
|
logsBloom: import("../../index.js").Hex;
|
|
271
271
|
blobGasUsed?: bigint | undefined;
|
|
272
272
|
gasUsed: bigint;
|
|
@@ -343,10 +343,10 @@ export declare const playfiAlbireo: {
|
|
|
343
343
|
} | {
|
|
344
344
|
type?: "0x3" | undefined;
|
|
345
345
|
data?: `0x${string}` | undefined;
|
|
346
|
-
value?: `0x${string}` | undefined;
|
|
347
|
-
gas?: `0x${string}` | undefined;
|
|
348
346
|
from?: `0x${string}` | undefined;
|
|
347
|
+
gas?: `0x${string}` | undefined;
|
|
349
348
|
nonce?: `0x${string}` | undefined;
|
|
349
|
+
value?: `0x${string}` | undefined;
|
|
350
350
|
to: `0x${string}` | null;
|
|
351
351
|
gasPrice?: undefined | undefined;
|
|
352
352
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -362,10 +362,10 @@ export declare const playfiAlbireo: {
|
|
|
362
362
|
} | {
|
|
363
363
|
type?: "0x3" | undefined;
|
|
364
364
|
data?: `0x${string}` | undefined;
|
|
365
|
-
value?: `0x${string}` | undefined;
|
|
366
|
-
gas?: `0x${string}` | undefined;
|
|
367
365
|
from?: `0x${string}` | undefined;
|
|
366
|
+
gas?: `0x${string}` | undefined;
|
|
368
367
|
nonce?: `0x${string}` | undefined;
|
|
368
|
+
value?: `0x${string}` | undefined;
|
|
369
369
|
to: `0x${string}` | null;
|
|
370
370
|
gasPrice?: undefined | undefined;
|
|
371
371
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -379,17 +379,17 @@ export declare const playfiAlbireo: {
|
|
|
379
379
|
authorizationList?: undefined;
|
|
380
380
|
eip712Meta?: undefined | undefined;
|
|
381
381
|
} | {
|
|
382
|
+
type?: "0x4" | undefined;
|
|
382
383
|
gasPrice?: undefined | undefined;
|
|
383
384
|
maxFeePerBlobGas?: undefined | undefined;
|
|
384
385
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
385
386
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
386
|
-
type?: "0x4" | undefined;
|
|
387
|
-
data?: `0x${string}` | undefined;
|
|
388
|
-
value?: `0x${string}` | undefined;
|
|
389
|
-
gas?: `0x${string}` | undefined;
|
|
390
387
|
to?: `0x${string}` | null | undefined;
|
|
388
|
+
data?: `0x${string}` | undefined;
|
|
391
389
|
from?: `0x${string}` | undefined;
|
|
390
|
+
gas?: `0x${string}` | undefined;
|
|
392
391
|
nonce?: `0x${string}` | undefined;
|
|
392
|
+
value?: `0x${string}` | undefined;
|
|
393
393
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
394
394
|
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
395
395
|
blobs?: undefined;
|
|
@@ -115,16 +115,16 @@ export declare const pyrope: {
|
|
|
115
115
|
r: import("../../index.js").Hex;
|
|
116
116
|
s: import("../../index.js").Hex;
|
|
117
117
|
v: bigint;
|
|
118
|
-
value: bigint;
|
|
119
|
-
gas: bigint;
|
|
120
118
|
to: import("abitype").Address | null;
|
|
121
119
|
from: import("abitype").Address;
|
|
120
|
+
gas: bigint;
|
|
122
121
|
nonce: number;
|
|
122
|
+
value: bigint;
|
|
123
123
|
blockHash: `0x${string}` | null;
|
|
124
124
|
blockNumber: bigint | null;
|
|
125
|
-
transactionIndex: number | null;
|
|
126
125
|
hash: import("../../index.js").Hash;
|
|
127
126
|
input: import("../../index.js").Hex;
|
|
127
|
+
transactionIndex: number | null;
|
|
128
128
|
typeHex: import("../../index.js").Hex | null;
|
|
129
129
|
accessList?: undefined | undefined;
|
|
130
130
|
authorizationList?: undefined | undefined;
|
|
@@ -131,16 +131,16 @@ export declare const redstone: {
|
|
|
131
131
|
r: import("../../index.js").Hex;
|
|
132
132
|
s: import("../../index.js").Hex;
|
|
133
133
|
v: bigint;
|
|
134
|
-
value: bigint;
|
|
135
|
-
gas: bigint;
|
|
136
134
|
to: import("abitype").Address | null;
|
|
137
135
|
from: import("abitype").Address;
|
|
136
|
+
gas: bigint;
|
|
138
137
|
nonce: number;
|
|
138
|
+
value: bigint;
|
|
139
139
|
blockHash: `0x${string}` | null;
|
|
140
140
|
blockNumber: bigint | null;
|
|
141
|
-
transactionIndex: number | null;
|
|
142
141
|
hash: import("../../index.js").Hash;
|
|
143
142
|
input: import("../../index.js").Hex;
|
|
143
|
+
transactionIndex: number | null;
|
|
144
144
|
typeHex: import("../../index.js").Hex | null;
|
|
145
145
|
accessList?: undefined | undefined;
|
|
146
146
|
authorizationList?: undefined | undefined;
|
|
@@ -130,16 +130,16 @@ export declare const rss3: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|
|
@@ -130,16 +130,16 @@ export declare const rss3Sepolia: {
|
|
|
130
130
|
r: import("../../index.js").Hex;
|
|
131
131
|
s: import("../../index.js").Hex;
|
|
132
132
|
v: bigint;
|
|
133
|
-
value: bigint;
|
|
134
|
-
gas: bigint;
|
|
135
133
|
to: import("abitype").Address | null;
|
|
136
134
|
from: import("abitype").Address;
|
|
135
|
+
gas: bigint;
|
|
137
136
|
nonce: number;
|
|
137
|
+
value: bigint;
|
|
138
138
|
blockHash: `0x${string}` | null;
|
|
139
139
|
blockNumber: bigint | null;
|
|
140
|
-
transactionIndex: number | null;
|
|
141
140
|
hash: import("../../index.js").Hash;
|
|
142
141
|
input: import("../../index.js").Hex;
|
|
142
|
+
transactionIndex: number | null;
|
|
143
143
|
typeHex: import("../../index.js").Hex | null;
|
|
144
144
|
accessList?: undefined | undefined;
|
|
145
145
|
authorizationList?: undefined | undefined;
|