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
@@ -34,7 +34,9 @@ export declare const celo: {
|
|
34
34
|
transactions: `0x${string}`[] | import("../celo/types.js").CeloRpcTransaction[];
|
35
35
|
}>) => {
|
36
36
|
baseFeePerGas: bigint | null;
|
37
|
+
blobGasUsed: bigint;
|
37
38
|
difficulty: bigint;
|
39
|
+
excessBlobGas: bigint;
|
38
40
|
extraData: `0x${string}`;
|
39
41
|
gasLimit: bigint;
|
40
42
|
gasUsed: bigint;
|
@@ -73,11 +75,17 @@ export declare const celo: {
|
|
73
75
|
readonly transaction: {
|
74
76
|
exclude: [] | undefined;
|
75
77
|
format: (args: ({
|
78
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
79
|
+
gas?: `0x${string}` | undefined;
|
80
|
+
value?: `0x${string}` | undefined;
|
81
|
+
gasPrice?: `0x${string}` | undefined;
|
82
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
83
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
84
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
76
85
|
yParity?: `0x${string}` | undefined;
|
77
86
|
blockHash?: `0x${string}` | null | undefined;
|
78
87
|
blockNumber?: `0x${string}` | null | undefined;
|
79
88
|
from?: `0x${string}` | undefined;
|
80
|
-
gas?: `0x${string}` | undefined;
|
81
89
|
hash?: `0x${string}` | undefined;
|
82
90
|
input?: `0x${string}` | undefined;
|
83
91
|
nonce?: `0x${string}` | undefined;
|
@@ -86,23 +94,25 @@ export declare const celo: {
|
|
86
94
|
to?: `0x${string}` | null | undefined;
|
87
95
|
transactionIndex?: `0x${string}` | null | undefined;
|
88
96
|
v?: `0x${string}` | undefined;
|
89
|
-
value?: `0x${string}` | undefined;
|
90
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
91
|
-
gasPrice?: `0x${string}` | undefined;
|
92
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
93
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
94
97
|
accessList?: undefined;
|
98
|
+
blobVersionedHashes?: undefined;
|
95
99
|
chainId?: `0x${string}` | undefined;
|
96
100
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
97
101
|
feeCurrency: `0x${string}` | null;
|
98
102
|
gatewayFee: `0x${string}` | null;
|
99
103
|
gatewayFeeRecipient: `0x${string}` | null;
|
100
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;
|
101
112
|
yParity?: `0x${string}` | undefined;
|
102
113
|
blockHash?: `0x${string}` | null | undefined;
|
103
114
|
blockNumber?: `0x${string}` | null | undefined;
|
104
115
|
from?: `0x${string}` | undefined;
|
105
|
-
gas?: `0x${string}` | undefined;
|
106
116
|
hash?: `0x${string}` | undefined;
|
107
117
|
input?: `0x${string}` | undefined;
|
108
118
|
nonce?: `0x${string}` | undefined;
|
@@ -111,12 +121,8 @@ export declare const celo: {
|
|
111
121
|
to?: `0x${string}` | null | undefined;
|
112
122
|
transactionIndex?: `0x${string}` | null | undefined;
|
113
123
|
v?: `0x${string}` | undefined;
|
114
|
-
value?: `0x${string}` | undefined;
|
115
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
116
|
-
gasPrice?: `0x${string}` | undefined;
|
117
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
118
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
119
124
|
accessList?: undefined;
|
125
|
+
blobVersionedHashes?: undefined;
|
120
126
|
chainId?: `0x${string}` | undefined;
|
121
127
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
122
128
|
feeCurrency: `0x${string}` | null;
|
@@ -124,11 +130,17 @@ export declare const celo: {
|
|
124
130
|
gatewayFeeRecipient: `0x${string}` | null;
|
125
131
|
type: "0x7c";
|
126
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;
|
127
140
|
yParity?: `0x${string}` | undefined;
|
128
141
|
blockHash?: `0x${string}` | null | undefined;
|
129
142
|
blockNumber?: `0x${string}` | null | undefined;
|
130
143
|
from?: `0x${string}` | undefined;
|
131
|
-
gas?: `0x${string}` | undefined;
|
132
144
|
hash?: `0x${string}` | undefined;
|
133
145
|
input?: `0x${string}` | undefined;
|
134
146
|
nonce?: `0x${string}` | undefined;
|
@@ -137,12 +149,8 @@ export declare const celo: {
|
|
137
149
|
to?: `0x${string}` | null | undefined;
|
138
150
|
transactionIndex?: `0x${string}` | null | undefined;
|
139
151
|
v?: `0x${string}` | undefined;
|
140
|
-
value?: `0x${string}` | undefined;
|
141
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
142
|
-
gasPrice?: `0x${string}` | undefined;
|
143
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
144
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
145
152
|
accessList?: undefined;
|
153
|
+
blobVersionedHashes?: undefined;
|
146
154
|
chainId?: `0x${string}` | undefined;
|
147
155
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
148
156
|
feeCurrency: `0x${string}` | null;
|
@@ -150,11 +158,17 @@ export declare const celo: {
|
|
150
158
|
gatewayFeeRecipient?: undefined;
|
151
159
|
type: "0x7b";
|
152
160
|
}) | ({
|
161
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
162
|
+
gas?: `0x${string}` | undefined;
|
163
|
+
value?: `0x${string}` | undefined;
|
164
|
+
gasPrice?: `0x${string}` | undefined;
|
165
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
166
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
167
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
153
168
|
yParity?: `0x${string}` | undefined;
|
154
169
|
blockHash?: `0x${string}` | null | undefined;
|
155
170
|
blockNumber?: `0x${string}` | null | undefined;
|
156
171
|
from?: `0x${string}` | undefined;
|
157
|
-
gas?: `0x${string}` | undefined;
|
158
172
|
hash?: `0x${string}` | undefined;
|
159
173
|
input?: `0x${string}` | undefined;
|
160
174
|
nonce?: `0x${string}` | undefined;
|
@@ -163,23 +177,52 @@ export declare const celo: {
|
|
163
177
|
to?: `0x${string}` | null | undefined;
|
164
178
|
transactionIndex?: `0x${string}` | null | undefined;
|
165
179
|
v?: `0x${string}` | undefined;
|
180
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
181
|
+
blobVersionedHashes?: undefined;
|
182
|
+
chainId?: `0x${string}` | undefined;
|
183
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
184
|
+
feeCurrency: `0x${string}` | null;
|
185
|
+
gatewayFee: `0x${string}` | null;
|
186
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
187
|
+
}) | ({
|
188
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
189
|
+
gas?: `0x${string}` | undefined;
|
166
190
|
value?: `0x${string}` | undefined;
|
167
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
168
191
|
gasPrice?: `0x${string}` | undefined;
|
192
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
169
193
|
maxFeePerGas?: `0x${string}` | undefined;
|
170
194
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
195
|
+
yParity?: `0x${string}` | undefined;
|
196
|
+
blockHash?: `0x${string}` | null | undefined;
|
197
|
+
blockNumber?: `0x${string}` | null | undefined;
|
198
|
+
from?: `0x${string}` | undefined;
|
199
|
+
hash?: `0x${string}` | undefined;
|
200
|
+
input?: `0x${string}` | undefined;
|
201
|
+
nonce?: `0x${string}` | undefined;
|
202
|
+
r?: `0x${string}` | undefined;
|
203
|
+
s?: `0x${string}` | undefined;
|
204
|
+
to?: `0x${string}` | null | undefined;
|
205
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
206
|
+
v?: `0x${string}` | undefined;
|
171
207
|
accessList?: import("../../index.js").AccessList | undefined;
|
208
|
+
blobVersionedHashes?: undefined;
|
172
209
|
chainId?: `0x${string}` | undefined;
|
173
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
210
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
174
211
|
feeCurrency: `0x${string}` | null;
|
175
212
|
gatewayFee: `0x${string}` | null;
|
176
213
|
gatewayFeeRecipient: `0x${string}` | null;
|
177
214
|
}) | ({
|
215
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
216
|
+
gas?: `0x${string}` | undefined;
|
217
|
+
value?: `0x${string}` | undefined;
|
218
|
+
gasPrice?: `0x${string}` | undefined;
|
219
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
220
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
221
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
178
222
|
yParity?: `0x${string}` | undefined;
|
179
223
|
blockHash?: `0x${string}` | null | undefined;
|
180
224
|
blockNumber?: `0x${string}` | null | undefined;
|
181
225
|
from?: `0x${string}` | undefined;
|
182
|
-
gas?: `0x${string}` | undefined;
|
183
226
|
hash?: `0x${string}` | undefined;
|
184
227
|
input?: `0x${string}` | undefined;
|
185
228
|
nonce?: `0x${string}` | undefined;
|
@@ -188,23 +231,53 @@ export declare const celo: {
|
|
188
231
|
to?: `0x${string}` | null | undefined;
|
189
232
|
transactionIndex?: `0x${string}` | null | undefined;
|
190
233
|
v?: `0x${string}` | undefined;
|
234
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
235
|
+
blobVersionedHashes?: undefined;
|
236
|
+
chainId?: `0x${string}` | undefined;
|
237
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
238
|
+
feeCurrency: `0x${string}` | null;
|
239
|
+
gatewayFee: `0x${string}` | null;
|
240
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
241
|
+
}) | ({
|
242
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
243
|
+
gas?: `0x${string}` | undefined;
|
191
244
|
value?: `0x${string}` | undefined;
|
192
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
193
245
|
gasPrice?: `0x${string}` | undefined;
|
246
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
194
247
|
maxFeePerGas?: `0x${string}` | undefined;
|
195
248
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
249
|
+
yParity?: `0x${string}` | undefined;
|
250
|
+
blockHash?: `0x${string}` | null | undefined;
|
251
|
+
blockNumber?: `0x${string}` | null | undefined;
|
252
|
+
from?: `0x${string}` | undefined;
|
253
|
+
hash?: `0x${string}` | undefined;
|
254
|
+
input?: `0x${string}` | undefined;
|
255
|
+
nonce?: `0x${string}` | undefined;
|
256
|
+
r?: `0x${string}` | undefined;
|
257
|
+
s?: `0x${string}` | undefined;
|
258
|
+
to?: `0x${string}` | null | undefined;
|
259
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
260
|
+
v?: `0x${string}` | undefined;
|
196
261
|
accessList?: import("../../index.js").AccessList | undefined;
|
262
|
+
blobVersionedHashes?: undefined;
|
197
263
|
chainId?: `0x${string}` | undefined;
|
198
|
-
} &
|
264
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
199
265
|
feeCurrency: `0x${string}` | null;
|
200
266
|
gatewayFee: `0x${string}` | null;
|
201
267
|
gatewayFeeRecipient: `0x${string}` | null;
|
268
|
+
type: "0x7c";
|
202
269
|
}) | ({
|
270
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
271
|
+
gas?: `0x${string}` | undefined;
|
272
|
+
value?: `0x${string}` | undefined;
|
273
|
+
gasPrice?: `0x${string}` | undefined;
|
274
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
275
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
276
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
203
277
|
yParity?: `0x${string}` | undefined;
|
204
278
|
blockHash?: `0x${string}` | null | undefined;
|
205
279
|
blockNumber?: `0x${string}` | null | undefined;
|
206
280
|
from?: `0x${string}` | undefined;
|
207
|
-
gas?: `0x${string}` | undefined;
|
208
281
|
hash?: `0x${string}` | undefined;
|
209
282
|
input?: `0x${string}` | undefined;
|
210
283
|
nonce?: `0x${string}` | undefined;
|
@@ -213,23 +286,53 @@ export declare const celo: {
|
|
213
286
|
to?: `0x${string}` | null | undefined;
|
214
287
|
transactionIndex?: `0x${string}` | null | undefined;
|
215
288
|
v?: `0x${string}` | undefined;
|
289
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
290
|
+
blobVersionedHashes?: undefined;
|
291
|
+
chainId?: `0x${string}` | undefined;
|
292
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
293
|
+
feeCurrency: `0x${string}` | null;
|
294
|
+
gatewayFee?: undefined;
|
295
|
+
gatewayFeeRecipient?: undefined;
|
296
|
+
type: "0x7b";
|
297
|
+
}) | ({
|
298
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
299
|
+
gas?: `0x${string}` | undefined;
|
216
300
|
value?: `0x${string}` | undefined;
|
217
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
218
301
|
gasPrice?: `0x${string}` | undefined;
|
302
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
219
303
|
maxFeePerGas?: `0x${string}` | undefined;
|
220
304
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
305
|
+
yParity?: `0x${string}` | undefined;
|
306
|
+
blockHash?: `0x${string}` | null | undefined;
|
307
|
+
blockNumber?: `0x${string}` | null | undefined;
|
308
|
+
from?: `0x${string}` | undefined;
|
309
|
+
hash?: `0x${string}` | undefined;
|
310
|
+
input?: `0x${string}` | undefined;
|
311
|
+
nonce?: `0x${string}` | undefined;
|
312
|
+
r?: `0x${string}` | undefined;
|
313
|
+
s?: `0x${string}` | undefined;
|
314
|
+
to?: `0x${string}` | null | undefined;
|
315
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
316
|
+
v?: `0x${string}` | undefined;
|
221
317
|
accessList?: import("../../index.js").AccessList | undefined;
|
318
|
+
blobVersionedHashes?: undefined;
|
222
319
|
chainId?: `0x${string}` | undefined;
|
223
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
320
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
224
321
|
feeCurrency: `0x${string}` | null;
|
225
322
|
gatewayFee: `0x${string}` | null;
|
226
323
|
gatewayFeeRecipient: `0x${string}` | null;
|
227
324
|
}) | ({
|
325
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
326
|
+
gas?: `0x${string}` | undefined;
|
327
|
+
value?: `0x${string}` | undefined;
|
328
|
+
gasPrice?: `0x${string}` | undefined;
|
329
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
330
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
331
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
228
332
|
yParity?: `0x${string}` | undefined;
|
229
333
|
blockHash?: `0x${string}` | null | undefined;
|
230
334
|
blockNumber?: `0x${string}` | null | undefined;
|
231
335
|
from?: `0x${string}` | undefined;
|
232
|
-
gas?: `0x${string}` | undefined;
|
233
336
|
hash?: `0x${string}` | undefined;
|
234
337
|
input?: `0x${string}` | undefined;
|
235
338
|
nonce?: `0x${string}` | undefined;
|
@@ -238,24 +341,52 @@ export declare const celo: {
|
|
238
341
|
to?: `0x${string}` | null | undefined;
|
239
342
|
transactionIndex?: `0x${string}` | null | undefined;
|
240
343
|
v?: `0x${string}` | undefined;
|
344
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
345
|
+
blobVersionedHashes?: undefined;
|
346
|
+
chainId?: `0x${string}` | undefined;
|
347
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
348
|
+
feeCurrency: `0x${string}` | null;
|
349
|
+
gatewayFee: `0x${string}` | null;
|
350
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
351
|
+
}) | ({
|
352
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
353
|
+
gas?: `0x${string}` | undefined;
|
241
354
|
value?: `0x${string}` | undefined;
|
242
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
243
355
|
gasPrice?: `0x${string}` | undefined;
|
356
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
244
357
|
maxFeePerGas?: `0x${string}` | undefined;
|
245
358
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
359
|
+
yParity?: `0x${string}` | undefined;
|
360
|
+
blockHash?: `0x${string}` | null | undefined;
|
361
|
+
blockNumber?: `0x${string}` | null | undefined;
|
362
|
+
from?: `0x${string}` | undefined;
|
363
|
+
hash?: `0x${string}` | undefined;
|
364
|
+
input?: `0x${string}` | undefined;
|
365
|
+
nonce?: `0x${string}` | undefined;
|
366
|
+
r?: `0x${string}` | undefined;
|
367
|
+
s?: `0x${string}` | undefined;
|
368
|
+
to?: `0x${string}` | null | undefined;
|
369
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
370
|
+
v?: `0x${string}` | undefined;
|
246
371
|
accessList?: import("../../index.js").AccessList | undefined;
|
372
|
+
blobVersionedHashes?: undefined;
|
247
373
|
chainId?: `0x${string}` | undefined;
|
248
|
-
} & Omit<import("../../index.js").
|
374
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
249
375
|
feeCurrency: `0x${string}` | null;
|
250
376
|
gatewayFee: `0x${string}` | null;
|
251
377
|
gatewayFeeRecipient: `0x${string}` | null;
|
252
|
-
type: "0x7c";
|
253
378
|
}) | ({
|
379
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
380
|
+
gas?: `0x${string}` | undefined;
|
381
|
+
value?: `0x${string}` | undefined;
|
382
|
+
gasPrice?: `0x${string}` | undefined;
|
383
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
384
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
385
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
254
386
|
yParity?: `0x${string}` | undefined;
|
255
387
|
blockHash?: `0x${string}` | null | undefined;
|
256
388
|
blockNumber?: `0x${string}` | null | undefined;
|
257
389
|
from?: `0x${string}` | undefined;
|
258
|
-
gas?: `0x${string}` | undefined;
|
259
390
|
hash?: `0x${string}` | undefined;
|
260
391
|
input?: `0x${string}` | undefined;
|
261
392
|
nonce?: `0x${string}` | undefined;
|
@@ -264,12 +395,36 @@ export declare const celo: {
|
|
264
395
|
to?: `0x${string}` | null | undefined;
|
265
396
|
transactionIndex?: `0x${string}` | null | undefined;
|
266
397
|
v?: `0x${string}` | undefined;
|
398
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
399
|
+
blobVersionedHashes?: undefined;
|
400
|
+
chainId?: `0x${string}` | undefined;
|
401
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
402
|
+
feeCurrency: `0x${string}` | null;
|
403
|
+
gatewayFee: `0x${string}` | null;
|
404
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
405
|
+
type: "0x7c";
|
406
|
+
}) | ({
|
407
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
408
|
+
gas?: `0x${string}` | undefined;
|
267
409
|
value?: `0x${string}` | undefined;
|
268
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
269
410
|
gasPrice?: `0x${string}` | undefined;
|
411
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
270
412
|
maxFeePerGas?: `0x${string}` | undefined;
|
271
413
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
414
|
+
yParity?: `0x${string}` | undefined;
|
415
|
+
blockHash?: `0x${string}` | null | undefined;
|
416
|
+
blockNumber?: `0x${string}` | null | undefined;
|
417
|
+
from?: `0x${string}` | undefined;
|
418
|
+
hash?: `0x${string}` | undefined;
|
419
|
+
input?: `0x${string}` | undefined;
|
420
|
+
nonce?: `0x${string}` | undefined;
|
421
|
+
r?: `0x${string}` | undefined;
|
422
|
+
s?: `0x${string}` | undefined;
|
423
|
+
to?: `0x${string}` | null | undefined;
|
424
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
425
|
+
v?: `0x${string}` | undefined;
|
272
426
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
|
+
blobVersionedHashes?: undefined;
|
273
428
|
chainId?: `0x${string}` | undefined;
|
274
429
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
275
430
|
feeCurrency: `0x${string}` | null;
|
@@ -277,11 +432,17 @@ export declare const celo: {
|
|
277
432
|
gatewayFeeRecipient?: undefined;
|
278
433
|
type: "0x7b";
|
279
434
|
}) | ({
|
435
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
436
|
+
gas?: `0x${string}` | undefined;
|
437
|
+
value?: `0x${string}` | undefined;
|
438
|
+
gasPrice?: `0x${string}` | undefined;
|
439
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
440
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
441
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
280
442
|
yParity?: `0x${string}` | undefined;
|
281
443
|
blockHash?: `0x${string}` | null | undefined;
|
282
444
|
blockNumber?: `0x${string}` | null | undefined;
|
283
445
|
from?: `0x${string}` | undefined;
|
284
|
-
gas?: `0x${string}` | undefined;
|
285
446
|
hash?: `0x${string}` | undefined;
|
286
447
|
input?: `0x${string}` | undefined;
|
287
448
|
nonce?: `0x${string}` | undefined;
|
@@ -290,23 +451,25 @@ export declare const celo: {
|
|
290
451
|
to?: `0x${string}` | null | undefined;
|
291
452
|
transactionIndex?: `0x${string}` | null | undefined;
|
292
453
|
v?: `0x${string}` | undefined;
|
293
|
-
value?: `0x${string}` | undefined;
|
294
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
295
|
-
gasPrice?: `0x${string}` | undefined;
|
296
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
297
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
298
454
|
accessList?: import("../../index.js").AccessList | undefined;
|
455
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
299
456
|
chainId?: `0x${string}` | undefined;
|
300
457
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
301
458
|
feeCurrency: `0x${string}` | null;
|
302
459
|
gatewayFee: `0x${string}` | null;
|
303
460
|
gatewayFeeRecipient: `0x${string}` | null;
|
304
461
|
}) | ({
|
462
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
463
|
+
gas?: `0x${string}` | undefined;
|
464
|
+
value?: `0x${string}` | undefined;
|
465
|
+
gasPrice?: `0x${string}` | undefined;
|
466
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
467
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
468
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
305
469
|
yParity?: `0x${string}` | undefined;
|
306
470
|
blockHash?: `0x${string}` | null | undefined;
|
307
471
|
blockNumber?: `0x${string}` | null | undefined;
|
308
472
|
from?: `0x${string}` | undefined;
|
309
|
-
gas?: `0x${string}` | undefined;
|
310
473
|
hash?: `0x${string}` | undefined;
|
311
474
|
input?: `0x${string}` | undefined;
|
312
475
|
nonce?: `0x${string}` | undefined;
|
@@ -315,23 +478,25 @@ export declare const celo: {
|
|
315
478
|
to?: `0x${string}` | null | undefined;
|
316
479
|
transactionIndex?: `0x${string}` | null | undefined;
|
317
480
|
v?: `0x${string}` | undefined;
|
318
|
-
value?: `0x${string}` | undefined;
|
319
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
320
|
-
gasPrice?: `0x${string}` | undefined;
|
321
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
322
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
323
481
|
accessList?: import("../../index.js").AccessList | undefined;
|
482
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
324
483
|
chainId?: `0x${string}` | undefined;
|
325
484
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
326
485
|
feeCurrency: `0x${string}` | null;
|
327
486
|
gatewayFee: `0x${string}` | null;
|
328
487
|
gatewayFeeRecipient: `0x${string}` | null;
|
329
488
|
}) | ({
|
489
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
490
|
+
gas?: `0x${string}` | undefined;
|
491
|
+
value?: `0x${string}` | undefined;
|
492
|
+
gasPrice?: `0x${string}` | undefined;
|
493
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
494
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
495
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
330
496
|
yParity?: `0x${string}` | undefined;
|
331
497
|
blockHash?: `0x${string}` | null | undefined;
|
332
498
|
blockNumber?: `0x${string}` | null | undefined;
|
333
499
|
from?: `0x${string}` | undefined;
|
334
|
-
gas?: `0x${string}` | undefined;
|
335
500
|
hash?: `0x${string}` | undefined;
|
336
501
|
input?: `0x${string}` | undefined;
|
337
502
|
nonce?: `0x${string}` | undefined;
|
@@ -340,23 +505,25 @@ export declare const celo: {
|
|
340
505
|
to?: `0x${string}` | null | undefined;
|
341
506
|
transactionIndex?: `0x${string}` | null | undefined;
|
342
507
|
v?: `0x${string}` | undefined;
|
343
|
-
value?: `0x${string}` | undefined;
|
344
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
345
|
-
gasPrice?: `0x${string}` | undefined;
|
346
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
347
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
348
508
|
accessList?: import("../../index.js").AccessList | undefined;
|
509
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
349
510
|
chainId?: `0x${string}` | undefined;
|
350
511
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
351
512
|
feeCurrency: `0x${string}` | null;
|
352
513
|
gatewayFee: `0x${string}` | null;
|
353
514
|
gatewayFeeRecipient: `0x${string}` | null;
|
354
515
|
}) | ({
|
516
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
517
|
+
gas?: `0x${string}` | undefined;
|
518
|
+
value?: `0x${string}` | undefined;
|
519
|
+
gasPrice?: `0x${string}` | undefined;
|
520
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
521
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
522
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
355
523
|
yParity?: `0x${string}` | undefined;
|
356
524
|
blockHash?: `0x${string}` | null | undefined;
|
357
525
|
blockNumber?: `0x${string}` | null | undefined;
|
358
526
|
from?: `0x${string}` | undefined;
|
359
|
-
gas?: `0x${string}` | undefined;
|
360
527
|
hash?: `0x${string}` | undefined;
|
361
528
|
input?: `0x${string}` | undefined;
|
362
529
|
nonce?: `0x${string}` | undefined;
|
@@ -365,12 +532,35 @@ export declare const celo: {
|
|
365
532
|
to?: `0x${string}` | null | undefined;
|
366
533
|
transactionIndex?: `0x${string}` | null | undefined;
|
367
534
|
v?: `0x${string}` | undefined;
|
535
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
536
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
537
|
+
chainId?: `0x${string}` | undefined;
|
538
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
539
|
+
feeCurrency: `0x${string}` | null;
|
540
|
+
gatewayFee: `0x${string}` | null;
|
541
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
542
|
+
}) | ({
|
543
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
544
|
+
gas?: `0x${string}` | undefined;
|
368
545
|
value?: `0x${string}` | undefined;
|
369
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
370
546
|
gasPrice?: `0x${string}` | undefined;
|
547
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
371
548
|
maxFeePerGas?: `0x${string}` | undefined;
|
372
549
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
550
|
+
yParity?: `0x${string}` | undefined;
|
551
|
+
blockHash?: `0x${string}` | null | undefined;
|
552
|
+
blockNumber?: `0x${string}` | null | undefined;
|
553
|
+
from?: `0x${string}` | undefined;
|
554
|
+
hash?: `0x${string}` | undefined;
|
555
|
+
input?: `0x${string}` | undefined;
|
556
|
+
nonce?: `0x${string}` | undefined;
|
557
|
+
r?: `0x${string}` | undefined;
|
558
|
+
s?: `0x${string}` | undefined;
|
559
|
+
to?: `0x${string}` | null | undefined;
|
560
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
561
|
+
v?: `0x${string}` | undefined;
|
373
562
|
accessList?: import("../../index.js").AccessList | undefined;
|
563
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
374
564
|
chainId?: `0x${string}` | undefined;
|
375
565
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
376
566
|
feeCurrency: `0x${string}` | null;
|
@@ -378,11 +568,17 @@ export declare const celo: {
|
|
378
568
|
gatewayFeeRecipient: `0x${string}` | null;
|
379
569
|
type: "0x7c";
|
380
570
|
}) | ({
|
571
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
572
|
+
gas?: `0x${string}` | undefined;
|
573
|
+
value?: `0x${string}` | undefined;
|
574
|
+
gasPrice?: `0x${string}` | undefined;
|
575
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
576
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
577
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
381
578
|
yParity?: `0x${string}` | undefined;
|
382
579
|
blockHash?: `0x${string}` | null | undefined;
|
383
580
|
blockNumber?: `0x${string}` | null | undefined;
|
384
581
|
from?: `0x${string}` | undefined;
|
385
|
-
gas?: `0x${string}` | undefined;
|
386
582
|
hash?: `0x${string}` | undefined;
|
387
583
|
input?: `0x${string}` | undefined;
|
388
584
|
nonce?: `0x${string}` | undefined;
|
@@ -391,12 +587,8 @@ export declare const celo: {
|
|
391
587
|
to?: `0x${string}` | null | undefined;
|
392
588
|
transactionIndex?: `0x${string}` | null | undefined;
|
393
589
|
v?: `0x${string}` | undefined;
|
394
|
-
value?: `0x${string}` | undefined;
|
395
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
396
|
-
gasPrice?: `0x${string}` | undefined;
|
397
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
398
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
399
590
|
accessList?: import("../../index.js").AccessList | undefined;
|
591
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
400
592
|
chainId?: `0x${string}` | undefined;
|
401
593
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
402
594
|
feeCurrency: `0x${string}` | null;
|
@@ -404,10 +596,11 @@ export declare const celo: {
|
|
404
596
|
gatewayFeeRecipient?: undefined;
|
405
597
|
type: "0x7b";
|
406
598
|
})) => ({
|
599
|
+
gas: bigint;
|
600
|
+
value: bigint;
|
407
601
|
blockHash: `0x${string}` | null;
|
408
602
|
blockNumber: bigint | null;
|
409
603
|
from: `0x${string}`;
|
410
|
-
gas: bigint;
|
411
604
|
hash: `0x${string}`;
|
412
605
|
input: `0x${string}`;
|
413
606
|
nonce: number;
|
@@ -417,11 +610,12 @@ export declare const celo: {
|
|
417
610
|
transactionIndex: number | null;
|
418
611
|
typeHex: `0x${string}` | null;
|
419
612
|
v: bigint;
|
420
|
-
value: bigint;
|
421
613
|
gasPrice: bigint;
|
614
|
+
maxFeePerBlobGas?: undefined;
|
422
615
|
maxFeePerGas?: undefined;
|
423
616
|
maxPriorityFeePerGas?: undefined;
|
424
617
|
accessList?: undefined;
|
618
|
+
blobVersionedHashes?: undefined;
|
425
619
|
chainId?: number | undefined;
|
426
620
|
yParity?: undefined;
|
427
621
|
type: "legacy";
|
@@ -429,10 +623,11 @@ export declare const celo: {
|
|
429
623
|
gatewayFee: bigint | null;
|
430
624
|
gatewayFeeRecipient: `0x${string}` | null;
|
431
625
|
} | {
|
626
|
+
gas: bigint;
|
627
|
+
value: bigint;
|
432
628
|
blockHash: `0x${string}` | null;
|
433
629
|
blockNumber: bigint | null;
|
434
630
|
from: `0x${string}`;
|
435
|
-
gas: bigint;
|
436
631
|
hash: `0x${string}`;
|
437
632
|
input: `0x${string}`;
|
438
633
|
nonce: number;
|
@@ -442,11 +637,12 @@ export declare const celo: {
|
|
442
637
|
transactionIndex: number | null;
|
443
638
|
typeHex: `0x${string}` | null;
|
444
639
|
v: bigint;
|
445
|
-
value: bigint;
|
446
640
|
gasPrice: undefined;
|
641
|
+
maxFeePerBlobGas?: undefined;
|
447
642
|
maxFeePerGas: bigint;
|
448
643
|
maxPriorityFeePerGas: bigint;
|
449
644
|
accessList?: undefined;
|
645
|
+
blobVersionedHashes?: undefined;
|
450
646
|
chainId?: number | undefined;
|
451
647
|
yParity: number;
|
452
648
|
type: "cip42";
|
@@ -454,10 +650,11 @@ export declare const celo: {
|
|
454
650
|
gatewayFee: bigint | null;
|
455
651
|
gatewayFeeRecipient: `0x${string}` | null;
|
456
652
|
} | {
|
653
|
+
gas: bigint;
|
654
|
+
value: bigint;
|
457
655
|
blockHash: `0x${string}` | null;
|
458
656
|
blockNumber: bigint | null;
|
459
657
|
from: `0x${string}`;
|
460
|
-
gas: bigint;
|
461
658
|
hash: `0x${string}`;
|
462
659
|
input: `0x${string}`;
|
463
660
|
nonce: number;
|
@@ -467,11 +664,12 @@ export declare const celo: {
|
|
467
664
|
transactionIndex: number | null;
|
468
665
|
typeHex: `0x${string}` | null;
|
469
666
|
v: bigint;
|
470
|
-
value: bigint;
|
471
667
|
gasPrice: undefined;
|
668
|
+
maxFeePerBlobGas?: undefined;
|
472
669
|
maxFeePerGas: bigint;
|
473
670
|
maxPriorityFeePerGas: bigint;
|
474
671
|
accessList?: undefined;
|
672
|
+
blobVersionedHashes?: undefined;
|
475
673
|
chainId?: number | undefined;
|
476
674
|
yParity: number;
|
477
675
|
type: "cip64";
|
@@ -495,9 +693,11 @@ export declare const celo: {
|
|
495
693
|
value: bigint;
|
496
694
|
yParity: number;
|
497
695
|
gasPrice: bigint;
|
696
|
+
maxFeePerBlobGas?: undefined;
|
498
697
|
maxFeePerGas?: undefined;
|
499
698
|
maxPriorityFeePerGas?: undefined;
|
500
699
|
accessList: import("../../index.js").AccessList;
|
700
|
+
blobVersionedHashes?: undefined;
|
501
701
|
chainId: number;
|
502
702
|
type: "eip2930";
|
503
703
|
feeCurrency: `0x${string}` | null;
|
@@ -520,9 +720,11 @@ export declare const celo: {
|
|
520
720
|
value: bigint;
|
521
721
|
yParity: number;
|
522
722
|
gasPrice: undefined;
|
723
|
+
maxFeePerBlobGas?: undefined;
|
523
724
|
maxFeePerGas: bigint;
|
524
725
|
maxPriorityFeePerGas: bigint;
|
525
726
|
accessList: import("../../index.js").AccessList;
|
727
|
+
blobVersionedHashes?: undefined;
|
526
728
|
chainId: number;
|
527
729
|
type: "eip1559";
|
528
730
|
feeCurrency: `0x${string}` | null;
|
@@ -545,9 +747,11 @@ export declare const celo: {
|
|
545
747
|
value: bigint;
|
546
748
|
yParity: number;
|
547
749
|
gasPrice: undefined;
|
750
|
+
maxFeePerBlobGas?: undefined;
|
548
751
|
maxFeePerGas: bigint;
|
549
752
|
maxPriorityFeePerGas: bigint;
|
550
753
|
accessList: import("../../index.js").AccessList;
|
754
|
+
blobVersionedHashes?: undefined;
|
551
755
|
chainId: number;
|
552
756
|
type: "cip42";
|
553
757
|
feeCurrency: `0x${string}` | null;
|
@@ -570,9 +774,11 @@ export declare const celo: {
|
|
570
774
|
value: bigint;
|
571
775
|
yParity: number;
|
572
776
|
gasPrice: undefined;
|
777
|
+
maxFeePerBlobGas?: undefined;
|
573
778
|
maxFeePerGas: bigint;
|
574
779
|
maxPriorityFeePerGas: bigint;
|
575
780
|
accessList: import("../../index.js").AccessList;
|
781
|
+
blobVersionedHashes?: undefined;
|
576
782
|
chainId: number;
|
577
783
|
type: "cip64";
|
578
784
|
feeCurrency: `0x${string}` | null;
|
@@ -595,9 +801,11 @@ export declare const celo: {
|
|
595
801
|
value: bigint;
|
596
802
|
yParity: number;
|
597
803
|
gasPrice: bigint;
|
804
|
+
maxFeePerBlobGas?: undefined;
|
598
805
|
maxFeePerGas: undefined;
|
599
806
|
maxPriorityFeePerGas: undefined;
|
600
807
|
accessList: import("../../index.js").AccessList;
|
808
|
+
blobVersionedHashes?: undefined;
|
601
809
|
chainId: number;
|
602
810
|
type: "eip2930";
|
603
811
|
feeCurrency: `0x${string}` | null;
|
@@ -620,9 +828,11 @@ export declare const celo: {
|
|
620
828
|
value: bigint;
|
621
829
|
yParity: number;
|
622
830
|
gasPrice?: undefined;
|
831
|
+
maxFeePerBlobGas?: undefined;
|
623
832
|
maxFeePerGas: bigint;
|
624
833
|
maxPriorityFeePerGas: bigint;
|
625
834
|
accessList: import("../../index.js").AccessList;
|
835
|
+
blobVersionedHashes?: undefined;
|
626
836
|
chainId: number;
|
627
837
|
type: "eip1559";
|
628
838
|
feeCurrency: `0x${string}` | null;
|
@@ -645,9 +855,92 @@ export declare const celo: {
|
|
645
855
|
value: bigint;
|
646
856
|
yParity: number;
|
647
857
|
gasPrice?: undefined;
|
858
|
+
maxFeePerBlobGas?: undefined;
|
859
|
+
maxFeePerGas: bigint;
|
860
|
+
maxPriorityFeePerGas: bigint;
|
861
|
+
accessList: import("../../index.js").AccessList;
|
862
|
+
blobVersionedHashes?: undefined;
|
863
|
+
chainId: number;
|
864
|
+
type: "cip42";
|
865
|
+
feeCurrency: `0x${string}` | null;
|
866
|
+
gatewayFee: bigint | null;
|
867
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
868
|
+
} | {
|
869
|
+
blockHash: `0x${string}` | null;
|
870
|
+
blockNumber: bigint | null;
|
871
|
+
from: `0x${string}`;
|
872
|
+
gas: bigint;
|
873
|
+
hash: `0x${string}`;
|
874
|
+
input: `0x${string}`;
|
875
|
+
nonce: number;
|
876
|
+
r: `0x${string}`;
|
877
|
+
s: `0x${string}`;
|
878
|
+
to: `0x${string}` | null;
|
879
|
+
transactionIndex: number | null;
|
880
|
+
typeHex: `0x${string}` | null;
|
881
|
+
v: bigint;
|
882
|
+
value: bigint;
|
883
|
+
yParity: number;
|
884
|
+
gasPrice?: undefined;
|
885
|
+
maxFeePerBlobGas?: undefined;
|
886
|
+
maxFeePerGas: bigint;
|
887
|
+
maxPriorityFeePerGas: bigint;
|
888
|
+
accessList: import("../../index.js").AccessList;
|
889
|
+
blobVersionedHashes?: undefined;
|
890
|
+
chainId: number;
|
891
|
+
type: "cip64";
|
892
|
+
feeCurrency: `0x${string}` | null;
|
893
|
+
gatewayFee?: undefined;
|
894
|
+
gatewayFeeRecipient?: undefined;
|
895
|
+
} | {
|
896
|
+
blockHash: `0x${string}` | null;
|
897
|
+
blockNumber: bigint | null;
|
898
|
+
from: `0x${string}`;
|
899
|
+
gas: bigint;
|
900
|
+
hash: `0x${string}`;
|
901
|
+
input: `0x${string}`;
|
902
|
+
nonce: number;
|
903
|
+
r: `0x${string}`;
|
904
|
+
s: `0x${string}`;
|
905
|
+
to: `0x${string}` | null;
|
906
|
+
transactionIndex: number | null;
|
907
|
+
typeHex: `0x${string}` | null;
|
908
|
+
v: bigint;
|
909
|
+
value: bigint;
|
910
|
+
yParity: number;
|
911
|
+
gasPrice?: undefined;
|
912
|
+
maxFeePerBlobGas: bigint;
|
913
|
+
maxFeePerGas: bigint;
|
914
|
+
maxPriorityFeePerGas: bigint;
|
915
|
+
accessList: import("../../index.js").AccessList;
|
916
|
+
blobVersionedHashes: `0x${string}`[];
|
917
|
+
chainId: number;
|
918
|
+
type: "eip4844";
|
919
|
+
feeCurrency: `0x${string}` | null;
|
920
|
+
gatewayFee: bigint | null;
|
921
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
922
|
+
} | {
|
923
|
+
blockHash: `0x${string}` | null;
|
924
|
+
blockNumber: bigint | null;
|
925
|
+
from: `0x${string}`;
|
926
|
+
gas: bigint;
|
927
|
+
hash: `0x${string}`;
|
928
|
+
input: `0x${string}`;
|
929
|
+
nonce: number;
|
930
|
+
r: `0x${string}`;
|
931
|
+
s: `0x${string}`;
|
932
|
+
to: `0x${string}` | null;
|
933
|
+
transactionIndex: number | null;
|
934
|
+
typeHex: `0x${string}` | null;
|
935
|
+
v: bigint;
|
936
|
+
value: bigint;
|
937
|
+
yParity: number;
|
938
|
+
gasPrice?: undefined;
|
939
|
+
maxFeePerBlobGas: undefined;
|
648
940
|
maxFeePerGas: bigint;
|
649
941
|
maxPriorityFeePerGas: bigint;
|
650
942
|
accessList: import("../../index.js").AccessList;
|
943
|
+
blobVersionedHashes: `0x${string}`[];
|
651
944
|
chainId: number;
|
652
945
|
type: "cip42";
|
653
946
|
feeCurrency: `0x${string}` | null;
|
@@ -670,9 +963,11 @@ export declare const celo: {
|
|
670
963
|
value: bigint;
|
671
964
|
yParity: number;
|
672
965
|
gasPrice?: undefined;
|
966
|
+
maxFeePerBlobGas: undefined;
|
673
967
|
maxFeePerGas: bigint;
|
674
968
|
maxPriorityFeePerGas: bigint;
|
675
969
|
accessList: import("../../index.js").AccessList;
|
970
|
+
blobVersionedHashes: `0x${string}`[];
|
676
971
|
chainId: number;
|
677
972
|
type: "cip64";
|
678
973
|
feeCurrency: `0x${string}` | null;
|
@@ -695,6 +990,7 @@ export declare const celo: {
|
|
695
990
|
maxPriorityFeePerGas?: undefined;
|
696
991
|
accessList?: undefined;
|
697
992
|
type?: "0x0" | undefined;
|
993
|
+
maxFeePerBlobGas?: undefined;
|
698
994
|
feeCurrency?: `0x${string}` | undefined;
|
699
995
|
gatewayFee?: `0x${string}` | undefined;
|
700
996
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -710,6 +1006,7 @@ export declare const celo: {
|
|
710
1006
|
maxPriorityFeePerGas?: undefined;
|
711
1007
|
accessList?: import("../../index.js").AccessList | undefined;
|
712
1008
|
type?: "0x1" | undefined;
|
1009
|
+
maxFeePerBlobGas?: undefined;
|
713
1010
|
feeCurrency?: `0x${string}` | undefined;
|
714
1011
|
gatewayFee?: `0x${string}` | undefined;
|
715
1012
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -725,6 +1022,7 @@ export declare const celo: {
|
|
725
1022
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
726
1023
|
accessList?: import("../../index.js").AccessList | undefined;
|
727
1024
|
type?: "0x2" | undefined;
|
1025
|
+
maxFeePerBlobGas?: undefined;
|
728
1026
|
feeCurrency?: `0x${string}` | undefined;
|
729
1027
|
gatewayFee?: `0x${string}` | undefined;
|
730
1028
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -740,6 +1038,7 @@ export declare const celo: {
|
|
740
1038
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
741
1039
|
accessList?: import("../../index.js").AccessList | undefined;
|
742
1040
|
type?: "0x7c" | undefined;
|
1041
|
+
maxFeePerBlobGas?: undefined;
|
743
1042
|
feeCurrency?: `0x${string}` | undefined;
|
744
1043
|
gatewayFee?: `0x${string}` | undefined;
|
745
1044
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -755,6 +1054,7 @@ export declare const celo: {
|
|
755
1054
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
756
1055
|
accessList?: import("../../index.js").AccessList | undefined;
|
757
1056
|
type?: "0x7b" | undefined;
|
1057
|
+
maxFeePerBlobGas?: undefined;
|
758
1058
|
feeCurrency?: `0x${string}` | undefined;
|
759
1059
|
gatewayFee?: undefined;
|
760
1060
|
gatewayFeeRecipient?: undefined;
|
@@ -770,6 +1070,7 @@ export declare const celo: {
|
|
770
1070
|
maxPriorityFeePerGas?: undefined;
|
771
1071
|
accessList?: undefined;
|
772
1072
|
type?: "0x0" | undefined;
|
1073
|
+
maxFeePerBlobGas?: undefined;
|
773
1074
|
feeCurrency?: `0x${string}` | undefined;
|
774
1075
|
gatewayFee?: `0x${string}` | undefined;
|
775
1076
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -785,6 +1086,7 @@ export declare const celo: {
|
|
785
1086
|
maxPriorityFeePerGas?: undefined;
|
786
1087
|
accessList?: import("../../index.js").AccessList | undefined;
|
787
1088
|
type?: "0x1" | undefined;
|
1089
|
+
maxFeePerBlobGas?: undefined;
|
788
1090
|
feeCurrency?: `0x${string}` | undefined;
|
789
1091
|
gatewayFee?: `0x${string}` | undefined;
|
790
1092
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -800,6 +1102,7 @@ export declare const celo: {
|
|
800
1102
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
801
1103
|
accessList?: import("../../index.js").AccessList | undefined;
|
802
1104
|
type?: "0x2" | undefined;
|
1105
|
+
maxFeePerBlobGas?: undefined;
|
803
1106
|
feeCurrency?: `0x${string}` | undefined;
|
804
1107
|
gatewayFee?: `0x${string}` | undefined;
|
805
1108
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -815,6 +1118,7 @@ export declare const celo: {
|
|
815
1118
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
816
1119
|
accessList?: import("../../index.js").AccessList | undefined;
|
817
1120
|
type?: "0x7c" | undefined;
|
1121
|
+
maxFeePerBlobGas?: undefined;
|
818
1122
|
feeCurrency?: `0x${string}` | undefined;
|
819
1123
|
gatewayFee?: `0x${string}` | undefined;
|
820
1124
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -830,6 +1134,7 @@ export declare const celo: {
|
|
830
1134
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
831
1135
|
accessList?: import("../../index.js").AccessList | undefined;
|
832
1136
|
type?: "0x7b" | undefined;
|
1137
|
+
maxFeePerBlobGas?: undefined;
|
833
1138
|
feeCurrency?: `0x${string}` | undefined;
|
834
1139
|
gatewayFee?: undefined;
|
835
1140
|
gatewayFeeRecipient?: undefined;
|
@@ -845,6 +1150,7 @@ export declare const celo: {
|
|
845
1150
|
maxPriorityFeePerGas?: undefined;
|
846
1151
|
accessList?: undefined;
|
847
1152
|
type?: "0x0" | undefined;
|
1153
|
+
maxFeePerBlobGas?: undefined;
|
848
1154
|
feeCurrency?: `0x${string}` | undefined;
|
849
1155
|
gatewayFee?: `0x${string}` | undefined;
|
850
1156
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -860,6 +1166,7 @@ export declare const celo: {
|
|
860
1166
|
maxPriorityFeePerGas?: undefined;
|
861
1167
|
accessList?: import("../../index.js").AccessList | undefined;
|
862
1168
|
type?: "0x1" | undefined;
|
1169
|
+
maxFeePerBlobGas?: undefined;
|
863
1170
|
feeCurrency?: `0x${string}` | undefined;
|
864
1171
|
gatewayFee?: `0x${string}` | undefined;
|
865
1172
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -875,6 +1182,7 @@ export declare const celo: {
|
|
875
1182
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
876
1183
|
accessList?: import("../../index.js").AccessList | undefined;
|
877
1184
|
type?: "0x2" | undefined;
|
1185
|
+
maxFeePerBlobGas?: undefined;
|
878
1186
|
feeCurrency?: `0x${string}` | undefined;
|
879
1187
|
gatewayFee?: `0x${string}` | undefined;
|
880
1188
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -890,6 +1198,7 @@ export declare const celo: {
|
|
890
1198
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
891
1199
|
accessList?: import("../../index.js").AccessList | undefined;
|
892
1200
|
type?: "0x7c" | undefined;
|
1201
|
+
maxFeePerBlobGas?: undefined;
|
893
1202
|
feeCurrency?: `0x${string}` | undefined;
|
894
1203
|
gatewayFee?: `0x${string}` | undefined;
|
895
1204
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -905,6 +1214,7 @@ export declare const celo: {
|
|
905
1214
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
906
1215
|
accessList?: import("../../index.js").AccessList | undefined;
|
907
1216
|
type?: "0x7b" | undefined;
|
1217
|
+
maxFeePerBlobGas?: undefined;
|
908
1218
|
feeCurrency?: `0x${string}` | undefined;
|
909
1219
|
gatewayFee?: undefined;
|
910
1220
|
gatewayFeeRecipient?: undefined;
|