viem 2.0.0-beta.10 → 2.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +180 -180
- package/_types/chains/celo/formatters.d.ts +180 -180
- package/_types/chains/definitions/base.d.ts +137 -137
- package/_types/chains/definitions/baseGoerli.d.ts +137 -137
- package/_types/chains/definitions/baseSepolia.d.ts +137 -137
- package/_types/chains/definitions/celo.d.ts +180 -180
- package/_types/chains/definitions/celoAlfajores.d.ts +180 -180
- package/_types/chains/definitions/celoCannoli.d.ts +180 -180
- package/_types/chains/definitions/optimism.d.ts +137 -137
- package/_types/chains/definitions/optimismGoerli.d.ts +137 -137
- package/_types/chains/definitions/optimismSepolia.d.ts +137 -137
- package/_types/chains/definitions/pgn.d.ts +136 -136
- package/_types/chains/definitions/pgnTestnet.d.ts +136 -136
- package/_types/chains/definitions/zkSync.d.ts +24 -24
- package/_types/chains/definitions/zkSyncTestnet.d.ts +24 -24
- package/_types/chains/definitions/zora.d.ts +137 -137
- package/_types/chains/definitions/zoraSepolia.d.ts +137 -137
- package/_types/chains/definitions/zoraTestnet.d.ts +137 -137
- package/_types/chains/index.d.ts +1 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +136 -136
- package/_types/chains/opStack/formatters.d.ts +136 -136
- package/_types/chains/zksync/chainConfig.d.ts +24 -24
- package/_types/chains/zksync/formatters.d.ts +24 -24
- package/_types/errors/version.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/chains/index.ts +5 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
@@ -46,24 +46,24 @@ export declare const formatters: {
|
|
46
46
|
readonly transaction: {
|
47
47
|
exclude: [] | undefined;
|
48
48
|
format: (args: ({
|
49
|
-
gas?: `0x${string}` | undefined;
|
50
|
-
nonce?: `0x${string}` | undefined;
|
51
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
52
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
53
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
54
|
-
gasPrice?: `0x${string}` | undefined;
|
55
|
-
from?: `0x${string}` | undefined;
|
56
|
-
to?: `0x${string}` | null | undefined;
|
57
|
-
value?: `0x${string}` | undefined;
|
58
|
-
r?: `0x${string}` | undefined;
|
59
|
-
s?: `0x${string}` | undefined;
|
60
|
-
v?: `0x${string}` | undefined;
|
61
49
|
yParity?: `0x${string}` | undefined;
|
62
50
|
blockHash?: `0x${string}` | null | undefined;
|
63
51
|
blockNumber?: `0x${string}` | null | undefined;
|
52
|
+
from?: `0x${string}` | undefined;
|
53
|
+
gas?: `0x${string}` | undefined;
|
64
54
|
hash?: `0x${string}` | undefined;
|
65
55
|
input?: `0x${string}` | undefined;
|
56
|
+
nonce?: `0x${string}` | undefined;
|
57
|
+
r?: `0x${string}` | undefined;
|
58
|
+
s?: `0x${string}` | undefined;
|
59
|
+
to?: `0x${string}` | null | undefined;
|
66
60
|
transactionIndex?: `0x${string}` | null | undefined;
|
61
|
+
v?: `0x${string}` | undefined;
|
62
|
+
value?: `0x${string}` | undefined;
|
63
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
64
|
+
gasPrice?: `0x${string}` | undefined;
|
65
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
66
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
67
67
|
accessList?: undefined;
|
68
68
|
chainId?: `0x${string}` | undefined;
|
69
69
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -71,24 +71,24 @@ export declare const formatters: {
|
|
71
71
|
gatewayFee: `0x${string}` | null;
|
72
72
|
gatewayFeeRecipient: `0x${string}` | null;
|
73
73
|
}) | ({
|
74
|
-
gas?: `0x${string}` | undefined;
|
75
|
-
nonce?: `0x${string}` | undefined;
|
76
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
77
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
78
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
79
|
-
gasPrice?: `0x${string}` | undefined;
|
80
|
-
from?: `0x${string}` | undefined;
|
81
|
-
to?: `0x${string}` | null | undefined;
|
82
|
-
value?: `0x${string}` | undefined;
|
83
|
-
r?: `0x${string}` | undefined;
|
84
|
-
s?: `0x${string}` | undefined;
|
85
|
-
v?: `0x${string}` | undefined;
|
86
74
|
yParity?: `0x${string}` | undefined;
|
87
75
|
blockHash?: `0x${string}` | null | undefined;
|
88
76
|
blockNumber?: `0x${string}` | null | undefined;
|
77
|
+
from?: `0x${string}` | undefined;
|
78
|
+
gas?: `0x${string}` | undefined;
|
89
79
|
hash?: `0x${string}` | undefined;
|
90
80
|
input?: `0x${string}` | undefined;
|
81
|
+
nonce?: `0x${string}` | undefined;
|
82
|
+
r?: `0x${string}` | undefined;
|
83
|
+
s?: `0x${string}` | undefined;
|
84
|
+
to?: `0x${string}` | null | undefined;
|
91
85
|
transactionIndex?: `0x${string}` | null | undefined;
|
86
|
+
v?: `0x${string}` | undefined;
|
87
|
+
value?: `0x${string}` | undefined;
|
88
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
89
|
+
gasPrice?: `0x${string}` | undefined;
|
90
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
91
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
92
92
|
accessList?: undefined;
|
93
93
|
chainId?: `0x${string}` | undefined;
|
94
94
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -97,24 +97,24 @@ export declare const formatters: {
|
|
97
97
|
gatewayFeeRecipient: `0x${string}` | null;
|
98
98
|
type: "0x7c";
|
99
99
|
}) | ({
|
100
|
-
gas?: `0x${string}` | undefined;
|
101
|
-
nonce?: `0x${string}` | undefined;
|
102
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
103
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
104
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
105
|
-
gasPrice?: `0x${string}` | undefined;
|
106
|
-
from?: `0x${string}` | undefined;
|
107
|
-
to?: `0x${string}` | null | undefined;
|
108
|
-
value?: `0x${string}` | undefined;
|
109
|
-
r?: `0x${string}` | undefined;
|
110
|
-
s?: `0x${string}` | undefined;
|
111
|
-
v?: `0x${string}` | undefined;
|
112
100
|
yParity?: `0x${string}` | undefined;
|
113
101
|
blockHash?: `0x${string}` | null | undefined;
|
114
102
|
blockNumber?: `0x${string}` | null | undefined;
|
103
|
+
from?: `0x${string}` | undefined;
|
104
|
+
gas?: `0x${string}` | undefined;
|
115
105
|
hash?: `0x${string}` | undefined;
|
116
106
|
input?: `0x${string}` | undefined;
|
107
|
+
nonce?: `0x${string}` | undefined;
|
108
|
+
r?: `0x${string}` | undefined;
|
109
|
+
s?: `0x${string}` | undefined;
|
110
|
+
to?: `0x${string}` | null | undefined;
|
117
111
|
transactionIndex?: `0x${string}` | null | undefined;
|
112
|
+
v?: `0x${string}` | undefined;
|
113
|
+
value?: `0x${string}` | undefined;
|
114
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
115
|
+
gasPrice?: `0x${string}` | undefined;
|
116
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
117
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
118
118
|
accessList?: undefined;
|
119
119
|
chainId?: `0x${string}` | undefined;
|
120
120
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -123,24 +123,24 @@ export declare const formatters: {
|
|
123
123
|
gatewayFeeRecipient?: undefined;
|
124
124
|
type: "0x7b";
|
125
125
|
}) | ({
|
126
|
-
gas?: `0x${string}` | undefined;
|
127
|
-
nonce?: `0x${string}` | undefined;
|
128
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
129
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
130
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
131
|
-
gasPrice?: `0x${string}` | undefined;
|
132
|
-
from?: `0x${string}` | undefined;
|
133
|
-
to?: `0x${string}` | null | undefined;
|
134
|
-
value?: `0x${string}` | undefined;
|
135
|
-
r?: `0x${string}` | undefined;
|
136
|
-
s?: `0x${string}` | undefined;
|
137
|
-
v?: `0x${string}` | undefined;
|
138
126
|
yParity?: `0x${string}` | undefined;
|
139
127
|
blockHash?: `0x${string}` | null | undefined;
|
140
128
|
blockNumber?: `0x${string}` | null | undefined;
|
129
|
+
from?: `0x${string}` | undefined;
|
130
|
+
gas?: `0x${string}` | undefined;
|
141
131
|
hash?: `0x${string}` | undefined;
|
142
132
|
input?: `0x${string}` | undefined;
|
133
|
+
nonce?: `0x${string}` | undefined;
|
134
|
+
r?: `0x${string}` | undefined;
|
135
|
+
s?: `0x${string}` | undefined;
|
136
|
+
to?: `0x${string}` | null | undefined;
|
143
137
|
transactionIndex?: `0x${string}` | null | undefined;
|
138
|
+
v?: `0x${string}` | undefined;
|
139
|
+
value?: `0x${string}` | undefined;
|
140
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
141
|
+
gasPrice?: `0x${string}` | undefined;
|
142
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
143
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
144
144
|
accessList?: import("../../index.js").AccessList | undefined;
|
145
145
|
chainId?: `0x${string}` | undefined;
|
146
146
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -148,24 +148,24 @@ export declare const formatters: {
|
|
148
148
|
gatewayFee: `0x${string}` | null;
|
149
149
|
gatewayFeeRecipient: `0x${string}` | null;
|
150
150
|
}) | ({
|
151
|
-
gas?: `0x${string}` | undefined;
|
152
|
-
nonce?: `0x${string}` | undefined;
|
153
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
154
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
155
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
156
|
-
gasPrice?: `0x${string}` | undefined;
|
157
|
-
from?: `0x${string}` | undefined;
|
158
|
-
to?: `0x${string}` | null | undefined;
|
159
|
-
value?: `0x${string}` | undefined;
|
160
|
-
r?: `0x${string}` | undefined;
|
161
|
-
s?: `0x${string}` | undefined;
|
162
|
-
v?: `0x${string}` | undefined;
|
163
151
|
yParity?: `0x${string}` | undefined;
|
164
152
|
blockHash?: `0x${string}` | null | undefined;
|
165
153
|
blockNumber?: `0x${string}` | null | undefined;
|
154
|
+
from?: `0x${string}` | undefined;
|
155
|
+
gas?: `0x${string}` | undefined;
|
166
156
|
hash?: `0x${string}` | undefined;
|
167
157
|
input?: `0x${string}` | undefined;
|
158
|
+
nonce?: `0x${string}` | undefined;
|
159
|
+
r?: `0x${string}` | undefined;
|
160
|
+
s?: `0x${string}` | undefined;
|
161
|
+
to?: `0x${string}` | null | undefined;
|
168
162
|
transactionIndex?: `0x${string}` | null | undefined;
|
163
|
+
v?: `0x${string}` | undefined;
|
164
|
+
value?: `0x${string}` | undefined;
|
165
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
166
|
+
gasPrice?: `0x${string}` | undefined;
|
167
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
168
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
169
169
|
accessList?: import("../../index.js").AccessList | undefined;
|
170
170
|
chainId?: `0x${string}` | undefined;
|
171
171
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -173,24 +173,24 @@ export declare const formatters: {
|
|
173
173
|
gatewayFee: `0x${string}` | null;
|
174
174
|
gatewayFeeRecipient: `0x${string}` | null;
|
175
175
|
}) | ({
|
176
|
-
gas?: `0x${string}` | undefined;
|
177
|
-
nonce?: `0x${string}` | undefined;
|
178
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
179
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
180
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
181
|
-
gasPrice?: `0x${string}` | undefined;
|
182
|
-
from?: `0x${string}` | undefined;
|
183
|
-
to?: `0x${string}` | null | undefined;
|
184
|
-
value?: `0x${string}` | undefined;
|
185
|
-
r?: `0x${string}` | undefined;
|
186
|
-
s?: `0x${string}` | undefined;
|
187
|
-
v?: `0x${string}` | undefined;
|
188
176
|
yParity?: `0x${string}` | undefined;
|
189
177
|
blockHash?: `0x${string}` | null | undefined;
|
190
178
|
blockNumber?: `0x${string}` | null | undefined;
|
179
|
+
from?: `0x${string}` | undefined;
|
180
|
+
gas?: `0x${string}` | undefined;
|
191
181
|
hash?: `0x${string}` | undefined;
|
192
182
|
input?: `0x${string}` | undefined;
|
183
|
+
nonce?: `0x${string}` | undefined;
|
184
|
+
r?: `0x${string}` | undefined;
|
185
|
+
s?: `0x${string}` | undefined;
|
186
|
+
to?: `0x${string}` | null | undefined;
|
193
187
|
transactionIndex?: `0x${string}` | null | undefined;
|
188
|
+
v?: `0x${string}` | undefined;
|
189
|
+
value?: `0x${string}` | undefined;
|
190
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
191
|
+
gasPrice?: `0x${string}` | undefined;
|
192
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
193
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
194
194
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
195
|
chainId?: `0x${string}` | undefined;
|
196
196
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -198,24 +198,24 @@ export declare const formatters: {
|
|
198
198
|
gatewayFee: `0x${string}` | null;
|
199
199
|
gatewayFeeRecipient: `0x${string}` | null;
|
200
200
|
}) | ({
|
201
|
-
gas?: `0x${string}` | undefined;
|
202
|
-
nonce?: `0x${string}` | undefined;
|
203
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
204
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
205
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
206
|
-
gasPrice?: `0x${string}` | undefined;
|
207
|
-
from?: `0x${string}` | undefined;
|
208
|
-
to?: `0x${string}` | null | undefined;
|
209
|
-
value?: `0x${string}` | undefined;
|
210
|
-
r?: `0x${string}` | undefined;
|
211
|
-
s?: `0x${string}` | undefined;
|
212
|
-
v?: `0x${string}` | undefined;
|
213
201
|
yParity?: `0x${string}` | undefined;
|
214
202
|
blockHash?: `0x${string}` | null | undefined;
|
215
203
|
blockNumber?: `0x${string}` | null | undefined;
|
204
|
+
from?: `0x${string}` | undefined;
|
205
|
+
gas?: `0x${string}` | undefined;
|
216
206
|
hash?: `0x${string}` | undefined;
|
217
207
|
input?: `0x${string}` | undefined;
|
208
|
+
nonce?: `0x${string}` | undefined;
|
209
|
+
r?: `0x${string}` | undefined;
|
210
|
+
s?: `0x${string}` | undefined;
|
211
|
+
to?: `0x${string}` | null | undefined;
|
218
212
|
transactionIndex?: `0x${string}` | null | undefined;
|
213
|
+
v?: `0x${string}` | undefined;
|
214
|
+
value?: `0x${string}` | undefined;
|
215
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
216
|
+
gasPrice?: `0x${string}` | undefined;
|
217
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
218
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
219
219
|
accessList?: import("../../index.js").AccessList | undefined;
|
220
220
|
chainId?: `0x${string}` | undefined;
|
221
221
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -224,24 +224,24 @@ export declare const formatters: {
|
|
224
224
|
gatewayFeeRecipient: `0x${string}` | null;
|
225
225
|
type: "0x7c";
|
226
226
|
}) | ({
|
227
|
-
gas?: `0x${string}` | undefined;
|
228
|
-
nonce?: `0x${string}` | undefined;
|
229
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
230
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
231
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
232
|
-
gasPrice?: `0x${string}` | undefined;
|
233
|
-
from?: `0x${string}` | undefined;
|
234
|
-
to?: `0x${string}` | null | undefined;
|
235
|
-
value?: `0x${string}` | undefined;
|
236
|
-
r?: `0x${string}` | undefined;
|
237
|
-
s?: `0x${string}` | undefined;
|
238
|
-
v?: `0x${string}` | undefined;
|
239
227
|
yParity?: `0x${string}` | undefined;
|
240
228
|
blockHash?: `0x${string}` | null | undefined;
|
241
229
|
blockNumber?: `0x${string}` | null | undefined;
|
230
|
+
from?: `0x${string}` | undefined;
|
231
|
+
gas?: `0x${string}` | undefined;
|
242
232
|
hash?: `0x${string}` | undefined;
|
243
233
|
input?: `0x${string}` | undefined;
|
234
|
+
nonce?: `0x${string}` | undefined;
|
235
|
+
r?: `0x${string}` | undefined;
|
236
|
+
s?: `0x${string}` | undefined;
|
237
|
+
to?: `0x${string}` | null | undefined;
|
244
238
|
transactionIndex?: `0x${string}` | null | undefined;
|
239
|
+
v?: `0x${string}` | undefined;
|
240
|
+
value?: `0x${string}` | undefined;
|
241
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
242
|
+
gasPrice?: `0x${string}` | undefined;
|
243
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
244
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
245
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
246
|
chainId?: `0x${string}` | undefined;
|
247
247
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -250,24 +250,24 @@ export declare const formatters: {
|
|
250
250
|
gatewayFeeRecipient?: undefined;
|
251
251
|
type: "0x7b";
|
252
252
|
}) | ({
|
253
|
-
gas?: `0x${string}` | undefined;
|
254
|
-
nonce?: `0x${string}` | undefined;
|
255
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
256
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
257
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
258
|
-
gasPrice?: `0x${string}` | undefined;
|
259
|
-
from?: `0x${string}` | undefined;
|
260
|
-
to?: `0x${string}` | null | undefined;
|
261
|
-
value?: `0x${string}` | undefined;
|
262
|
-
r?: `0x${string}` | undefined;
|
263
|
-
s?: `0x${string}` | undefined;
|
264
|
-
v?: `0x${string}` | undefined;
|
265
253
|
yParity?: `0x${string}` | undefined;
|
266
254
|
blockHash?: `0x${string}` | null | undefined;
|
267
255
|
blockNumber?: `0x${string}` | null | undefined;
|
256
|
+
from?: `0x${string}` | undefined;
|
257
|
+
gas?: `0x${string}` | undefined;
|
268
258
|
hash?: `0x${string}` | undefined;
|
269
259
|
input?: `0x${string}` | undefined;
|
260
|
+
nonce?: `0x${string}` | undefined;
|
261
|
+
r?: `0x${string}` | undefined;
|
262
|
+
s?: `0x${string}` | undefined;
|
263
|
+
to?: `0x${string}` | null | undefined;
|
270
264
|
transactionIndex?: `0x${string}` | null | undefined;
|
265
|
+
v?: `0x${string}` | undefined;
|
266
|
+
value?: `0x${string}` | undefined;
|
267
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
268
|
+
gasPrice?: `0x${string}` | undefined;
|
269
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
270
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
271
271
|
accessList?: import("../../index.js").AccessList | undefined;
|
272
272
|
chainId?: `0x${string}` | undefined;
|
273
273
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -275,24 +275,24 @@ export declare const formatters: {
|
|
275
275
|
gatewayFee: `0x${string}` | null;
|
276
276
|
gatewayFeeRecipient: `0x${string}` | null;
|
277
277
|
}) | ({
|
278
|
-
gas?: `0x${string}` | undefined;
|
279
|
-
nonce?: `0x${string}` | undefined;
|
280
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
281
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
282
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
283
|
-
gasPrice?: `0x${string}` | undefined;
|
284
|
-
from?: `0x${string}` | undefined;
|
285
|
-
to?: `0x${string}` | null | undefined;
|
286
|
-
value?: `0x${string}` | undefined;
|
287
|
-
r?: `0x${string}` | undefined;
|
288
|
-
s?: `0x${string}` | undefined;
|
289
|
-
v?: `0x${string}` | undefined;
|
290
278
|
yParity?: `0x${string}` | undefined;
|
291
279
|
blockHash?: `0x${string}` | null | undefined;
|
292
280
|
blockNumber?: `0x${string}` | null | undefined;
|
281
|
+
from?: `0x${string}` | undefined;
|
282
|
+
gas?: `0x${string}` | undefined;
|
293
283
|
hash?: `0x${string}` | undefined;
|
294
284
|
input?: `0x${string}` | undefined;
|
285
|
+
nonce?: `0x${string}` | undefined;
|
286
|
+
r?: `0x${string}` | undefined;
|
287
|
+
s?: `0x${string}` | undefined;
|
288
|
+
to?: `0x${string}` | null | undefined;
|
295
289
|
transactionIndex?: `0x${string}` | null | undefined;
|
290
|
+
v?: `0x${string}` | undefined;
|
291
|
+
value?: `0x${string}` | undefined;
|
292
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
293
|
+
gasPrice?: `0x${string}` | undefined;
|
294
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
295
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
296
296
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
297
|
chainId?: `0x${string}` | undefined;
|
298
298
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -300,24 +300,24 @@ export declare const formatters: {
|
|
300
300
|
gatewayFee: `0x${string}` | null;
|
301
301
|
gatewayFeeRecipient: `0x${string}` | null;
|
302
302
|
}) | ({
|
303
|
-
gas?: `0x${string}` | undefined;
|
304
|
-
nonce?: `0x${string}` | undefined;
|
305
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
306
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
307
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
308
|
-
gasPrice?: `0x${string}` | undefined;
|
309
|
-
from?: `0x${string}` | undefined;
|
310
|
-
to?: `0x${string}` | null | undefined;
|
311
|
-
value?: `0x${string}` | undefined;
|
312
|
-
r?: `0x${string}` | undefined;
|
313
|
-
s?: `0x${string}` | undefined;
|
314
|
-
v?: `0x${string}` | undefined;
|
315
303
|
yParity?: `0x${string}` | undefined;
|
316
304
|
blockHash?: `0x${string}` | null | undefined;
|
317
305
|
blockNumber?: `0x${string}` | null | undefined;
|
306
|
+
from?: `0x${string}` | undefined;
|
307
|
+
gas?: `0x${string}` | undefined;
|
318
308
|
hash?: `0x${string}` | undefined;
|
319
309
|
input?: `0x${string}` | undefined;
|
310
|
+
nonce?: `0x${string}` | undefined;
|
311
|
+
r?: `0x${string}` | undefined;
|
312
|
+
s?: `0x${string}` | undefined;
|
313
|
+
to?: `0x${string}` | null | undefined;
|
320
314
|
transactionIndex?: `0x${string}` | null | undefined;
|
315
|
+
v?: `0x${string}` | undefined;
|
316
|
+
value?: `0x${string}` | undefined;
|
317
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
318
|
+
gasPrice?: `0x${string}` | undefined;
|
319
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
320
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
321
321
|
accessList?: import("../../index.js").AccessList | undefined;
|
322
322
|
chainId?: `0x${string}` | undefined;
|
323
323
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -325,24 +325,24 @@ export declare const formatters: {
|
|
325
325
|
gatewayFee: `0x${string}` | null;
|
326
326
|
gatewayFeeRecipient: `0x${string}` | null;
|
327
327
|
}) | ({
|
328
|
-
gas?: `0x${string}` | undefined;
|
329
|
-
nonce?: `0x${string}` | undefined;
|
330
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
331
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
332
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
333
|
-
gasPrice?: `0x${string}` | undefined;
|
334
|
-
from?: `0x${string}` | undefined;
|
335
|
-
to?: `0x${string}` | null | undefined;
|
336
|
-
value?: `0x${string}` | undefined;
|
337
|
-
r?: `0x${string}` | undefined;
|
338
|
-
s?: `0x${string}` | undefined;
|
339
|
-
v?: `0x${string}` | undefined;
|
340
328
|
yParity?: `0x${string}` | undefined;
|
341
329
|
blockHash?: `0x${string}` | null | undefined;
|
342
330
|
blockNumber?: `0x${string}` | null | undefined;
|
331
|
+
from?: `0x${string}` | undefined;
|
332
|
+
gas?: `0x${string}` | undefined;
|
343
333
|
hash?: `0x${string}` | undefined;
|
344
334
|
input?: `0x${string}` | undefined;
|
335
|
+
nonce?: `0x${string}` | undefined;
|
336
|
+
r?: `0x${string}` | undefined;
|
337
|
+
s?: `0x${string}` | undefined;
|
338
|
+
to?: `0x${string}` | null | undefined;
|
345
339
|
transactionIndex?: `0x${string}` | null | undefined;
|
340
|
+
v?: `0x${string}` | undefined;
|
341
|
+
value?: `0x${string}` | undefined;
|
342
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
343
|
+
gasPrice?: `0x${string}` | undefined;
|
344
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
345
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
346
346
|
accessList?: import("../../index.js").AccessList | undefined;
|
347
347
|
chainId?: `0x${string}` | undefined;
|
348
348
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -351,24 +351,24 @@ export declare const formatters: {
|
|
351
351
|
gatewayFeeRecipient: `0x${string}` | null;
|
352
352
|
type: "0x7c";
|
353
353
|
}) | ({
|
354
|
-
gas?: `0x${string}` | undefined;
|
355
|
-
nonce?: `0x${string}` | undefined;
|
356
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
357
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
358
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
359
|
-
gasPrice?: `0x${string}` | undefined;
|
360
|
-
from?: `0x${string}` | undefined;
|
361
|
-
to?: `0x${string}` | null | undefined;
|
362
|
-
value?: `0x${string}` | undefined;
|
363
|
-
r?: `0x${string}` | undefined;
|
364
|
-
s?: `0x${string}` | undefined;
|
365
|
-
v?: `0x${string}` | undefined;
|
366
354
|
yParity?: `0x${string}` | undefined;
|
367
355
|
blockHash?: `0x${string}` | null | undefined;
|
368
356
|
blockNumber?: `0x${string}` | null | undefined;
|
357
|
+
from?: `0x${string}` | undefined;
|
358
|
+
gas?: `0x${string}` | undefined;
|
369
359
|
hash?: `0x${string}` | undefined;
|
370
360
|
input?: `0x${string}` | undefined;
|
361
|
+
nonce?: `0x${string}` | undefined;
|
362
|
+
r?: `0x${string}` | undefined;
|
363
|
+
s?: `0x${string}` | undefined;
|
364
|
+
to?: `0x${string}` | null | undefined;
|
371
365
|
transactionIndex?: `0x${string}` | null | undefined;
|
366
|
+
v?: `0x${string}` | undefined;
|
367
|
+
value?: `0x${string}` | undefined;
|
368
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
369
|
+
gasPrice?: `0x${string}` | undefined;
|
370
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
371
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
372
372
|
accessList?: import("../../index.js").AccessList | undefined;
|
373
373
|
chainId?: `0x${string}` | undefined;
|
374
374
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -377,20 +377,20 @@ export declare const formatters: {
|
|
377
377
|
gatewayFeeRecipient?: undefined;
|
378
378
|
type: "0x7b";
|
379
379
|
})) => ({
|
380
|
-
gas: bigint;
|
381
|
-
nonce: number;
|
382
|
-
from: `0x${string}`;
|
383
|
-
to: `0x${string}` | null;
|
384
|
-
value: bigint;
|
385
|
-
r: `0x${string}`;
|
386
|
-
s: `0x${string}`;
|
387
|
-
v: bigint;
|
388
380
|
blockHash: `0x${string}` | null;
|
389
381
|
blockNumber: bigint | null;
|
382
|
+
from: `0x${string}`;
|
383
|
+
gas: bigint;
|
390
384
|
hash: `0x${string}`;
|
391
385
|
input: `0x${string}`;
|
386
|
+
nonce: number;
|
387
|
+
r: `0x${string}`;
|
388
|
+
s: `0x${string}`;
|
389
|
+
to: `0x${string}` | null;
|
392
390
|
transactionIndex: number | null;
|
393
391
|
typeHex: `0x${string}` | null;
|
392
|
+
v: bigint;
|
393
|
+
value: bigint;
|
394
394
|
gasPrice: bigint;
|
395
395
|
maxFeePerGas?: undefined;
|
396
396
|
maxPriorityFeePerGas?: undefined;
|
@@ -402,20 +402,20 @@ export declare const formatters: {
|
|
402
402
|
gatewayFee: bigint | null;
|
403
403
|
gatewayFeeRecipient: `0x${string}` | null;
|
404
404
|
} | {
|
405
|
-
gas: bigint;
|
406
|
-
nonce: number;
|
407
|
-
from: `0x${string}`;
|
408
|
-
to: `0x${string}` | null;
|
409
|
-
value: bigint;
|
410
|
-
r: `0x${string}`;
|
411
|
-
s: `0x${string}`;
|
412
|
-
v: bigint;
|
413
405
|
blockHash: `0x${string}` | null;
|
414
406
|
blockNumber: bigint | null;
|
407
|
+
from: `0x${string}`;
|
408
|
+
gas: bigint;
|
415
409
|
hash: `0x${string}`;
|
416
410
|
input: `0x${string}`;
|
411
|
+
nonce: number;
|
412
|
+
r: `0x${string}`;
|
413
|
+
s: `0x${string}`;
|
414
|
+
to: `0x${string}` | null;
|
417
415
|
transactionIndex: number | null;
|
418
416
|
typeHex: `0x${string}` | null;
|
417
|
+
v: bigint;
|
418
|
+
value: bigint;
|
419
419
|
gasPrice: undefined;
|
420
420
|
maxFeePerGas: bigint;
|
421
421
|
maxPriorityFeePerGas: bigint;
|
@@ -427,20 +427,20 @@ export declare const formatters: {
|
|
427
427
|
gatewayFee: bigint | null;
|
428
428
|
gatewayFeeRecipient: `0x${string}` | null;
|
429
429
|
} | {
|
430
|
-
gas: bigint;
|
431
|
-
nonce: number;
|
432
|
-
from: `0x${string}`;
|
433
|
-
to: `0x${string}` | null;
|
434
|
-
value: bigint;
|
435
|
-
r: `0x${string}`;
|
436
|
-
s: `0x${string}`;
|
437
|
-
v: bigint;
|
438
430
|
blockHash: `0x${string}` | null;
|
439
431
|
blockNumber: bigint | null;
|
432
|
+
from: `0x${string}`;
|
433
|
+
gas: bigint;
|
440
434
|
hash: `0x${string}`;
|
441
435
|
input: `0x${string}`;
|
436
|
+
nonce: number;
|
437
|
+
r: `0x${string}`;
|
438
|
+
s: `0x${string}`;
|
439
|
+
to: `0x${string}` | null;
|
442
440
|
transactionIndex: number | null;
|
443
441
|
typeHex: `0x${string}` | null;
|
442
|
+
v: bigint;
|
443
|
+
value: bigint;
|
444
444
|
gasPrice: undefined;
|
445
445
|
maxFeePerGas: bigint;
|
446
446
|
maxPriorityFeePerGas: bigint;
|