viem 2.6.0 → 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 +16 -0
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +8 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -1
- package/_cjs/chains/definitions/iotex.js +6 -0
- package/_cjs/chains/definitions/iotex.js.map +1 -1
- package/_cjs/chains/definitions/iotexTestnet.js +1 -0
- package/_cjs/chains/definitions/iotexTestnet.js.map +1 -1
- package/_cjs/chains/definitions/oortmainnetDev.js +27 -0
- package/_cjs/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.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/chains/definitions/holesky.js +8 -0
- package/_esm/chains/definitions/holesky.js.map +1 -1
- package/_esm/chains/definitions/iotex.js +6 -0
- package/_esm/chains/definitions/iotex.js.map +1 -1
- package/_esm/chains/definitions/iotexTestnet.js +1 -0
- package/_esm/chains/definitions/iotexTestnet.js.map +1 -1
- package/_esm/chains/definitions/oortmainnetDev.js +24 -0
- package/_esm/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.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/holesky.d.ts +8 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -1
- package/_types/chains/definitions/iotex.d.ts +6 -8
- package/_types/chains/definitions/iotex.d.ts.map +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/oortmainnetDev.d.ts +39 -0
- package/_types/chains/definitions/oortmainnetDev.d.ts.map +1 -0
- 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/index.d.ts +1 -0
- package/_types/chains/index.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/chains/definitions/holesky.ts +8 -0
- package/chains/definitions/iotex.ts +6 -0
- package/chains/definitions/iotexTestnet.ts +1 -0
- package/chains/definitions/oortmainnetDev.ts +24 -0
- package/chains/index.ts +1 -0
- 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
@@ -49,7 +49,9 @@ export declare const pgn: {
|
|
49
49
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
50
50
|
}>) => {
|
51
51
|
baseFeePerGas: bigint | null;
|
52
|
+
blobGasUsed: bigint;
|
52
53
|
difficulty: bigint;
|
54
|
+
excessBlobGas: bigint;
|
53
55
|
extraData: `0x${string}`;
|
54
56
|
gasLimit: bigint;
|
55
57
|
gasUsed: bigint;
|
@@ -78,11 +80,17 @@ export declare const pgn: {
|
|
78
80
|
readonly transaction: {
|
79
81
|
exclude: [] | undefined;
|
80
82
|
format: (args: ({
|
83
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
84
|
+
gas?: `0x${string}` | undefined;
|
85
|
+
value?: `0x${string}` | undefined;
|
86
|
+
gasPrice?: `0x${string}` | undefined;
|
87
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
88
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
89
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
81
90
|
yParity?: `0x${string}` | undefined;
|
82
91
|
blockHash?: `0x${string}` | null | undefined;
|
83
92
|
blockNumber?: `0x${string}` | null | undefined;
|
84
93
|
from?: `0x${string}` | undefined;
|
85
|
-
gas?: `0x${string}` | undefined;
|
86
94
|
hash?: `0x${string}` | undefined;
|
87
95
|
input?: `0x${string}` | undefined;
|
88
96
|
nonce?: `0x${string}` | undefined;
|
@@ -91,23 +99,25 @@ export declare const pgn: {
|
|
91
99
|
to?: `0x${string}` | null | undefined;
|
92
100
|
transactionIndex?: `0x${string}` | null | undefined;
|
93
101
|
v?: `0x${string}` | undefined;
|
94
|
-
value?: `0x${string}` | undefined;
|
95
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
96
|
-
gasPrice?: `0x${string}` | undefined;
|
97
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
98
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
99
102
|
accessList?: undefined;
|
103
|
+
blobVersionedHashes?: undefined;
|
100
104
|
chainId?: `0x${string}` | undefined;
|
101
105
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
102
106
|
isSystemTx?: undefined;
|
103
107
|
mint?: undefined;
|
104
108
|
sourceHash?: undefined;
|
105
109
|
}) | ({
|
110
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
111
|
+
gas?: `0x${string}` | undefined;
|
112
|
+
value?: `0x${string}` | undefined;
|
113
|
+
gasPrice?: `0x${string}` | undefined;
|
114
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
115
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
116
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
106
117
|
yParity?: `0x${string}` | undefined;
|
107
118
|
blockHash?: `0x${string}` | null | undefined;
|
108
119
|
blockNumber?: `0x${string}` | null | undefined;
|
109
120
|
from?: `0x${string}` | undefined;
|
110
|
-
gas?: `0x${string}` | undefined;
|
111
121
|
hash?: `0x${string}` | undefined;
|
112
122
|
input?: `0x${string}` | undefined;
|
113
123
|
nonce?: `0x${string}` | undefined;
|
@@ -116,12 +126,8 @@ export declare const pgn: {
|
|
116
126
|
to?: `0x${string}` | null | undefined;
|
117
127
|
transactionIndex?: `0x${string}` | null | undefined;
|
118
128
|
v?: `0x${string}` | undefined;
|
119
|
-
value?: `0x${string}` | undefined;
|
120
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
121
|
-
gasPrice?: `0x${string}` | undefined;
|
122
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
123
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
124
129
|
accessList?: undefined;
|
130
|
+
blobVersionedHashes?: undefined;
|
125
131
|
chainId?: `0x${string}` | undefined;
|
126
132
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
127
133
|
isSystemTx?: boolean | undefined;
|
@@ -129,11 +135,17 @@ export declare const pgn: {
|
|
129
135
|
sourceHash: `0x${string}`;
|
130
136
|
type: "0x7e";
|
131
137
|
}) | ({
|
138
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
139
|
+
gas?: `0x${string}` | undefined;
|
140
|
+
value?: `0x${string}` | undefined;
|
141
|
+
gasPrice?: `0x${string}` | undefined;
|
142
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
143
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
144
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
132
145
|
yParity?: `0x${string}` | undefined;
|
133
146
|
blockHash?: `0x${string}` | null | undefined;
|
134
147
|
blockNumber?: `0x${string}` | null | undefined;
|
135
148
|
from?: `0x${string}` | undefined;
|
136
|
-
gas?: `0x${string}` | undefined;
|
137
149
|
hash?: `0x${string}` | undefined;
|
138
150
|
input?: `0x${string}` | undefined;
|
139
151
|
nonce?: `0x${string}` | undefined;
|
@@ -142,23 +154,25 @@ export declare const pgn: {
|
|
142
154
|
to?: `0x${string}` | null | undefined;
|
143
155
|
transactionIndex?: `0x${string}` | null | undefined;
|
144
156
|
v?: `0x${string}` | undefined;
|
145
|
-
value?: `0x${string}` | undefined;
|
146
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
147
|
-
gasPrice?: `0x${string}` | undefined;
|
148
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
149
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
150
157
|
accessList?: import("../../index.js").AccessList | undefined;
|
158
|
+
blobVersionedHashes?: undefined;
|
151
159
|
chainId?: `0x${string}` | undefined;
|
152
160
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
153
161
|
isSystemTx?: undefined;
|
154
162
|
mint?: undefined;
|
155
163
|
sourceHash?: undefined;
|
156
164
|
}) | ({
|
165
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
166
|
+
gas?: `0x${string}` | undefined;
|
167
|
+
value?: `0x${string}` | undefined;
|
168
|
+
gasPrice?: `0x${string}` | undefined;
|
169
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
170
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
171
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
157
172
|
yParity?: `0x${string}` | undefined;
|
158
173
|
blockHash?: `0x${string}` | null | undefined;
|
159
174
|
blockNumber?: `0x${string}` | null | undefined;
|
160
175
|
from?: `0x${string}` | undefined;
|
161
|
-
gas?: `0x${string}` | undefined;
|
162
176
|
hash?: `0x${string}` | undefined;
|
163
177
|
input?: `0x${string}` | undefined;
|
164
178
|
nonce?: `0x${string}` | undefined;
|
@@ -167,23 +181,25 @@ export declare const pgn: {
|
|
167
181
|
to?: `0x${string}` | null | undefined;
|
168
182
|
transactionIndex?: `0x${string}` | null | undefined;
|
169
183
|
v?: `0x${string}` | undefined;
|
170
|
-
value?: `0x${string}` | undefined;
|
171
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
172
|
-
gasPrice?: `0x${string}` | undefined;
|
173
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
174
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
175
184
|
accessList?: import("../../index.js").AccessList | undefined;
|
185
|
+
blobVersionedHashes?: undefined;
|
176
186
|
chainId?: `0x${string}` | undefined;
|
177
187
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
178
188
|
isSystemTx?: undefined;
|
179
189
|
mint?: undefined;
|
180
190
|
sourceHash?: undefined;
|
181
191
|
}) | ({
|
192
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
193
|
+
gas?: `0x${string}` | undefined;
|
194
|
+
value?: `0x${string}` | undefined;
|
195
|
+
gasPrice?: `0x${string}` | undefined;
|
196
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
197
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
198
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
182
199
|
yParity?: `0x${string}` | undefined;
|
183
200
|
blockHash?: `0x${string}` | null | undefined;
|
184
201
|
blockNumber?: `0x${string}` | null | undefined;
|
185
202
|
from?: `0x${string}` | undefined;
|
186
|
-
gas?: `0x${string}` | undefined;
|
187
203
|
hash?: `0x${string}` | undefined;
|
188
204
|
input?: `0x${string}` | undefined;
|
189
205
|
nonce?: `0x${string}` | undefined;
|
@@ -192,23 +208,25 @@ export declare const pgn: {
|
|
192
208
|
to?: `0x${string}` | null | undefined;
|
193
209
|
transactionIndex?: `0x${string}` | null | undefined;
|
194
210
|
v?: `0x${string}` | undefined;
|
195
|
-
value?: `0x${string}` | undefined;
|
196
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
197
|
-
gasPrice?: `0x${string}` | undefined;
|
198
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
199
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
200
211
|
accessList?: import("../../index.js").AccessList | undefined;
|
212
|
+
blobVersionedHashes?: undefined;
|
201
213
|
chainId?: `0x${string}` | undefined;
|
202
214
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
203
215
|
isSystemTx?: undefined;
|
204
216
|
mint?: undefined;
|
205
217
|
sourceHash?: undefined;
|
206
218
|
}) | ({
|
219
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
220
|
+
gas?: `0x${string}` | undefined;
|
221
|
+
value?: `0x${string}` | undefined;
|
222
|
+
gasPrice?: `0x${string}` | undefined;
|
223
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
224
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
225
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
207
226
|
yParity?: `0x${string}` | undefined;
|
208
227
|
blockHash?: `0x${string}` | null | undefined;
|
209
228
|
blockNumber?: `0x${string}` | null | undefined;
|
210
229
|
from?: `0x${string}` | undefined;
|
211
|
-
gas?: `0x${string}` | undefined;
|
212
230
|
hash?: `0x${string}` | undefined;
|
213
231
|
input?: `0x${string}` | undefined;
|
214
232
|
nonce?: `0x${string}` | undefined;
|
@@ -217,12 +235,8 @@ export declare const pgn: {
|
|
217
235
|
to?: `0x${string}` | null | undefined;
|
218
236
|
transactionIndex?: `0x${string}` | null | undefined;
|
219
237
|
v?: `0x${string}` | undefined;
|
220
|
-
value?: `0x${string}` | undefined;
|
221
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
222
|
-
gasPrice?: `0x${string}` | undefined;
|
223
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
224
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
225
238
|
accessList?: import("../../index.js").AccessList | undefined;
|
239
|
+
blobVersionedHashes?: undefined;
|
226
240
|
chainId?: `0x${string}` | undefined;
|
227
241
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
228
242
|
isSystemTx?: boolean | undefined;
|
@@ -230,11 +244,17 @@ export declare const pgn: {
|
|
230
244
|
sourceHash: `0x${string}`;
|
231
245
|
type: "0x7e";
|
232
246
|
}) | ({
|
247
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
248
|
+
gas?: `0x${string}` | undefined;
|
249
|
+
value?: `0x${string}` | undefined;
|
250
|
+
gasPrice?: `0x${string}` | undefined;
|
251
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
252
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
253
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
233
254
|
yParity?: `0x${string}` | undefined;
|
234
255
|
blockHash?: `0x${string}` | null | undefined;
|
235
256
|
blockNumber?: `0x${string}` | null | undefined;
|
236
257
|
from?: `0x${string}` | undefined;
|
237
|
-
gas?: `0x${string}` | undefined;
|
238
258
|
hash?: `0x${string}` | undefined;
|
239
259
|
input?: `0x${string}` | undefined;
|
240
260
|
nonce?: `0x${string}` | undefined;
|
@@ -243,23 +263,79 @@ export declare const pgn: {
|
|
243
263
|
to?: `0x${string}` | null | undefined;
|
244
264
|
transactionIndex?: `0x${string}` | null | undefined;
|
245
265
|
v?: `0x${string}` | undefined;
|
266
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
267
|
+
blobVersionedHashes?: undefined;
|
268
|
+
chainId?: `0x${string}` | undefined;
|
269
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
270
|
+
isSystemTx?: undefined;
|
271
|
+
mint?: undefined;
|
272
|
+
sourceHash?: undefined;
|
273
|
+
}) | ({
|
274
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
275
|
+
gas?: `0x${string}` | undefined;
|
246
276
|
value?: `0x${string}` | undefined;
|
247
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
248
277
|
gasPrice?: `0x${string}` | undefined;
|
278
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
249
279
|
maxFeePerGas?: `0x${string}` | undefined;
|
250
280
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
281
|
+
yParity?: `0x${string}` | undefined;
|
282
|
+
blockHash?: `0x${string}` | null | undefined;
|
283
|
+
blockNumber?: `0x${string}` | null | undefined;
|
284
|
+
from?: `0x${string}` | undefined;
|
285
|
+
hash?: `0x${string}` | undefined;
|
286
|
+
input?: `0x${string}` | undefined;
|
287
|
+
nonce?: `0x${string}` | undefined;
|
288
|
+
r?: `0x${string}` | undefined;
|
289
|
+
s?: `0x${string}` | undefined;
|
290
|
+
to?: `0x${string}` | null | undefined;
|
291
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
292
|
+
v?: `0x${string}` | undefined;
|
251
293
|
accessList?: import("../../index.js").AccessList | undefined;
|
294
|
+
blobVersionedHashes?: undefined;
|
252
295
|
chainId?: `0x${string}` | undefined;
|
253
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
296
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
254
297
|
isSystemTx?: undefined;
|
255
298
|
mint?: undefined;
|
256
299
|
sourceHash?: undefined;
|
257
300
|
}) | ({
|
301
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
302
|
+
gas?: `0x${string}` | undefined;
|
303
|
+
value?: `0x${string}` | undefined;
|
304
|
+
gasPrice?: `0x${string}` | undefined;
|
305
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
306
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
307
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
258
308
|
yParity?: `0x${string}` | undefined;
|
259
309
|
blockHash?: `0x${string}` | null | undefined;
|
260
310
|
blockNumber?: `0x${string}` | null | undefined;
|
261
311
|
from?: `0x${string}` | undefined;
|
312
|
+
hash?: `0x${string}` | undefined;
|
313
|
+
input?: `0x${string}` | undefined;
|
314
|
+
nonce?: `0x${string}` | undefined;
|
315
|
+
r?: `0x${string}` | undefined;
|
316
|
+
s?: `0x${string}` | undefined;
|
317
|
+
to?: `0x${string}` | null | undefined;
|
318
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
319
|
+
v?: `0x${string}` | undefined;
|
320
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
321
|
+
blobVersionedHashes?: undefined;
|
322
|
+
chainId?: `0x${string}` | undefined;
|
323
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
324
|
+
isSystemTx?: undefined;
|
325
|
+
mint?: undefined;
|
326
|
+
sourceHash?: undefined;
|
327
|
+
}) | ({
|
328
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
262
329
|
gas?: `0x${string}` | undefined;
|
330
|
+
value?: `0x${string}` | undefined;
|
331
|
+
gasPrice?: `0x${string}` | undefined;
|
332
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
333
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
334
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
335
|
+
yParity?: `0x${string}` | undefined;
|
336
|
+
blockHash?: `0x${string}` | null | undefined;
|
337
|
+
blockNumber?: `0x${string}` | null | undefined;
|
338
|
+
from?: `0x${string}` | undefined;
|
263
339
|
hash?: `0x${string}` | undefined;
|
264
340
|
input?: `0x${string}` | undefined;
|
265
341
|
nonce?: `0x${string}` | undefined;
|
@@ -268,23 +344,53 @@ export declare const pgn: {
|
|
268
344
|
to?: `0x${string}` | null | undefined;
|
269
345
|
transactionIndex?: `0x${string}` | null | undefined;
|
270
346
|
v?: `0x${string}` | undefined;
|
347
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
348
|
+
blobVersionedHashes?: undefined;
|
349
|
+
chainId?: `0x${string}` | undefined;
|
350
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
351
|
+
isSystemTx?: boolean | undefined;
|
352
|
+
mint?: `0x${string}` | undefined;
|
353
|
+
sourceHash: `0x${string}`;
|
354
|
+
type: "0x7e";
|
355
|
+
}) | ({
|
356
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
357
|
+
gas?: `0x${string}` | undefined;
|
271
358
|
value?: `0x${string}` | undefined;
|
272
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
273
359
|
gasPrice?: `0x${string}` | undefined;
|
360
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
274
361
|
maxFeePerGas?: `0x${string}` | undefined;
|
275
362
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
363
|
+
yParity?: `0x${string}` | undefined;
|
364
|
+
blockHash?: `0x${string}` | null | undefined;
|
365
|
+
blockNumber?: `0x${string}` | null | undefined;
|
366
|
+
from?: `0x${string}` | undefined;
|
367
|
+
hash?: `0x${string}` | undefined;
|
368
|
+
input?: `0x${string}` | undefined;
|
369
|
+
nonce?: `0x${string}` | undefined;
|
370
|
+
r?: `0x${string}` | undefined;
|
371
|
+
s?: `0x${string}` | undefined;
|
372
|
+
to?: `0x${string}` | null | undefined;
|
373
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
374
|
+
v?: `0x${string}` | undefined;
|
276
375
|
accessList?: import("../../index.js").AccessList | undefined;
|
376
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
277
377
|
chainId?: `0x${string}` | undefined;
|
278
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
378
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
279
379
|
isSystemTx?: undefined;
|
280
380
|
mint?: undefined;
|
281
381
|
sourceHash?: undefined;
|
282
382
|
}) | ({
|
383
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
384
|
+
gas?: `0x${string}` | undefined;
|
385
|
+
value?: `0x${string}` | undefined;
|
386
|
+
gasPrice?: `0x${string}` | undefined;
|
387
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
388
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
389
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
283
390
|
yParity?: `0x${string}` | undefined;
|
284
391
|
blockHash?: `0x${string}` | null | undefined;
|
285
392
|
blockNumber?: `0x${string}` | null | undefined;
|
286
393
|
from?: `0x${string}` | undefined;
|
287
|
-
gas?: `0x${string}` | undefined;
|
288
394
|
hash?: `0x${string}` | undefined;
|
289
395
|
input?: `0x${string}` | undefined;
|
290
396
|
nonce?: `0x${string}` | undefined;
|
@@ -293,23 +399,52 @@ export declare const pgn: {
|
|
293
399
|
to?: `0x${string}` | null | undefined;
|
294
400
|
transactionIndex?: `0x${string}` | null | undefined;
|
295
401
|
v?: `0x${string}` | undefined;
|
402
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
403
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
404
|
+
chainId?: `0x${string}` | undefined;
|
405
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
406
|
+
isSystemTx?: undefined;
|
407
|
+
mint?: undefined;
|
408
|
+
sourceHash?: undefined;
|
409
|
+
}) | ({
|
410
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
411
|
+
gas?: `0x${string}` | undefined;
|
296
412
|
value?: `0x${string}` | undefined;
|
297
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
298
413
|
gasPrice?: `0x${string}` | undefined;
|
414
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
299
415
|
maxFeePerGas?: `0x${string}` | undefined;
|
300
416
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
417
|
+
yParity?: `0x${string}` | undefined;
|
418
|
+
blockHash?: `0x${string}` | null | undefined;
|
419
|
+
blockNumber?: `0x${string}` | null | undefined;
|
420
|
+
from?: `0x${string}` | undefined;
|
421
|
+
hash?: `0x${string}` | undefined;
|
422
|
+
input?: `0x${string}` | undefined;
|
423
|
+
nonce?: `0x${string}` | undefined;
|
424
|
+
r?: `0x${string}` | undefined;
|
425
|
+
s?: `0x${string}` | undefined;
|
426
|
+
to?: `0x${string}` | null | undefined;
|
427
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
428
|
+
v?: `0x${string}` | undefined;
|
301
429
|
accessList?: import("../../index.js").AccessList | undefined;
|
430
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
302
431
|
chainId?: `0x${string}` | undefined;
|
303
432
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
304
433
|
isSystemTx?: undefined;
|
305
434
|
mint?: undefined;
|
306
435
|
sourceHash?: undefined;
|
307
436
|
}) | ({
|
437
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
438
|
+
gas?: `0x${string}` | undefined;
|
439
|
+
value?: `0x${string}` | undefined;
|
440
|
+
gasPrice?: `0x${string}` | undefined;
|
441
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
442
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
443
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
308
444
|
yParity?: `0x${string}` | undefined;
|
309
445
|
blockHash?: `0x${string}` | null | undefined;
|
310
446
|
blockNumber?: `0x${string}` | null | undefined;
|
311
447
|
from?: `0x${string}` | undefined;
|
312
|
-
gas?: `0x${string}` | undefined;
|
313
448
|
hash?: `0x${string}` | undefined;
|
314
449
|
input?: `0x${string}` | undefined;
|
315
450
|
nonce?: `0x${string}` | undefined;
|
@@ -318,12 +453,35 @@ export declare const pgn: {
|
|
318
453
|
to?: `0x${string}` | null | undefined;
|
319
454
|
transactionIndex?: `0x${string}` | null | undefined;
|
320
455
|
v?: `0x${string}` | undefined;
|
456
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
457
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
458
|
+
chainId?: `0x${string}` | undefined;
|
459
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
460
|
+
isSystemTx?: undefined;
|
461
|
+
mint?: undefined;
|
462
|
+
sourceHash?: undefined;
|
463
|
+
}) | ({
|
464
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
465
|
+
gas?: `0x${string}` | undefined;
|
321
466
|
value?: `0x${string}` | undefined;
|
322
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
323
467
|
gasPrice?: `0x${string}` | undefined;
|
468
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
324
469
|
maxFeePerGas?: `0x${string}` | undefined;
|
325
470
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
471
|
+
yParity?: `0x${string}` | undefined;
|
472
|
+
blockHash?: `0x${string}` | null | undefined;
|
473
|
+
blockNumber?: `0x${string}` | null | undefined;
|
474
|
+
from?: `0x${string}` | undefined;
|
475
|
+
hash?: `0x${string}` | undefined;
|
476
|
+
input?: `0x${string}` | undefined;
|
477
|
+
nonce?: `0x${string}` | undefined;
|
478
|
+
r?: `0x${string}` | undefined;
|
479
|
+
s?: `0x${string}` | undefined;
|
480
|
+
to?: `0x${string}` | null | undefined;
|
481
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
482
|
+
v?: `0x${string}` | undefined;
|
326
483
|
accessList?: import("../../index.js").AccessList | undefined;
|
484
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
327
485
|
chainId?: `0x${string}` | undefined;
|
328
486
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
329
487
|
isSystemTx?: boolean | undefined;
|
@@ -331,10 +489,11 @@ export declare const pgn: {
|
|
331
489
|
sourceHash: `0x${string}`;
|
332
490
|
type: "0x7e";
|
333
491
|
})) => ({
|
492
|
+
gas: bigint;
|
493
|
+
value: bigint;
|
334
494
|
blockHash: `0x${string}` | null;
|
335
495
|
blockNumber: bigint | null;
|
336
496
|
from: `0x${string}`;
|
337
|
-
gas: bigint;
|
338
497
|
hash: `0x${string}`;
|
339
498
|
input: `0x${string}`;
|
340
499
|
nonce: number;
|
@@ -344,11 +503,12 @@ export declare const pgn: {
|
|
344
503
|
transactionIndex: number | null;
|
345
504
|
typeHex: `0x${string}` | null;
|
346
505
|
v: bigint;
|
347
|
-
value: bigint;
|
348
506
|
gasPrice: bigint;
|
507
|
+
maxFeePerBlobGas?: undefined;
|
349
508
|
maxFeePerGas?: undefined;
|
350
509
|
maxPriorityFeePerGas?: undefined;
|
351
510
|
accessList?: undefined;
|
511
|
+
blobVersionedHashes?: undefined;
|
352
512
|
chainId?: number | undefined;
|
353
513
|
yParity?: undefined;
|
354
514
|
type: "legacy";
|
@@ -356,10 +516,11 @@ export declare const pgn: {
|
|
356
516
|
mint?: undefined;
|
357
517
|
sourceHash?: undefined;
|
358
518
|
} | {
|
519
|
+
gas: bigint;
|
520
|
+
value: bigint;
|
359
521
|
blockHash: `0x${string}` | null;
|
360
522
|
blockNumber: bigint | null;
|
361
523
|
from: `0x${string}`;
|
362
|
-
gas: bigint;
|
363
524
|
hash: `0x${string}`;
|
364
525
|
input: `0x${string}`;
|
365
526
|
nonce: number;
|
@@ -369,11 +530,12 @@ export declare const pgn: {
|
|
369
530
|
transactionIndex: number | null;
|
370
531
|
typeHex: `0x${string}` | null;
|
371
532
|
v: bigint;
|
372
|
-
value: bigint;
|
373
533
|
gasPrice: undefined;
|
534
|
+
maxFeePerBlobGas?: undefined;
|
374
535
|
maxFeePerGas: bigint;
|
375
536
|
maxPriorityFeePerGas: bigint;
|
376
537
|
accessList?: undefined;
|
538
|
+
blobVersionedHashes?: undefined;
|
377
539
|
chainId?: number | undefined;
|
378
540
|
yParity: number;
|
379
541
|
type: "deposit";
|
@@ -397,9 +559,11 @@ export declare const pgn: {
|
|
397
559
|
value: bigint;
|
398
560
|
yParity: number;
|
399
561
|
gasPrice: bigint;
|
562
|
+
maxFeePerBlobGas?: undefined;
|
400
563
|
maxFeePerGas?: undefined;
|
401
564
|
maxPriorityFeePerGas?: undefined;
|
402
565
|
accessList: import("../../index.js").AccessList;
|
566
|
+
blobVersionedHashes?: undefined;
|
403
567
|
chainId: number;
|
404
568
|
type: "eip2930";
|
405
569
|
isSystemTx?: undefined;
|
@@ -422,9 +586,11 @@ export declare const pgn: {
|
|
422
586
|
value: bigint;
|
423
587
|
yParity: number;
|
424
588
|
gasPrice: undefined;
|
589
|
+
maxFeePerBlobGas?: undefined;
|
425
590
|
maxFeePerGas: bigint;
|
426
591
|
maxPriorityFeePerGas: bigint;
|
427
592
|
accessList: import("../../index.js").AccessList;
|
593
|
+
blobVersionedHashes?: undefined;
|
428
594
|
chainId: number;
|
429
595
|
type: "eip1559";
|
430
596
|
isSystemTx?: undefined;
|
@@ -447,9 +613,11 @@ export declare const pgn: {
|
|
447
613
|
value: bigint;
|
448
614
|
yParity: number;
|
449
615
|
gasPrice: undefined;
|
616
|
+
maxFeePerBlobGas?: undefined;
|
450
617
|
maxFeePerGas: bigint;
|
451
618
|
maxPriorityFeePerGas: bigint;
|
452
619
|
accessList: import("../../index.js").AccessList;
|
620
|
+
blobVersionedHashes?: undefined;
|
453
621
|
chainId: number;
|
454
622
|
type: "deposit";
|
455
623
|
isSystemTx?: boolean | undefined;
|
@@ -472,9 +640,11 @@ export declare const pgn: {
|
|
472
640
|
value: bigint;
|
473
641
|
yParity: number;
|
474
642
|
gasPrice: bigint;
|
643
|
+
maxFeePerBlobGas?: undefined;
|
475
644
|
maxFeePerGas: undefined;
|
476
645
|
maxPriorityFeePerGas: undefined;
|
477
646
|
accessList: import("../../index.js").AccessList;
|
647
|
+
blobVersionedHashes?: undefined;
|
478
648
|
chainId: number;
|
479
649
|
type: "eip2930";
|
480
650
|
isSystemTx?: undefined;
|
@@ -497,9 +667,11 @@ export declare const pgn: {
|
|
497
667
|
value: bigint;
|
498
668
|
yParity: number;
|
499
669
|
gasPrice?: undefined;
|
670
|
+
maxFeePerBlobGas?: undefined;
|
500
671
|
maxFeePerGas: bigint;
|
501
672
|
maxPriorityFeePerGas: bigint;
|
502
673
|
accessList: import("../../index.js").AccessList;
|
674
|
+
blobVersionedHashes?: undefined;
|
503
675
|
chainId: number;
|
504
676
|
type: "eip1559";
|
505
677
|
isSystemTx?: undefined;
|
@@ -522,9 +694,65 @@ export declare const pgn: {
|
|
522
694
|
value: bigint;
|
523
695
|
yParity: number;
|
524
696
|
gasPrice?: undefined;
|
697
|
+
maxFeePerBlobGas?: undefined;
|
698
|
+
maxFeePerGas: bigint;
|
699
|
+
maxPriorityFeePerGas: bigint;
|
700
|
+
accessList: import("../../index.js").AccessList;
|
701
|
+
blobVersionedHashes?: undefined;
|
702
|
+
chainId: number;
|
703
|
+
type: "deposit";
|
704
|
+
isSystemTx?: boolean | undefined;
|
705
|
+
mint?: bigint | undefined;
|
706
|
+
sourceHash: `0x${string}`;
|
707
|
+
} | {
|
708
|
+
blockHash: `0x${string}` | null;
|
709
|
+
blockNumber: bigint | null;
|
710
|
+
from: `0x${string}`;
|
711
|
+
gas: bigint;
|
712
|
+
hash: `0x${string}`;
|
713
|
+
input: `0x${string}`;
|
714
|
+
nonce: number;
|
715
|
+
r: `0x${string}`;
|
716
|
+
s: `0x${string}`;
|
717
|
+
to: `0x${string}` | null;
|
718
|
+
transactionIndex: number | null;
|
719
|
+
typeHex: `0x${string}` | null;
|
720
|
+
v: bigint;
|
721
|
+
value: bigint;
|
722
|
+
yParity: number;
|
723
|
+
gasPrice?: undefined;
|
724
|
+
maxFeePerBlobGas: bigint;
|
725
|
+
maxFeePerGas: bigint;
|
726
|
+
maxPriorityFeePerGas: bigint;
|
727
|
+
accessList: import("../../index.js").AccessList;
|
728
|
+
blobVersionedHashes: `0x${string}`[];
|
729
|
+
chainId: number;
|
730
|
+
type: "eip4844";
|
731
|
+
isSystemTx?: undefined;
|
732
|
+
mint?: undefined;
|
733
|
+
sourceHash?: undefined;
|
734
|
+
} | {
|
735
|
+
blockHash: `0x${string}` | null;
|
736
|
+
blockNumber: bigint | null;
|
737
|
+
from: `0x${string}`;
|
738
|
+
gas: bigint;
|
739
|
+
hash: `0x${string}`;
|
740
|
+
input: `0x${string}`;
|
741
|
+
nonce: number;
|
742
|
+
r: `0x${string}`;
|
743
|
+
s: `0x${string}`;
|
744
|
+
to: `0x${string}` | null;
|
745
|
+
transactionIndex: number | null;
|
746
|
+
typeHex: `0x${string}` | null;
|
747
|
+
v: bigint;
|
748
|
+
value: bigint;
|
749
|
+
yParity: number;
|
750
|
+
gasPrice?: undefined;
|
751
|
+
maxFeePerBlobGas: undefined;
|
525
752
|
maxFeePerGas: bigint;
|
526
753
|
maxPriorityFeePerGas: bigint;
|
527
754
|
accessList: import("../../index.js").AccessList;
|
755
|
+
blobVersionedHashes: `0x${string}`[];
|
528
756
|
chainId: number;
|
529
757
|
type: "deposit";
|
530
758
|
isSystemTx?: boolean | undefined;
|
@@ -536,6 +764,8 @@ export declare const pgn: {
|
|
536
764
|
readonly transactionReceipt: {
|
537
765
|
exclude: [] | undefined;
|
538
766
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
767
|
+
blobGasPrice?: bigint | undefined;
|
768
|
+
blobGasUsed?: bigint | undefined;
|
539
769
|
blockHash: `0x${string}`;
|
540
770
|
blockNumber: bigint;
|
541
771
|
contractAddress: `0x${string}` | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pgn.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgn.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
1
|
+
{"version":3,"file":"pgn.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgn.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCd,CAAA"}
|