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