viem 2.7.16 → 2.7.19
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 +26 -0
- package/_cjs/chains/celo/utils.js +2 -2
- package/_cjs/chains/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/ancient8.js +46 -0
- package/_cjs/chains/definitions/ancient8.js.map +1 -0
- package/_cjs/chains/definitions/ancient8Sepolia.js +46 -0
- package/_cjs/chains/definitions/ancient8Sepolia.js.map +1 -0
- package/_cjs/chains/definitions/auroria.js +27 -0
- package/_cjs/chains/definitions/auroria.js.map +1 -0
- package/_cjs/chains/definitions/avalancheFuji.js +3 -3
- package/_cjs/chains/definitions/avalancheFuji.js.map +1 -1
- package/_cjs/chains/definitions/blast.js +28 -0
- package/_cjs/chains/definitions/blast.js.map +1 -0
- package/_cjs/chains/definitions/merlin.js +24 -0
- package/_cjs/chains/definitions/merlin.js.map +1 -0
- package/_cjs/chains/index.js +15 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/opStack/actions/getL1BaseFee.js +27 -0
- package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +1 -0
- package/_cjs/chains/opStack/chains.js +5 -1
- package/_cjs/chains/opStack/chains.js.map +1 -1
- package/_cjs/chains/opStack/decorators/publicL2.js +2 -0
- package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_cjs/chains/opStack/index.js +3 -1
- package/_cjs/chains/opStack/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_esm/chains/celo/utils.js +2 -2
- package/_esm/chains/celo/utils.js.map +1 -1
- package/_esm/chains/definitions/ancient8.js +43 -0
- package/_esm/chains/definitions/ancient8.js.map +1 -0
- package/_esm/chains/definitions/ancient8Sepolia.js +43 -0
- package/_esm/chains/definitions/ancient8Sepolia.js.map +1 -0
- package/_esm/chains/definitions/auroria.js +24 -0
- package/_esm/chains/definitions/auroria.js.map +1 -0
- package/_esm/chains/definitions/avalancheFuji.js +3 -3
- package/_esm/chains/definitions/avalancheFuji.js.map +1 -1
- package/_esm/chains/definitions/blast.js +25 -0
- package/_esm/chains/definitions/blast.js.map +1 -0
- package/_esm/chains/definitions/merlin.js +21 -0
- package/_esm/chains/definitions/merlin.js.map +1 -0
- package/_esm/chains/index.js +5 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/opStack/actions/getL1BaseFee.js +44 -0
- package/_esm/chains/opStack/actions/getL1BaseFee.js.map +1 -0
- package/_esm/chains/opStack/chains.js +2 -0
- package/_esm/chains/opStack/chains.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL2.js +2 -0
- package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_esm/chains/opStack/index.js +1 -0
- package/_esm/chains/opStack/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/abi/encodeAbiParameters.js +32 -0
- package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +813 -0
- package/_types/chains/definitions/ancient8.d.ts.map +1 -0
- package/_types/chains/definitions/ancient8Sepolia.d.ts +813 -0
- package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -0
- package/_types/chains/definitions/auroria.d.ts +36 -0
- package/_types/chains/definitions/auroria.d.ts.map +1 -0
- package/_types/chains/definitions/avalancheFuji.d.ts +3 -3
- package/_types/chains/definitions/blast.d.ts +33 -0
- package/_types/chains/definitions/blast.d.ts.map +1 -0
- package/_types/chains/definitions/merlin.d.ts +36 -0
- package/_types/chains/definitions/merlin.d.ts.map +1 -0
- package/_types/chains/index.d.ts +5 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts +35 -0
- package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +1 -0
- package/_types/chains/opStack/chains.d.ts +2 -0
- package/_types/chains/opStack/chains.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/publicL2.d.ts +21 -0
- package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
- package/_types/chains/opStack/index.d.ts +1 -0
- package/_types/chains/opStack/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/utils/abi/encodeAbiParameters.d.ts +32 -0
- package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
- package/chains/celo/utils.ts +2 -2
- package/chains/definitions/ancient8.ts +44 -0
- package/chains/definitions/ancient8Sepolia.ts +44 -0
- package/chains/definitions/auroria.ts +24 -0
- package/chains/definitions/avalancheFuji.ts +3 -3
- package/chains/definitions/blast.ts +26 -0
- package/chains/definitions/merlin.ts +21 -0
- package/chains/index.ts +5 -0
- package/chains/opStack/actions/getL1BaseFee.ts +81 -0
- package/chains/opStack/chains.ts +2 -0
- package/chains/opStack/decorators/publicL2.ts +29 -0
- package/chains/opStack/index.ts +6 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/utils/abi/encodeAbiParameters.ts +32 -0
@@ -0,0 +1,813 @@
|
|
1
|
+
export declare const ancient8Sepolia: {
|
2
|
+
blockExplorers: {
|
3
|
+
readonly default: {
|
4
|
+
readonly name: "Ancient8 Celestia Testnet explorer";
|
5
|
+
readonly url: "https://scanv2-testnet.ancient8.gg";
|
6
|
+
readonly apiUrl: "https://scanv2-testnet.ancient8.gg/api";
|
7
|
+
};
|
8
|
+
};
|
9
|
+
contracts: {
|
10
|
+
readonly l2OutputOracle: {
|
11
|
+
readonly 11155111: {
|
12
|
+
readonly address: "0x942fD5017c0F60575930D8574Eaca13BEcD6e1bB";
|
13
|
+
};
|
14
|
+
};
|
15
|
+
readonly portal: {
|
16
|
+
readonly 11155111: {
|
17
|
+
readonly address: "0xfa1d9E26A6aCD7b22115D27572c1221B9803c960";
|
18
|
+
readonly blockCreated: 4972908;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
readonly l1StandardBridge: {
|
22
|
+
readonly 11155111: {
|
23
|
+
readonly address: "0xF6Bc0146d3c74D48306e79Ae134A260E418C9335";
|
24
|
+
readonly blockCreated: 4972908;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
readonly gasPriceOracle: {
|
28
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
29
|
+
};
|
30
|
+
readonly l1Block: {
|
31
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
32
|
+
};
|
33
|
+
readonly l2CrossDomainMessenger: {
|
34
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
35
|
+
};
|
36
|
+
readonly l2Erc721Bridge: {
|
37
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
38
|
+
};
|
39
|
+
readonly l2StandardBridge: {
|
40
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
41
|
+
};
|
42
|
+
readonly l2ToL1MessagePasser: {
|
43
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
44
|
+
};
|
45
|
+
};
|
46
|
+
id: 28122024;
|
47
|
+
name: "Ancient8 Testnet";
|
48
|
+
nativeCurrency: {
|
49
|
+
readonly name: "Ether";
|
50
|
+
readonly symbol: "ETH";
|
51
|
+
readonly decimals: 18;
|
52
|
+
};
|
53
|
+
rpcUrls: {
|
54
|
+
readonly default: {
|
55
|
+
readonly http: readonly ["https://rpcv2-testnet.ancient8.gg"];
|
56
|
+
};
|
57
|
+
};
|
58
|
+
sourceId: 11155111;
|
59
|
+
testnet?: boolean | undefined;
|
60
|
+
custom?: Record<string, unknown> | undefined;
|
61
|
+
formatters: {
|
62
|
+
readonly block: {
|
63
|
+
exclude: [] | undefined;
|
64
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
65
|
+
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
66
|
+
}>) => {
|
67
|
+
baseFeePerGas: bigint | null;
|
68
|
+
blobGasUsed: bigint;
|
69
|
+
difficulty: bigint;
|
70
|
+
excessBlobGas: bigint;
|
71
|
+
extraData: `0x${string}`;
|
72
|
+
gasLimit: bigint;
|
73
|
+
gasUsed: bigint;
|
74
|
+
hash: `0x${string}` | null;
|
75
|
+
logsBloom: `0x${string}` | null;
|
76
|
+
miner: `0x${string}`;
|
77
|
+
mixHash: `0x${string}`;
|
78
|
+
nonce: `0x${string}` | null;
|
79
|
+
number: bigint | null;
|
80
|
+
parentHash: `0x${string}`;
|
81
|
+
receiptsRoot: `0x${string}`;
|
82
|
+
sealFields: `0x${string}`[];
|
83
|
+
sha3Uncles: `0x${string}`;
|
84
|
+
size: bigint;
|
85
|
+
stateRoot: `0x${string}`;
|
86
|
+
timestamp: bigint;
|
87
|
+
totalDifficulty: bigint | null;
|
88
|
+
transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
|
89
|
+
transactionsRoot: `0x${string}`;
|
90
|
+
uncles: `0x${string}`[];
|
91
|
+
withdrawals?: import("../../index.js").Withdrawal[] | undefined;
|
92
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
93
|
+
} & {};
|
94
|
+
type: "block";
|
95
|
+
};
|
96
|
+
readonly transaction: {
|
97
|
+
exclude: [] | undefined;
|
98
|
+
format: (args: ({
|
99
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
100
|
+
gas?: `0x${string}` | undefined;
|
101
|
+
value?: `0x${string}` | undefined;
|
102
|
+
gasPrice?: `0x${string}` | undefined;
|
103
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
104
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
105
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
106
|
+
yParity?: `0x${string}` | undefined;
|
107
|
+
blockHash?: `0x${string}` | null | undefined;
|
108
|
+
blockNumber?: `0x${string}` | null | undefined;
|
109
|
+
from?: `0x${string}` | undefined;
|
110
|
+
hash?: `0x${string}` | undefined;
|
111
|
+
input?: `0x${string}` | undefined;
|
112
|
+
nonce?: `0x${string}` | undefined;
|
113
|
+
r?: `0x${string}` | undefined;
|
114
|
+
s?: `0x${string}` | undefined;
|
115
|
+
to?: `0x${string}` | null | undefined;
|
116
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
117
|
+
v?: `0x${string}` | undefined;
|
118
|
+
accessList?: undefined;
|
119
|
+
blobVersionedHashes?: undefined;
|
120
|
+
chainId?: `0x${string}` | undefined;
|
121
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
122
|
+
isSystemTx?: undefined;
|
123
|
+
mint?: undefined;
|
124
|
+
sourceHash?: undefined;
|
125
|
+
}) | ({
|
126
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
127
|
+
gas?: `0x${string}` | undefined;
|
128
|
+
value?: `0x${string}` | undefined;
|
129
|
+
gasPrice?: `0x${string}` | undefined;
|
130
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
131
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
132
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
133
|
+
yParity?: `0x${string}` | undefined;
|
134
|
+
blockHash?: `0x${string}` | null | undefined;
|
135
|
+
blockNumber?: `0x${string}` | null | undefined;
|
136
|
+
from?: `0x${string}` | undefined;
|
137
|
+
hash?: `0x${string}` | undefined;
|
138
|
+
input?: `0x${string}` | undefined;
|
139
|
+
nonce?: `0x${string}` | undefined;
|
140
|
+
r?: `0x${string}` | undefined;
|
141
|
+
s?: `0x${string}` | undefined;
|
142
|
+
to?: `0x${string}` | null | undefined;
|
143
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
144
|
+
v?: `0x${string}` | undefined;
|
145
|
+
accessList?: undefined;
|
146
|
+
blobVersionedHashes?: undefined;
|
147
|
+
chainId?: `0x${string}` | undefined;
|
148
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
149
|
+
isSystemTx?: boolean | undefined;
|
150
|
+
mint?: `0x${string}` | undefined;
|
151
|
+
sourceHash: `0x${string}`;
|
152
|
+
type: "0x7e";
|
153
|
+
}) | ({
|
154
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
155
|
+
gas?: `0x${string}` | undefined;
|
156
|
+
value?: `0x${string}` | undefined;
|
157
|
+
gasPrice?: `0x${string}` | undefined;
|
158
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
159
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
160
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
161
|
+
yParity?: `0x${string}` | undefined;
|
162
|
+
blockHash?: `0x${string}` | null | undefined;
|
163
|
+
blockNumber?: `0x${string}` | null | undefined;
|
164
|
+
from?: `0x${string}` | undefined;
|
165
|
+
hash?: `0x${string}` | undefined;
|
166
|
+
input?: `0x${string}` | undefined;
|
167
|
+
nonce?: `0x${string}` | undefined;
|
168
|
+
r?: `0x${string}` | undefined;
|
169
|
+
s?: `0x${string}` | undefined;
|
170
|
+
to?: `0x${string}` | null | undefined;
|
171
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
172
|
+
v?: `0x${string}` | undefined;
|
173
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
174
|
+
blobVersionedHashes?: undefined;
|
175
|
+
chainId?: `0x${string}` | undefined;
|
176
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
177
|
+
isSystemTx?: undefined;
|
178
|
+
mint?: undefined;
|
179
|
+
sourceHash?: undefined;
|
180
|
+
}) | ({
|
181
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
182
|
+
gas?: `0x${string}` | undefined;
|
183
|
+
value?: `0x${string}` | undefined;
|
184
|
+
gasPrice?: `0x${string}` | undefined;
|
185
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
186
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
187
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
188
|
+
yParity?: `0x${string}` | undefined;
|
189
|
+
blockHash?: `0x${string}` | null | undefined;
|
190
|
+
blockNumber?: `0x${string}` | null | undefined;
|
191
|
+
from?: `0x${string}` | undefined;
|
192
|
+
hash?: `0x${string}` | undefined;
|
193
|
+
input?: `0x${string}` | undefined;
|
194
|
+
nonce?: `0x${string}` | undefined;
|
195
|
+
r?: `0x${string}` | undefined;
|
196
|
+
s?: `0x${string}` | undefined;
|
197
|
+
to?: `0x${string}` | null | undefined;
|
198
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
199
|
+
v?: `0x${string}` | undefined;
|
200
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
201
|
+
blobVersionedHashes?: undefined;
|
202
|
+
chainId?: `0x${string}` | undefined;
|
203
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
204
|
+
isSystemTx?: undefined;
|
205
|
+
mint?: undefined;
|
206
|
+
sourceHash?: undefined;
|
207
|
+
}) | ({
|
208
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
209
|
+
gas?: `0x${string}` | undefined;
|
210
|
+
value?: `0x${string}` | undefined;
|
211
|
+
gasPrice?: `0x${string}` | undefined;
|
212
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
213
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
214
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
215
|
+
yParity?: `0x${string}` | undefined;
|
216
|
+
blockHash?: `0x${string}` | null | undefined;
|
217
|
+
blockNumber?: `0x${string}` | null | undefined;
|
218
|
+
from?: `0x${string}` | undefined;
|
219
|
+
hash?: `0x${string}` | undefined;
|
220
|
+
input?: `0x${string}` | undefined;
|
221
|
+
nonce?: `0x${string}` | undefined;
|
222
|
+
r?: `0x${string}` | undefined;
|
223
|
+
s?: `0x${string}` | undefined;
|
224
|
+
to?: `0x${string}` | null | undefined;
|
225
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
226
|
+
v?: `0x${string}` | undefined;
|
227
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
228
|
+
blobVersionedHashes?: undefined;
|
229
|
+
chainId?: `0x${string}` | undefined;
|
230
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
231
|
+
isSystemTx?: undefined;
|
232
|
+
mint?: undefined;
|
233
|
+
sourceHash?: undefined;
|
234
|
+
}) | ({
|
235
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
236
|
+
gas?: `0x${string}` | undefined;
|
237
|
+
value?: `0x${string}` | undefined;
|
238
|
+
gasPrice?: `0x${string}` | undefined;
|
239
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
240
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
241
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
242
|
+
yParity?: `0x${string}` | undefined;
|
243
|
+
blockHash?: `0x${string}` | null | undefined;
|
244
|
+
blockNumber?: `0x${string}` | null | undefined;
|
245
|
+
from?: `0x${string}` | undefined;
|
246
|
+
hash?: `0x${string}` | undefined;
|
247
|
+
input?: `0x${string}` | undefined;
|
248
|
+
nonce?: `0x${string}` | undefined;
|
249
|
+
r?: `0x${string}` | undefined;
|
250
|
+
s?: `0x${string}` | undefined;
|
251
|
+
to?: `0x${string}` | null | undefined;
|
252
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
253
|
+
v?: `0x${string}` | undefined;
|
254
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
255
|
+
blobVersionedHashes?: undefined;
|
256
|
+
chainId?: `0x${string}` | undefined;
|
257
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
258
|
+
isSystemTx?: boolean | undefined;
|
259
|
+
mint?: `0x${string}` | undefined;
|
260
|
+
sourceHash: `0x${string}`;
|
261
|
+
type: "0x7e";
|
262
|
+
}) | ({
|
263
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
264
|
+
gas?: `0x${string}` | undefined;
|
265
|
+
value?: `0x${string}` | undefined;
|
266
|
+
gasPrice?: `0x${string}` | undefined;
|
267
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
268
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
269
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
270
|
+
yParity?: `0x${string}` | undefined;
|
271
|
+
blockHash?: `0x${string}` | null | undefined;
|
272
|
+
blockNumber?: `0x${string}` | null | undefined;
|
273
|
+
from?: `0x${string}` | undefined;
|
274
|
+
hash?: `0x${string}` | undefined;
|
275
|
+
input?: `0x${string}` | undefined;
|
276
|
+
nonce?: `0x${string}` | undefined;
|
277
|
+
r?: `0x${string}` | undefined;
|
278
|
+
s?: `0x${string}` | undefined;
|
279
|
+
to?: `0x${string}` | null | undefined;
|
280
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
281
|
+
v?: `0x${string}` | undefined;
|
282
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
283
|
+
blobVersionedHashes?: undefined;
|
284
|
+
chainId?: `0x${string}` | undefined;
|
285
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
286
|
+
isSystemTx?: undefined;
|
287
|
+
mint?: undefined;
|
288
|
+
sourceHash?: undefined;
|
289
|
+
}) | ({
|
290
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
291
|
+
gas?: `0x${string}` | undefined;
|
292
|
+
value?: `0x${string}` | undefined;
|
293
|
+
gasPrice?: `0x${string}` | undefined;
|
294
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
295
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
296
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
297
|
+
yParity?: `0x${string}` | undefined;
|
298
|
+
blockHash?: `0x${string}` | null | undefined;
|
299
|
+
blockNumber?: `0x${string}` | null | undefined;
|
300
|
+
from?: `0x${string}` | undefined;
|
301
|
+
hash?: `0x${string}` | undefined;
|
302
|
+
input?: `0x${string}` | undefined;
|
303
|
+
nonce?: `0x${string}` | undefined;
|
304
|
+
r?: `0x${string}` | undefined;
|
305
|
+
s?: `0x${string}` | undefined;
|
306
|
+
to?: `0x${string}` | null | undefined;
|
307
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
308
|
+
v?: `0x${string}` | undefined;
|
309
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
310
|
+
blobVersionedHashes?: undefined;
|
311
|
+
chainId?: `0x${string}` | undefined;
|
312
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
313
|
+
isSystemTx?: undefined;
|
314
|
+
mint?: undefined;
|
315
|
+
sourceHash?: undefined;
|
316
|
+
}) | ({
|
317
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
318
|
+
gas?: `0x${string}` | undefined;
|
319
|
+
value?: `0x${string}` | undefined;
|
320
|
+
gasPrice?: `0x${string}` | undefined;
|
321
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
322
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
323
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
324
|
+
yParity?: `0x${string}` | undefined;
|
325
|
+
blockHash?: `0x${string}` | null | undefined;
|
326
|
+
blockNumber?: `0x${string}` | null | undefined;
|
327
|
+
from?: `0x${string}` | undefined;
|
328
|
+
hash?: `0x${string}` | undefined;
|
329
|
+
input?: `0x${string}` | undefined;
|
330
|
+
nonce?: `0x${string}` | undefined;
|
331
|
+
r?: `0x${string}` | undefined;
|
332
|
+
s?: `0x${string}` | undefined;
|
333
|
+
to?: `0x${string}` | null | undefined;
|
334
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
335
|
+
v?: `0x${string}` | undefined;
|
336
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
337
|
+
blobVersionedHashes?: undefined;
|
338
|
+
chainId?: `0x${string}` | undefined;
|
339
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
340
|
+
isSystemTx?: undefined;
|
341
|
+
mint?: undefined;
|
342
|
+
sourceHash?: undefined;
|
343
|
+
}) | ({
|
344
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
345
|
+
gas?: `0x${string}` | undefined;
|
346
|
+
value?: `0x${string}` | undefined;
|
347
|
+
gasPrice?: `0x${string}` | undefined;
|
348
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
349
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
350
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
351
|
+
yParity?: `0x${string}` | undefined;
|
352
|
+
blockHash?: `0x${string}` | null | undefined;
|
353
|
+
blockNumber?: `0x${string}` | null | undefined;
|
354
|
+
from?: `0x${string}` | undefined;
|
355
|
+
hash?: `0x${string}` | undefined;
|
356
|
+
input?: `0x${string}` | undefined;
|
357
|
+
nonce?: `0x${string}` | undefined;
|
358
|
+
r?: `0x${string}` | undefined;
|
359
|
+
s?: `0x${string}` | undefined;
|
360
|
+
to?: `0x${string}` | null | undefined;
|
361
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
362
|
+
v?: `0x${string}` | undefined;
|
363
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
364
|
+
blobVersionedHashes?: undefined;
|
365
|
+
chainId?: `0x${string}` | undefined;
|
366
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
367
|
+
isSystemTx?: boolean | undefined;
|
368
|
+
mint?: `0x${string}` | undefined;
|
369
|
+
sourceHash: `0x${string}`;
|
370
|
+
type: "0x7e";
|
371
|
+
}) | ({
|
372
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
373
|
+
gas?: `0x${string}` | undefined;
|
374
|
+
value?: `0x${string}` | undefined;
|
375
|
+
gasPrice?: `0x${string}` | undefined;
|
376
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
377
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
378
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
379
|
+
yParity?: `0x${string}` | undefined;
|
380
|
+
blockHash?: `0x${string}` | null | undefined;
|
381
|
+
blockNumber?: `0x${string}` | null | undefined;
|
382
|
+
from?: `0x${string}` | undefined;
|
383
|
+
hash?: `0x${string}` | undefined;
|
384
|
+
input?: `0x${string}` | undefined;
|
385
|
+
nonce?: `0x${string}` | undefined;
|
386
|
+
r?: `0x${string}` | undefined;
|
387
|
+
s?: `0x${string}` | undefined;
|
388
|
+
to?: `0x${string}` | null | undefined;
|
389
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
390
|
+
v?: `0x${string}` | undefined;
|
391
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
392
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
393
|
+
chainId?: `0x${string}` | undefined;
|
394
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
395
|
+
isSystemTx?: undefined;
|
396
|
+
mint?: undefined;
|
397
|
+
sourceHash?: undefined;
|
398
|
+
}) | ({
|
399
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
400
|
+
gas?: `0x${string}` | undefined;
|
401
|
+
value?: `0x${string}` | undefined;
|
402
|
+
gasPrice?: `0x${string}` | undefined;
|
403
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
404
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
405
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
406
|
+
yParity?: `0x${string}` | undefined;
|
407
|
+
blockHash?: `0x${string}` | null | undefined;
|
408
|
+
blockNumber?: `0x${string}` | null | undefined;
|
409
|
+
from?: `0x${string}` | undefined;
|
410
|
+
hash?: `0x${string}` | undefined;
|
411
|
+
input?: `0x${string}` | undefined;
|
412
|
+
nonce?: `0x${string}` | undefined;
|
413
|
+
r?: `0x${string}` | undefined;
|
414
|
+
s?: `0x${string}` | undefined;
|
415
|
+
to?: `0x${string}` | null | undefined;
|
416
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
417
|
+
v?: `0x${string}` | undefined;
|
418
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
419
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
420
|
+
chainId?: `0x${string}` | undefined;
|
421
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
422
|
+
isSystemTx?: undefined;
|
423
|
+
mint?: undefined;
|
424
|
+
sourceHash?: undefined;
|
425
|
+
}) | ({
|
426
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
427
|
+
gas?: `0x${string}` | undefined;
|
428
|
+
value?: `0x${string}` | undefined;
|
429
|
+
gasPrice?: `0x${string}` | undefined;
|
430
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
431
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
432
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
433
|
+
yParity?: `0x${string}` | undefined;
|
434
|
+
blockHash?: `0x${string}` | null | undefined;
|
435
|
+
blockNumber?: `0x${string}` | null | undefined;
|
436
|
+
from?: `0x${string}` | undefined;
|
437
|
+
hash?: `0x${string}` | undefined;
|
438
|
+
input?: `0x${string}` | undefined;
|
439
|
+
nonce?: `0x${string}` | undefined;
|
440
|
+
r?: `0x${string}` | undefined;
|
441
|
+
s?: `0x${string}` | undefined;
|
442
|
+
to?: `0x${string}` | null | undefined;
|
443
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
444
|
+
v?: `0x${string}` | undefined;
|
445
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
446
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
447
|
+
chainId?: `0x${string}` | undefined;
|
448
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
449
|
+
isSystemTx?: undefined;
|
450
|
+
mint?: undefined;
|
451
|
+
sourceHash?: undefined;
|
452
|
+
}) | ({
|
453
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
454
|
+
gas?: `0x${string}` | undefined;
|
455
|
+
value?: `0x${string}` | undefined;
|
456
|
+
gasPrice?: `0x${string}` | undefined;
|
457
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
458
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
459
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
460
|
+
yParity?: `0x${string}` | undefined;
|
461
|
+
blockHash?: `0x${string}` | null | undefined;
|
462
|
+
blockNumber?: `0x${string}` | null | undefined;
|
463
|
+
from?: `0x${string}` | undefined;
|
464
|
+
hash?: `0x${string}` | undefined;
|
465
|
+
input?: `0x${string}` | undefined;
|
466
|
+
nonce?: `0x${string}` | undefined;
|
467
|
+
r?: `0x${string}` | undefined;
|
468
|
+
s?: `0x${string}` | undefined;
|
469
|
+
to?: `0x${string}` | null | undefined;
|
470
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
471
|
+
v?: `0x${string}` | undefined;
|
472
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
473
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
474
|
+
chainId?: `0x${string}` | undefined;
|
475
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
476
|
+
isSystemTx?: undefined;
|
477
|
+
mint?: undefined;
|
478
|
+
sourceHash?: undefined;
|
479
|
+
}) | ({
|
480
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
481
|
+
gas?: `0x${string}` | undefined;
|
482
|
+
value?: `0x${string}` | undefined;
|
483
|
+
gasPrice?: `0x${string}` | undefined;
|
484
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
485
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
486
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
487
|
+
yParity?: `0x${string}` | undefined;
|
488
|
+
blockHash?: `0x${string}` | null | undefined;
|
489
|
+
blockNumber?: `0x${string}` | null | undefined;
|
490
|
+
from?: `0x${string}` | undefined;
|
491
|
+
hash?: `0x${string}` | undefined;
|
492
|
+
input?: `0x${string}` | undefined;
|
493
|
+
nonce?: `0x${string}` | undefined;
|
494
|
+
r?: `0x${string}` | undefined;
|
495
|
+
s?: `0x${string}` | undefined;
|
496
|
+
to?: `0x${string}` | null | undefined;
|
497
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
498
|
+
v?: `0x${string}` | undefined;
|
499
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
500
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
501
|
+
chainId?: `0x${string}` | undefined;
|
502
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
503
|
+
isSystemTx?: boolean | undefined;
|
504
|
+
mint?: `0x${string}` | undefined;
|
505
|
+
sourceHash: `0x${string}`;
|
506
|
+
type: "0x7e";
|
507
|
+
})) => ({
|
508
|
+
gas: bigint;
|
509
|
+
value: bigint;
|
510
|
+
blockHash: `0x${string}` | null;
|
511
|
+
blockNumber: bigint | null;
|
512
|
+
from: `0x${string}`;
|
513
|
+
hash: `0x${string}`;
|
514
|
+
input: `0x${string}`;
|
515
|
+
nonce: number;
|
516
|
+
r: `0x${string}`;
|
517
|
+
s: `0x${string}`;
|
518
|
+
to: `0x${string}` | null;
|
519
|
+
transactionIndex: number | null;
|
520
|
+
typeHex: `0x${string}` | null;
|
521
|
+
v: bigint;
|
522
|
+
gasPrice: bigint;
|
523
|
+
maxFeePerBlobGas?: undefined;
|
524
|
+
maxFeePerGas?: undefined;
|
525
|
+
maxPriorityFeePerGas?: undefined;
|
526
|
+
accessList?: undefined;
|
527
|
+
blobVersionedHashes?: undefined;
|
528
|
+
chainId?: number | undefined;
|
529
|
+
yParity?: undefined;
|
530
|
+
type: "legacy";
|
531
|
+
isSystemTx?: undefined;
|
532
|
+
mint?: undefined;
|
533
|
+
sourceHash?: undefined;
|
534
|
+
} | {
|
535
|
+
gas: bigint;
|
536
|
+
value: bigint;
|
537
|
+
blockHash: `0x${string}` | null;
|
538
|
+
blockNumber: bigint | null;
|
539
|
+
from: `0x${string}`;
|
540
|
+
hash: `0x${string}`;
|
541
|
+
input: `0x${string}`;
|
542
|
+
nonce: number;
|
543
|
+
r: `0x${string}`;
|
544
|
+
s: `0x${string}`;
|
545
|
+
to: `0x${string}` | null;
|
546
|
+
transactionIndex: number | null;
|
547
|
+
typeHex: `0x${string}` | null;
|
548
|
+
v: bigint;
|
549
|
+
gasPrice: undefined;
|
550
|
+
maxFeePerBlobGas?: undefined;
|
551
|
+
maxFeePerGas: bigint;
|
552
|
+
maxPriorityFeePerGas: bigint;
|
553
|
+
accessList?: undefined;
|
554
|
+
blobVersionedHashes?: undefined;
|
555
|
+
chainId?: number | undefined;
|
556
|
+
yParity: number;
|
557
|
+
type: "deposit";
|
558
|
+
isSystemTx?: boolean | undefined;
|
559
|
+
mint?: bigint | undefined;
|
560
|
+
sourceHash: `0x${string}`;
|
561
|
+
} | {
|
562
|
+
blockHash: `0x${string}` | null;
|
563
|
+
blockNumber: bigint | null;
|
564
|
+
from: `0x${string}`;
|
565
|
+
gas: bigint;
|
566
|
+
hash: `0x${string}`;
|
567
|
+
input: `0x${string}`;
|
568
|
+
nonce: number;
|
569
|
+
r: `0x${string}`;
|
570
|
+
s: `0x${string}`;
|
571
|
+
to: `0x${string}` | null;
|
572
|
+
transactionIndex: number | null;
|
573
|
+
typeHex: `0x${string}` | null;
|
574
|
+
v: bigint;
|
575
|
+
value: bigint;
|
576
|
+
yParity: number;
|
577
|
+
gasPrice: bigint;
|
578
|
+
maxFeePerBlobGas?: undefined;
|
579
|
+
maxFeePerGas?: undefined;
|
580
|
+
maxPriorityFeePerGas?: undefined;
|
581
|
+
accessList: import("../../index.js").AccessList;
|
582
|
+
blobVersionedHashes?: undefined;
|
583
|
+
chainId: number;
|
584
|
+
type: "eip2930";
|
585
|
+
isSystemTx?: undefined;
|
586
|
+
mint?: undefined;
|
587
|
+
sourceHash?: undefined;
|
588
|
+
} | {
|
589
|
+
blockHash: `0x${string}` | null;
|
590
|
+
blockNumber: bigint | null;
|
591
|
+
from: `0x${string}`;
|
592
|
+
gas: bigint;
|
593
|
+
hash: `0x${string}`;
|
594
|
+
input: `0x${string}`;
|
595
|
+
nonce: number;
|
596
|
+
r: `0x${string}`;
|
597
|
+
s: `0x${string}`;
|
598
|
+
to: `0x${string}` | null;
|
599
|
+
transactionIndex: number | null;
|
600
|
+
typeHex: `0x${string}` | null;
|
601
|
+
v: bigint;
|
602
|
+
value: bigint;
|
603
|
+
yParity: number;
|
604
|
+
gasPrice: undefined;
|
605
|
+
maxFeePerBlobGas?: undefined;
|
606
|
+
maxFeePerGas: bigint;
|
607
|
+
maxPriorityFeePerGas: bigint;
|
608
|
+
accessList: import("../../index.js").AccessList;
|
609
|
+
blobVersionedHashes?: undefined;
|
610
|
+
chainId: number;
|
611
|
+
type: "eip1559";
|
612
|
+
isSystemTx?: undefined;
|
613
|
+
mint?: undefined;
|
614
|
+
sourceHash?: undefined;
|
615
|
+
} | {
|
616
|
+
blockHash: `0x${string}` | null;
|
617
|
+
blockNumber: bigint | null;
|
618
|
+
from: `0x${string}`;
|
619
|
+
gas: bigint;
|
620
|
+
hash: `0x${string}`;
|
621
|
+
input: `0x${string}`;
|
622
|
+
nonce: number;
|
623
|
+
r: `0x${string}`;
|
624
|
+
s: `0x${string}`;
|
625
|
+
to: `0x${string}` | null;
|
626
|
+
transactionIndex: number | null;
|
627
|
+
typeHex: `0x${string}` | null;
|
628
|
+
v: bigint;
|
629
|
+
value: bigint;
|
630
|
+
yParity: number;
|
631
|
+
gasPrice: undefined;
|
632
|
+
maxFeePerBlobGas?: undefined;
|
633
|
+
maxFeePerGas: bigint;
|
634
|
+
maxPriorityFeePerGas: bigint;
|
635
|
+
accessList: import("../../index.js").AccessList;
|
636
|
+
blobVersionedHashes?: undefined;
|
637
|
+
chainId: number;
|
638
|
+
type: "deposit";
|
639
|
+
isSystemTx?: boolean | undefined;
|
640
|
+
mint?: bigint | undefined;
|
641
|
+
sourceHash: `0x${string}`;
|
642
|
+
} | {
|
643
|
+
blockHash: `0x${string}` | null;
|
644
|
+
blockNumber: bigint | null;
|
645
|
+
from: `0x${string}`;
|
646
|
+
gas: bigint;
|
647
|
+
hash: `0x${string}`;
|
648
|
+
input: `0x${string}`;
|
649
|
+
nonce: number;
|
650
|
+
r: `0x${string}`;
|
651
|
+
s: `0x${string}`;
|
652
|
+
to: `0x${string}` | null;
|
653
|
+
transactionIndex: number | null;
|
654
|
+
typeHex: `0x${string}` | null;
|
655
|
+
v: bigint;
|
656
|
+
value: bigint;
|
657
|
+
yParity: number;
|
658
|
+
gasPrice: bigint;
|
659
|
+
maxFeePerBlobGas?: undefined;
|
660
|
+
maxFeePerGas: undefined;
|
661
|
+
maxPriorityFeePerGas: undefined;
|
662
|
+
accessList: import("../../index.js").AccessList;
|
663
|
+
blobVersionedHashes?: undefined;
|
664
|
+
chainId: number;
|
665
|
+
type: "eip2930";
|
666
|
+
isSystemTx?: undefined;
|
667
|
+
mint?: undefined;
|
668
|
+
sourceHash?: undefined;
|
669
|
+
} | {
|
670
|
+
blockHash: `0x${string}` | null;
|
671
|
+
blockNumber: bigint | null;
|
672
|
+
from: `0x${string}`;
|
673
|
+
gas: bigint;
|
674
|
+
hash: `0x${string}`;
|
675
|
+
input: `0x${string}`;
|
676
|
+
nonce: number;
|
677
|
+
r: `0x${string}`;
|
678
|
+
s: `0x${string}`;
|
679
|
+
to: `0x${string}` | null;
|
680
|
+
transactionIndex: number | null;
|
681
|
+
typeHex: `0x${string}` | null;
|
682
|
+
v: bigint;
|
683
|
+
value: bigint;
|
684
|
+
yParity: number;
|
685
|
+
gasPrice?: undefined;
|
686
|
+
maxFeePerBlobGas?: undefined;
|
687
|
+
maxFeePerGas: bigint;
|
688
|
+
maxPriorityFeePerGas: bigint;
|
689
|
+
accessList: import("../../index.js").AccessList;
|
690
|
+
blobVersionedHashes?: undefined;
|
691
|
+
chainId: number;
|
692
|
+
type: "eip1559";
|
693
|
+
isSystemTx?: undefined;
|
694
|
+
mint?: undefined;
|
695
|
+
sourceHash?: undefined;
|
696
|
+
} | {
|
697
|
+
blockHash: `0x${string}` | null;
|
698
|
+
blockNumber: bigint | null;
|
699
|
+
from: `0x${string}`;
|
700
|
+
gas: bigint;
|
701
|
+
hash: `0x${string}`;
|
702
|
+
input: `0x${string}`;
|
703
|
+
nonce: number;
|
704
|
+
r: `0x${string}`;
|
705
|
+
s: `0x${string}`;
|
706
|
+
to: `0x${string}` | null;
|
707
|
+
transactionIndex: number | null;
|
708
|
+
typeHex: `0x${string}` | null;
|
709
|
+
v: bigint;
|
710
|
+
value: bigint;
|
711
|
+
yParity: number;
|
712
|
+
gasPrice?: undefined;
|
713
|
+
maxFeePerBlobGas?: undefined;
|
714
|
+
maxFeePerGas: bigint;
|
715
|
+
maxPriorityFeePerGas: bigint;
|
716
|
+
accessList: import("../../index.js").AccessList;
|
717
|
+
blobVersionedHashes?: undefined;
|
718
|
+
chainId: number;
|
719
|
+
type: "deposit";
|
720
|
+
isSystemTx?: boolean | undefined;
|
721
|
+
mint?: bigint | undefined;
|
722
|
+
sourceHash: `0x${string}`;
|
723
|
+
} | {
|
724
|
+
blockHash: `0x${string}` | null;
|
725
|
+
blockNumber: bigint | null;
|
726
|
+
from: `0x${string}`;
|
727
|
+
gas: bigint;
|
728
|
+
hash: `0x${string}`;
|
729
|
+
input: `0x${string}`;
|
730
|
+
nonce: number;
|
731
|
+
r: `0x${string}`;
|
732
|
+
s: `0x${string}`;
|
733
|
+
to: `0x${string}` | null;
|
734
|
+
transactionIndex: number | null;
|
735
|
+
typeHex: `0x${string}` | null;
|
736
|
+
v: bigint;
|
737
|
+
value: bigint;
|
738
|
+
yParity: number;
|
739
|
+
gasPrice?: undefined;
|
740
|
+
maxFeePerBlobGas: bigint;
|
741
|
+
maxFeePerGas: bigint;
|
742
|
+
maxPriorityFeePerGas: bigint;
|
743
|
+
accessList: import("../../index.js").AccessList;
|
744
|
+
blobVersionedHashes: `0x${string}`[];
|
745
|
+
chainId: number;
|
746
|
+
type: "eip4844";
|
747
|
+
isSystemTx?: undefined;
|
748
|
+
mint?: undefined;
|
749
|
+
sourceHash?: undefined;
|
750
|
+
} | {
|
751
|
+
blockHash: `0x${string}` | null;
|
752
|
+
blockNumber: bigint | null;
|
753
|
+
from: `0x${string}`;
|
754
|
+
gas: bigint;
|
755
|
+
hash: `0x${string}`;
|
756
|
+
input: `0x${string}`;
|
757
|
+
nonce: number;
|
758
|
+
r: `0x${string}`;
|
759
|
+
s: `0x${string}`;
|
760
|
+
to: `0x${string}` | null;
|
761
|
+
transactionIndex: number | null;
|
762
|
+
typeHex: `0x${string}` | null;
|
763
|
+
v: bigint;
|
764
|
+
value: bigint;
|
765
|
+
yParity: number;
|
766
|
+
gasPrice?: undefined;
|
767
|
+
maxFeePerBlobGas: undefined;
|
768
|
+
maxFeePerGas: bigint;
|
769
|
+
maxPriorityFeePerGas: bigint;
|
770
|
+
accessList: import("../../index.js").AccessList;
|
771
|
+
blobVersionedHashes: `0x${string}`[];
|
772
|
+
chainId: number;
|
773
|
+
type: "deposit";
|
774
|
+
isSystemTx?: boolean | undefined;
|
775
|
+
mint?: bigint | undefined;
|
776
|
+
sourceHash: `0x${string}`;
|
777
|
+
}) & {};
|
778
|
+
type: "transaction";
|
779
|
+
};
|
780
|
+
readonly transactionReceipt: {
|
781
|
+
exclude: [] | undefined;
|
782
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
783
|
+
blobGasPrice?: bigint | undefined;
|
784
|
+
blobGasUsed?: bigint | undefined;
|
785
|
+
blockHash: `0x${string}`;
|
786
|
+
blockNumber: bigint;
|
787
|
+
contractAddress: `0x${string}` | null;
|
788
|
+
cumulativeGasUsed: bigint;
|
789
|
+
effectiveGasPrice: bigint;
|
790
|
+
from: `0x${string}`;
|
791
|
+
gasUsed: bigint;
|
792
|
+
logs: import("../../index.js").Log<bigint, number, false>[];
|
793
|
+
logsBloom: `0x${string}`;
|
794
|
+
root?: `0x${string}` | undefined;
|
795
|
+
status: "success" | "reverted";
|
796
|
+
to: `0x${string}` | null;
|
797
|
+
transactionHash: `0x${string}`;
|
798
|
+
transactionIndex: number;
|
799
|
+
type: import("../../index.js").TransactionType;
|
800
|
+
l1GasPrice: bigint | null;
|
801
|
+
l1GasUsed: bigint | null;
|
802
|
+
l1Fee: bigint | null;
|
803
|
+
l1FeeScalar: number | null;
|
804
|
+
} & {};
|
805
|
+
type: "transactionReceipt";
|
806
|
+
};
|
807
|
+
};
|
808
|
+
serializers: {
|
809
|
+
readonly transaction: import("../../index.js").SerializeTransactionFn<import("../index.js").OpStackTransactionSerializable>;
|
810
|
+
};
|
811
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
812
|
+
};
|
813
|
+
//# sourceMappingURL=ancient8Sepolia.d.ts.map
|