viem 2.6.1 → 2.7.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 +6 -0
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/formatters/block.js +4 -0
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +9 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +6 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +1 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/actions/public/getTransaction.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/formatters/block.js +4 -0
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +9 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js +6 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +1 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +2 -1
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +375 -65
- package/_types/chains/celo/chainConfig.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +375 -65
- package/_types/chains/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +279 -49
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +279 -49
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +279 -49
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +375 -65
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +375 -65
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/optimism.d.ts +279 -49
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +279 -49
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +279 -49
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +279 -49
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +279 -49
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSync.d.ts +122 -6
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +279 -49
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +279 -49
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +279 -49
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +279 -49
- package/_types/chains/opStack/chainConfig.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +279 -49
- package/_types/chains/opStack/formatters.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +122 -6
- package/_types/chains/zksync/chainConfig.d.ts.map +1 -1
- package/_types/chains/zksync/formatters.d.ts +122 -6
- package/_types/chains/zksync/formatters.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +4 -0
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/fee.d.ts +9 -3
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +20 -5
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +387 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -1
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/actions/public/getTransaction.ts +2 -1
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +4 -0
- package/types/fee.ts +14 -2
- package/types/rpc.ts +3 -1
- package/types/transaction.ts +37 -6
- package/utils/formatters/block.ts +4 -0
- package/utils/formatters/transaction.ts +9 -0
- package/utils/formatters/transactionReceipt.ts +8 -1
- package/utils/formatters/transactionRequest.ts +1 -0
@@ -6,7 +6,9 @@ export declare const chainConfig: {
|
|
6
6
|
transactions: `0x${string}`[] | import("./types.js").CeloRpcTransaction[];
|
7
7
|
}>) => {
|
8
8
|
baseFeePerGas: bigint | null;
|
9
|
+
blobGasUsed: bigint;
|
9
10
|
difficulty: bigint;
|
11
|
+
excessBlobGas: bigint;
|
10
12
|
extraData: `0x${string}`;
|
11
13
|
gasLimit: bigint;
|
12
14
|
gasUsed: bigint;
|
@@ -45,11 +47,17 @@ export declare const chainConfig: {
|
|
45
47
|
readonly transaction: {
|
46
48
|
exclude: [] | undefined;
|
47
49
|
format: (args: ({
|
50
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
51
|
+
gas?: `0x${string}` | undefined;
|
52
|
+
value?: `0x${string}` | undefined;
|
53
|
+
gasPrice?: `0x${string}` | undefined;
|
54
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
55
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
56
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
48
57
|
yParity?: `0x${string}` | undefined;
|
49
58
|
blockHash?: `0x${string}` | null | undefined;
|
50
59
|
blockNumber?: `0x${string}` | null | undefined;
|
51
60
|
from?: `0x${string}` | undefined;
|
52
|
-
gas?: `0x${string}` | undefined;
|
53
61
|
hash?: `0x${string}` | undefined;
|
54
62
|
input?: `0x${string}` | undefined;
|
55
63
|
nonce?: `0x${string}` | undefined;
|
@@ -58,23 +66,25 @@ export declare const chainConfig: {
|
|
58
66
|
to?: `0x${string}` | null | undefined;
|
59
67
|
transactionIndex?: `0x${string}` | null | undefined;
|
60
68
|
v?: `0x${string}` | undefined;
|
61
|
-
value?: `0x${string}` | undefined;
|
62
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
63
|
-
gasPrice?: `0x${string}` | undefined;
|
64
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
65
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
66
69
|
accessList?: undefined;
|
70
|
+
blobVersionedHashes?: undefined;
|
67
71
|
chainId?: `0x${string}` | undefined;
|
68
72
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
69
73
|
feeCurrency: `0x${string}` | null;
|
70
74
|
gatewayFee: `0x${string}` | null;
|
71
75
|
gatewayFeeRecipient: `0x${string}` | null;
|
72
76
|
}) | ({
|
77
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
78
|
+
gas?: `0x${string}` | undefined;
|
79
|
+
value?: `0x${string}` | undefined;
|
80
|
+
gasPrice?: `0x${string}` | undefined;
|
81
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
82
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
83
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
73
84
|
yParity?: `0x${string}` | undefined;
|
74
85
|
blockHash?: `0x${string}` | null | undefined;
|
75
86
|
blockNumber?: `0x${string}` | null | undefined;
|
76
87
|
from?: `0x${string}` | undefined;
|
77
|
-
gas?: `0x${string}` | undefined;
|
78
88
|
hash?: `0x${string}` | undefined;
|
79
89
|
input?: `0x${string}` | undefined;
|
80
90
|
nonce?: `0x${string}` | undefined;
|
@@ -83,12 +93,8 @@ export declare const chainConfig: {
|
|
83
93
|
to?: `0x${string}` | null | undefined;
|
84
94
|
transactionIndex?: `0x${string}` | null | undefined;
|
85
95
|
v?: `0x${string}` | undefined;
|
86
|
-
value?: `0x${string}` | undefined;
|
87
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
88
|
-
gasPrice?: `0x${string}` | undefined;
|
89
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
90
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
91
96
|
accessList?: undefined;
|
97
|
+
blobVersionedHashes?: undefined;
|
92
98
|
chainId?: `0x${string}` | undefined;
|
93
99
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
94
100
|
feeCurrency: `0x${string}` | null;
|
@@ -96,11 +102,17 @@ export declare const chainConfig: {
|
|
96
102
|
gatewayFeeRecipient: `0x${string}` | null;
|
97
103
|
type: "0x7c";
|
98
104
|
}) | ({
|
105
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
106
|
+
gas?: `0x${string}` | undefined;
|
107
|
+
value?: `0x${string}` | undefined;
|
108
|
+
gasPrice?: `0x${string}` | undefined;
|
109
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
110
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
111
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
99
112
|
yParity?: `0x${string}` | undefined;
|
100
113
|
blockHash?: `0x${string}` | null | undefined;
|
101
114
|
blockNumber?: `0x${string}` | null | undefined;
|
102
115
|
from?: `0x${string}` | undefined;
|
103
|
-
gas?: `0x${string}` | undefined;
|
104
116
|
hash?: `0x${string}` | undefined;
|
105
117
|
input?: `0x${string}` | undefined;
|
106
118
|
nonce?: `0x${string}` | undefined;
|
@@ -109,12 +121,8 @@ export declare const chainConfig: {
|
|
109
121
|
to?: `0x${string}` | null | undefined;
|
110
122
|
transactionIndex?: `0x${string}` | null | undefined;
|
111
123
|
v?: `0x${string}` | undefined;
|
112
|
-
value?: `0x${string}` | undefined;
|
113
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
114
|
-
gasPrice?: `0x${string}` | undefined;
|
115
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
116
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
117
124
|
accessList?: undefined;
|
125
|
+
blobVersionedHashes?: undefined;
|
118
126
|
chainId?: `0x${string}` | undefined;
|
119
127
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
120
128
|
feeCurrency: `0x${string}` | null;
|
@@ -122,11 +130,17 @@ export declare const chainConfig: {
|
|
122
130
|
gatewayFeeRecipient?: undefined;
|
123
131
|
type: "0x7b";
|
124
132
|
}) | ({
|
133
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
134
|
+
gas?: `0x${string}` | undefined;
|
135
|
+
value?: `0x${string}` | undefined;
|
136
|
+
gasPrice?: `0x${string}` | undefined;
|
137
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
138
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
139
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
125
140
|
yParity?: `0x${string}` | undefined;
|
126
141
|
blockHash?: `0x${string}` | null | undefined;
|
127
142
|
blockNumber?: `0x${string}` | null | undefined;
|
128
143
|
from?: `0x${string}` | undefined;
|
129
|
-
gas?: `0x${string}` | undefined;
|
130
144
|
hash?: `0x${string}` | undefined;
|
131
145
|
input?: `0x${string}` | undefined;
|
132
146
|
nonce?: `0x${string}` | undefined;
|
@@ -135,23 +149,52 @@ export declare const chainConfig: {
|
|
135
149
|
to?: `0x${string}` | null | undefined;
|
136
150
|
transactionIndex?: `0x${string}` | null | undefined;
|
137
151
|
v?: `0x${string}` | undefined;
|
152
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
153
|
+
blobVersionedHashes?: undefined;
|
154
|
+
chainId?: `0x${string}` | undefined;
|
155
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
156
|
+
feeCurrency: `0x${string}` | null;
|
157
|
+
gatewayFee: `0x${string}` | null;
|
158
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
159
|
+
}) | ({
|
160
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
161
|
+
gas?: `0x${string}` | undefined;
|
138
162
|
value?: `0x${string}` | undefined;
|
139
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
140
163
|
gasPrice?: `0x${string}` | undefined;
|
164
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
141
165
|
maxFeePerGas?: `0x${string}` | undefined;
|
142
166
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
167
|
+
yParity?: `0x${string}` | undefined;
|
168
|
+
blockHash?: `0x${string}` | null | undefined;
|
169
|
+
blockNumber?: `0x${string}` | null | undefined;
|
170
|
+
from?: `0x${string}` | undefined;
|
171
|
+
hash?: `0x${string}` | undefined;
|
172
|
+
input?: `0x${string}` | undefined;
|
173
|
+
nonce?: `0x${string}` | undefined;
|
174
|
+
r?: `0x${string}` | undefined;
|
175
|
+
s?: `0x${string}` | undefined;
|
176
|
+
to?: `0x${string}` | null | undefined;
|
177
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
178
|
+
v?: `0x${string}` | undefined;
|
143
179
|
accessList?: import("../../index.js").AccessList | undefined;
|
180
|
+
blobVersionedHashes?: undefined;
|
144
181
|
chainId?: `0x${string}` | undefined;
|
145
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
182
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
146
183
|
feeCurrency: `0x${string}` | null;
|
147
184
|
gatewayFee: `0x${string}` | null;
|
148
185
|
gatewayFeeRecipient: `0x${string}` | null;
|
149
186
|
}) | ({
|
187
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
188
|
+
gas?: `0x${string}` | undefined;
|
189
|
+
value?: `0x${string}` | undefined;
|
190
|
+
gasPrice?: `0x${string}` | undefined;
|
191
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
192
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
193
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
150
194
|
yParity?: `0x${string}` | undefined;
|
151
195
|
blockHash?: `0x${string}` | null | undefined;
|
152
196
|
blockNumber?: `0x${string}` | null | undefined;
|
153
197
|
from?: `0x${string}` | undefined;
|
154
|
-
gas?: `0x${string}` | undefined;
|
155
198
|
hash?: `0x${string}` | undefined;
|
156
199
|
input?: `0x${string}` | undefined;
|
157
200
|
nonce?: `0x${string}` | undefined;
|
@@ -160,23 +203,53 @@ export declare const chainConfig: {
|
|
160
203
|
to?: `0x${string}` | null | undefined;
|
161
204
|
transactionIndex?: `0x${string}` | null | undefined;
|
162
205
|
v?: `0x${string}` | undefined;
|
206
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
207
|
+
blobVersionedHashes?: undefined;
|
208
|
+
chainId?: `0x${string}` | undefined;
|
209
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
210
|
+
feeCurrency: `0x${string}` | null;
|
211
|
+
gatewayFee: `0x${string}` | null;
|
212
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
213
|
+
}) | ({
|
214
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
215
|
+
gas?: `0x${string}` | undefined;
|
163
216
|
value?: `0x${string}` | undefined;
|
164
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
165
217
|
gasPrice?: `0x${string}` | undefined;
|
218
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
166
219
|
maxFeePerGas?: `0x${string}` | undefined;
|
167
220
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
221
|
+
yParity?: `0x${string}` | undefined;
|
222
|
+
blockHash?: `0x${string}` | null | undefined;
|
223
|
+
blockNumber?: `0x${string}` | null | undefined;
|
224
|
+
from?: `0x${string}` | undefined;
|
225
|
+
hash?: `0x${string}` | undefined;
|
226
|
+
input?: `0x${string}` | undefined;
|
227
|
+
nonce?: `0x${string}` | undefined;
|
228
|
+
r?: `0x${string}` | undefined;
|
229
|
+
s?: `0x${string}` | undefined;
|
230
|
+
to?: `0x${string}` | null | undefined;
|
231
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
232
|
+
v?: `0x${string}` | undefined;
|
168
233
|
accessList?: import("../../index.js").AccessList | undefined;
|
234
|
+
blobVersionedHashes?: undefined;
|
169
235
|
chainId?: `0x${string}` | undefined;
|
170
|
-
} &
|
236
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
171
237
|
feeCurrency: `0x${string}` | null;
|
172
238
|
gatewayFee: `0x${string}` | null;
|
173
239
|
gatewayFeeRecipient: `0x${string}` | null;
|
240
|
+
type: "0x7c";
|
174
241
|
}) | ({
|
242
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
243
|
+
gas?: `0x${string}` | undefined;
|
244
|
+
value?: `0x${string}` | undefined;
|
245
|
+
gasPrice?: `0x${string}` | undefined;
|
246
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
247
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
248
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
175
249
|
yParity?: `0x${string}` | undefined;
|
176
250
|
blockHash?: `0x${string}` | null | undefined;
|
177
251
|
blockNumber?: `0x${string}` | null | undefined;
|
178
252
|
from?: `0x${string}` | undefined;
|
179
|
-
gas?: `0x${string}` | undefined;
|
180
253
|
hash?: `0x${string}` | undefined;
|
181
254
|
input?: `0x${string}` | undefined;
|
182
255
|
nonce?: `0x${string}` | undefined;
|
@@ -185,23 +258,53 @@ export declare const chainConfig: {
|
|
185
258
|
to?: `0x${string}` | null | undefined;
|
186
259
|
transactionIndex?: `0x${string}` | null | undefined;
|
187
260
|
v?: `0x${string}` | undefined;
|
261
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
262
|
+
blobVersionedHashes?: undefined;
|
263
|
+
chainId?: `0x${string}` | undefined;
|
264
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
265
|
+
feeCurrency: `0x${string}` | null;
|
266
|
+
gatewayFee?: undefined;
|
267
|
+
gatewayFeeRecipient?: undefined;
|
268
|
+
type: "0x7b";
|
269
|
+
}) | ({
|
270
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
271
|
+
gas?: `0x${string}` | undefined;
|
188
272
|
value?: `0x${string}` | undefined;
|
189
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
190
273
|
gasPrice?: `0x${string}` | undefined;
|
274
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
191
275
|
maxFeePerGas?: `0x${string}` | undefined;
|
192
276
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
277
|
+
yParity?: `0x${string}` | undefined;
|
278
|
+
blockHash?: `0x${string}` | null | undefined;
|
279
|
+
blockNumber?: `0x${string}` | null | undefined;
|
280
|
+
from?: `0x${string}` | undefined;
|
281
|
+
hash?: `0x${string}` | undefined;
|
282
|
+
input?: `0x${string}` | undefined;
|
283
|
+
nonce?: `0x${string}` | undefined;
|
284
|
+
r?: `0x${string}` | undefined;
|
285
|
+
s?: `0x${string}` | undefined;
|
286
|
+
to?: `0x${string}` | null | undefined;
|
287
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
288
|
+
v?: `0x${string}` | undefined;
|
193
289
|
accessList?: import("../../index.js").AccessList | undefined;
|
290
|
+
blobVersionedHashes?: undefined;
|
194
291
|
chainId?: `0x${string}` | undefined;
|
195
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
292
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
196
293
|
feeCurrency: `0x${string}` | null;
|
197
294
|
gatewayFee: `0x${string}` | null;
|
198
295
|
gatewayFeeRecipient: `0x${string}` | null;
|
199
296
|
}) | ({
|
297
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
298
|
+
gas?: `0x${string}` | undefined;
|
299
|
+
value?: `0x${string}` | undefined;
|
300
|
+
gasPrice?: `0x${string}` | undefined;
|
301
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
302
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
303
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
200
304
|
yParity?: `0x${string}` | undefined;
|
201
305
|
blockHash?: `0x${string}` | null | undefined;
|
202
306
|
blockNumber?: `0x${string}` | null | undefined;
|
203
307
|
from?: `0x${string}` | undefined;
|
204
|
-
gas?: `0x${string}` | undefined;
|
205
308
|
hash?: `0x${string}` | undefined;
|
206
309
|
input?: `0x${string}` | undefined;
|
207
310
|
nonce?: `0x${string}` | undefined;
|
@@ -210,24 +313,52 @@ export declare const chainConfig: {
|
|
210
313
|
to?: `0x${string}` | null | undefined;
|
211
314
|
transactionIndex?: `0x${string}` | null | undefined;
|
212
315
|
v?: `0x${string}` | undefined;
|
316
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
317
|
+
blobVersionedHashes?: undefined;
|
318
|
+
chainId?: `0x${string}` | undefined;
|
319
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
320
|
+
feeCurrency: `0x${string}` | null;
|
321
|
+
gatewayFee: `0x${string}` | null;
|
322
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
323
|
+
}) | ({
|
324
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
325
|
+
gas?: `0x${string}` | undefined;
|
213
326
|
value?: `0x${string}` | undefined;
|
214
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
215
327
|
gasPrice?: `0x${string}` | undefined;
|
328
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
216
329
|
maxFeePerGas?: `0x${string}` | undefined;
|
217
330
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
331
|
+
yParity?: `0x${string}` | undefined;
|
332
|
+
blockHash?: `0x${string}` | null | undefined;
|
333
|
+
blockNumber?: `0x${string}` | null | undefined;
|
334
|
+
from?: `0x${string}` | undefined;
|
335
|
+
hash?: `0x${string}` | undefined;
|
336
|
+
input?: `0x${string}` | undefined;
|
337
|
+
nonce?: `0x${string}` | undefined;
|
338
|
+
r?: `0x${string}` | undefined;
|
339
|
+
s?: `0x${string}` | undefined;
|
340
|
+
to?: `0x${string}` | null | undefined;
|
341
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
342
|
+
v?: `0x${string}` | undefined;
|
218
343
|
accessList?: import("../../index.js").AccessList | undefined;
|
344
|
+
blobVersionedHashes?: undefined;
|
219
345
|
chainId?: `0x${string}` | undefined;
|
220
|
-
} & Omit<import("../../index.js").
|
346
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
221
347
|
feeCurrency: `0x${string}` | null;
|
222
348
|
gatewayFee: `0x${string}` | null;
|
223
349
|
gatewayFeeRecipient: `0x${string}` | null;
|
224
|
-
type: "0x7c";
|
225
350
|
}) | ({
|
351
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
352
|
+
gas?: `0x${string}` | undefined;
|
353
|
+
value?: `0x${string}` | undefined;
|
354
|
+
gasPrice?: `0x${string}` | undefined;
|
355
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
356
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
357
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
226
358
|
yParity?: `0x${string}` | undefined;
|
227
359
|
blockHash?: `0x${string}` | null | undefined;
|
228
360
|
blockNumber?: `0x${string}` | null | undefined;
|
229
361
|
from?: `0x${string}` | undefined;
|
230
|
-
gas?: `0x${string}` | undefined;
|
231
362
|
hash?: `0x${string}` | undefined;
|
232
363
|
input?: `0x${string}` | undefined;
|
233
364
|
nonce?: `0x${string}` | undefined;
|
@@ -236,12 +367,36 @@ export declare const chainConfig: {
|
|
236
367
|
to?: `0x${string}` | null | undefined;
|
237
368
|
transactionIndex?: `0x${string}` | null | undefined;
|
238
369
|
v?: `0x${string}` | undefined;
|
370
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
371
|
+
blobVersionedHashes?: undefined;
|
372
|
+
chainId?: `0x${string}` | undefined;
|
373
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
374
|
+
feeCurrency: `0x${string}` | null;
|
375
|
+
gatewayFee: `0x${string}` | null;
|
376
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
377
|
+
type: "0x7c";
|
378
|
+
}) | ({
|
379
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
380
|
+
gas?: `0x${string}` | undefined;
|
239
381
|
value?: `0x${string}` | undefined;
|
240
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
241
382
|
gasPrice?: `0x${string}` | undefined;
|
383
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
242
384
|
maxFeePerGas?: `0x${string}` | undefined;
|
243
385
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
386
|
+
yParity?: `0x${string}` | undefined;
|
387
|
+
blockHash?: `0x${string}` | null | undefined;
|
388
|
+
blockNumber?: `0x${string}` | null | undefined;
|
389
|
+
from?: `0x${string}` | undefined;
|
390
|
+
hash?: `0x${string}` | undefined;
|
391
|
+
input?: `0x${string}` | undefined;
|
392
|
+
nonce?: `0x${string}` | undefined;
|
393
|
+
r?: `0x${string}` | undefined;
|
394
|
+
s?: `0x${string}` | undefined;
|
395
|
+
to?: `0x${string}` | null | undefined;
|
396
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
397
|
+
v?: `0x${string}` | undefined;
|
244
398
|
accessList?: import("../../index.js").AccessList | undefined;
|
399
|
+
blobVersionedHashes?: undefined;
|
245
400
|
chainId?: `0x${string}` | undefined;
|
246
401
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
247
402
|
feeCurrency: `0x${string}` | null;
|
@@ -249,11 +404,17 @@ export declare const chainConfig: {
|
|
249
404
|
gatewayFeeRecipient?: undefined;
|
250
405
|
type: "0x7b";
|
251
406
|
}) | ({
|
407
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
408
|
+
gas?: `0x${string}` | undefined;
|
409
|
+
value?: `0x${string}` | undefined;
|
410
|
+
gasPrice?: `0x${string}` | undefined;
|
411
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
412
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
413
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
252
414
|
yParity?: `0x${string}` | undefined;
|
253
415
|
blockHash?: `0x${string}` | null | undefined;
|
254
416
|
blockNumber?: `0x${string}` | null | undefined;
|
255
417
|
from?: `0x${string}` | undefined;
|
256
|
-
gas?: `0x${string}` | undefined;
|
257
418
|
hash?: `0x${string}` | undefined;
|
258
419
|
input?: `0x${string}` | undefined;
|
259
420
|
nonce?: `0x${string}` | undefined;
|
@@ -262,23 +423,25 @@ export declare const chainConfig: {
|
|
262
423
|
to?: `0x${string}` | null | undefined;
|
263
424
|
transactionIndex?: `0x${string}` | null | undefined;
|
264
425
|
v?: `0x${string}` | undefined;
|
265
|
-
value?: `0x${string}` | undefined;
|
266
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
267
|
-
gasPrice?: `0x${string}` | undefined;
|
268
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
269
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
270
426
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
271
428
|
chainId?: `0x${string}` | undefined;
|
272
429
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
273
430
|
feeCurrency: `0x${string}` | null;
|
274
431
|
gatewayFee: `0x${string}` | null;
|
275
432
|
gatewayFeeRecipient: `0x${string}` | null;
|
276
433
|
}) | ({
|
434
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
435
|
+
gas?: `0x${string}` | undefined;
|
436
|
+
value?: `0x${string}` | undefined;
|
437
|
+
gasPrice?: `0x${string}` | undefined;
|
438
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
439
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
440
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
277
441
|
yParity?: `0x${string}` | undefined;
|
278
442
|
blockHash?: `0x${string}` | null | undefined;
|
279
443
|
blockNumber?: `0x${string}` | null | undefined;
|
280
444
|
from?: `0x${string}` | undefined;
|
281
|
-
gas?: `0x${string}` | undefined;
|
282
445
|
hash?: `0x${string}` | undefined;
|
283
446
|
input?: `0x${string}` | undefined;
|
284
447
|
nonce?: `0x${string}` | undefined;
|
@@ -287,23 +450,25 @@ export declare const chainConfig: {
|
|
287
450
|
to?: `0x${string}` | null | undefined;
|
288
451
|
transactionIndex?: `0x${string}` | null | undefined;
|
289
452
|
v?: `0x${string}` | undefined;
|
290
|
-
value?: `0x${string}` | undefined;
|
291
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
292
|
-
gasPrice?: `0x${string}` | undefined;
|
293
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
294
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
295
453
|
accessList?: import("../../index.js").AccessList | undefined;
|
454
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
296
455
|
chainId?: `0x${string}` | undefined;
|
297
456
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
298
457
|
feeCurrency: `0x${string}` | null;
|
299
458
|
gatewayFee: `0x${string}` | null;
|
300
459
|
gatewayFeeRecipient: `0x${string}` | null;
|
301
460
|
}) | ({
|
461
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
462
|
+
gas?: `0x${string}` | undefined;
|
463
|
+
value?: `0x${string}` | undefined;
|
464
|
+
gasPrice?: `0x${string}` | undefined;
|
465
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
466
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
467
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
302
468
|
yParity?: `0x${string}` | undefined;
|
303
469
|
blockHash?: `0x${string}` | null | undefined;
|
304
470
|
blockNumber?: `0x${string}` | null | undefined;
|
305
471
|
from?: `0x${string}` | undefined;
|
306
|
-
gas?: `0x${string}` | undefined;
|
307
472
|
hash?: `0x${string}` | undefined;
|
308
473
|
input?: `0x${string}` | undefined;
|
309
474
|
nonce?: `0x${string}` | undefined;
|
@@ -312,23 +477,25 @@ export declare const chainConfig: {
|
|
312
477
|
to?: `0x${string}` | null | undefined;
|
313
478
|
transactionIndex?: `0x${string}` | null | undefined;
|
314
479
|
v?: `0x${string}` | undefined;
|
315
|
-
value?: `0x${string}` | undefined;
|
316
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
317
|
-
gasPrice?: `0x${string}` | undefined;
|
318
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
319
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
320
480
|
accessList?: import("../../index.js").AccessList | undefined;
|
481
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
321
482
|
chainId?: `0x${string}` | undefined;
|
322
483
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
323
484
|
feeCurrency: `0x${string}` | null;
|
324
485
|
gatewayFee: `0x${string}` | null;
|
325
486
|
gatewayFeeRecipient: `0x${string}` | null;
|
326
487
|
}) | ({
|
488
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
489
|
+
gas?: `0x${string}` | undefined;
|
490
|
+
value?: `0x${string}` | undefined;
|
491
|
+
gasPrice?: `0x${string}` | undefined;
|
492
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
493
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
494
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
327
495
|
yParity?: `0x${string}` | undefined;
|
328
496
|
blockHash?: `0x${string}` | null | undefined;
|
329
497
|
blockNumber?: `0x${string}` | null | undefined;
|
330
498
|
from?: `0x${string}` | undefined;
|
331
|
-
gas?: `0x${string}` | undefined;
|
332
499
|
hash?: `0x${string}` | undefined;
|
333
500
|
input?: `0x${string}` | undefined;
|
334
501
|
nonce?: `0x${string}` | undefined;
|
@@ -337,12 +504,35 @@ export declare const chainConfig: {
|
|
337
504
|
to?: `0x${string}` | null | undefined;
|
338
505
|
transactionIndex?: `0x${string}` | null | undefined;
|
339
506
|
v?: `0x${string}` | undefined;
|
507
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
508
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
509
|
+
chainId?: `0x${string}` | undefined;
|
510
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
511
|
+
feeCurrency: `0x${string}` | null;
|
512
|
+
gatewayFee: `0x${string}` | null;
|
513
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
514
|
+
}) | ({
|
515
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
516
|
+
gas?: `0x${string}` | undefined;
|
340
517
|
value?: `0x${string}` | undefined;
|
341
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
342
518
|
gasPrice?: `0x${string}` | undefined;
|
519
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
343
520
|
maxFeePerGas?: `0x${string}` | undefined;
|
344
521
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
522
|
+
yParity?: `0x${string}` | undefined;
|
523
|
+
blockHash?: `0x${string}` | null | undefined;
|
524
|
+
blockNumber?: `0x${string}` | null | undefined;
|
525
|
+
from?: `0x${string}` | undefined;
|
526
|
+
hash?: `0x${string}` | undefined;
|
527
|
+
input?: `0x${string}` | undefined;
|
528
|
+
nonce?: `0x${string}` | undefined;
|
529
|
+
r?: `0x${string}` | undefined;
|
530
|
+
s?: `0x${string}` | undefined;
|
531
|
+
to?: `0x${string}` | null | undefined;
|
532
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
533
|
+
v?: `0x${string}` | undefined;
|
345
534
|
accessList?: import("../../index.js").AccessList | undefined;
|
535
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
346
536
|
chainId?: `0x${string}` | undefined;
|
347
537
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
348
538
|
feeCurrency: `0x${string}` | null;
|
@@ -350,11 +540,17 @@ export declare const chainConfig: {
|
|
350
540
|
gatewayFeeRecipient: `0x${string}` | null;
|
351
541
|
type: "0x7c";
|
352
542
|
}) | ({
|
543
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
544
|
+
gas?: `0x${string}` | undefined;
|
545
|
+
value?: `0x${string}` | undefined;
|
546
|
+
gasPrice?: `0x${string}` | undefined;
|
547
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
548
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
549
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
353
550
|
yParity?: `0x${string}` | undefined;
|
354
551
|
blockHash?: `0x${string}` | null | undefined;
|
355
552
|
blockNumber?: `0x${string}` | null | undefined;
|
356
553
|
from?: `0x${string}` | undefined;
|
357
|
-
gas?: `0x${string}` | undefined;
|
358
554
|
hash?: `0x${string}` | undefined;
|
359
555
|
input?: `0x${string}` | undefined;
|
360
556
|
nonce?: `0x${string}` | undefined;
|
@@ -363,12 +559,8 @@ export declare const chainConfig: {
|
|
363
559
|
to?: `0x${string}` | null | undefined;
|
364
560
|
transactionIndex?: `0x${string}` | null | undefined;
|
365
561
|
v?: `0x${string}` | undefined;
|
366
|
-
value?: `0x${string}` | undefined;
|
367
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
368
|
-
gasPrice?: `0x${string}` | undefined;
|
369
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
370
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
371
562
|
accessList?: import("../../index.js").AccessList | undefined;
|
563
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
372
564
|
chainId?: `0x${string}` | undefined;
|
373
565
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
374
566
|
feeCurrency: `0x${string}` | null;
|
@@ -376,10 +568,11 @@ export declare const chainConfig: {
|
|
376
568
|
gatewayFeeRecipient?: undefined;
|
377
569
|
type: "0x7b";
|
378
570
|
})) => ({
|
571
|
+
gas: bigint;
|
572
|
+
value: bigint;
|
379
573
|
blockHash: `0x${string}` | null;
|
380
574
|
blockNumber: bigint | null;
|
381
575
|
from: `0x${string}`;
|
382
|
-
gas: bigint;
|
383
576
|
hash: `0x${string}`;
|
384
577
|
input: `0x${string}`;
|
385
578
|
nonce: number;
|
@@ -389,11 +582,12 @@ export declare const chainConfig: {
|
|
389
582
|
transactionIndex: number | null;
|
390
583
|
typeHex: `0x${string}` | null;
|
391
584
|
v: bigint;
|
392
|
-
value: bigint;
|
393
585
|
gasPrice: bigint;
|
586
|
+
maxFeePerBlobGas?: undefined;
|
394
587
|
maxFeePerGas?: undefined;
|
395
588
|
maxPriorityFeePerGas?: undefined;
|
396
589
|
accessList?: undefined;
|
590
|
+
blobVersionedHashes?: undefined;
|
397
591
|
chainId?: number | undefined;
|
398
592
|
yParity?: undefined;
|
399
593
|
type: "legacy";
|
@@ -401,10 +595,11 @@ export declare const chainConfig: {
|
|
401
595
|
gatewayFee: bigint | null;
|
402
596
|
gatewayFeeRecipient: `0x${string}` | null;
|
403
597
|
} | {
|
598
|
+
gas: bigint;
|
599
|
+
value: bigint;
|
404
600
|
blockHash: `0x${string}` | null;
|
405
601
|
blockNumber: bigint | null;
|
406
602
|
from: `0x${string}`;
|
407
|
-
gas: bigint;
|
408
603
|
hash: `0x${string}`;
|
409
604
|
input: `0x${string}`;
|
410
605
|
nonce: number;
|
@@ -414,11 +609,12 @@ export declare const chainConfig: {
|
|
414
609
|
transactionIndex: number | null;
|
415
610
|
typeHex: `0x${string}` | null;
|
416
611
|
v: bigint;
|
417
|
-
value: bigint;
|
418
612
|
gasPrice: undefined;
|
613
|
+
maxFeePerBlobGas?: undefined;
|
419
614
|
maxFeePerGas: bigint;
|
420
615
|
maxPriorityFeePerGas: bigint;
|
421
616
|
accessList?: undefined;
|
617
|
+
blobVersionedHashes?: undefined;
|
422
618
|
chainId?: number | undefined;
|
423
619
|
yParity: number;
|
424
620
|
type: "cip42";
|
@@ -426,10 +622,11 @@ export declare const chainConfig: {
|
|
426
622
|
gatewayFee: bigint | null;
|
427
623
|
gatewayFeeRecipient: `0x${string}` | null;
|
428
624
|
} | {
|
625
|
+
gas: bigint;
|
626
|
+
value: bigint;
|
429
627
|
blockHash: `0x${string}` | null;
|
430
628
|
blockNumber: bigint | null;
|
431
629
|
from: `0x${string}`;
|
432
|
-
gas: bigint;
|
433
630
|
hash: `0x${string}`;
|
434
631
|
input: `0x${string}`;
|
435
632
|
nonce: number;
|
@@ -439,11 +636,12 @@ export declare const chainConfig: {
|
|
439
636
|
transactionIndex: number | null;
|
440
637
|
typeHex: `0x${string}` | null;
|
441
638
|
v: bigint;
|
442
|
-
value: bigint;
|
443
639
|
gasPrice: undefined;
|
640
|
+
maxFeePerBlobGas?: undefined;
|
444
641
|
maxFeePerGas: bigint;
|
445
642
|
maxPriorityFeePerGas: bigint;
|
446
643
|
accessList?: undefined;
|
644
|
+
blobVersionedHashes?: undefined;
|
447
645
|
chainId?: number | undefined;
|
448
646
|
yParity: number;
|
449
647
|
type: "cip64";
|
@@ -467,9 +665,11 @@ export declare const chainConfig: {
|
|
467
665
|
value: bigint;
|
468
666
|
yParity: number;
|
469
667
|
gasPrice: bigint;
|
668
|
+
maxFeePerBlobGas?: undefined;
|
470
669
|
maxFeePerGas?: undefined;
|
471
670
|
maxPriorityFeePerGas?: undefined;
|
472
671
|
accessList: import("../../index.js").AccessList;
|
672
|
+
blobVersionedHashes?: undefined;
|
473
673
|
chainId: number;
|
474
674
|
type: "eip2930";
|
475
675
|
feeCurrency: `0x${string}` | null;
|
@@ -492,9 +692,11 @@ export declare const chainConfig: {
|
|
492
692
|
value: bigint;
|
493
693
|
yParity: number;
|
494
694
|
gasPrice: undefined;
|
695
|
+
maxFeePerBlobGas?: undefined;
|
495
696
|
maxFeePerGas: bigint;
|
496
697
|
maxPriorityFeePerGas: bigint;
|
497
698
|
accessList: import("../../index.js").AccessList;
|
699
|
+
blobVersionedHashes?: undefined;
|
498
700
|
chainId: number;
|
499
701
|
type: "eip1559";
|
500
702
|
feeCurrency: `0x${string}` | null;
|
@@ -517,9 +719,11 @@ export declare const chainConfig: {
|
|
517
719
|
value: bigint;
|
518
720
|
yParity: number;
|
519
721
|
gasPrice: undefined;
|
722
|
+
maxFeePerBlobGas?: undefined;
|
520
723
|
maxFeePerGas: bigint;
|
521
724
|
maxPriorityFeePerGas: bigint;
|
522
725
|
accessList: import("../../index.js").AccessList;
|
726
|
+
blobVersionedHashes?: undefined;
|
523
727
|
chainId: number;
|
524
728
|
type: "cip42";
|
525
729
|
feeCurrency: `0x${string}` | null;
|
@@ -542,9 +746,11 @@ export declare const chainConfig: {
|
|
542
746
|
value: bigint;
|
543
747
|
yParity: number;
|
544
748
|
gasPrice: undefined;
|
749
|
+
maxFeePerBlobGas?: undefined;
|
545
750
|
maxFeePerGas: bigint;
|
546
751
|
maxPriorityFeePerGas: bigint;
|
547
752
|
accessList: import("../../index.js").AccessList;
|
753
|
+
blobVersionedHashes?: undefined;
|
548
754
|
chainId: number;
|
549
755
|
type: "cip64";
|
550
756
|
feeCurrency: `0x${string}` | null;
|
@@ -567,9 +773,11 @@ export declare const chainConfig: {
|
|
567
773
|
value: bigint;
|
568
774
|
yParity: number;
|
569
775
|
gasPrice: bigint;
|
776
|
+
maxFeePerBlobGas?: undefined;
|
570
777
|
maxFeePerGas: undefined;
|
571
778
|
maxPriorityFeePerGas: undefined;
|
572
779
|
accessList: import("../../index.js").AccessList;
|
780
|
+
blobVersionedHashes?: undefined;
|
573
781
|
chainId: number;
|
574
782
|
type: "eip2930";
|
575
783
|
feeCurrency: `0x${string}` | null;
|
@@ -592,9 +800,11 @@ export declare const chainConfig: {
|
|
592
800
|
value: bigint;
|
593
801
|
yParity: number;
|
594
802
|
gasPrice?: undefined;
|
803
|
+
maxFeePerBlobGas?: undefined;
|
595
804
|
maxFeePerGas: bigint;
|
596
805
|
maxPriorityFeePerGas: bigint;
|
597
806
|
accessList: import("../../index.js").AccessList;
|
807
|
+
blobVersionedHashes?: undefined;
|
598
808
|
chainId: number;
|
599
809
|
type: "eip1559";
|
600
810
|
feeCurrency: `0x${string}` | null;
|
@@ -617,9 +827,92 @@ export declare const chainConfig: {
|
|
617
827
|
value: bigint;
|
618
828
|
yParity: number;
|
619
829
|
gasPrice?: undefined;
|
830
|
+
maxFeePerBlobGas?: undefined;
|
831
|
+
maxFeePerGas: bigint;
|
832
|
+
maxPriorityFeePerGas: bigint;
|
833
|
+
accessList: import("../../index.js").AccessList;
|
834
|
+
blobVersionedHashes?: undefined;
|
835
|
+
chainId: number;
|
836
|
+
type: "cip42";
|
837
|
+
feeCurrency: `0x${string}` | null;
|
838
|
+
gatewayFee: bigint | null;
|
839
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
840
|
+
} | {
|
841
|
+
blockHash: `0x${string}` | null;
|
842
|
+
blockNumber: bigint | null;
|
843
|
+
from: `0x${string}`;
|
844
|
+
gas: bigint;
|
845
|
+
hash: `0x${string}`;
|
846
|
+
input: `0x${string}`;
|
847
|
+
nonce: number;
|
848
|
+
r: `0x${string}`;
|
849
|
+
s: `0x${string}`;
|
850
|
+
to: `0x${string}` | null;
|
851
|
+
transactionIndex: number | null;
|
852
|
+
typeHex: `0x${string}` | null;
|
853
|
+
v: bigint;
|
854
|
+
value: bigint;
|
855
|
+
yParity: number;
|
856
|
+
gasPrice?: undefined;
|
857
|
+
maxFeePerBlobGas?: undefined;
|
858
|
+
maxFeePerGas: bigint;
|
859
|
+
maxPriorityFeePerGas: bigint;
|
860
|
+
accessList: import("../../index.js").AccessList;
|
861
|
+
blobVersionedHashes?: undefined;
|
862
|
+
chainId: number;
|
863
|
+
type: "cip64";
|
864
|
+
feeCurrency: `0x${string}` | null;
|
865
|
+
gatewayFee?: undefined;
|
866
|
+
gatewayFeeRecipient?: undefined;
|
867
|
+
} | {
|
868
|
+
blockHash: `0x${string}` | null;
|
869
|
+
blockNumber: bigint | null;
|
870
|
+
from: `0x${string}`;
|
871
|
+
gas: bigint;
|
872
|
+
hash: `0x${string}`;
|
873
|
+
input: `0x${string}`;
|
874
|
+
nonce: number;
|
875
|
+
r: `0x${string}`;
|
876
|
+
s: `0x${string}`;
|
877
|
+
to: `0x${string}` | null;
|
878
|
+
transactionIndex: number | null;
|
879
|
+
typeHex: `0x${string}` | null;
|
880
|
+
v: bigint;
|
881
|
+
value: bigint;
|
882
|
+
yParity: number;
|
883
|
+
gasPrice?: undefined;
|
884
|
+
maxFeePerBlobGas: bigint;
|
885
|
+
maxFeePerGas: bigint;
|
886
|
+
maxPriorityFeePerGas: bigint;
|
887
|
+
accessList: import("../../index.js").AccessList;
|
888
|
+
blobVersionedHashes: `0x${string}`[];
|
889
|
+
chainId: number;
|
890
|
+
type: "eip4844";
|
891
|
+
feeCurrency: `0x${string}` | null;
|
892
|
+
gatewayFee: bigint | null;
|
893
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
894
|
+
} | {
|
895
|
+
blockHash: `0x${string}` | null;
|
896
|
+
blockNumber: bigint | null;
|
897
|
+
from: `0x${string}`;
|
898
|
+
gas: bigint;
|
899
|
+
hash: `0x${string}`;
|
900
|
+
input: `0x${string}`;
|
901
|
+
nonce: number;
|
902
|
+
r: `0x${string}`;
|
903
|
+
s: `0x${string}`;
|
904
|
+
to: `0x${string}` | null;
|
905
|
+
transactionIndex: number | null;
|
906
|
+
typeHex: `0x${string}` | null;
|
907
|
+
v: bigint;
|
908
|
+
value: bigint;
|
909
|
+
yParity: number;
|
910
|
+
gasPrice?: undefined;
|
911
|
+
maxFeePerBlobGas: undefined;
|
620
912
|
maxFeePerGas: bigint;
|
621
913
|
maxPriorityFeePerGas: bigint;
|
622
914
|
accessList: import("../../index.js").AccessList;
|
915
|
+
blobVersionedHashes: `0x${string}`[];
|
623
916
|
chainId: number;
|
624
917
|
type: "cip42";
|
625
918
|
feeCurrency: `0x${string}` | null;
|
@@ -642,9 +935,11 @@ export declare const chainConfig: {
|
|
642
935
|
value: bigint;
|
643
936
|
yParity: number;
|
644
937
|
gasPrice?: undefined;
|
938
|
+
maxFeePerBlobGas: undefined;
|
645
939
|
maxFeePerGas: bigint;
|
646
940
|
maxPriorityFeePerGas: bigint;
|
647
941
|
accessList: import("../../index.js").AccessList;
|
942
|
+
blobVersionedHashes: `0x${string}`[];
|
648
943
|
chainId: number;
|
649
944
|
type: "cip64";
|
650
945
|
feeCurrency: `0x${string}` | null;
|
@@ -667,6 +962,7 @@ export declare const chainConfig: {
|
|
667
962
|
maxPriorityFeePerGas?: undefined;
|
668
963
|
accessList?: undefined;
|
669
964
|
type?: "0x0" | undefined;
|
965
|
+
maxFeePerBlobGas?: undefined;
|
670
966
|
feeCurrency?: `0x${string}` | undefined;
|
671
967
|
gatewayFee?: `0x${string}` | undefined;
|
672
968
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -682,6 +978,7 @@ export declare const chainConfig: {
|
|
682
978
|
maxPriorityFeePerGas?: undefined;
|
683
979
|
accessList?: import("../../index.js").AccessList | undefined;
|
684
980
|
type?: "0x1" | undefined;
|
981
|
+
maxFeePerBlobGas?: undefined;
|
685
982
|
feeCurrency?: `0x${string}` | undefined;
|
686
983
|
gatewayFee?: `0x${string}` | undefined;
|
687
984
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -697,6 +994,7 @@ export declare const chainConfig: {
|
|
697
994
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
698
995
|
accessList?: import("../../index.js").AccessList | undefined;
|
699
996
|
type?: "0x2" | undefined;
|
997
|
+
maxFeePerBlobGas?: undefined;
|
700
998
|
feeCurrency?: `0x${string}` | undefined;
|
701
999
|
gatewayFee?: `0x${string}` | undefined;
|
702
1000
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -712,6 +1010,7 @@ export declare const chainConfig: {
|
|
712
1010
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
713
1011
|
accessList?: import("../../index.js").AccessList | undefined;
|
714
1012
|
type?: "0x7c" | undefined;
|
1013
|
+
maxFeePerBlobGas?: undefined;
|
715
1014
|
feeCurrency?: `0x${string}` | undefined;
|
716
1015
|
gatewayFee?: `0x${string}` | undefined;
|
717
1016
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -727,6 +1026,7 @@ export declare const chainConfig: {
|
|
727
1026
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
728
1027
|
accessList?: import("../../index.js").AccessList | undefined;
|
729
1028
|
type?: "0x7b" | undefined;
|
1029
|
+
maxFeePerBlobGas?: undefined;
|
730
1030
|
feeCurrency?: `0x${string}` | undefined;
|
731
1031
|
gatewayFee?: undefined;
|
732
1032
|
gatewayFeeRecipient?: undefined;
|
@@ -742,6 +1042,7 @@ export declare const chainConfig: {
|
|
742
1042
|
maxPriorityFeePerGas?: undefined;
|
743
1043
|
accessList?: undefined;
|
744
1044
|
type?: "0x0" | undefined;
|
1045
|
+
maxFeePerBlobGas?: undefined;
|
745
1046
|
feeCurrency?: `0x${string}` | undefined;
|
746
1047
|
gatewayFee?: `0x${string}` | undefined;
|
747
1048
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -757,6 +1058,7 @@ export declare const chainConfig: {
|
|
757
1058
|
maxPriorityFeePerGas?: undefined;
|
758
1059
|
accessList?: import("../../index.js").AccessList | undefined;
|
759
1060
|
type?: "0x1" | undefined;
|
1061
|
+
maxFeePerBlobGas?: undefined;
|
760
1062
|
feeCurrency?: `0x${string}` | undefined;
|
761
1063
|
gatewayFee?: `0x${string}` | undefined;
|
762
1064
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -772,6 +1074,7 @@ export declare const chainConfig: {
|
|
772
1074
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
773
1075
|
accessList?: import("../../index.js").AccessList | undefined;
|
774
1076
|
type?: "0x2" | undefined;
|
1077
|
+
maxFeePerBlobGas?: undefined;
|
775
1078
|
feeCurrency?: `0x${string}` | undefined;
|
776
1079
|
gatewayFee?: `0x${string}` | undefined;
|
777
1080
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -787,6 +1090,7 @@ export declare const chainConfig: {
|
|
787
1090
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
788
1091
|
accessList?: import("../../index.js").AccessList | undefined;
|
789
1092
|
type?: "0x7c" | undefined;
|
1093
|
+
maxFeePerBlobGas?: undefined;
|
790
1094
|
feeCurrency?: `0x${string}` | undefined;
|
791
1095
|
gatewayFee?: `0x${string}` | undefined;
|
792
1096
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -802,6 +1106,7 @@ export declare const chainConfig: {
|
|
802
1106
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
803
1107
|
accessList?: import("../../index.js").AccessList | undefined;
|
804
1108
|
type?: "0x7b" | undefined;
|
1109
|
+
maxFeePerBlobGas?: undefined;
|
805
1110
|
feeCurrency?: `0x${string}` | undefined;
|
806
1111
|
gatewayFee?: undefined;
|
807
1112
|
gatewayFeeRecipient?: undefined;
|
@@ -817,6 +1122,7 @@ export declare const chainConfig: {
|
|
817
1122
|
maxPriorityFeePerGas?: undefined;
|
818
1123
|
accessList?: undefined;
|
819
1124
|
type?: "0x0" | undefined;
|
1125
|
+
maxFeePerBlobGas?: undefined;
|
820
1126
|
feeCurrency?: `0x${string}` | undefined;
|
821
1127
|
gatewayFee?: `0x${string}` | undefined;
|
822
1128
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -832,6 +1138,7 @@ export declare const chainConfig: {
|
|
832
1138
|
maxPriorityFeePerGas?: undefined;
|
833
1139
|
accessList?: import("../../index.js").AccessList | undefined;
|
834
1140
|
type?: "0x1" | undefined;
|
1141
|
+
maxFeePerBlobGas?: undefined;
|
835
1142
|
feeCurrency?: `0x${string}` | undefined;
|
836
1143
|
gatewayFee?: `0x${string}` | undefined;
|
837
1144
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -847,6 +1154,7 @@ export declare const chainConfig: {
|
|
847
1154
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
848
1155
|
accessList?: import("../../index.js").AccessList | undefined;
|
849
1156
|
type?: "0x2" | undefined;
|
1157
|
+
maxFeePerBlobGas?: undefined;
|
850
1158
|
feeCurrency?: `0x${string}` | undefined;
|
851
1159
|
gatewayFee?: `0x${string}` | undefined;
|
852
1160
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -862,6 +1170,7 @@ export declare const chainConfig: {
|
|
862
1170
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
863
1171
|
accessList?: import("../../index.js").AccessList | undefined;
|
864
1172
|
type?: "0x7c" | undefined;
|
1173
|
+
maxFeePerBlobGas?: undefined;
|
865
1174
|
feeCurrency?: `0x${string}` | undefined;
|
866
1175
|
gatewayFee?: `0x${string}` | undefined;
|
867
1176
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -877,6 +1186,7 @@ export declare const chainConfig: {
|
|
877
1186
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
878
1187
|
accessList?: import("../../index.js").AccessList | undefined;
|
879
1188
|
type?: "0x7b" | undefined;
|
1189
|
+
maxFeePerBlobGas?: undefined;
|
880
1190
|
feeCurrency?: `0x${string}` | undefined;
|
881
1191
|
gatewayFee?: undefined;
|
882
1192
|
gatewayFeeRecipient?: undefined;
|