@dynamic-labs/ethereum 2.1.0-alpha.27 → 2.1.0-alpha.29
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 +27 -0
- package/package.json +8 -8
- package/src/EthWalletConnector.d.ts +1 -1
- package/src/coinbase/coinbase.cjs +10 -3
- package/src/coinbase/coinbase.d.ts +4099 -13
- package/src/coinbase/coinbase.js +10 -3
- package/src/coinbase/helpers.cjs +12 -6
- package/src/coinbase/helpers.js +12 -6
|
@@ -14,8 +14,235 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
14
14
|
getAddress(): Promise<string | undefined>;
|
|
15
15
|
signMessage(messageToSign: string): Promise<string | undefined>;
|
|
16
16
|
setupEventListeners(): void;
|
|
17
|
-
getWalletClient(): {
|
|
18
|
-
account:
|
|
17
|
+
getWalletClient(chainId?: string): {
|
|
18
|
+
account: {
|
|
19
|
+
address: `0x${string}`;
|
|
20
|
+
type: "json-rpc";
|
|
21
|
+
experimental_signAuthMessage?: undefined;
|
|
22
|
+
signMessage?: undefined;
|
|
23
|
+
signTransaction?: undefined;
|
|
24
|
+
signTypedData?: undefined;
|
|
25
|
+
publicKey?: undefined;
|
|
26
|
+
source?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
address: `0x${string}`;
|
|
29
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
30
|
+
signMessage: ({ message }: {
|
|
31
|
+
message: import("viem").SignableMessage;
|
|
32
|
+
}) => Promise<`0x${string}`>;
|
|
33
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
34
|
+
serializer?: serializer | undefined;
|
|
35
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
36
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
37
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
38
|
+
[x: `string[${string}]`]: undefined;
|
|
39
|
+
[x: `function[${string}]`]: undefined;
|
|
40
|
+
[x: `address[${string}]`]: undefined;
|
|
41
|
+
[x: `bool[${string}]`]: undefined;
|
|
42
|
+
[x: `bytes[${string}]`]: undefined;
|
|
43
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
44
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
45
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
46
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
47
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
48
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
49
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
50
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
51
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
52
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
53
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
54
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
55
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
56
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
57
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
58
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
64
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
65
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
66
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
67
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
68
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
69
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
70
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
71
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
72
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
73
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
74
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
75
|
+
[x: `int[${string}]`]: undefined;
|
|
76
|
+
[x: `int8[${string}]`]: undefined;
|
|
77
|
+
[x: `int16[${string}]`]: undefined;
|
|
78
|
+
[x: `int24[${string}]`]: undefined;
|
|
79
|
+
[x: `int32[${string}]`]: undefined;
|
|
80
|
+
[x: `int40[${string}]`]: undefined;
|
|
81
|
+
[x: `int48[${string}]`]: undefined;
|
|
82
|
+
[x: `int56[${string}]`]: undefined;
|
|
83
|
+
[x: `int64[${string}]`]: undefined;
|
|
84
|
+
[x: `int72[${string}]`]: undefined;
|
|
85
|
+
[x: `int80[${string}]`]: undefined;
|
|
86
|
+
[x: `int88[${string}]`]: undefined;
|
|
87
|
+
[x: `int96[${string}]`]: undefined;
|
|
88
|
+
[x: `int104[${string}]`]: undefined;
|
|
89
|
+
[x: `int112[${string}]`]: undefined;
|
|
90
|
+
[x: `int120[${string}]`]: undefined;
|
|
91
|
+
[x: `int128[${string}]`]: undefined;
|
|
92
|
+
[x: `int136[${string}]`]: undefined;
|
|
93
|
+
[x: `int144[${string}]`]: undefined;
|
|
94
|
+
[x: `int152[${string}]`]: undefined;
|
|
95
|
+
[x: `int160[${string}]`]: undefined;
|
|
96
|
+
[x: `int168[${string}]`]: undefined;
|
|
97
|
+
[x: `int176[${string}]`]: undefined;
|
|
98
|
+
[x: `int184[${string}]`]: undefined;
|
|
99
|
+
[x: `int192[${string}]`]: undefined;
|
|
100
|
+
[x: `int200[${string}]`]: undefined;
|
|
101
|
+
[x: `int208[${string}]`]: undefined;
|
|
102
|
+
[x: `int216[${string}]`]: undefined;
|
|
103
|
+
[x: `int224[${string}]`]: undefined;
|
|
104
|
+
[x: `int232[${string}]`]: undefined;
|
|
105
|
+
[x: `int240[${string}]`]: undefined;
|
|
106
|
+
[x: `int248[${string}]`]: undefined;
|
|
107
|
+
[x: `int256[${string}]`]: undefined;
|
|
108
|
+
[x: `uint[${string}]`]: undefined;
|
|
109
|
+
[x: `uint8[${string}]`]: undefined;
|
|
110
|
+
[x: `uint16[${string}]`]: undefined;
|
|
111
|
+
[x: `uint24[${string}]`]: undefined;
|
|
112
|
+
[x: `uint32[${string}]`]: undefined;
|
|
113
|
+
[x: `uint40[${string}]`]: undefined;
|
|
114
|
+
[x: `uint48[${string}]`]: undefined;
|
|
115
|
+
[x: `uint56[${string}]`]: undefined;
|
|
116
|
+
[x: `uint64[${string}]`]: undefined;
|
|
117
|
+
[x: `uint72[${string}]`]: undefined;
|
|
118
|
+
[x: `uint80[${string}]`]: undefined;
|
|
119
|
+
[x: `uint88[${string}]`]: undefined;
|
|
120
|
+
[x: `uint96[${string}]`]: undefined;
|
|
121
|
+
[x: `uint104[${string}]`]: undefined;
|
|
122
|
+
[x: `uint112[${string}]`]: undefined;
|
|
123
|
+
[x: `uint120[${string}]`]: undefined;
|
|
124
|
+
[x: `uint128[${string}]`]: undefined;
|
|
125
|
+
[x: `uint136[${string}]`]: undefined;
|
|
126
|
+
[x: `uint144[${string}]`]: undefined;
|
|
127
|
+
[x: `uint152[${string}]`]: undefined;
|
|
128
|
+
[x: `uint160[${string}]`]: undefined;
|
|
129
|
+
[x: `uint168[${string}]`]: undefined;
|
|
130
|
+
[x: `uint176[${string}]`]: undefined;
|
|
131
|
+
[x: `uint184[${string}]`]: undefined;
|
|
132
|
+
[x: `uint192[${string}]`]: undefined;
|
|
133
|
+
[x: `uint200[${string}]`]: undefined;
|
|
134
|
+
[x: `uint208[${string}]`]: undefined;
|
|
135
|
+
[x: `uint216[${string}]`]: undefined;
|
|
136
|
+
[x: `uint224[${string}]`]: undefined;
|
|
137
|
+
[x: `uint232[${string}]`]: undefined;
|
|
138
|
+
[x: `uint240[${string}]`]: undefined;
|
|
139
|
+
[x: `uint248[${string}]`]: undefined;
|
|
140
|
+
[x: `uint256[${string}]`]: undefined;
|
|
141
|
+
string?: undefined;
|
|
142
|
+
address?: undefined;
|
|
143
|
+
bool?: undefined;
|
|
144
|
+
bytes?: undefined;
|
|
145
|
+
bytes20?: undefined;
|
|
146
|
+
bytes1?: undefined;
|
|
147
|
+
bytes2?: undefined;
|
|
148
|
+
bytes3?: undefined;
|
|
149
|
+
bytes4?: undefined;
|
|
150
|
+
bytes5?: undefined;
|
|
151
|
+
bytes6?: undefined;
|
|
152
|
+
bytes7?: undefined;
|
|
153
|
+
bytes8?: undefined;
|
|
154
|
+
bytes9?: undefined;
|
|
155
|
+
bytes10?: undefined;
|
|
156
|
+
bytes11?: undefined;
|
|
157
|
+
bytes12?: undefined;
|
|
158
|
+
bytes13?: undefined;
|
|
159
|
+
bytes14?: undefined;
|
|
160
|
+
bytes15?: undefined;
|
|
161
|
+
bytes16?: undefined;
|
|
162
|
+
bytes17?: undefined;
|
|
163
|
+
bytes18?: undefined;
|
|
164
|
+
bytes19?: undefined;
|
|
165
|
+
bytes21?: undefined;
|
|
166
|
+
bytes22?: undefined;
|
|
167
|
+
bytes23?: undefined;
|
|
168
|
+
bytes24?: undefined;
|
|
169
|
+
bytes25?: undefined;
|
|
170
|
+
bytes26?: undefined;
|
|
171
|
+
bytes27?: undefined;
|
|
172
|
+
bytes28?: undefined;
|
|
173
|
+
bytes29?: undefined;
|
|
174
|
+
bytes30?: undefined;
|
|
175
|
+
bytes31?: undefined;
|
|
176
|
+
bytes32?: undefined;
|
|
177
|
+
int8?: undefined;
|
|
178
|
+
int16?: undefined;
|
|
179
|
+
int24?: undefined;
|
|
180
|
+
int32?: undefined;
|
|
181
|
+
int40?: undefined;
|
|
182
|
+
int48?: undefined;
|
|
183
|
+
int56?: undefined;
|
|
184
|
+
int64?: undefined;
|
|
185
|
+
int72?: undefined;
|
|
186
|
+
int80?: undefined;
|
|
187
|
+
int88?: undefined;
|
|
188
|
+
int96?: undefined;
|
|
189
|
+
int104?: undefined;
|
|
190
|
+
int112?: undefined;
|
|
191
|
+
int120?: undefined;
|
|
192
|
+
int128?: undefined;
|
|
193
|
+
int136?: undefined;
|
|
194
|
+
int144?: undefined;
|
|
195
|
+
int152?: undefined;
|
|
196
|
+
int160?: undefined;
|
|
197
|
+
int168?: undefined;
|
|
198
|
+
int176?: undefined;
|
|
199
|
+
int184?: undefined;
|
|
200
|
+
int192?: undefined;
|
|
201
|
+
int200?: undefined;
|
|
202
|
+
int208?: undefined;
|
|
203
|
+
int216?: undefined;
|
|
204
|
+
int224?: undefined;
|
|
205
|
+
int232?: undefined;
|
|
206
|
+
int240?: undefined;
|
|
207
|
+
int248?: undefined;
|
|
208
|
+
int256?: undefined;
|
|
209
|
+
uint8?: undefined;
|
|
210
|
+
uint16?: undefined;
|
|
211
|
+
uint24?: undefined;
|
|
212
|
+
uint32?: undefined;
|
|
213
|
+
uint40?: undefined;
|
|
214
|
+
uint48?: undefined;
|
|
215
|
+
uint56?: undefined;
|
|
216
|
+
uint64?: undefined;
|
|
217
|
+
uint72?: undefined;
|
|
218
|
+
uint80?: undefined;
|
|
219
|
+
uint88?: undefined;
|
|
220
|
+
uint96?: undefined;
|
|
221
|
+
uint104?: undefined;
|
|
222
|
+
uint112?: undefined;
|
|
223
|
+
uint120?: undefined;
|
|
224
|
+
uint128?: undefined;
|
|
225
|
+
uint136?: undefined;
|
|
226
|
+
uint144?: undefined;
|
|
227
|
+
uint152?: undefined;
|
|
228
|
+
uint160?: undefined;
|
|
229
|
+
uint168?: undefined;
|
|
230
|
+
uint176?: undefined;
|
|
231
|
+
uint184?: undefined;
|
|
232
|
+
uint192?: undefined;
|
|
233
|
+
uint200?: undefined;
|
|
234
|
+
uint208?: undefined;
|
|
235
|
+
uint216?: undefined;
|
|
236
|
+
uint224?: undefined;
|
|
237
|
+
uint232?: undefined;
|
|
238
|
+
uint240?: undefined;
|
|
239
|
+
uint248?: undefined;
|
|
240
|
+
uint256?: undefined;
|
|
241
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
242
|
+
publicKey: `0x${string}`;
|
|
243
|
+
source: string;
|
|
244
|
+
type: "local";
|
|
245
|
+
} | undefined;
|
|
19
246
|
batch?: {
|
|
20
247
|
multicall?: boolean | {
|
|
21
248
|
batchSize?: number | undefined;
|
|
@@ -26,7 +253,7 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
26
253
|
ccipRead?: false | {
|
|
27
254
|
request?: ((parameters: import("viem").CcipRequestParameters) => Promise<`0x${string}`>) | undefined;
|
|
28
255
|
} | undefined;
|
|
29
|
-
chain: undefined;
|
|
256
|
+
chain: import("viem").Chain | undefined;
|
|
30
257
|
key: string;
|
|
31
258
|
name: string;
|
|
32
259
|
pollingInterval: number;
|
|
@@ -35,15 +262,923 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
35
262
|
type: string;
|
|
36
263
|
uid: string;
|
|
37
264
|
addChain: (args: import("viem").AddChainParameters) => Promise<void>;
|
|
38
|
-
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<abi,
|
|
265
|
+
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<abi, import("viem").Chain | undefined, {
|
|
266
|
+
address: `0x${string}`;
|
|
267
|
+
type: "json-rpc";
|
|
268
|
+
experimental_signAuthMessage?: undefined;
|
|
269
|
+
signMessage?: undefined;
|
|
270
|
+
signTransaction?: undefined;
|
|
271
|
+
signTypedData?: undefined;
|
|
272
|
+
publicKey?: undefined;
|
|
273
|
+
source?: undefined;
|
|
274
|
+
} | {
|
|
275
|
+
address: `0x${string}`;
|
|
276
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
277
|
+
signMessage: ({ message }: {
|
|
278
|
+
message: import("viem").SignableMessage;
|
|
279
|
+
}) => Promise<`0x${string}`>;
|
|
280
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
281
|
+
serializer?: serializer | undefined;
|
|
282
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
283
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
284
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
285
|
+
[x: `string[${string}]`]: undefined;
|
|
286
|
+
[x: `function[${string}]`]: undefined;
|
|
287
|
+
[x: `address[${string}]`]: undefined;
|
|
288
|
+
[x: `bool[${string}]`]: undefined;
|
|
289
|
+
[x: `bytes[${string}]`]: undefined;
|
|
290
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
291
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
292
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
293
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
294
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
295
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
296
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
297
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
298
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
299
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
300
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
301
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
302
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
303
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
304
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
305
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
306
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
307
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
308
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
309
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
310
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
311
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
312
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
313
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
314
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
315
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
316
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
317
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
318
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
319
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
320
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
321
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
322
|
+
[x: `int[${string}]`]: undefined;
|
|
323
|
+
[x: `int8[${string}]`]: undefined;
|
|
324
|
+
[x: `int16[${string}]`]: undefined;
|
|
325
|
+
[x: `int24[${string}]`]: undefined;
|
|
326
|
+
[x: `int32[${string}]`]: undefined;
|
|
327
|
+
[x: `int40[${string}]`]: undefined;
|
|
328
|
+
[x: `int48[${string}]`]: undefined;
|
|
329
|
+
[x: `int56[${string}]`]: undefined;
|
|
330
|
+
[x: `int64[${string}]`]: undefined;
|
|
331
|
+
[x: `int72[${string}]`]: undefined;
|
|
332
|
+
[x: `int80[${string}]`]: undefined;
|
|
333
|
+
[x: `int88[${string}]`]: undefined;
|
|
334
|
+
[x: `int96[${string}]`]: undefined;
|
|
335
|
+
[x: `int104[${string}]`]: undefined;
|
|
336
|
+
[x: `int112[${string}]`]: undefined;
|
|
337
|
+
[x: `int120[${string}]`]: undefined;
|
|
338
|
+
[x: `int128[${string}]`]: undefined;
|
|
339
|
+
[x: `int136[${string}]`]: undefined;
|
|
340
|
+
[x: `int144[${string}]`]: undefined;
|
|
341
|
+
[x: `int152[${string}]`]: undefined;
|
|
342
|
+
[x: `int160[${string}]`]: undefined;
|
|
343
|
+
[x: `int168[${string}]`]: undefined;
|
|
344
|
+
[x: `int176[${string}]`]: undefined;
|
|
345
|
+
[x: `int184[${string}]`]: undefined;
|
|
346
|
+
[x: `int192[${string}]`]: undefined;
|
|
347
|
+
[x: `int200[${string}]`]: undefined;
|
|
348
|
+
[x: `int208[${string}]`]: undefined;
|
|
349
|
+
[x: `int216[${string}]`]: undefined;
|
|
350
|
+
[x: `int224[${string}]`]: undefined;
|
|
351
|
+
[x: `int232[${string}]`]: undefined;
|
|
352
|
+
[x: `int240[${string}]`]: undefined;
|
|
353
|
+
[x: `int248[${string}]`]: undefined;
|
|
354
|
+
[x: `int256[${string}]`]: undefined;
|
|
355
|
+
[x: `uint[${string}]`]: undefined;
|
|
356
|
+
[x: `uint8[${string}]`]: undefined;
|
|
357
|
+
[x: `uint16[${string}]`]: undefined;
|
|
358
|
+
[x: `uint24[${string}]`]: undefined;
|
|
359
|
+
[x: `uint32[${string}]`]: undefined;
|
|
360
|
+
[x: `uint40[${string}]`]: undefined;
|
|
361
|
+
[x: `uint48[${string}]`]: undefined;
|
|
362
|
+
[x: `uint56[${string}]`]: undefined;
|
|
363
|
+
[x: `uint64[${string}]`]: undefined;
|
|
364
|
+
[x: `uint72[${string}]`]: undefined;
|
|
365
|
+
[x: `uint80[${string}]`]: undefined;
|
|
366
|
+
[x: `uint88[${string}]`]: undefined;
|
|
367
|
+
[x: `uint96[${string}]`]: undefined;
|
|
368
|
+
[x: `uint104[${string}]`]: undefined;
|
|
369
|
+
[x: `uint112[${string}]`]: undefined;
|
|
370
|
+
[x: `uint120[${string}]`]: undefined;
|
|
371
|
+
[x: `uint128[${string}]`]: undefined;
|
|
372
|
+
[x: `uint136[${string}]`]: undefined;
|
|
373
|
+
[x: `uint144[${string}]`]: undefined;
|
|
374
|
+
[x: `uint152[${string}]`]: undefined;
|
|
375
|
+
[x: `uint160[${string}]`]: undefined;
|
|
376
|
+
[x: `uint168[${string}]`]: undefined;
|
|
377
|
+
[x: `uint176[${string}]`]: undefined;
|
|
378
|
+
[x: `uint184[${string}]`]: undefined;
|
|
379
|
+
[x: `uint192[${string}]`]: undefined;
|
|
380
|
+
[x: `uint200[${string}]`]: undefined;
|
|
381
|
+
[x: `uint208[${string}]`]: undefined;
|
|
382
|
+
[x: `uint216[${string}]`]: undefined;
|
|
383
|
+
[x: `uint224[${string}]`]: undefined;
|
|
384
|
+
[x: `uint232[${string}]`]: undefined;
|
|
385
|
+
[x: `uint240[${string}]`]: undefined;
|
|
386
|
+
[x: `uint248[${string}]`]: undefined;
|
|
387
|
+
[x: `uint256[${string}]`]: undefined;
|
|
388
|
+
string?: undefined;
|
|
389
|
+
address?: undefined;
|
|
390
|
+
bool?: undefined;
|
|
391
|
+
bytes?: undefined;
|
|
392
|
+
bytes20?: undefined;
|
|
393
|
+
bytes1?: undefined;
|
|
394
|
+
bytes2?: undefined;
|
|
395
|
+
bytes3?: undefined;
|
|
396
|
+
bytes4?: undefined;
|
|
397
|
+
bytes5?: undefined;
|
|
398
|
+
bytes6?: undefined;
|
|
399
|
+
bytes7?: undefined;
|
|
400
|
+
bytes8?: undefined;
|
|
401
|
+
bytes9?: undefined;
|
|
402
|
+
bytes10?: undefined;
|
|
403
|
+
bytes11?: undefined;
|
|
404
|
+
bytes12?: undefined;
|
|
405
|
+
bytes13?: undefined;
|
|
406
|
+
bytes14?: undefined;
|
|
407
|
+
bytes15?: undefined;
|
|
408
|
+
bytes16?: undefined;
|
|
409
|
+
bytes17?: undefined;
|
|
410
|
+
bytes18?: undefined;
|
|
411
|
+
bytes19?: undefined;
|
|
412
|
+
bytes21?: undefined;
|
|
413
|
+
bytes22?: undefined;
|
|
414
|
+
bytes23?: undefined;
|
|
415
|
+
bytes24?: undefined;
|
|
416
|
+
bytes25?: undefined;
|
|
417
|
+
bytes26?: undefined;
|
|
418
|
+
bytes27?: undefined;
|
|
419
|
+
bytes28?: undefined;
|
|
420
|
+
bytes29?: undefined;
|
|
421
|
+
bytes30?: undefined;
|
|
422
|
+
bytes31?: undefined;
|
|
423
|
+
bytes32?: undefined;
|
|
424
|
+
int8?: undefined;
|
|
425
|
+
int16?: undefined;
|
|
426
|
+
int24?: undefined;
|
|
427
|
+
int32?: undefined;
|
|
428
|
+
int40?: undefined;
|
|
429
|
+
int48?: undefined;
|
|
430
|
+
int56?: undefined;
|
|
431
|
+
int64?: undefined;
|
|
432
|
+
int72?: undefined;
|
|
433
|
+
int80?: undefined;
|
|
434
|
+
int88?: undefined;
|
|
435
|
+
int96?: undefined;
|
|
436
|
+
int104?: undefined;
|
|
437
|
+
int112?: undefined;
|
|
438
|
+
int120?: undefined;
|
|
439
|
+
int128?: undefined;
|
|
440
|
+
int136?: undefined;
|
|
441
|
+
int144?: undefined;
|
|
442
|
+
int152?: undefined;
|
|
443
|
+
int160?: undefined;
|
|
444
|
+
int168?: undefined;
|
|
445
|
+
int176?: undefined;
|
|
446
|
+
int184?: undefined;
|
|
447
|
+
int192?: undefined;
|
|
448
|
+
int200?: undefined;
|
|
449
|
+
int208?: undefined;
|
|
450
|
+
int216?: undefined;
|
|
451
|
+
int224?: undefined;
|
|
452
|
+
int232?: undefined;
|
|
453
|
+
int240?: undefined;
|
|
454
|
+
int248?: undefined;
|
|
455
|
+
int256?: undefined;
|
|
456
|
+
uint8?: undefined;
|
|
457
|
+
uint16?: undefined;
|
|
458
|
+
uint24?: undefined;
|
|
459
|
+
uint32?: undefined;
|
|
460
|
+
uint40?: undefined;
|
|
461
|
+
uint48?: undefined;
|
|
462
|
+
uint56?: undefined;
|
|
463
|
+
uint64?: undefined;
|
|
464
|
+
uint72?: undefined;
|
|
465
|
+
uint80?: undefined;
|
|
466
|
+
uint88?: undefined;
|
|
467
|
+
uint96?: undefined;
|
|
468
|
+
uint104?: undefined;
|
|
469
|
+
uint112?: undefined;
|
|
470
|
+
uint120?: undefined;
|
|
471
|
+
uint128?: undefined;
|
|
472
|
+
uint136?: undefined;
|
|
473
|
+
uint144?: undefined;
|
|
474
|
+
uint152?: undefined;
|
|
475
|
+
uint160?: undefined;
|
|
476
|
+
uint168?: undefined;
|
|
477
|
+
uint176?: undefined;
|
|
478
|
+
uint184?: undefined;
|
|
479
|
+
uint192?: undefined;
|
|
480
|
+
uint200?: undefined;
|
|
481
|
+
uint208?: undefined;
|
|
482
|
+
uint216?: undefined;
|
|
483
|
+
uint224?: undefined;
|
|
484
|
+
uint232?: undefined;
|
|
485
|
+
uint240?: undefined;
|
|
486
|
+
uint248?: undefined;
|
|
487
|
+
uint256?: undefined;
|
|
488
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
489
|
+
publicKey: `0x${string}`;
|
|
490
|
+
source: string;
|
|
491
|
+
type: "local";
|
|
492
|
+
} | undefined, chainOverride>) => Promise<`0x${string}`>;
|
|
39
493
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
40
494
|
getChainId: () => Promise<number>;
|
|
41
495
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
42
|
-
prepareTransactionRequest: <const TRequest extends import("viem").PrepareTransactionRequestRequest<undefined, TChainOverride>, TChainOverride extends import("viem").Chain | undefined = undefined, TAccountOverride extends `0x${string}` | import("viem").Account | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<
|
|
496
|
+
prepareTransactionRequest: <const TRequest extends import("viem").PrepareTransactionRequestRequest<import("viem").Chain | undefined, TChainOverride>, TChainOverride extends import("viem").Chain | undefined = undefined, TAccountOverride extends `0x${string}` | import("viem").Account | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<import("viem").Chain | undefined, {
|
|
497
|
+
address: `0x${string}`;
|
|
498
|
+
type: "json-rpc";
|
|
499
|
+
experimental_signAuthMessage?: undefined;
|
|
500
|
+
signMessage?: undefined;
|
|
501
|
+
signTransaction?: undefined;
|
|
502
|
+
signTypedData?: undefined;
|
|
503
|
+
publicKey?: undefined;
|
|
504
|
+
source?: undefined;
|
|
505
|
+
} | {
|
|
506
|
+
address: `0x${string}`;
|
|
507
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
508
|
+
signMessage: ({ message }: {
|
|
509
|
+
message: import("viem").SignableMessage;
|
|
510
|
+
}) => Promise<`0x${string}`>;
|
|
511
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
512
|
+
serializer?: serializer | undefined;
|
|
513
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
514
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
515
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
516
|
+
[x: `string[${string}]`]: undefined;
|
|
517
|
+
[x: `function[${string}]`]: undefined;
|
|
518
|
+
[x: `address[${string}]`]: undefined;
|
|
519
|
+
[x: `bool[${string}]`]: undefined;
|
|
520
|
+
[x: `bytes[${string}]`]: undefined;
|
|
521
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
522
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
523
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
524
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
525
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
526
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
527
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
528
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
529
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
530
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
531
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
532
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
533
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
534
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
535
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
536
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
537
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
538
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
539
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
540
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
541
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
542
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
543
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
544
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
545
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
546
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
547
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
548
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
549
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
550
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
551
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
552
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
553
|
+
[x: `int[${string}]`]: undefined;
|
|
554
|
+
[x: `int8[${string}]`]: undefined;
|
|
555
|
+
[x: `int16[${string}]`]: undefined;
|
|
556
|
+
[x: `int24[${string}]`]: undefined;
|
|
557
|
+
[x: `int32[${string}]`]: undefined;
|
|
558
|
+
[x: `int40[${string}]`]: undefined;
|
|
559
|
+
[x: `int48[${string}]`]: undefined;
|
|
560
|
+
[x: `int56[${string}]`]: undefined;
|
|
561
|
+
[x: `int64[${string}]`]: undefined;
|
|
562
|
+
[x: `int72[${string}]`]: undefined;
|
|
563
|
+
[x: `int80[${string}]`]: undefined;
|
|
564
|
+
[x: `int88[${string}]`]: undefined;
|
|
565
|
+
[x: `int96[${string}]`]: undefined;
|
|
566
|
+
[x: `int104[${string}]`]: undefined;
|
|
567
|
+
[x: `int112[${string}]`]: undefined;
|
|
568
|
+
[x: `int120[${string}]`]: undefined;
|
|
569
|
+
[x: `int128[${string}]`]: undefined;
|
|
570
|
+
[x: `int136[${string}]`]: undefined;
|
|
571
|
+
[x: `int144[${string}]`]: undefined;
|
|
572
|
+
[x: `int152[${string}]`]: undefined;
|
|
573
|
+
[x: `int160[${string}]`]: undefined;
|
|
574
|
+
[x: `int168[${string}]`]: undefined;
|
|
575
|
+
[x: `int176[${string}]`]: undefined;
|
|
576
|
+
[x: `int184[${string}]`]: undefined;
|
|
577
|
+
[x: `int192[${string}]`]: undefined;
|
|
578
|
+
[x: `int200[${string}]`]: undefined;
|
|
579
|
+
[x: `int208[${string}]`]: undefined;
|
|
580
|
+
[x: `int216[${string}]`]: undefined;
|
|
581
|
+
[x: `int224[${string}]`]: undefined;
|
|
582
|
+
[x: `int232[${string}]`]: undefined;
|
|
583
|
+
[x: `int240[${string}]`]: undefined;
|
|
584
|
+
[x: `int248[${string}]`]: undefined;
|
|
585
|
+
[x: `int256[${string}]`]: undefined;
|
|
586
|
+
[x: `uint[${string}]`]: undefined;
|
|
587
|
+
[x: `uint8[${string}]`]: undefined;
|
|
588
|
+
[x: `uint16[${string}]`]: undefined;
|
|
589
|
+
[x: `uint24[${string}]`]: undefined;
|
|
590
|
+
[x: `uint32[${string}]`]: undefined;
|
|
591
|
+
[x: `uint40[${string}]`]: undefined;
|
|
592
|
+
[x: `uint48[${string}]`]: undefined;
|
|
593
|
+
[x: `uint56[${string}]`]: undefined;
|
|
594
|
+
[x: `uint64[${string}]`]: undefined;
|
|
595
|
+
[x: `uint72[${string}]`]: undefined;
|
|
596
|
+
[x: `uint80[${string}]`]: undefined;
|
|
597
|
+
[x: `uint88[${string}]`]: undefined;
|
|
598
|
+
[x: `uint96[${string}]`]: undefined;
|
|
599
|
+
[x: `uint104[${string}]`]: undefined;
|
|
600
|
+
[x: `uint112[${string}]`]: undefined;
|
|
601
|
+
[x: `uint120[${string}]`]: undefined;
|
|
602
|
+
[x: `uint128[${string}]`]: undefined;
|
|
603
|
+
[x: `uint136[${string}]`]: undefined;
|
|
604
|
+
[x: `uint144[${string}]`]: undefined;
|
|
605
|
+
[x: `uint152[${string}]`]: undefined;
|
|
606
|
+
[x: `uint160[${string}]`]: undefined;
|
|
607
|
+
[x: `uint168[${string}]`]: undefined;
|
|
608
|
+
[x: `uint176[${string}]`]: undefined;
|
|
609
|
+
[x: `uint184[${string}]`]: undefined;
|
|
610
|
+
[x: `uint192[${string}]`]: undefined;
|
|
611
|
+
[x: `uint200[${string}]`]: undefined;
|
|
612
|
+
[x: `uint208[${string}]`]: undefined;
|
|
613
|
+
[x: `uint216[${string}]`]: undefined;
|
|
614
|
+
[x: `uint224[${string}]`]: undefined;
|
|
615
|
+
[x: `uint232[${string}]`]: undefined;
|
|
616
|
+
[x: `uint240[${string}]`]: undefined;
|
|
617
|
+
[x: `uint248[${string}]`]: undefined;
|
|
618
|
+
[x: `uint256[${string}]`]: undefined;
|
|
619
|
+
string?: undefined;
|
|
620
|
+
address?: undefined;
|
|
621
|
+
bool?: undefined;
|
|
622
|
+
bytes?: undefined;
|
|
623
|
+
bytes20?: undefined;
|
|
624
|
+
bytes1?: undefined;
|
|
625
|
+
bytes2?: undefined;
|
|
626
|
+
bytes3?: undefined;
|
|
627
|
+
bytes4?: undefined;
|
|
628
|
+
bytes5?: undefined;
|
|
629
|
+
bytes6?: undefined;
|
|
630
|
+
bytes7?: undefined;
|
|
631
|
+
bytes8?: undefined;
|
|
632
|
+
bytes9?: undefined;
|
|
633
|
+
bytes10?: undefined;
|
|
634
|
+
bytes11?: undefined;
|
|
635
|
+
bytes12?: undefined;
|
|
636
|
+
bytes13?: undefined;
|
|
637
|
+
bytes14?: undefined;
|
|
638
|
+
bytes15?: undefined;
|
|
639
|
+
bytes16?: undefined;
|
|
640
|
+
bytes17?: undefined;
|
|
641
|
+
bytes18?: undefined;
|
|
642
|
+
bytes19?: undefined;
|
|
643
|
+
bytes21?: undefined;
|
|
644
|
+
bytes22?: undefined;
|
|
645
|
+
bytes23?: undefined;
|
|
646
|
+
bytes24?: undefined;
|
|
647
|
+
bytes25?: undefined;
|
|
648
|
+
bytes26?: undefined;
|
|
649
|
+
bytes27?: undefined;
|
|
650
|
+
bytes28?: undefined;
|
|
651
|
+
bytes29?: undefined;
|
|
652
|
+
bytes30?: undefined;
|
|
653
|
+
bytes31?: undefined;
|
|
654
|
+
bytes32?: undefined;
|
|
655
|
+
int8?: undefined;
|
|
656
|
+
int16?: undefined;
|
|
657
|
+
int24?: undefined;
|
|
658
|
+
int32?: undefined;
|
|
659
|
+
int40?: undefined;
|
|
660
|
+
int48?: undefined;
|
|
661
|
+
int56?: undefined;
|
|
662
|
+
int64?: undefined;
|
|
663
|
+
int72?: undefined;
|
|
664
|
+
int80?: undefined;
|
|
665
|
+
int88?: undefined;
|
|
666
|
+
int96?: undefined;
|
|
667
|
+
int104?: undefined;
|
|
668
|
+
int112?: undefined;
|
|
669
|
+
int120?: undefined;
|
|
670
|
+
int128?: undefined;
|
|
671
|
+
int136?: undefined;
|
|
672
|
+
int144?: undefined;
|
|
673
|
+
int152?: undefined;
|
|
674
|
+
int160?: undefined;
|
|
675
|
+
int168?: undefined;
|
|
676
|
+
int176?: undefined;
|
|
677
|
+
int184?: undefined;
|
|
678
|
+
int192?: undefined;
|
|
679
|
+
int200?: undefined;
|
|
680
|
+
int208?: undefined;
|
|
681
|
+
int216?: undefined;
|
|
682
|
+
int224?: undefined;
|
|
683
|
+
int232?: undefined;
|
|
684
|
+
int240?: undefined;
|
|
685
|
+
int248?: undefined;
|
|
686
|
+
int256?: undefined;
|
|
687
|
+
uint8?: undefined;
|
|
688
|
+
uint16?: undefined;
|
|
689
|
+
uint24?: undefined;
|
|
690
|
+
uint32?: undefined;
|
|
691
|
+
uint40?: undefined;
|
|
692
|
+
uint48?: undefined;
|
|
693
|
+
uint56?: undefined;
|
|
694
|
+
uint64?: undefined;
|
|
695
|
+
uint72?: undefined;
|
|
696
|
+
uint80?: undefined;
|
|
697
|
+
uint88?: undefined;
|
|
698
|
+
uint96?: undefined;
|
|
699
|
+
uint104?: undefined;
|
|
700
|
+
uint112?: undefined;
|
|
701
|
+
uint120?: undefined;
|
|
702
|
+
uint128?: undefined;
|
|
703
|
+
uint136?: undefined;
|
|
704
|
+
uint144?: undefined;
|
|
705
|
+
uint152?: undefined;
|
|
706
|
+
uint160?: undefined;
|
|
707
|
+
uint168?: undefined;
|
|
708
|
+
uint176?: undefined;
|
|
709
|
+
uint184?: undefined;
|
|
710
|
+
uint192?: undefined;
|
|
711
|
+
uint200?: undefined;
|
|
712
|
+
uint208?: undefined;
|
|
713
|
+
uint216?: undefined;
|
|
714
|
+
uint224?: undefined;
|
|
715
|
+
uint232?: undefined;
|
|
716
|
+
uint240?: undefined;
|
|
717
|
+
uint248?: undefined;
|
|
718
|
+
uint256?: undefined;
|
|
719
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
720
|
+
publicKey: `0x${string}`;
|
|
721
|
+
source: string;
|
|
722
|
+
type: "local";
|
|
723
|
+
} | undefined, TChainOverride, TAccountOverride, TRequest>) => Promise<import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<import("viem").Chain, TChainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<import("viem").Chain, TChainOverride> extends infer T_12 ? T_12 extends import("viem").DeriveChain<import("viem").Chain, TChainOverride> ? T_12 extends import("viem").Chain ? {
|
|
43
724
|
chain: T_12;
|
|
44
725
|
} : {
|
|
45
726
|
chain?: undefined;
|
|
46
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
727
|
+
} : never : never) & (import("viem").DeriveAccount<{
|
|
728
|
+
address: `0x${string}`;
|
|
729
|
+
type: "json-rpc";
|
|
730
|
+
experimental_signAuthMessage?: undefined;
|
|
731
|
+
signMessage?: undefined;
|
|
732
|
+
signTransaction?: undefined;
|
|
733
|
+
signTypedData?: undefined;
|
|
734
|
+
publicKey?: undefined;
|
|
735
|
+
source?: undefined;
|
|
736
|
+
} | {
|
|
737
|
+
address: `0x${string}`;
|
|
738
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
739
|
+
signMessage: ({ message }: {
|
|
740
|
+
message: import("viem").SignableMessage;
|
|
741
|
+
}) => Promise<`0x${string}`>;
|
|
742
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
743
|
+
serializer?: serializer | undefined;
|
|
744
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
745
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
746
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
747
|
+
[x: `string[${string}]`]: undefined;
|
|
748
|
+
[x: `function[${string}]`]: undefined;
|
|
749
|
+
[x: `address[${string}]`]: undefined;
|
|
750
|
+
[x: `bool[${string}]`]: undefined;
|
|
751
|
+
[x: `bytes[${string}]`]: undefined;
|
|
752
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
753
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
754
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
755
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
756
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
757
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
758
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
759
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
760
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
761
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
762
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
763
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
764
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
765
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
766
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
767
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
768
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
769
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
770
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
771
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
772
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
773
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
774
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
775
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
776
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
777
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
778
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
779
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
780
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
781
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
782
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
783
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
784
|
+
[x: `int[${string}]`]: undefined;
|
|
785
|
+
[x: `int8[${string}]`]: undefined;
|
|
786
|
+
[x: `int16[${string}]`]: undefined;
|
|
787
|
+
[x: `int24[${string}]`]: undefined;
|
|
788
|
+
[x: `int32[${string}]`]: undefined;
|
|
789
|
+
[x: `int40[${string}]`]: undefined;
|
|
790
|
+
[x: `int48[${string}]`]: undefined;
|
|
791
|
+
[x: `int56[${string}]`]: undefined;
|
|
792
|
+
[x: `int64[${string}]`]: undefined;
|
|
793
|
+
[x: `int72[${string}]`]: undefined;
|
|
794
|
+
[x: `int80[${string}]`]: undefined;
|
|
795
|
+
[x: `int88[${string}]`]: undefined;
|
|
796
|
+
[x: `int96[${string}]`]: undefined;
|
|
797
|
+
[x: `int104[${string}]`]: undefined;
|
|
798
|
+
[x: `int112[${string}]`]: undefined;
|
|
799
|
+
[x: `int120[${string}]`]: undefined;
|
|
800
|
+
[x: `int128[${string}]`]: undefined;
|
|
801
|
+
[x: `int136[${string}]`]: undefined;
|
|
802
|
+
[x: `int144[${string}]`]: undefined;
|
|
803
|
+
[x: `int152[${string}]`]: undefined;
|
|
804
|
+
[x: `int160[${string}]`]: undefined;
|
|
805
|
+
[x: `int168[${string}]`]: undefined;
|
|
806
|
+
[x: `int176[${string}]`]: undefined;
|
|
807
|
+
[x: `int184[${string}]`]: undefined;
|
|
808
|
+
[x: `int192[${string}]`]: undefined;
|
|
809
|
+
[x: `int200[${string}]`]: undefined;
|
|
810
|
+
[x: `int208[${string}]`]: undefined;
|
|
811
|
+
[x: `int216[${string}]`]: undefined;
|
|
812
|
+
[x: `int224[${string}]`]: undefined;
|
|
813
|
+
[x: `int232[${string}]`]: undefined;
|
|
814
|
+
[x: `int240[${string}]`]: undefined;
|
|
815
|
+
[x: `int248[${string}]`]: undefined;
|
|
816
|
+
[x: `int256[${string}]`]: undefined;
|
|
817
|
+
[x: `uint[${string}]`]: undefined;
|
|
818
|
+
[x: `uint8[${string}]`]: undefined;
|
|
819
|
+
[x: `uint16[${string}]`]: undefined;
|
|
820
|
+
[x: `uint24[${string}]`]: undefined;
|
|
821
|
+
[x: `uint32[${string}]`]: undefined;
|
|
822
|
+
[x: `uint40[${string}]`]: undefined;
|
|
823
|
+
[x: `uint48[${string}]`]: undefined;
|
|
824
|
+
[x: `uint56[${string}]`]: undefined;
|
|
825
|
+
[x: `uint64[${string}]`]: undefined;
|
|
826
|
+
[x: `uint72[${string}]`]: undefined;
|
|
827
|
+
[x: `uint80[${string}]`]: undefined;
|
|
828
|
+
[x: `uint88[${string}]`]: undefined;
|
|
829
|
+
[x: `uint96[${string}]`]: undefined;
|
|
830
|
+
[x: `uint104[${string}]`]: undefined;
|
|
831
|
+
[x: `uint112[${string}]`]: undefined;
|
|
832
|
+
[x: `uint120[${string}]`]: undefined;
|
|
833
|
+
[x: `uint128[${string}]`]: undefined;
|
|
834
|
+
[x: `uint136[${string}]`]: undefined;
|
|
835
|
+
[x: `uint144[${string}]`]: undefined;
|
|
836
|
+
[x: `uint152[${string}]`]: undefined;
|
|
837
|
+
[x: `uint160[${string}]`]: undefined;
|
|
838
|
+
[x: `uint168[${string}]`]: undefined;
|
|
839
|
+
[x: `uint176[${string}]`]: undefined;
|
|
840
|
+
[x: `uint184[${string}]`]: undefined;
|
|
841
|
+
[x: `uint192[${string}]`]: undefined;
|
|
842
|
+
[x: `uint200[${string}]`]: undefined;
|
|
843
|
+
[x: `uint208[${string}]`]: undefined;
|
|
844
|
+
[x: `uint216[${string}]`]: undefined;
|
|
845
|
+
[x: `uint224[${string}]`]: undefined;
|
|
846
|
+
[x: `uint232[${string}]`]: undefined;
|
|
847
|
+
[x: `uint240[${string}]`]: undefined;
|
|
848
|
+
[x: `uint248[${string}]`]: undefined;
|
|
849
|
+
[x: `uint256[${string}]`]: undefined;
|
|
850
|
+
string?: undefined;
|
|
851
|
+
address?: undefined;
|
|
852
|
+
bool?: undefined;
|
|
853
|
+
bytes?: undefined;
|
|
854
|
+
bytes20?: undefined;
|
|
855
|
+
bytes1?: undefined;
|
|
856
|
+
bytes2?: undefined;
|
|
857
|
+
bytes3?: undefined;
|
|
858
|
+
bytes4?: undefined;
|
|
859
|
+
bytes5?: undefined;
|
|
860
|
+
bytes6?: undefined;
|
|
861
|
+
bytes7?: undefined;
|
|
862
|
+
bytes8?: undefined;
|
|
863
|
+
bytes9?: undefined;
|
|
864
|
+
bytes10?: undefined;
|
|
865
|
+
bytes11?: undefined;
|
|
866
|
+
bytes12?: undefined;
|
|
867
|
+
bytes13?: undefined;
|
|
868
|
+
bytes14?: undefined;
|
|
869
|
+
bytes15?: undefined;
|
|
870
|
+
bytes16?: undefined;
|
|
871
|
+
bytes17?: undefined;
|
|
872
|
+
bytes18?: undefined;
|
|
873
|
+
bytes19?: undefined;
|
|
874
|
+
bytes21?: undefined;
|
|
875
|
+
bytes22?: undefined;
|
|
876
|
+
bytes23?: undefined;
|
|
877
|
+
bytes24?: undefined;
|
|
878
|
+
bytes25?: undefined;
|
|
879
|
+
bytes26?: undefined;
|
|
880
|
+
bytes27?: undefined;
|
|
881
|
+
bytes28?: undefined;
|
|
882
|
+
bytes29?: undefined;
|
|
883
|
+
bytes30?: undefined;
|
|
884
|
+
bytes31?: undefined;
|
|
885
|
+
bytes32?: undefined;
|
|
886
|
+
int8?: undefined;
|
|
887
|
+
int16?: undefined;
|
|
888
|
+
int24?: undefined;
|
|
889
|
+
int32?: undefined;
|
|
890
|
+
int40?: undefined;
|
|
891
|
+
int48?: undefined;
|
|
892
|
+
int56?: undefined;
|
|
893
|
+
int64?: undefined;
|
|
894
|
+
int72?: undefined;
|
|
895
|
+
int80?: undefined;
|
|
896
|
+
int88?: undefined;
|
|
897
|
+
int96?: undefined;
|
|
898
|
+
int104?: undefined;
|
|
899
|
+
int112?: undefined;
|
|
900
|
+
int120?: undefined;
|
|
901
|
+
int128?: undefined;
|
|
902
|
+
int136?: undefined;
|
|
903
|
+
int144?: undefined;
|
|
904
|
+
int152?: undefined;
|
|
905
|
+
int160?: undefined;
|
|
906
|
+
int168?: undefined;
|
|
907
|
+
int176?: undefined;
|
|
908
|
+
int184?: undefined;
|
|
909
|
+
int192?: undefined;
|
|
910
|
+
int200?: undefined;
|
|
911
|
+
int208?: undefined;
|
|
912
|
+
int216?: undefined;
|
|
913
|
+
int224?: undefined;
|
|
914
|
+
int232?: undefined;
|
|
915
|
+
int240?: undefined;
|
|
916
|
+
int248?: undefined;
|
|
917
|
+
int256?: undefined;
|
|
918
|
+
uint8?: undefined;
|
|
919
|
+
uint16?: undefined;
|
|
920
|
+
uint24?: undefined;
|
|
921
|
+
uint32?: undefined;
|
|
922
|
+
uint40?: undefined;
|
|
923
|
+
uint48?: undefined;
|
|
924
|
+
uint56?: undefined;
|
|
925
|
+
uint64?: undefined;
|
|
926
|
+
uint72?: undefined;
|
|
927
|
+
uint80?: undefined;
|
|
928
|
+
uint88?: undefined;
|
|
929
|
+
uint96?: undefined;
|
|
930
|
+
uint104?: undefined;
|
|
931
|
+
uint112?: undefined;
|
|
932
|
+
uint120?: undefined;
|
|
933
|
+
uint128?: undefined;
|
|
934
|
+
uint136?: undefined;
|
|
935
|
+
uint144?: undefined;
|
|
936
|
+
uint152?: undefined;
|
|
937
|
+
uint160?: undefined;
|
|
938
|
+
uint168?: undefined;
|
|
939
|
+
uint176?: undefined;
|
|
940
|
+
uint184?: undefined;
|
|
941
|
+
uint192?: undefined;
|
|
942
|
+
uint200?: undefined;
|
|
943
|
+
uint208?: undefined;
|
|
944
|
+
uint216?: undefined;
|
|
945
|
+
uint224?: undefined;
|
|
946
|
+
uint232?: undefined;
|
|
947
|
+
uint240?: undefined;
|
|
948
|
+
uint248?: undefined;
|
|
949
|
+
uint256?: undefined;
|
|
950
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
951
|
+
publicKey: `0x${string}`;
|
|
952
|
+
source: string;
|
|
953
|
+
type: "local";
|
|
954
|
+
} | undefined, TAccountOverride> extends infer T_13 ? T_13 extends import("viem").DeriveAccount<{
|
|
955
|
+
address: `0x${string}`;
|
|
956
|
+
type: "json-rpc";
|
|
957
|
+
experimental_signAuthMessage?: undefined;
|
|
958
|
+
signMessage?: undefined;
|
|
959
|
+
signTransaction?: undefined;
|
|
960
|
+
signTypedData?: undefined;
|
|
961
|
+
publicKey?: undefined;
|
|
962
|
+
source?: undefined;
|
|
963
|
+
} | {
|
|
964
|
+
address: `0x${string}`;
|
|
965
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
966
|
+
signMessage: ({ message }: {
|
|
967
|
+
message: import("viem").SignableMessage;
|
|
968
|
+
}) => Promise<`0x${string}`>;
|
|
969
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
970
|
+
serializer?: serializer | undefined;
|
|
971
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
972
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
973
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
974
|
+
[x: `string[${string}]`]: undefined;
|
|
975
|
+
[x: `function[${string}]`]: undefined;
|
|
976
|
+
[x: `address[${string}]`]: undefined;
|
|
977
|
+
[x: `bool[${string}]`]: undefined;
|
|
978
|
+
[x: `bytes[${string}]`]: undefined;
|
|
979
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
980
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
981
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
982
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
983
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
984
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
985
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
986
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
987
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
988
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
989
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
990
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
991
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
992
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
993
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
994
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
995
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
996
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
997
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
998
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
999
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1000
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1001
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1002
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1003
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1004
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1005
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1006
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1007
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1008
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1009
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1010
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1011
|
+
[x: `int[${string}]`]: undefined;
|
|
1012
|
+
[x: `int8[${string}]`]: undefined;
|
|
1013
|
+
[x: `int16[${string}]`]: undefined;
|
|
1014
|
+
[x: `int24[${string}]`]: undefined;
|
|
1015
|
+
[x: `int32[${string}]`]: undefined;
|
|
1016
|
+
[x: `int40[${string}]`]: undefined;
|
|
1017
|
+
[x: `int48[${string}]`]: undefined;
|
|
1018
|
+
[x: `int56[${string}]`]: undefined;
|
|
1019
|
+
[x: `int64[${string}]`]: undefined;
|
|
1020
|
+
[x: `int72[${string}]`]: undefined;
|
|
1021
|
+
[x: `int80[${string}]`]: undefined;
|
|
1022
|
+
[x: `int88[${string}]`]: undefined;
|
|
1023
|
+
[x: `int96[${string}]`]: undefined;
|
|
1024
|
+
[x: `int104[${string}]`]: undefined;
|
|
1025
|
+
[x: `int112[${string}]`]: undefined;
|
|
1026
|
+
[x: `int120[${string}]`]: undefined;
|
|
1027
|
+
[x: `int128[${string}]`]: undefined;
|
|
1028
|
+
[x: `int136[${string}]`]: undefined;
|
|
1029
|
+
[x: `int144[${string}]`]: undefined;
|
|
1030
|
+
[x: `int152[${string}]`]: undefined;
|
|
1031
|
+
[x: `int160[${string}]`]: undefined;
|
|
1032
|
+
[x: `int168[${string}]`]: undefined;
|
|
1033
|
+
[x: `int176[${string}]`]: undefined;
|
|
1034
|
+
[x: `int184[${string}]`]: undefined;
|
|
1035
|
+
[x: `int192[${string}]`]: undefined;
|
|
1036
|
+
[x: `int200[${string}]`]: undefined;
|
|
1037
|
+
[x: `int208[${string}]`]: undefined;
|
|
1038
|
+
[x: `int216[${string}]`]: undefined;
|
|
1039
|
+
[x: `int224[${string}]`]: undefined;
|
|
1040
|
+
[x: `int232[${string}]`]: undefined;
|
|
1041
|
+
[x: `int240[${string}]`]: undefined;
|
|
1042
|
+
[x: `int248[${string}]`]: undefined;
|
|
1043
|
+
[x: `int256[${string}]`]: undefined;
|
|
1044
|
+
[x: `uint[${string}]`]: undefined;
|
|
1045
|
+
[x: `uint8[${string}]`]: undefined;
|
|
1046
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1047
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1048
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1049
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1050
|
+
[x: `uint48[${string}]`]: undefined;
|
|
1051
|
+
[x: `uint56[${string}]`]: undefined;
|
|
1052
|
+
[x: `uint64[${string}]`]: undefined;
|
|
1053
|
+
[x: `uint72[${string}]`]: undefined;
|
|
1054
|
+
[x: `uint80[${string}]`]: undefined;
|
|
1055
|
+
[x: `uint88[${string}]`]: undefined;
|
|
1056
|
+
[x: `uint96[${string}]`]: undefined;
|
|
1057
|
+
[x: `uint104[${string}]`]: undefined;
|
|
1058
|
+
[x: `uint112[${string}]`]: undefined;
|
|
1059
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1060
|
+
[x: `uint128[${string}]`]: undefined;
|
|
1061
|
+
[x: `uint136[${string}]`]: undefined;
|
|
1062
|
+
[x: `uint144[${string}]`]: undefined;
|
|
1063
|
+
[x: `uint152[${string}]`]: undefined;
|
|
1064
|
+
[x: `uint160[${string}]`]: undefined;
|
|
1065
|
+
[x: `uint168[${string}]`]: undefined;
|
|
1066
|
+
[x: `uint176[${string}]`]: undefined;
|
|
1067
|
+
[x: `uint184[${string}]`]: undefined;
|
|
1068
|
+
[x: `uint192[${string}]`]: undefined;
|
|
1069
|
+
[x: `uint200[${string}]`]: undefined;
|
|
1070
|
+
[x: `uint208[${string}]`]: undefined;
|
|
1071
|
+
[x: `uint216[${string}]`]: undefined;
|
|
1072
|
+
[x: `uint224[${string}]`]: undefined;
|
|
1073
|
+
[x: `uint232[${string}]`]: undefined;
|
|
1074
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1075
|
+
[x: `uint248[${string}]`]: undefined;
|
|
1076
|
+
[x: `uint256[${string}]`]: undefined;
|
|
1077
|
+
string?: undefined;
|
|
1078
|
+
address?: undefined;
|
|
1079
|
+
bool?: undefined;
|
|
1080
|
+
bytes?: undefined;
|
|
1081
|
+
bytes20?: undefined;
|
|
1082
|
+
bytes1?: undefined;
|
|
1083
|
+
bytes2?: undefined;
|
|
1084
|
+
bytes3?: undefined;
|
|
1085
|
+
bytes4?: undefined;
|
|
1086
|
+
bytes5?: undefined;
|
|
1087
|
+
bytes6?: undefined;
|
|
1088
|
+
bytes7?: undefined;
|
|
1089
|
+
bytes8?: undefined;
|
|
1090
|
+
bytes9?: undefined;
|
|
1091
|
+
bytes10?: undefined;
|
|
1092
|
+
bytes11?: undefined;
|
|
1093
|
+
bytes12?: undefined;
|
|
1094
|
+
bytes13?: undefined;
|
|
1095
|
+
bytes14?: undefined;
|
|
1096
|
+
bytes15?: undefined;
|
|
1097
|
+
bytes16?: undefined;
|
|
1098
|
+
bytes17?: undefined;
|
|
1099
|
+
bytes18?: undefined;
|
|
1100
|
+
bytes19?: undefined;
|
|
1101
|
+
bytes21?: undefined;
|
|
1102
|
+
bytes22?: undefined;
|
|
1103
|
+
bytes23?: undefined;
|
|
1104
|
+
bytes24?: undefined;
|
|
1105
|
+
bytes25?: undefined;
|
|
1106
|
+
bytes26?: undefined;
|
|
1107
|
+
bytes27?: undefined;
|
|
1108
|
+
bytes28?: undefined;
|
|
1109
|
+
bytes29?: undefined;
|
|
1110
|
+
bytes30?: undefined;
|
|
1111
|
+
bytes31?: undefined;
|
|
1112
|
+
bytes32?: undefined;
|
|
1113
|
+
int8?: undefined;
|
|
1114
|
+
int16?: undefined;
|
|
1115
|
+
int24?: undefined;
|
|
1116
|
+
int32?: undefined;
|
|
1117
|
+
int40?: undefined;
|
|
1118
|
+
int48?: undefined;
|
|
1119
|
+
int56?: undefined;
|
|
1120
|
+
int64?: undefined;
|
|
1121
|
+
int72?: undefined;
|
|
1122
|
+
int80?: undefined;
|
|
1123
|
+
int88?: undefined;
|
|
1124
|
+
int96?: undefined;
|
|
1125
|
+
int104?: undefined;
|
|
1126
|
+
int112?: undefined;
|
|
1127
|
+
int120?: undefined;
|
|
1128
|
+
int128?: undefined;
|
|
1129
|
+
int136?: undefined;
|
|
1130
|
+
int144?: undefined;
|
|
1131
|
+
int152?: undefined;
|
|
1132
|
+
int160?: undefined;
|
|
1133
|
+
int168?: undefined;
|
|
1134
|
+
int176?: undefined;
|
|
1135
|
+
int184?: undefined;
|
|
1136
|
+
int192?: undefined;
|
|
1137
|
+
int200?: undefined;
|
|
1138
|
+
int208?: undefined;
|
|
1139
|
+
int216?: undefined;
|
|
1140
|
+
int224?: undefined;
|
|
1141
|
+
int232?: undefined;
|
|
1142
|
+
int240?: undefined;
|
|
1143
|
+
int248?: undefined;
|
|
1144
|
+
int256?: undefined;
|
|
1145
|
+
uint8?: undefined;
|
|
1146
|
+
uint16?: undefined;
|
|
1147
|
+
uint24?: undefined;
|
|
1148
|
+
uint32?: undefined;
|
|
1149
|
+
uint40?: undefined;
|
|
1150
|
+
uint48?: undefined;
|
|
1151
|
+
uint56?: undefined;
|
|
1152
|
+
uint64?: undefined;
|
|
1153
|
+
uint72?: undefined;
|
|
1154
|
+
uint80?: undefined;
|
|
1155
|
+
uint88?: undefined;
|
|
1156
|
+
uint96?: undefined;
|
|
1157
|
+
uint104?: undefined;
|
|
1158
|
+
uint112?: undefined;
|
|
1159
|
+
uint120?: undefined;
|
|
1160
|
+
uint128?: undefined;
|
|
1161
|
+
uint136?: undefined;
|
|
1162
|
+
uint144?: undefined;
|
|
1163
|
+
uint152?: undefined;
|
|
1164
|
+
uint160?: undefined;
|
|
1165
|
+
uint168?: undefined;
|
|
1166
|
+
uint176?: undefined;
|
|
1167
|
+
uint184?: undefined;
|
|
1168
|
+
uint192?: undefined;
|
|
1169
|
+
uint200?: undefined;
|
|
1170
|
+
uint208?: undefined;
|
|
1171
|
+
uint216?: undefined;
|
|
1172
|
+
uint224?: undefined;
|
|
1173
|
+
uint232?: undefined;
|
|
1174
|
+
uint240?: undefined;
|
|
1175
|
+
uint248?: undefined;
|
|
1176
|
+
uint256?: undefined;
|
|
1177
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1178
|
+
publicKey: `0x${string}`;
|
|
1179
|
+
source: string;
|
|
1180
|
+
type: "local";
|
|
1181
|
+
} | undefined, TAccountOverride> ? T_13 extends import("viem").Account ? {
|
|
47
1182
|
account: T_13;
|
|
48
1183
|
from: `0x${string}`;
|
|
49
1184
|
} : {
|
|
@@ -1431,7 +2566,461 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
1431
2566
|
chain: T_1;
|
|
1432
2567
|
} : {
|
|
1433
2568
|
chain?: undefined;
|
|
1434
|
-
} : never : never) & (import("viem").DeriveAccount<
|
|
2569
|
+
} : never : never) & (import("viem").DeriveAccount<{
|
|
2570
|
+
address: `0x${string}`;
|
|
2571
|
+
type: "json-rpc";
|
|
2572
|
+
experimental_signAuthMessage?: undefined;
|
|
2573
|
+
signMessage?: undefined;
|
|
2574
|
+
signTransaction?: undefined;
|
|
2575
|
+
signTypedData?: undefined;
|
|
2576
|
+
publicKey?: undefined;
|
|
2577
|
+
source?: undefined;
|
|
2578
|
+
} | {
|
|
2579
|
+
address: `0x${string}`;
|
|
2580
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
2581
|
+
signMessage: ({ message }: {
|
|
2582
|
+
message: import("viem").SignableMessage;
|
|
2583
|
+
}) => Promise<`0x${string}`>;
|
|
2584
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
2585
|
+
serializer?: serializer | undefined;
|
|
2586
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
2587
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
2588
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
2589
|
+
[x: `string[${string}]`]: undefined;
|
|
2590
|
+
[x: `function[${string}]`]: undefined;
|
|
2591
|
+
[x: `address[${string}]`]: undefined;
|
|
2592
|
+
[x: `bool[${string}]`]: undefined;
|
|
2593
|
+
[x: `bytes[${string}]`]: undefined;
|
|
2594
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2595
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
2596
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2597
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2598
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2599
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
2600
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
2601
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2602
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2603
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2604
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
2605
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2606
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2607
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2608
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2609
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2610
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2611
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2612
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2613
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2614
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2615
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2616
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2617
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2618
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2619
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2620
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2621
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2622
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2623
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2624
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2625
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2626
|
+
[x: `int[${string}]`]: undefined;
|
|
2627
|
+
[x: `int8[${string}]`]: undefined;
|
|
2628
|
+
[x: `int16[${string}]`]: undefined;
|
|
2629
|
+
[x: `int24[${string}]`]: undefined;
|
|
2630
|
+
[x: `int32[${string}]`]: undefined;
|
|
2631
|
+
[x: `int40[${string}]`]: undefined;
|
|
2632
|
+
[x: `int48[${string}]`]: undefined;
|
|
2633
|
+
[x: `int56[${string}]`]: undefined;
|
|
2634
|
+
[x: `int64[${string}]`]: undefined;
|
|
2635
|
+
[x: `int72[${string}]`]: undefined;
|
|
2636
|
+
[x: `int80[${string}]`]: undefined;
|
|
2637
|
+
[x: `int88[${string}]`]: undefined;
|
|
2638
|
+
[x: `int96[${string}]`]: undefined;
|
|
2639
|
+
[x: `int104[${string}]`]: undefined;
|
|
2640
|
+
[x: `int112[${string}]`]: undefined;
|
|
2641
|
+
[x: `int120[${string}]`]: undefined;
|
|
2642
|
+
[x: `int128[${string}]`]: undefined;
|
|
2643
|
+
[x: `int136[${string}]`]: undefined;
|
|
2644
|
+
[x: `int144[${string}]`]: undefined;
|
|
2645
|
+
[x: `int152[${string}]`]: undefined;
|
|
2646
|
+
[x: `int160[${string}]`]: undefined;
|
|
2647
|
+
[x: `int168[${string}]`]: undefined;
|
|
2648
|
+
[x: `int176[${string}]`]: undefined;
|
|
2649
|
+
[x: `int184[${string}]`]: undefined;
|
|
2650
|
+
[x: `int192[${string}]`]: undefined;
|
|
2651
|
+
[x: `int200[${string}]`]: undefined;
|
|
2652
|
+
[x: `int208[${string}]`]: undefined;
|
|
2653
|
+
[x: `int216[${string}]`]: undefined;
|
|
2654
|
+
[x: `int224[${string}]`]: undefined;
|
|
2655
|
+
[x: `int232[${string}]`]: undefined;
|
|
2656
|
+
[x: `int240[${string}]`]: undefined;
|
|
2657
|
+
[x: `int248[${string}]`]: undefined;
|
|
2658
|
+
[x: `int256[${string}]`]: undefined;
|
|
2659
|
+
[x: `uint[${string}]`]: undefined;
|
|
2660
|
+
[x: `uint8[${string}]`]: undefined;
|
|
2661
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2662
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2663
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2664
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2665
|
+
[x: `uint48[${string}]`]: undefined;
|
|
2666
|
+
[x: `uint56[${string}]`]: undefined;
|
|
2667
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2668
|
+
[x: `uint72[${string}]`]: undefined;
|
|
2669
|
+
[x: `uint80[${string}]`]: undefined;
|
|
2670
|
+
[x: `uint88[${string}]`]: undefined;
|
|
2671
|
+
[x: `uint96[${string}]`]: undefined;
|
|
2672
|
+
[x: `uint104[${string}]`]: undefined;
|
|
2673
|
+
[x: `uint112[${string}]`]: undefined;
|
|
2674
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2675
|
+
[x: `uint128[${string}]`]: undefined;
|
|
2676
|
+
[x: `uint136[${string}]`]: undefined;
|
|
2677
|
+
[x: `uint144[${string}]`]: undefined;
|
|
2678
|
+
[x: `uint152[${string}]`]: undefined;
|
|
2679
|
+
[x: `uint160[${string}]`]: undefined;
|
|
2680
|
+
[x: `uint168[${string}]`]: undefined;
|
|
2681
|
+
[x: `uint176[${string}]`]: undefined;
|
|
2682
|
+
[x: `uint184[${string}]`]: undefined;
|
|
2683
|
+
[x: `uint192[${string}]`]: undefined;
|
|
2684
|
+
[x: `uint200[${string}]`]: undefined;
|
|
2685
|
+
[x: `uint208[${string}]`]: undefined;
|
|
2686
|
+
[x: `uint216[${string}]`]: undefined;
|
|
2687
|
+
[x: `uint224[${string}]`]: undefined;
|
|
2688
|
+
[x: `uint232[${string}]`]: undefined;
|
|
2689
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2690
|
+
[x: `uint248[${string}]`]: undefined;
|
|
2691
|
+
[x: `uint256[${string}]`]: undefined;
|
|
2692
|
+
string?: undefined;
|
|
2693
|
+
address?: undefined;
|
|
2694
|
+
bool?: undefined;
|
|
2695
|
+
bytes?: undefined;
|
|
2696
|
+
bytes20?: undefined;
|
|
2697
|
+
bytes1?: undefined;
|
|
2698
|
+
bytes2?: undefined;
|
|
2699
|
+
bytes3?: undefined;
|
|
2700
|
+
bytes4?: undefined;
|
|
2701
|
+
bytes5?: undefined;
|
|
2702
|
+
bytes6?: undefined;
|
|
2703
|
+
bytes7?: undefined;
|
|
2704
|
+
bytes8?: undefined;
|
|
2705
|
+
bytes9?: undefined;
|
|
2706
|
+
bytes10?: undefined;
|
|
2707
|
+
bytes11?: undefined;
|
|
2708
|
+
bytes12?: undefined;
|
|
2709
|
+
bytes13?: undefined;
|
|
2710
|
+
bytes14?: undefined;
|
|
2711
|
+
bytes15?: undefined;
|
|
2712
|
+
bytes16?: undefined;
|
|
2713
|
+
bytes17?: undefined;
|
|
2714
|
+
bytes18?: undefined;
|
|
2715
|
+
bytes19?: undefined;
|
|
2716
|
+
bytes21?: undefined;
|
|
2717
|
+
bytes22?: undefined;
|
|
2718
|
+
bytes23?: undefined;
|
|
2719
|
+
bytes24?: undefined;
|
|
2720
|
+
bytes25?: undefined;
|
|
2721
|
+
bytes26?: undefined;
|
|
2722
|
+
bytes27?: undefined;
|
|
2723
|
+
bytes28?: undefined;
|
|
2724
|
+
bytes29?: undefined;
|
|
2725
|
+
bytes30?: undefined;
|
|
2726
|
+
bytes31?: undefined;
|
|
2727
|
+
bytes32?: undefined;
|
|
2728
|
+
int8?: undefined;
|
|
2729
|
+
int16?: undefined;
|
|
2730
|
+
int24?: undefined;
|
|
2731
|
+
int32?: undefined;
|
|
2732
|
+
int40?: undefined;
|
|
2733
|
+
int48?: undefined;
|
|
2734
|
+
int56?: undefined;
|
|
2735
|
+
int64?: undefined;
|
|
2736
|
+
int72?: undefined;
|
|
2737
|
+
int80?: undefined;
|
|
2738
|
+
int88?: undefined;
|
|
2739
|
+
int96?: undefined;
|
|
2740
|
+
int104?: undefined;
|
|
2741
|
+
int112?: undefined;
|
|
2742
|
+
int120?: undefined;
|
|
2743
|
+
int128?: undefined;
|
|
2744
|
+
int136?: undefined;
|
|
2745
|
+
int144?: undefined;
|
|
2746
|
+
int152?: undefined;
|
|
2747
|
+
int160?: undefined;
|
|
2748
|
+
int168?: undefined;
|
|
2749
|
+
int176?: undefined;
|
|
2750
|
+
int184?: undefined;
|
|
2751
|
+
int192?: undefined;
|
|
2752
|
+
int200?: undefined;
|
|
2753
|
+
int208?: undefined;
|
|
2754
|
+
int216?: undefined;
|
|
2755
|
+
int224?: undefined;
|
|
2756
|
+
int232?: undefined;
|
|
2757
|
+
int240?: undefined;
|
|
2758
|
+
int248?: undefined;
|
|
2759
|
+
int256?: undefined;
|
|
2760
|
+
uint8?: undefined;
|
|
2761
|
+
uint16?: undefined;
|
|
2762
|
+
uint24?: undefined;
|
|
2763
|
+
uint32?: undefined;
|
|
2764
|
+
uint40?: undefined;
|
|
2765
|
+
uint48?: undefined;
|
|
2766
|
+
uint56?: undefined;
|
|
2767
|
+
uint64?: undefined;
|
|
2768
|
+
uint72?: undefined;
|
|
2769
|
+
uint80?: undefined;
|
|
2770
|
+
uint88?: undefined;
|
|
2771
|
+
uint96?: undefined;
|
|
2772
|
+
uint104?: undefined;
|
|
2773
|
+
uint112?: undefined;
|
|
2774
|
+
uint120?: undefined;
|
|
2775
|
+
uint128?: undefined;
|
|
2776
|
+
uint136?: undefined;
|
|
2777
|
+
uint144?: undefined;
|
|
2778
|
+
uint152?: undefined;
|
|
2779
|
+
uint160?: undefined;
|
|
2780
|
+
uint168?: undefined;
|
|
2781
|
+
uint176?: undefined;
|
|
2782
|
+
uint184?: undefined;
|
|
2783
|
+
uint192?: undefined;
|
|
2784
|
+
uint200?: undefined;
|
|
2785
|
+
uint208?: undefined;
|
|
2786
|
+
uint216?: undefined;
|
|
2787
|
+
uint224?: undefined;
|
|
2788
|
+
uint232?: undefined;
|
|
2789
|
+
uint240?: undefined;
|
|
2790
|
+
uint248?: undefined;
|
|
2791
|
+
uint256?: undefined;
|
|
2792
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2793
|
+
publicKey: `0x${string}`;
|
|
2794
|
+
source: string;
|
|
2795
|
+
type: "local";
|
|
2796
|
+
} | undefined, TAccountOverride> extends infer T_2 ? T_2 extends import("viem").DeriveAccount<{
|
|
2797
|
+
address: `0x${string}`;
|
|
2798
|
+
type: "json-rpc";
|
|
2799
|
+
experimental_signAuthMessage?: undefined;
|
|
2800
|
+
signMessage?: undefined;
|
|
2801
|
+
signTransaction?: undefined;
|
|
2802
|
+
signTypedData?: undefined;
|
|
2803
|
+
publicKey?: undefined;
|
|
2804
|
+
source?: undefined;
|
|
2805
|
+
} | {
|
|
2806
|
+
address: `0x${string}`;
|
|
2807
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
2808
|
+
signMessage: ({ message }: {
|
|
2809
|
+
message: import("viem").SignableMessage;
|
|
2810
|
+
}) => Promise<`0x${string}`>;
|
|
2811
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
2812
|
+
serializer?: serializer | undefined;
|
|
2813
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
2814
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
2815
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
2816
|
+
[x: `string[${string}]`]: undefined;
|
|
2817
|
+
[x: `function[${string}]`]: undefined;
|
|
2818
|
+
[x: `address[${string}]`]: undefined;
|
|
2819
|
+
[x: `bool[${string}]`]: undefined;
|
|
2820
|
+
[x: `bytes[${string}]`]: undefined;
|
|
2821
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2822
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
2823
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2824
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2825
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2826
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
2827
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
2828
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2829
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2830
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2831
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
2832
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2833
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2834
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2835
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2836
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2837
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2838
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2839
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2840
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2841
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2842
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2843
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2844
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2845
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2846
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2847
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2848
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2849
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2850
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2851
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2852
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2853
|
+
[x: `int[${string}]`]: undefined;
|
|
2854
|
+
[x: `int8[${string}]`]: undefined;
|
|
2855
|
+
[x: `int16[${string}]`]: undefined;
|
|
2856
|
+
[x: `int24[${string}]`]: undefined;
|
|
2857
|
+
[x: `int32[${string}]`]: undefined;
|
|
2858
|
+
[x: `int40[${string}]`]: undefined;
|
|
2859
|
+
[x: `int48[${string}]`]: undefined;
|
|
2860
|
+
[x: `int56[${string}]`]: undefined;
|
|
2861
|
+
[x: `int64[${string}]`]: undefined;
|
|
2862
|
+
[x: `int72[${string}]`]: undefined;
|
|
2863
|
+
[x: `int80[${string}]`]: undefined;
|
|
2864
|
+
[x: `int88[${string}]`]: undefined;
|
|
2865
|
+
[x: `int96[${string}]`]: undefined;
|
|
2866
|
+
[x: `int104[${string}]`]: undefined;
|
|
2867
|
+
[x: `int112[${string}]`]: undefined;
|
|
2868
|
+
[x: `int120[${string}]`]: undefined;
|
|
2869
|
+
[x: `int128[${string}]`]: undefined;
|
|
2870
|
+
[x: `int136[${string}]`]: undefined;
|
|
2871
|
+
[x: `int144[${string}]`]: undefined;
|
|
2872
|
+
[x: `int152[${string}]`]: undefined;
|
|
2873
|
+
[x: `int160[${string}]`]: undefined;
|
|
2874
|
+
[x: `int168[${string}]`]: undefined;
|
|
2875
|
+
[x: `int176[${string}]`]: undefined;
|
|
2876
|
+
[x: `int184[${string}]`]: undefined;
|
|
2877
|
+
[x: `int192[${string}]`]: undefined;
|
|
2878
|
+
[x: `int200[${string}]`]: undefined;
|
|
2879
|
+
[x: `int208[${string}]`]: undefined;
|
|
2880
|
+
[x: `int216[${string}]`]: undefined;
|
|
2881
|
+
[x: `int224[${string}]`]: undefined;
|
|
2882
|
+
[x: `int232[${string}]`]: undefined;
|
|
2883
|
+
[x: `int240[${string}]`]: undefined;
|
|
2884
|
+
[x: `int248[${string}]`]: undefined;
|
|
2885
|
+
[x: `int256[${string}]`]: undefined;
|
|
2886
|
+
[x: `uint[${string}]`]: undefined;
|
|
2887
|
+
[x: `uint8[${string}]`]: undefined;
|
|
2888
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2889
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2890
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2891
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2892
|
+
[x: `uint48[${string}]`]: undefined;
|
|
2893
|
+
[x: `uint56[${string}]`]: undefined;
|
|
2894
|
+
[x: `uint64[${string}]`]: undefined;
|
|
2895
|
+
[x: `uint72[${string}]`]: undefined;
|
|
2896
|
+
[x: `uint80[${string}]`]: undefined;
|
|
2897
|
+
[x: `uint88[${string}]`]: undefined;
|
|
2898
|
+
[x: `uint96[${string}]`]: undefined;
|
|
2899
|
+
[x: `uint104[${string}]`]: undefined;
|
|
2900
|
+
[x: `uint112[${string}]`]: undefined;
|
|
2901
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2902
|
+
[x: `uint128[${string}]`]: undefined;
|
|
2903
|
+
[x: `uint136[${string}]`]: undefined;
|
|
2904
|
+
[x: `uint144[${string}]`]: undefined;
|
|
2905
|
+
[x: `uint152[${string}]`]: undefined;
|
|
2906
|
+
[x: `uint160[${string}]`]: undefined;
|
|
2907
|
+
[x: `uint168[${string}]`]: undefined;
|
|
2908
|
+
[x: `uint176[${string}]`]: undefined;
|
|
2909
|
+
[x: `uint184[${string}]`]: undefined;
|
|
2910
|
+
[x: `uint192[${string}]`]: undefined;
|
|
2911
|
+
[x: `uint200[${string}]`]: undefined;
|
|
2912
|
+
[x: `uint208[${string}]`]: undefined;
|
|
2913
|
+
[x: `uint216[${string}]`]: undefined;
|
|
2914
|
+
[x: `uint224[${string}]`]: undefined;
|
|
2915
|
+
[x: `uint232[${string}]`]: undefined;
|
|
2916
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2917
|
+
[x: `uint248[${string}]`]: undefined;
|
|
2918
|
+
[x: `uint256[${string}]`]: undefined;
|
|
2919
|
+
string?: undefined;
|
|
2920
|
+
address?: undefined;
|
|
2921
|
+
bool?: undefined;
|
|
2922
|
+
bytes?: undefined;
|
|
2923
|
+
bytes20?: undefined;
|
|
2924
|
+
bytes1?: undefined;
|
|
2925
|
+
bytes2?: undefined;
|
|
2926
|
+
bytes3?: undefined;
|
|
2927
|
+
bytes4?: undefined;
|
|
2928
|
+
bytes5?: undefined;
|
|
2929
|
+
bytes6?: undefined;
|
|
2930
|
+
bytes7?: undefined;
|
|
2931
|
+
bytes8?: undefined;
|
|
2932
|
+
bytes9?: undefined;
|
|
2933
|
+
bytes10?: undefined;
|
|
2934
|
+
bytes11?: undefined;
|
|
2935
|
+
bytes12?: undefined;
|
|
2936
|
+
bytes13?: undefined;
|
|
2937
|
+
bytes14?: undefined;
|
|
2938
|
+
bytes15?: undefined;
|
|
2939
|
+
bytes16?: undefined;
|
|
2940
|
+
bytes17?: undefined;
|
|
2941
|
+
bytes18?: undefined;
|
|
2942
|
+
bytes19?: undefined;
|
|
2943
|
+
bytes21?: undefined;
|
|
2944
|
+
bytes22?: undefined;
|
|
2945
|
+
bytes23?: undefined;
|
|
2946
|
+
bytes24?: undefined;
|
|
2947
|
+
bytes25?: undefined;
|
|
2948
|
+
bytes26?: undefined;
|
|
2949
|
+
bytes27?: undefined;
|
|
2950
|
+
bytes28?: undefined;
|
|
2951
|
+
bytes29?: undefined;
|
|
2952
|
+
bytes30?: undefined;
|
|
2953
|
+
bytes31?: undefined;
|
|
2954
|
+
bytes32?: undefined;
|
|
2955
|
+
int8?: undefined;
|
|
2956
|
+
int16?: undefined;
|
|
2957
|
+
int24?: undefined;
|
|
2958
|
+
int32?: undefined;
|
|
2959
|
+
int40?: undefined;
|
|
2960
|
+
int48?: undefined;
|
|
2961
|
+
int56?: undefined;
|
|
2962
|
+
int64?: undefined;
|
|
2963
|
+
int72?: undefined;
|
|
2964
|
+
int80?: undefined;
|
|
2965
|
+
int88?: undefined;
|
|
2966
|
+
int96?: undefined;
|
|
2967
|
+
int104?: undefined;
|
|
2968
|
+
int112?: undefined;
|
|
2969
|
+
int120?: undefined;
|
|
2970
|
+
int128?: undefined;
|
|
2971
|
+
int136?: undefined;
|
|
2972
|
+
int144?: undefined;
|
|
2973
|
+
int152?: undefined;
|
|
2974
|
+
int160?: undefined;
|
|
2975
|
+
int168?: undefined;
|
|
2976
|
+
int176?: undefined;
|
|
2977
|
+
int184?: undefined;
|
|
2978
|
+
int192?: undefined;
|
|
2979
|
+
int200?: undefined;
|
|
2980
|
+
int208?: undefined;
|
|
2981
|
+
int216?: undefined;
|
|
2982
|
+
int224?: undefined;
|
|
2983
|
+
int232?: undefined;
|
|
2984
|
+
int240?: undefined;
|
|
2985
|
+
int248?: undefined;
|
|
2986
|
+
int256?: undefined;
|
|
2987
|
+
uint8?: undefined;
|
|
2988
|
+
uint16?: undefined;
|
|
2989
|
+
uint24?: undefined;
|
|
2990
|
+
uint32?: undefined;
|
|
2991
|
+
uint40?: undefined;
|
|
2992
|
+
uint48?: undefined;
|
|
2993
|
+
uint56?: undefined;
|
|
2994
|
+
uint64?: undefined;
|
|
2995
|
+
uint72?: undefined;
|
|
2996
|
+
uint80?: undefined;
|
|
2997
|
+
uint88?: undefined;
|
|
2998
|
+
uint96?: undefined;
|
|
2999
|
+
uint104?: undefined;
|
|
3000
|
+
uint112?: undefined;
|
|
3001
|
+
uint120?: undefined;
|
|
3002
|
+
uint128?: undefined;
|
|
3003
|
+
uint136?: undefined;
|
|
3004
|
+
uint144?: undefined;
|
|
3005
|
+
uint152?: undefined;
|
|
3006
|
+
uint160?: undefined;
|
|
3007
|
+
uint168?: undefined;
|
|
3008
|
+
uint176?: undefined;
|
|
3009
|
+
uint184?: undefined;
|
|
3010
|
+
uint192?: undefined;
|
|
3011
|
+
uint200?: undefined;
|
|
3012
|
+
uint208?: undefined;
|
|
3013
|
+
uint216?: undefined;
|
|
3014
|
+
uint224?: undefined;
|
|
3015
|
+
uint232?: undefined;
|
|
3016
|
+
uint240?: undefined;
|
|
3017
|
+
uint248?: undefined;
|
|
3018
|
+
uint256?: undefined;
|
|
3019
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
3020
|
+
publicKey: `0x${string}`;
|
|
3021
|
+
source: string;
|
|
3022
|
+
type: "local";
|
|
3023
|
+
} | undefined, TAccountOverride> ? T_2 extends import("viem").Account ? {
|
|
1435
3024
|
account: T_2;
|
|
1436
3025
|
from: `0x${string}`;
|
|
1437
3026
|
} : {
|
|
@@ -2822,9 +4411,690 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
2822
4411
|
eth_accounts: Record<string, any>;
|
|
2823
4412
|
}) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
2824
4413
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
|
|
2825
|
-
sendTransaction: <const TRequest_1 extends import("viem").SendTransactionRequest<undefined, TChainOverride_1>, TChainOverride_1 extends import("viem").Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<
|
|
2826
|
-
|
|
2827
|
-
|
|
4414
|
+
sendTransaction: <const TRequest_1 extends import("viem").SendTransactionRequest<import("viem").Chain | undefined, TChainOverride_1>, TChainOverride_1 extends import("viem").Chain | undefined = undefined>(args: import("viem").SendTransactionParameters<import("viem").Chain | undefined, {
|
|
4415
|
+
address: `0x${string}`;
|
|
4416
|
+
type: "json-rpc";
|
|
4417
|
+
experimental_signAuthMessage?: undefined;
|
|
4418
|
+
signMessage?: undefined;
|
|
4419
|
+
signTransaction?: undefined;
|
|
4420
|
+
signTypedData?: undefined;
|
|
4421
|
+
publicKey?: undefined;
|
|
4422
|
+
source?: undefined;
|
|
4423
|
+
} | {
|
|
4424
|
+
address: `0x${string}`;
|
|
4425
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
4426
|
+
signMessage: ({ message }: {
|
|
4427
|
+
message: import("viem").SignableMessage;
|
|
4428
|
+
}) => Promise<`0x${string}`>;
|
|
4429
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
4430
|
+
serializer?: serializer | undefined;
|
|
4431
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
4432
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
4433
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
4434
|
+
[x: `string[${string}]`]: undefined;
|
|
4435
|
+
[x: `function[${string}]`]: undefined;
|
|
4436
|
+
[x: `address[${string}]`]: undefined;
|
|
4437
|
+
[x: `bool[${string}]`]: undefined;
|
|
4438
|
+
[x: `bytes[${string}]`]: undefined;
|
|
4439
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4440
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
4441
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
4442
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
4443
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4444
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
4445
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
4446
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4447
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4448
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4449
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
4450
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4451
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4452
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4453
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4454
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4455
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4456
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4457
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
4458
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4459
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4460
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4461
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4462
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4463
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4464
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4465
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4466
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4467
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4468
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4469
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4470
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4471
|
+
[x: `int[${string}]`]: undefined;
|
|
4472
|
+
[x: `int8[${string}]`]: undefined;
|
|
4473
|
+
[x: `int16[${string}]`]: undefined;
|
|
4474
|
+
[x: `int24[${string}]`]: undefined;
|
|
4475
|
+
[x: `int32[${string}]`]: undefined;
|
|
4476
|
+
[x: `int40[${string}]`]: undefined;
|
|
4477
|
+
[x: `int48[${string}]`]: undefined;
|
|
4478
|
+
[x: `int56[${string}]`]: undefined;
|
|
4479
|
+
[x: `int64[${string}]`]: undefined;
|
|
4480
|
+
[x: `int72[${string}]`]: undefined;
|
|
4481
|
+
[x: `int80[${string}]`]: undefined;
|
|
4482
|
+
[x: `int88[${string}]`]: undefined;
|
|
4483
|
+
[x: `int96[${string}]`]: undefined;
|
|
4484
|
+
[x: `int104[${string}]`]: undefined;
|
|
4485
|
+
[x: `int112[${string}]`]: undefined;
|
|
4486
|
+
[x: `int120[${string}]`]: undefined;
|
|
4487
|
+
[x: `int128[${string}]`]: undefined;
|
|
4488
|
+
[x: `int136[${string}]`]: undefined;
|
|
4489
|
+
[x: `int144[${string}]`]: undefined;
|
|
4490
|
+
[x: `int152[${string}]`]: undefined;
|
|
4491
|
+
[x: `int160[${string}]`]: undefined;
|
|
4492
|
+
[x: `int168[${string}]`]: undefined;
|
|
4493
|
+
[x: `int176[${string}]`]: undefined;
|
|
4494
|
+
[x: `int184[${string}]`]: undefined;
|
|
4495
|
+
[x: `int192[${string}]`]: undefined;
|
|
4496
|
+
[x: `int200[${string}]`]: undefined;
|
|
4497
|
+
[x: `int208[${string}]`]: undefined;
|
|
4498
|
+
[x: `int216[${string}]`]: undefined;
|
|
4499
|
+
[x: `int224[${string}]`]: undefined;
|
|
4500
|
+
[x: `int232[${string}]`]: undefined;
|
|
4501
|
+
[x: `int240[${string}]`]: undefined;
|
|
4502
|
+
[x: `int248[${string}]`]: undefined;
|
|
4503
|
+
[x: `int256[${string}]`]: undefined;
|
|
4504
|
+
[x: `uint[${string}]`]: undefined;
|
|
4505
|
+
[x: `uint8[${string}]`]: undefined;
|
|
4506
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4507
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4508
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4509
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4510
|
+
[x: `uint48[${string}]`]: undefined;
|
|
4511
|
+
[x: `uint56[${string}]`]: undefined;
|
|
4512
|
+
[x: `uint64[${string}]`]: undefined;
|
|
4513
|
+
[x: `uint72[${string}]`]: undefined;
|
|
4514
|
+
[x: `uint80[${string}]`]: undefined;
|
|
4515
|
+
[x: `uint88[${string}]`]: undefined;
|
|
4516
|
+
[x: `uint96[${string}]`]: undefined;
|
|
4517
|
+
[x: `uint104[${string}]`]: undefined;
|
|
4518
|
+
[x: `uint112[${string}]`]: undefined;
|
|
4519
|
+
[x: `uint120[${string}]`]: undefined;
|
|
4520
|
+
[x: `uint128[${string}]`]: undefined;
|
|
4521
|
+
[x: `uint136[${string}]`]: undefined;
|
|
4522
|
+
[x: `uint144[${string}]`]: undefined;
|
|
4523
|
+
[x: `uint152[${string}]`]: undefined;
|
|
4524
|
+
[x: `uint160[${string}]`]: undefined;
|
|
4525
|
+
[x: `uint168[${string}]`]: undefined;
|
|
4526
|
+
[x: `uint176[${string}]`]: undefined;
|
|
4527
|
+
[x: `uint184[${string}]`]: undefined;
|
|
4528
|
+
[x: `uint192[${string}]`]: undefined;
|
|
4529
|
+
[x: `uint200[${string}]`]: undefined;
|
|
4530
|
+
[x: `uint208[${string}]`]: undefined;
|
|
4531
|
+
[x: `uint216[${string}]`]: undefined;
|
|
4532
|
+
[x: `uint224[${string}]`]: undefined;
|
|
4533
|
+
[x: `uint232[${string}]`]: undefined;
|
|
4534
|
+
[x: `uint240[${string}]`]: undefined;
|
|
4535
|
+
[x: `uint248[${string}]`]: undefined;
|
|
4536
|
+
[x: `uint256[${string}]`]: undefined;
|
|
4537
|
+
string?: undefined;
|
|
4538
|
+
address?: undefined;
|
|
4539
|
+
bool?: undefined;
|
|
4540
|
+
bytes?: undefined;
|
|
4541
|
+
bytes20?: undefined;
|
|
4542
|
+
bytes1?: undefined;
|
|
4543
|
+
bytes2?: undefined;
|
|
4544
|
+
bytes3?: undefined;
|
|
4545
|
+
bytes4?: undefined;
|
|
4546
|
+
bytes5?: undefined;
|
|
4547
|
+
bytes6?: undefined;
|
|
4548
|
+
bytes7?: undefined;
|
|
4549
|
+
bytes8?: undefined;
|
|
4550
|
+
bytes9?: undefined;
|
|
4551
|
+
bytes10?: undefined;
|
|
4552
|
+
bytes11?: undefined;
|
|
4553
|
+
bytes12?: undefined;
|
|
4554
|
+
bytes13?: undefined;
|
|
4555
|
+
bytes14?: undefined;
|
|
4556
|
+
bytes15?: undefined;
|
|
4557
|
+
bytes16?: undefined;
|
|
4558
|
+
bytes17?: undefined;
|
|
4559
|
+
bytes18?: undefined;
|
|
4560
|
+
bytes19?: undefined;
|
|
4561
|
+
bytes21?: undefined;
|
|
4562
|
+
bytes22?: undefined;
|
|
4563
|
+
bytes23?: undefined;
|
|
4564
|
+
bytes24?: undefined;
|
|
4565
|
+
bytes25?: undefined;
|
|
4566
|
+
bytes26?: undefined;
|
|
4567
|
+
bytes27?: undefined;
|
|
4568
|
+
bytes28?: undefined;
|
|
4569
|
+
bytes29?: undefined;
|
|
4570
|
+
bytes30?: undefined;
|
|
4571
|
+
bytes31?: undefined;
|
|
4572
|
+
bytes32?: undefined;
|
|
4573
|
+
int8?: undefined;
|
|
4574
|
+
int16?: undefined;
|
|
4575
|
+
int24?: undefined;
|
|
4576
|
+
int32?: undefined;
|
|
4577
|
+
int40?: undefined;
|
|
4578
|
+
int48?: undefined;
|
|
4579
|
+
int56?: undefined;
|
|
4580
|
+
int64?: undefined;
|
|
4581
|
+
int72?: undefined;
|
|
4582
|
+
int80?: undefined;
|
|
4583
|
+
int88?: undefined;
|
|
4584
|
+
int96?: undefined;
|
|
4585
|
+
int104?: undefined;
|
|
4586
|
+
int112?: undefined;
|
|
4587
|
+
int120?: undefined;
|
|
4588
|
+
int128?: undefined;
|
|
4589
|
+
int136?: undefined;
|
|
4590
|
+
int144?: undefined;
|
|
4591
|
+
int152?: undefined;
|
|
4592
|
+
int160?: undefined;
|
|
4593
|
+
int168?: undefined;
|
|
4594
|
+
int176?: undefined;
|
|
4595
|
+
int184?: undefined;
|
|
4596
|
+
int192?: undefined;
|
|
4597
|
+
int200?: undefined;
|
|
4598
|
+
int208?: undefined;
|
|
4599
|
+
int216?: undefined;
|
|
4600
|
+
int224?: undefined;
|
|
4601
|
+
int232?: undefined;
|
|
4602
|
+
int240?: undefined;
|
|
4603
|
+
int248?: undefined;
|
|
4604
|
+
int256?: undefined;
|
|
4605
|
+
uint8?: undefined;
|
|
4606
|
+
uint16?: undefined;
|
|
4607
|
+
uint24?: undefined;
|
|
4608
|
+
uint32?: undefined;
|
|
4609
|
+
uint40?: undefined;
|
|
4610
|
+
uint48?: undefined;
|
|
4611
|
+
uint56?: undefined;
|
|
4612
|
+
uint64?: undefined;
|
|
4613
|
+
uint72?: undefined;
|
|
4614
|
+
uint80?: undefined;
|
|
4615
|
+
uint88?: undefined;
|
|
4616
|
+
uint96?: undefined;
|
|
4617
|
+
uint104?: undefined;
|
|
4618
|
+
uint112?: undefined;
|
|
4619
|
+
uint120?: undefined;
|
|
4620
|
+
uint128?: undefined;
|
|
4621
|
+
uint136?: undefined;
|
|
4622
|
+
uint144?: undefined;
|
|
4623
|
+
uint152?: undefined;
|
|
4624
|
+
uint160?: undefined;
|
|
4625
|
+
uint168?: undefined;
|
|
4626
|
+
uint176?: undefined;
|
|
4627
|
+
uint184?: undefined;
|
|
4628
|
+
uint192?: undefined;
|
|
4629
|
+
uint200?: undefined;
|
|
4630
|
+
uint208?: undefined;
|
|
4631
|
+
uint216?: undefined;
|
|
4632
|
+
uint224?: undefined;
|
|
4633
|
+
uint232?: undefined;
|
|
4634
|
+
uint240?: undefined;
|
|
4635
|
+
uint248?: undefined;
|
|
4636
|
+
uint256?: undefined;
|
|
4637
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
4638
|
+
publicKey: `0x${string}`;
|
|
4639
|
+
source: string;
|
|
4640
|
+
type: "local";
|
|
4641
|
+
} | undefined, TChainOverride_1, TRequest_1>) => Promise<`0x${string}`>;
|
|
4642
|
+
signMessage: (args: import("viem").SignMessageParameters<{
|
|
4643
|
+
address: `0x${string}`;
|
|
4644
|
+
type: "json-rpc";
|
|
4645
|
+
experimental_signAuthMessage?: undefined;
|
|
4646
|
+
signMessage?: undefined;
|
|
4647
|
+
signTransaction?: undefined;
|
|
4648
|
+
signTypedData?: undefined;
|
|
4649
|
+
publicKey?: undefined;
|
|
4650
|
+
source?: undefined;
|
|
4651
|
+
} | {
|
|
4652
|
+
address: `0x${string}`;
|
|
4653
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
4654
|
+
signMessage: ({ message }: {
|
|
4655
|
+
message: import("viem").SignableMessage;
|
|
4656
|
+
}) => Promise<`0x${string}`>;
|
|
4657
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
4658
|
+
serializer?: serializer | undefined;
|
|
4659
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
4660
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
4661
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
4662
|
+
[x: `string[${string}]`]: undefined;
|
|
4663
|
+
[x: `function[${string}]`]: undefined;
|
|
4664
|
+
[x: `address[${string}]`]: undefined;
|
|
4665
|
+
[x: `bool[${string}]`]: undefined;
|
|
4666
|
+
[x: `bytes[${string}]`]: undefined;
|
|
4667
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4668
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
4669
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
4670
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
4671
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4672
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
4673
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
4674
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4675
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4676
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4677
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
4678
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4679
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4680
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4681
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4682
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4683
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4684
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4685
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
4686
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4687
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4688
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4689
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4690
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4691
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4692
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4693
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4694
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4695
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4696
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4697
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4698
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4699
|
+
[x: `int[${string}]`]: undefined;
|
|
4700
|
+
[x: `int8[${string}]`]: undefined;
|
|
4701
|
+
[x: `int16[${string}]`]: undefined;
|
|
4702
|
+
[x: `int24[${string}]`]: undefined;
|
|
4703
|
+
[x: `int32[${string}]`]: undefined;
|
|
4704
|
+
[x: `int40[${string}]`]: undefined;
|
|
4705
|
+
[x: `int48[${string}]`]: undefined;
|
|
4706
|
+
[x: `int56[${string}]`]: undefined;
|
|
4707
|
+
[x: `int64[${string}]`]: undefined;
|
|
4708
|
+
[x: `int72[${string}]`]: undefined;
|
|
4709
|
+
[x: `int80[${string}]`]: undefined;
|
|
4710
|
+
[x: `int88[${string}]`]: undefined;
|
|
4711
|
+
[x: `int96[${string}]`]: undefined;
|
|
4712
|
+
[x: `int104[${string}]`]: undefined;
|
|
4713
|
+
[x: `int112[${string}]`]: undefined;
|
|
4714
|
+
[x: `int120[${string}]`]: undefined;
|
|
4715
|
+
[x: `int128[${string}]`]: undefined;
|
|
4716
|
+
[x: `int136[${string}]`]: undefined;
|
|
4717
|
+
[x: `int144[${string}]`]: undefined;
|
|
4718
|
+
[x: `int152[${string}]`]: undefined;
|
|
4719
|
+
[x: `int160[${string}]`]: undefined;
|
|
4720
|
+
[x: `int168[${string}]`]: undefined;
|
|
4721
|
+
[x: `int176[${string}]`]: undefined;
|
|
4722
|
+
[x: `int184[${string}]`]: undefined;
|
|
4723
|
+
[x: `int192[${string}]`]: undefined;
|
|
4724
|
+
[x: `int200[${string}]`]: undefined;
|
|
4725
|
+
[x: `int208[${string}]`]: undefined;
|
|
4726
|
+
[x: `int216[${string}]`]: undefined;
|
|
4727
|
+
[x: `int224[${string}]`]: undefined;
|
|
4728
|
+
[x: `int232[${string}]`]: undefined;
|
|
4729
|
+
[x: `int240[${string}]`]: undefined;
|
|
4730
|
+
[x: `int248[${string}]`]: undefined;
|
|
4731
|
+
[x: `int256[${string}]`]: undefined;
|
|
4732
|
+
[x: `uint[${string}]`]: undefined;
|
|
4733
|
+
[x: `uint8[${string}]`]: undefined;
|
|
4734
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4735
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4736
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4737
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4738
|
+
[x: `uint48[${string}]`]: undefined;
|
|
4739
|
+
[x: `uint56[${string}]`]: undefined;
|
|
4740
|
+
[x: `uint64[${string}]`]: undefined;
|
|
4741
|
+
[x: `uint72[${string}]`]: undefined;
|
|
4742
|
+
[x: `uint80[${string}]`]: undefined;
|
|
4743
|
+
[x: `uint88[${string}]`]: undefined;
|
|
4744
|
+
[x: `uint96[${string}]`]: undefined;
|
|
4745
|
+
[x: `uint104[${string}]`]: undefined;
|
|
4746
|
+
[x: `uint112[${string}]`]: undefined;
|
|
4747
|
+
[x: `uint120[${string}]`]: undefined;
|
|
4748
|
+
[x: `uint128[${string}]`]: undefined;
|
|
4749
|
+
[x: `uint136[${string}]`]: undefined;
|
|
4750
|
+
[x: `uint144[${string}]`]: undefined;
|
|
4751
|
+
[x: `uint152[${string}]`]: undefined;
|
|
4752
|
+
[x: `uint160[${string}]`]: undefined;
|
|
4753
|
+
[x: `uint168[${string}]`]: undefined;
|
|
4754
|
+
[x: `uint176[${string}]`]: undefined;
|
|
4755
|
+
[x: `uint184[${string}]`]: undefined;
|
|
4756
|
+
[x: `uint192[${string}]`]: undefined;
|
|
4757
|
+
[x: `uint200[${string}]`]: undefined;
|
|
4758
|
+
[x: `uint208[${string}]`]: undefined;
|
|
4759
|
+
[x: `uint216[${string}]`]: undefined;
|
|
4760
|
+
[x: `uint224[${string}]`]: undefined;
|
|
4761
|
+
[x: `uint232[${string}]`]: undefined;
|
|
4762
|
+
[x: `uint240[${string}]`]: undefined;
|
|
4763
|
+
[x: `uint248[${string}]`]: undefined;
|
|
4764
|
+
[x: `uint256[${string}]`]: undefined;
|
|
4765
|
+
string?: undefined;
|
|
4766
|
+
address?: undefined;
|
|
4767
|
+
bool?: undefined;
|
|
4768
|
+
bytes?: undefined;
|
|
4769
|
+
bytes20?: undefined;
|
|
4770
|
+
bytes1?: undefined;
|
|
4771
|
+
bytes2?: undefined;
|
|
4772
|
+
bytes3?: undefined;
|
|
4773
|
+
bytes4?: undefined;
|
|
4774
|
+
bytes5?: undefined;
|
|
4775
|
+
bytes6?: undefined;
|
|
4776
|
+
bytes7?: undefined;
|
|
4777
|
+
bytes8?: undefined;
|
|
4778
|
+
bytes9?: undefined;
|
|
4779
|
+
bytes10?: undefined;
|
|
4780
|
+
bytes11?: undefined;
|
|
4781
|
+
bytes12?: undefined;
|
|
4782
|
+
bytes13?: undefined;
|
|
4783
|
+
bytes14?: undefined;
|
|
4784
|
+
bytes15?: undefined;
|
|
4785
|
+
bytes16?: undefined;
|
|
4786
|
+
bytes17?: undefined;
|
|
4787
|
+
bytes18?: undefined;
|
|
4788
|
+
bytes19?: undefined;
|
|
4789
|
+
bytes21?: undefined;
|
|
4790
|
+
bytes22?: undefined;
|
|
4791
|
+
bytes23?: undefined;
|
|
4792
|
+
bytes24?: undefined;
|
|
4793
|
+
bytes25?: undefined;
|
|
4794
|
+
bytes26?: undefined;
|
|
4795
|
+
bytes27?: undefined;
|
|
4796
|
+
bytes28?: undefined;
|
|
4797
|
+
bytes29?: undefined;
|
|
4798
|
+
bytes30?: undefined;
|
|
4799
|
+
bytes31?: undefined;
|
|
4800
|
+
bytes32?: undefined;
|
|
4801
|
+
int8?: undefined;
|
|
4802
|
+
int16?: undefined;
|
|
4803
|
+
int24?: undefined;
|
|
4804
|
+
int32?: undefined;
|
|
4805
|
+
int40?: undefined;
|
|
4806
|
+
int48?: undefined;
|
|
4807
|
+
int56?: undefined;
|
|
4808
|
+
int64?: undefined;
|
|
4809
|
+
int72?: undefined;
|
|
4810
|
+
int80?: undefined;
|
|
4811
|
+
int88?: undefined;
|
|
4812
|
+
int96?: undefined;
|
|
4813
|
+
int104?: undefined;
|
|
4814
|
+
int112?: undefined;
|
|
4815
|
+
int120?: undefined;
|
|
4816
|
+
int128?: undefined;
|
|
4817
|
+
int136?: undefined;
|
|
4818
|
+
int144?: undefined;
|
|
4819
|
+
int152?: undefined;
|
|
4820
|
+
int160?: undefined;
|
|
4821
|
+
int168?: undefined;
|
|
4822
|
+
int176?: undefined;
|
|
4823
|
+
int184?: undefined;
|
|
4824
|
+
int192?: undefined;
|
|
4825
|
+
int200?: undefined;
|
|
4826
|
+
int208?: undefined;
|
|
4827
|
+
int216?: undefined;
|
|
4828
|
+
int224?: undefined;
|
|
4829
|
+
int232?: undefined;
|
|
4830
|
+
int240?: undefined;
|
|
4831
|
+
int248?: undefined;
|
|
4832
|
+
int256?: undefined;
|
|
4833
|
+
uint8?: undefined;
|
|
4834
|
+
uint16?: undefined;
|
|
4835
|
+
uint24?: undefined;
|
|
4836
|
+
uint32?: undefined;
|
|
4837
|
+
uint40?: undefined;
|
|
4838
|
+
uint48?: undefined;
|
|
4839
|
+
uint56?: undefined;
|
|
4840
|
+
uint64?: undefined;
|
|
4841
|
+
uint72?: undefined;
|
|
4842
|
+
uint80?: undefined;
|
|
4843
|
+
uint88?: undefined;
|
|
4844
|
+
uint96?: undefined;
|
|
4845
|
+
uint104?: undefined;
|
|
4846
|
+
uint112?: undefined;
|
|
4847
|
+
uint120?: undefined;
|
|
4848
|
+
uint128?: undefined;
|
|
4849
|
+
uint136?: undefined;
|
|
4850
|
+
uint144?: undefined;
|
|
4851
|
+
uint152?: undefined;
|
|
4852
|
+
uint160?: undefined;
|
|
4853
|
+
uint168?: undefined;
|
|
4854
|
+
uint176?: undefined;
|
|
4855
|
+
uint184?: undefined;
|
|
4856
|
+
uint192?: undefined;
|
|
4857
|
+
uint200?: undefined;
|
|
4858
|
+
uint208?: undefined;
|
|
4859
|
+
uint216?: undefined;
|
|
4860
|
+
uint224?: undefined;
|
|
4861
|
+
uint232?: undefined;
|
|
4862
|
+
uint240?: undefined;
|
|
4863
|
+
uint248?: undefined;
|
|
4864
|
+
uint256?: undefined;
|
|
4865
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
4866
|
+
publicKey: `0x${string}`;
|
|
4867
|
+
source: string;
|
|
4868
|
+
type: "local";
|
|
4869
|
+
} | undefined>) => Promise<`0x${string}`>;
|
|
4870
|
+
signTransaction: <TChainOverride_2 extends import("viem").Chain | undefined>(args: import("viem").SignTransactionParameters<import("viem").Chain | undefined, {
|
|
4871
|
+
address: `0x${string}`;
|
|
4872
|
+
type: "json-rpc";
|
|
4873
|
+
experimental_signAuthMessage?: undefined;
|
|
4874
|
+
signMessage?: undefined;
|
|
4875
|
+
signTransaction?: undefined;
|
|
4876
|
+
signTypedData?: undefined;
|
|
4877
|
+
publicKey?: undefined;
|
|
4878
|
+
source?: undefined;
|
|
4879
|
+
} | {
|
|
4880
|
+
address: `0x${string}`;
|
|
4881
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
4882
|
+
signMessage: ({ message }: {
|
|
4883
|
+
message: import("viem").SignableMessage;
|
|
4884
|
+
}) => Promise<`0x${string}`>;
|
|
4885
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
4886
|
+
serializer?: serializer | undefined;
|
|
4887
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
4888
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
4889
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
4890
|
+
[x: `string[${string}]`]: undefined;
|
|
4891
|
+
[x: `function[${string}]`]: undefined;
|
|
4892
|
+
[x: `address[${string}]`]: undefined;
|
|
4893
|
+
[x: `bool[${string}]`]: undefined;
|
|
4894
|
+
[x: `bytes[${string}]`]: undefined;
|
|
4895
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4896
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
4897
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
4898
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
4899
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4900
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
4901
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
4902
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4903
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4904
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4905
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
4906
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4907
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4908
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4909
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4910
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4911
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4912
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4913
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
4914
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4915
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4916
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4917
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4918
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4919
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4920
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4921
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4922
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4923
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4924
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4925
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4926
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4927
|
+
[x: `int[${string}]`]: undefined;
|
|
4928
|
+
[x: `int8[${string}]`]: undefined;
|
|
4929
|
+
[x: `int16[${string}]`]: undefined;
|
|
4930
|
+
[x: `int24[${string}]`]: undefined;
|
|
4931
|
+
[x: `int32[${string}]`]: undefined;
|
|
4932
|
+
[x: `int40[${string}]`]: undefined;
|
|
4933
|
+
[x: `int48[${string}]`]: undefined;
|
|
4934
|
+
[x: `int56[${string}]`]: undefined;
|
|
4935
|
+
[x: `int64[${string}]`]: undefined;
|
|
4936
|
+
[x: `int72[${string}]`]: undefined;
|
|
4937
|
+
[x: `int80[${string}]`]: undefined;
|
|
4938
|
+
[x: `int88[${string}]`]: undefined;
|
|
4939
|
+
[x: `int96[${string}]`]: undefined;
|
|
4940
|
+
[x: `int104[${string}]`]: undefined;
|
|
4941
|
+
[x: `int112[${string}]`]: undefined;
|
|
4942
|
+
[x: `int120[${string}]`]: undefined;
|
|
4943
|
+
[x: `int128[${string}]`]: undefined;
|
|
4944
|
+
[x: `int136[${string}]`]: undefined;
|
|
4945
|
+
[x: `int144[${string}]`]: undefined;
|
|
4946
|
+
[x: `int152[${string}]`]: undefined;
|
|
4947
|
+
[x: `int160[${string}]`]: undefined;
|
|
4948
|
+
[x: `int168[${string}]`]: undefined;
|
|
4949
|
+
[x: `int176[${string}]`]: undefined;
|
|
4950
|
+
[x: `int184[${string}]`]: undefined;
|
|
4951
|
+
[x: `int192[${string}]`]: undefined;
|
|
4952
|
+
[x: `int200[${string}]`]: undefined;
|
|
4953
|
+
[x: `int208[${string}]`]: undefined;
|
|
4954
|
+
[x: `int216[${string}]`]: undefined;
|
|
4955
|
+
[x: `int224[${string}]`]: undefined;
|
|
4956
|
+
[x: `int232[${string}]`]: undefined;
|
|
4957
|
+
[x: `int240[${string}]`]: undefined;
|
|
4958
|
+
[x: `int248[${string}]`]: undefined;
|
|
4959
|
+
[x: `int256[${string}]`]: undefined;
|
|
4960
|
+
[x: `uint[${string}]`]: undefined;
|
|
4961
|
+
[x: `uint8[${string}]`]: undefined;
|
|
4962
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4963
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4964
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4965
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4966
|
+
[x: `uint48[${string}]`]: undefined;
|
|
4967
|
+
[x: `uint56[${string}]`]: undefined;
|
|
4968
|
+
[x: `uint64[${string}]`]: undefined;
|
|
4969
|
+
[x: `uint72[${string}]`]: undefined;
|
|
4970
|
+
[x: `uint80[${string}]`]: undefined;
|
|
4971
|
+
[x: `uint88[${string}]`]: undefined;
|
|
4972
|
+
[x: `uint96[${string}]`]: undefined;
|
|
4973
|
+
[x: `uint104[${string}]`]: undefined;
|
|
4974
|
+
[x: `uint112[${string}]`]: undefined;
|
|
4975
|
+
[x: `uint120[${string}]`]: undefined;
|
|
4976
|
+
[x: `uint128[${string}]`]: undefined;
|
|
4977
|
+
[x: `uint136[${string}]`]: undefined;
|
|
4978
|
+
[x: `uint144[${string}]`]: undefined;
|
|
4979
|
+
[x: `uint152[${string}]`]: undefined;
|
|
4980
|
+
[x: `uint160[${string}]`]: undefined;
|
|
4981
|
+
[x: `uint168[${string}]`]: undefined;
|
|
4982
|
+
[x: `uint176[${string}]`]: undefined;
|
|
4983
|
+
[x: `uint184[${string}]`]: undefined;
|
|
4984
|
+
[x: `uint192[${string}]`]: undefined;
|
|
4985
|
+
[x: `uint200[${string}]`]: undefined;
|
|
4986
|
+
[x: `uint208[${string}]`]: undefined;
|
|
4987
|
+
[x: `uint216[${string}]`]: undefined;
|
|
4988
|
+
[x: `uint224[${string}]`]: undefined;
|
|
4989
|
+
[x: `uint232[${string}]`]: undefined;
|
|
4990
|
+
[x: `uint240[${string}]`]: undefined;
|
|
4991
|
+
[x: `uint248[${string}]`]: undefined;
|
|
4992
|
+
[x: `uint256[${string}]`]: undefined;
|
|
4993
|
+
string?: undefined;
|
|
4994
|
+
address?: undefined;
|
|
4995
|
+
bool?: undefined;
|
|
4996
|
+
bytes?: undefined;
|
|
4997
|
+
bytes20?: undefined;
|
|
4998
|
+
bytes1?: undefined;
|
|
4999
|
+
bytes2?: undefined;
|
|
5000
|
+
bytes3?: undefined;
|
|
5001
|
+
bytes4?: undefined;
|
|
5002
|
+
bytes5?: undefined;
|
|
5003
|
+
bytes6?: undefined;
|
|
5004
|
+
bytes7?: undefined;
|
|
5005
|
+
bytes8?: undefined;
|
|
5006
|
+
bytes9?: undefined;
|
|
5007
|
+
bytes10?: undefined;
|
|
5008
|
+
bytes11?: undefined;
|
|
5009
|
+
bytes12?: undefined;
|
|
5010
|
+
bytes13?: undefined;
|
|
5011
|
+
bytes14?: undefined;
|
|
5012
|
+
bytes15?: undefined;
|
|
5013
|
+
bytes16?: undefined;
|
|
5014
|
+
bytes17?: undefined;
|
|
5015
|
+
bytes18?: undefined;
|
|
5016
|
+
bytes19?: undefined;
|
|
5017
|
+
bytes21?: undefined;
|
|
5018
|
+
bytes22?: undefined;
|
|
5019
|
+
bytes23?: undefined;
|
|
5020
|
+
bytes24?: undefined;
|
|
5021
|
+
bytes25?: undefined;
|
|
5022
|
+
bytes26?: undefined;
|
|
5023
|
+
bytes27?: undefined;
|
|
5024
|
+
bytes28?: undefined;
|
|
5025
|
+
bytes29?: undefined;
|
|
5026
|
+
bytes30?: undefined;
|
|
5027
|
+
bytes31?: undefined;
|
|
5028
|
+
bytes32?: undefined;
|
|
5029
|
+
int8?: undefined;
|
|
5030
|
+
int16?: undefined;
|
|
5031
|
+
int24?: undefined;
|
|
5032
|
+
int32?: undefined;
|
|
5033
|
+
int40?: undefined;
|
|
5034
|
+
int48?: undefined;
|
|
5035
|
+
int56?: undefined;
|
|
5036
|
+
int64?: undefined;
|
|
5037
|
+
int72?: undefined;
|
|
5038
|
+
int80?: undefined;
|
|
5039
|
+
int88?: undefined;
|
|
5040
|
+
int96?: undefined;
|
|
5041
|
+
int104?: undefined;
|
|
5042
|
+
int112?: undefined;
|
|
5043
|
+
int120?: undefined;
|
|
5044
|
+
int128?: undefined;
|
|
5045
|
+
int136?: undefined;
|
|
5046
|
+
int144?: undefined;
|
|
5047
|
+
int152?: undefined;
|
|
5048
|
+
int160?: undefined;
|
|
5049
|
+
int168?: undefined;
|
|
5050
|
+
int176?: undefined;
|
|
5051
|
+
int184?: undefined;
|
|
5052
|
+
int192?: undefined;
|
|
5053
|
+
int200?: undefined;
|
|
5054
|
+
int208?: undefined;
|
|
5055
|
+
int216?: undefined;
|
|
5056
|
+
int224?: undefined;
|
|
5057
|
+
int232?: undefined;
|
|
5058
|
+
int240?: undefined;
|
|
5059
|
+
int248?: undefined;
|
|
5060
|
+
int256?: undefined;
|
|
5061
|
+
uint8?: undefined;
|
|
5062
|
+
uint16?: undefined;
|
|
5063
|
+
uint24?: undefined;
|
|
5064
|
+
uint32?: undefined;
|
|
5065
|
+
uint40?: undefined;
|
|
5066
|
+
uint48?: undefined;
|
|
5067
|
+
uint56?: undefined;
|
|
5068
|
+
uint64?: undefined;
|
|
5069
|
+
uint72?: undefined;
|
|
5070
|
+
uint80?: undefined;
|
|
5071
|
+
uint88?: undefined;
|
|
5072
|
+
uint96?: undefined;
|
|
5073
|
+
uint104?: undefined;
|
|
5074
|
+
uint112?: undefined;
|
|
5075
|
+
uint120?: undefined;
|
|
5076
|
+
uint128?: undefined;
|
|
5077
|
+
uint136?: undefined;
|
|
5078
|
+
uint144?: undefined;
|
|
5079
|
+
uint152?: undefined;
|
|
5080
|
+
uint160?: undefined;
|
|
5081
|
+
uint168?: undefined;
|
|
5082
|
+
uint176?: undefined;
|
|
5083
|
+
uint184?: undefined;
|
|
5084
|
+
uint192?: undefined;
|
|
5085
|
+
uint200?: undefined;
|
|
5086
|
+
uint208?: undefined;
|
|
5087
|
+
uint216?: undefined;
|
|
5088
|
+
uint224?: undefined;
|
|
5089
|
+
uint232?: undefined;
|
|
5090
|
+
uint240?: undefined;
|
|
5091
|
+
uint248?: undefined;
|
|
5092
|
+
uint256?: undefined;
|
|
5093
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
5094
|
+
publicKey: `0x${string}`;
|
|
5095
|
+
source: string;
|
|
5096
|
+
type: "local";
|
|
5097
|
+
} | undefined, TChainOverride_2>) => Promise<`0x02${string}` | `0x01${string}` | `0x03${string}` | import("viem").TransactionSerializedLegacy>;
|
|
2828
5098
|
signTypedData: <const TTypedData extends {
|
|
2829
5099
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
2830
5100
|
[x: `string[${string}]`]: undefined;
|
|
@@ -3032,10 +5302,464 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
3032
5302
|
uint256?: undefined;
|
|
3033
5303
|
} | {
|
|
3034
5304
|
[key: string]: unknown;
|
|
3035
|
-
}, TPrimaryType extends string>(args: import("viem").SignTypedDataParameters<TTypedData, TPrimaryType,
|
|
5305
|
+
}, TPrimaryType extends string>(args: import("viem").SignTypedDataParameters<TTypedData, TPrimaryType, {
|
|
5306
|
+
address: `0x${string}`;
|
|
5307
|
+
type: "json-rpc";
|
|
5308
|
+
experimental_signAuthMessage?: undefined;
|
|
5309
|
+
signMessage?: undefined;
|
|
5310
|
+
signTransaction?: undefined;
|
|
5311
|
+
signTypedData?: undefined;
|
|
5312
|
+
publicKey?: undefined;
|
|
5313
|
+
source?: undefined;
|
|
5314
|
+
} | {
|
|
5315
|
+
address: `0x${string}`;
|
|
5316
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
5317
|
+
signMessage: ({ message }: {
|
|
5318
|
+
message: import("viem").SignableMessage;
|
|
5319
|
+
}) => Promise<`0x${string}`>;
|
|
5320
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
5321
|
+
serializer?: serializer | undefined;
|
|
5322
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
5323
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
5324
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
5325
|
+
[x: `string[${string}]`]: undefined;
|
|
5326
|
+
[x: `function[${string}]`]: undefined;
|
|
5327
|
+
[x: `address[${string}]`]: undefined;
|
|
5328
|
+
[x: `bool[${string}]`]: undefined;
|
|
5329
|
+
[x: `bytes[${string}]`]: undefined;
|
|
5330
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5331
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
5332
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
5333
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
5334
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5335
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
5336
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
5337
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5338
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5339
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5340
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
5341
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5342
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5343
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5344
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5345
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5346
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5347
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5348
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
5349
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5350
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5351
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5352
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5353
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5354
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5355
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5356
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5357
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5358
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5359
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5360
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5361
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5362
|
+
[x: `int[${string}]`]: undefined;
|
|
5363
|
+
[x: `int8[${string}]`]: undefined;
|
|
5364
|
+
[x: `int16[${string}]`]: undefined;
|
|
5365
|
+
[x: `int24[${string}]`]: undefined;
|
|
5366
|
+
[x: `int32[${string}]`]: undefined;
|
|
5367
|
+
[x: `int40[${string}]`]: undefined;
|
|
5368
|
+
[x: `int48[${string}]`]: undefined;
|
|
5369
|
+
[x: `int56[${string}]`]: undefined;
|
|
5370
|
+
[x: `int64[${string}]`]: undefined;
|
|
5371
|
+
[x: `int72[${string}]`]: undefined;
|
|
5372
|
+
[x: `int80[${string}]`]: undefined;
|
|
5373
|
+
[x: `int88[${string}]`]: undefined;
|
|
5374
|
+
[x: `int96[${string}]`]: undefined;
|
|
5375
|
+
[x: `int104[${string}]`]: undefined;
|
|
5376
|
+
[x: `int112[${string}]`]: undefined;
|
|
5377
|
+
[x: `int120[${string}]`]: undefined;
|
|
5378
|
+
[x: `int128[${string}]`]: undefined;
|
|
5379
|
+
[x: `int136[${string}]`]: undefined;
|
|
5380
|
+
[x: `int144[${string}]`]: undefined;
|
|
5381
|
+
[x: `int152[${string}]`]: undefined;
|
|
5382
|
+
[x: `int160[${string}]`]: undefined;
|
|
5383
|
+
[x: `int168[${string}]`]: undefined;
|
|
5384
|
+
[x: `int176[${string}]`]: undefined;
|
|
5385
|
+
[x: `int184[${string}]`]: undefined;
|
|
5386
|
+
[x: `int192[${string}]`]: undefined;
|
|
5387
|
+
[x: `int200[${string}]`]: undefined;
|
|
5388
|
+
[x: `int208[${string}]`]: undefined;
|
|
5389
|
+
[x: `int216[${string}]`]: undefined;
|
|
5390
|
+
[x: `int224[${string}]`]: undefined;
|
|
5391
|
+
[x: `int232[${string}]`]: undefined;
|
|
5392
|
+
[x: `int240[${string}]`]: undefined;
|
|
5393
|
+
[x: `int248[${string}]`]: undefined;
|
|
5394
|
+
[x: `int256[${string}]`]: undefined;
|
|
5395
|
+
[x: `uint[${string}]`]: undefined;
|
|
5396
|
+
[x: `uint8[${string}]`]: undefined;
|
|
5397
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5398
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5399
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5400
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5401
|
+
[x: `uint48[${string}]`]: undefined;
|
|
5402
|
+
[x: `uint56[${string}]`]: undefined;
|
|
5403
|
+
[x: `uint64[${string}]`]: undefined;
|
|
5404
|
+
[x: `uint72[${string}]`]: undefined;
|
|
5405
|
+
[x: `uint80[${string}]`]: undefined;
|
|
5406
|
+
[x: `uint88[${string}]`]: undefined;
|
|
5407
|
+
[x: `uint96[${string}]`]: undefined;
|
|
5408
|
+
[x: `uint104[${string}]`]: undefined;
|
|
5409
|
+
[x: `uint112[${string}]`]: undefined;
|
|
5410
|
+
[x: `uint120[${string}]`]: undefined;
|
|
5411
|
+
[x: `uint128[${string}]`]: undefined;
|
|
5412
|
+
[x: `uint136[${string}]`]: undefined;
|
|
5413
|
+
[x: `uint144[${string}]`]: undefined;
|
|
5414
|
+
[x: `uint152[${string}]`]: undefined;
|
|
5415
|
+
[x: `uint160[${string}]`]: undefined;
|
|
5416
|
+
[x: `uint168[${string}]`]: undefined;
|
|
5417
|
+
[x: `uint176[${string}]`]: undefined;
|
|
5418
|
+
[x: `uint184[${string}]`]: undefined;
|
|
5419
|
+
[x: `uint192[${string}]`]: undefined;
|
|
5420
|
+
[x: `uint200[${string}]`]: undefined;
|
|
5421
|
+
[x: `uint208[${string}]`]: undefined;
|
|
5422
|
+
[x: `uint216[${string}]`]: undefined;
|
|
5423
|
+
[x: `uint224[${string}]`]: undefined;
|
|
5424
|
+
[x: `uint232[${string}]`]: undefined;
|
|
5425
|
+
[x: `uint240[${string}]`]: undefined;
|
|
5426
|
+
[x: `uint248[${string}]`]: undefined;
|
|
5427
|
+
[x: `uint256[${string}]`]: undefined;
|
|
5428
|
+
string?: undefined;
|
|
5429
|
+
address?: undefined;
|
|
5430
|
+
bool?: undefined;
|
|
5431
|
+
bytes?: undefined;
|
|
5432
|
+
bytes20?: undefined;
|
|
5433
|
+
bytes1?: undefined;
|
|
5434
|
+
bytes2?: undefined;
|
|
5435
|
+
bytes3?: undefined;
|
|
5436
|
+
bytes4?: undefined;
|
|
5437
|
+
bytes5?: undefined;
|
|
5438
|
+
bytes6?: undefined;
|
|
5439
|
+
bytes7?: undefined;
|
|
5440
|
+
bytes8?: undefined;
|
|
5441
|
+
bytes9?: undefined;
|
|
5442
|
+
bytes10?: undefined;
|
|
5443
|
+
bytes11?: undefined;
|
|
5444
|
+
bytes12?: undefined;
|
|
5445
|
+
bytes13?: undefined;
|
|
5446
|
+
bytes14?: undefined;
|
|
5447
|
+
bytes15?: undefined;
|
|
5448
|
+
bytes16?: undefined;
|
|
5449
|
+
bytes17?: undefined;
|
|
5450
|
+
bytes18?: undefined;
|
|
5451
|
+
bytes19?: undefined;
|
|
5452
|
+
bytes21?: undefined;
|
|
5453
|
+
bytes22?: undefined;
|
|
5454
|
+
bytes23?: undefined;
|
|
5455
|
+
bytes24?: undefined;
|
|
5456
|
+
bytes25?: undefined;
|
|
5457
|
+
bytes26?: undefined;
|
|
5458
|
+
bytes27?: undefined;
|
|
5459
|
+
bytes28?: undefined;
|
|
5460
|
+
bytes29?: undefined;
|
|
5461
|
+
bytes30?: undefined;
|
|
5462
|
+
bytes31?: undefined;
|
|
5463
|
+
bytes32?: undefined;
|
|
5464
|
+
int8?: undefined;
|
|
5465
|
+
int16?: undefined;
|
|
5466
|
+
int24?: undefined;
|
|
5467
|
+
int32?: undefined;
|
|
5468
|
+
int40?: undefined;
|
|
5469
|
+
int48?: undefined;
|
|
5470
|
+
int56?: undefined;
|
|
5471
|
+
int64?: undefined;
|
|
5472
|
+
int72?: undefined;
|
|
5473
|
+
int80?: undefined;
|
|
5474
|
+
int88?: undefined;
|
|
5475
|
+
int96?: undefined;
|
|
5476
|
+
int104?: undefined;
|
|
5477
|
+
int112?: undefined;
|
|
5478
|
+
int120?: undefined;
|
|
5479
|
+
int128?: undefined;
|
|
5480
|
+
int136?: undefined;
|
|
5481
|
+
int144?: undefined;
|
|
5482
|
+
int152?: undefined;
|
|
5483
|
+
int160?: undefined;
|
|
5484
|
+
int168?: undefined;
|
|
5485
|
+
int176?: undefined;
|
|
5486
|
+
int184?: undefined;
|
|
5487
|
+
int192?: undefined;
|
|
5488
|
+
int200?: undefined;
|
|
5489
|
+
int208?: undefined;
|
|
5490
|
+
int216?: undefined;
|
|
5491
|
+
int224?: undefined;
|
|
5492
|
+
int232?: undefined;
|
|
5493
|
+
int240?: undefined;
|
|
5494
|
+
int248?: undefined;
|
|
5495
|
+
int256?: undefined;
|
|
5496
|
+
uint8?: undefined;
|
|
5497
|
+
uint16?: undefined;
|
|
5498
|
+
uint24?: undefined;
|
|
5499
|
+
uint32?: undefined;
|
|
5500
|
+
uint40?: undefined;
|
|
5501
|
+
uint48?: undefined;
|
|
5502
|
+
uint56?: undefined;
|
|
5503
|
+
uint64?: undefined;
|
|
5504
|
+
uint72?: undefined;
|
|
5505
|
+
uint80?: undefined;
|
|
5506
|
+
uint88?: undefined;
|
|
5507
|
+
uint96?: undefined;
|
|
5508
|
+
uint104?: undefined;
|
|
5509
|
+
uint112?: undefined;
|
|
5510
|
+
uint120?: undefined;
|
|
5511
|
+
uint128?: undefined;
|
|
5512
|
+
uint136?: undefined;
|
|
5513
|
+
uint144?: undefined;
|
|
5514
|
+
uint152?: undefined;
|
|
5515
|
+
uint160?: undefined;
|
|
5516
|
+
uint168?: undefined;
|
|
5517
|
+
uint176?: undefined;
|
|
5518
|
+
uint184?: undefined;
|
|
5519
|
+
uint192?: undefined;
|
|
5520
|
+
uint200?: undefined;
|
|
5521
|
+
uint208?: undefined;
|
|
5522
|
+
uint216?: undefined;
|
|
5523
|
+
uint224?: undefined;
|
|
5524
|
+
uint232?: undefined;
|
|
5525
|
+
uint240?: undefined;
|
|
5526
|
+
uint248?: undefined;
|
|
5527
|
+
uint256?: undefined;
|
|
5528
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
5529
|
+
publicKey: `0x${string}`;
|
|
5530
|
+
source: string;
|
|
5531
|
+
type: "local";
|
|
5532
|
+
} | undefined>) => Promise<`0x${string}`>;
|
|
3036
5533
|
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
3037
5534
|
watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
|
|
3038
|
-
writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi_1, "nonpayable" | "payable", functionName>, TChainOverride_3 extends import("viem").Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi_1, functionName, args,
|
|
5535
|
+
writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi_1, "nonpayable" | "payable", functionName>, TChainOverride_3 extends import("viem").Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi_1, functionName, args, import("viem").Chain | undefined, {
|
|
5536
|
+
address: `0x${string}`;
|
|
5537
|
+
type: "json-rpc";
|
|
5538
|
+
experimental_signAuthMessage?: undefined;
|
|
5539
|
+
signMessage?: undefined;
|
|
5540
|
+
signTransaction?: undefined;
|
|
5541
|
+
signTypedData?: undefined;
|
|
5542
|
+
publicKey?: undefined;
|
|
5543
|
+
source?: undefined;
|
|
5544
|
+
} | {
|
|
5545
|
+
address: `0x${string}`;
|
|
5546
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
5547
|
+
signMessage: ({ message }: {
|
|
5548
|
+
message: import("viem").SignableMessage;
|
|
5549
|
+
}) => Promise<`0x${string}`>;
|
|
5550
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
5551
|
+
serializer?: serializer | undefined;
|
|
5552
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
5553
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
5554
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
5555
|
+
[x: `string[${string}]`]: undefined;
|
|
5556
|
+
[x: `function[${string}]`]: undefined;
|
|
5557
|
+
[x: `address[${string}]`]: undefined;
|
|
5558
|
+
[x: `bool[${string}]`]: undefined;
|
|
5559
|
+
[x: `bytes[${string}]`]: undefined;
|
|
5560
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5561
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
5562
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
5563
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
5564
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5565
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
5566
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
5567
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5568
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5569
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5570
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
5571
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5572
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5573
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5574
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5575
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5576
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5577
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5578
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
5579
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5580
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5581
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5582
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5583
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5584
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5585
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5586
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5587
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5588
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5589
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5590
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5591
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5592
|
+
[x: `int[${string}]`]: undefined;
|
|
5593
|
+
[x: `int8[${string}]`]: undefined;
|
|
5594
|
+
[x: `int16[${string}]`]: undefined;
|
|
5595
|
+
[x: `int24[${string}]`]: undefined;
|
|
5596
|
+
[x: `int32[${string}]`]: undefined;
|
|
5597
|
+
[x: `int40[${string}]`]: undefined;
|
|
5598
|
+
[x: `int48[${string}]`]: undefined;
|
|
5599
|
+
[x: `int56[${string}]`]: undefined;
|
|
5600
|
+
[x: `int64[${string}]`]: undefined;
|
|
5601
|
+
[x: `int72[${string}]`]: undefined;
|
|
5602
|
+
[x: `int80[${string}]`]: undefined;
|
|
5603
|
+
[x: `int88[${string}]`]: undefined;
|
|
5604
|
+
[x: `int96[${string}]`]: undefined;
|
|
5605
|
+
[x: `int104[${string}]`]: undefined;
|
|
5606
|
+
[x: `int112[${string}]`]: undefined;
|
|
5607
|
+
[x: `int120[${string}]`]: undefined;
|
|
5608
|
+
[x: `int128[${string}]`]: undefined;
|
|
5609
|
+
[x: `int136[${string}]`]: undefined;
|
|
5610
|
+
[x: `int144[${string}]`]: undefined;
|
|
5611
|
+
[x: `int152[${string}]`]: undefined;
|
|
5612
|
+
[x: `int160[${string}]`]: undefined;
|
|
5613
|
+
[x: `int168[${string}]`]: undefined;
|
|
5614
|
+
[x: `int176[${string}]`]: undefined;
|
|
5615
|
+
[x: `int184[${string}]`]: undefined;
|
|
5616
|
+
[x: `int192[${string}]`]: undefined;
|
|
5617
|
+
[x: `int200[${string}]`]: undefined;
|
|
5618
|
+
[x: `int208[${string}]`]: undefined;
|
|
5619
|
+
[x: `int216[${string}]`]: undefined;
|
|
5620
|
+
[x: `int224[${string}]`]: undefined;
|
|
5621
|
+
[x: `int232[${string}]`]: undefined;
|
|
5622
|
+
[x: `int240[${string}]`]: undefined;
|
|
5623
|
+
[x: `int248[${string}]`]: undefined;
|
|
5624
|
+
[x: `int256[${string}]`]: undefined;
|
|
5625
|
+
[x: `uint[${string}]`]: undefined;
|
|
5626
|
+
[x: `uint8[${string}]`]: undefined;
|
|
5627
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5628
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5629
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5630
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5631
|
+
[x: `uint48[${string}]`]: undefined;
|
|
5632
|
+
[x: `uint56[${string}]`]: undefined;
|
|
5633
|
+
[x: `uint64[${string}]`]: undefined;
|
|
5634
|
+
[x: `uint72[${string}]`]: undefined;
|
|
5635
|
+
[x: `uint80[${string}]`]: undefined;
|
|
5636
|
+
[x: `uint88[${string}]`]: undefined;
|
|
5637
|
+
[x: `uint96[${string}]`]: undefined;
|
|
5638
|
+
[x: `uint104[${string}]`]: undefined;
|
|
5639
|
+
[x: `uint112[${string}]`]: undefined;
|
|
5640
|
+
[x: `uint120[${string}]`]: undefined;
|
|
5641
|
+
[x: `uint128[${string}]`]: undefined;
|
|
5642
|
+
[x: `uint136[${string}]`]: undefined;
|
|
5643
|
+
[x: `uint144[${string}]`]: undefined;
|
|
5644
|
+
[x: `uint152[${string}]`]: undefined;
|
|
5645
|
+
[x: `uint160[${string}]`]: undefined;
|
|
5646
|
+
[x: `uint168[${string}]`]: undefined;
|
|
5647
|
+
[x: `uint176[${string}]`]: undefined;
|
|
5648
|
+
[x: `uint184[${string}]`]: undefined;
|
|
5649
|
+
[x: `uint192[${string}]`]: undefined;
|
|
5650
|
+
[x: `uint200[${string}]`]: undefined;
|
|
5651
|
+
[x: `uint208[${string}]`]: undefined;
|
|
5652
|
+
[x: `uint216[${string}]`]: undefined;
|
|
5653
|
+
[x: `uint224[${string}]`]: undefined;
|
|
5654
|
+
[x: `uint232[${string}]`]: undefined;
|
|
5655
|
+
[x: `uint240[${string}]`]: undefined;
|
|
5656
|
+
[x: `uint248[${string}]`]: undefined;
|
|
5657
|
+
[x: `uint256[${string}]`]: undefined;
|
|
5658
|
+
string?: undefined;
|
|
5659
|
+
address?: undefined;
|
|
5660
|
+
bool?: undefined;
|
|
5661
|
+
bytes?: undefined;
|
|
5662
|
+
bytes20?: undefined;
|
|
5663
|
+
bytes1?: undefined;
|
|
5664
|
+
bytes2?: undefined;
|
|
5665
|
+
bytes3?: undefined;
|
|
5666
|
+
bytes4?: undefined;
|
|
5667
|
+
bytes5?: undefined;
|
|
5668
|
+
bytes6?: undefined;
|
|
5669
|
+
bytes7?: undefined;
|
|
5670
|
+
bytes8?: undefined;
|
|
5671
|
+
bytes9?: undefined;
|
|
5672
|
+
bytes10?: undefined;
|
|
5673
|
+
bytes11?: undefined;
|
|
5674
|
+
bytes12?: undefined;
|
|
5675
|
+
bytes13?: undefined;
|
|
5676
|
+
bytes14?: undefined;
|
|
5677
|
+
bytes15?: undefined;
|
|
5678
|
+
bytes16?: undefined;
|
|
5679
|
+
bytes17?: undefined;
|
|
5680
|
+
bytes18?: undefined;
|
|
5681
|
+
bytes19?: undefined;
|
|
5682
|
+
bytes21?: undefined;
|
|
5683
|
+
bytes22?: undefined;
|
|
5684
|
+
bytes23?: undefined;
|
|
5685
|
+
bytes24?: undefined;
|
|
5686
|
+
bytes25?: undefined;
|
|
5687
|
+
bytes26?: undefined;
|
|
5688
|
+
bytes27?: undefined;
|
|
5689
|
+
bytes28?: undefined;
|
|
5690
|
+
bytes29?: undefined;
|
|
5691
|
+
bytes30?: undefined;
|
|
5692
|
+
bytes31?: undefined;
|
|
5693
|
+
bytes32?: undefined;
|
|
5694
|
+
int8?: undefined;
|
|
5695
|
+
int16?: undefined;
|
|
5696
|
+
int24?: undefined;
|
|
5697
|
+
int32?: undefined;
|
|
5698
|
+
int40?: undefined;
|
|
5699
|
+
int48?: undefined;
|
|
5700
|
+
int56?: undefined;
|
|
5701
|
+
int64?: undefined;
|
|
5702
|
+
int72?: undefined;
|
|
5703
|
+
int80?: undefined;
|
|
5704
|
+
int88?: undefined;
|
|
5705
|
+
int96?: undefined;
|
|
5706
|
+
int104?: undefined;
|
|
5707
|
+
int112?: undefined;
|
|
5708
|
+
int120?: undefined;
|
|
5709
|
+
int128?: undefined;
|
|
5710
|
+
int136?: undefined;
|
|
5711
|
+
int144?: undefined;
|
|
5712
|
+
int152?: undefined;
|
|
5713
|
+
int160?: undefined;
|
|
5714
|
+
int168?: undefined;
|
|
5715
|
+
int176?: undefined;
|
|
5716
|
+
int184?: undefined;
|
|
5717
|
+
int192?: undefined;
|
|
5718
|
+
int200?: undefined;
|
|
5719
|
+
int208?: undefined;
|
|
5720
|
+
int216?: undefined;
|
|
5721
|
+
int224?: undefined;
|
|
5722
|
+
int232?: undefined;
|
|
5723
|
+
int240?: undefined;
|
|
5724
|
+
int248?: undefined;
|
|
5725
|
+
int256?: undefined;
|
|
5726
|
+
uint8?: undefined;
|
|
5727
|
+
uint16?: undefined;
|
|
5728
|
+
uint24?: undefined;
|
|
5729
|
+
uint32?: undefined;
|
|
5730
|
+
uint40?: undefined;
|
|
5731
|
+
uint48?: undefined;
|
|
5732
|
+
uint56?: undefined;
|
|
5733
|
+
uint64?: undefined;
|
|
5734
|
+
uint72?: undefined;
|
|
5735
|
+
uint80?: undefined;
|
|
5736
|
+
uint88?: undefined;
|
|
5737
|
+
uint96?: undefined;
|
|
5738
|
+
uint104?: undefined;
|
|
5739
|
+
uint112?: undefined;
|
|
5740
|
+
uint120?: undefined;
|
|
5741
|
+
uint128?: undefined;
|
|
5742
|
+
uint136?: undefined;
|
|
5743
|
+
uint144?: undefined;
|
|
5744
|
+
uint152?: undefined;
|
|
5745
|
+
uint160?: undefined;
|
|
5746
|
+
uint168?: undefined;
|
|
5747
|
+
uint176?: undefined;
|
|
5748
|
+
uint184?: undefined;
|
|
5749
|
+
uint192?: undefined;
|
|
5750
|
+
uint200?: undefined;
|
|
5751
|
+
uint208?: undefined;
|
|
5752
|
+
uint216?: undefined;
|
|
5753
|
+
uint224?: undefined;
|
|
5754
|
+
uint232?: undefined;
|
|
5755
|
+
uint240?: undefined;
|
|
5756
|
+
uint248?: undefined;
|
|
5757
|
+
uint256?: undefined;
|
|
5758
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
5759
|
+
publicKey: `0x${string}`;
|
|
5760
|
+
source: string;
|
|
5761
|
+
type: "local";
|
|
5762
|
+
} | undefined, TChainOverride_3>) => Promise<`0x${string}`>;
|
|
3039
5763
|
extend: <const client extends {
|
|
3040
5764
|
[x: string]: unknown;
|
|
3041
5765
|
account?: undefined;
|
|
@@ -3050,6 +5774,1368 @@ export declare class Coinbase extends EthWalletConnector {
|
|
|
3050
5774
|
transport?: undefined;
|
|
3051
5775
|
type?: undefined;
|
|
3052
5776
|
uid?: undefined;
|
|
3053
|
-
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").CustomTransport,
|
|
5777
|
+
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").CustomTransport, import("viem").Chain | undefined, {
|
|
5778
|
+
address: `0x${string}`;
|
|
5779
|
+
type: "json-rpc";
|
|
5780
|
+
experimental_signAuthMessage?: undefined;
|
|
5781
|
+
signMessage?: undefined;
|
|
5782
|
+
signTransaction?: undefined;
|
|
5783
|
+
signTypedData?: undefined;
|
|
5784
|
+
publicKey?: undefined;
|
|
5785
|
+
source?: undefined;
|
|
5786
|
+
} | {
|
|
5787
|
+
address: `0x${string}`;
|
|
5788
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
5789
|
+
signMessage: ({ message }: {
|
|
5790
|
+
message: import("viem").SignableMessage;
|
|
5791
|
+
}) => Promise<`0x${string}`>;
|
|
5792
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
5793
|
+
serializer?: serializer | undefined;
|
|
5794
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
5795
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
5796
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
5797
|
+
[x: `string[${string}]`]: undefined;
|
|
5798
|
+
[x: `function[${string}]`]: undefined;
|
|
5799
|
+
[x: `address[${string}]`]: undefined;
|
|
5800
|
+
[x: `bool[${string}]`]: undefined;
|
|
5801
|
+
[x: `bytes[${string}]`]: undefined;
|
|
5802
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5803
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
5804
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
5805
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
5806
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5807
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
5808
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
5809
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5810
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5811
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5812
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
5813
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5814
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5815
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5816
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5817
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5818
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5819
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5820
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
5821
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5822
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5823
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5824
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5825
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5826
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5827
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5828
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5829
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5830
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5831
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5832
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5833
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5834
|
+
[x: `int[${string}]`]: undefined;
|
|
5835
|
+
[x: `int8[${string}]`]: undefined;
|
|
5836
|
+
[x: `int16[${string}]`]: undefined;
|
|
5837
|
+
[x: `int24[${string}]`]: undefined;
|
|
5838
|
+
[x: `int32[${string}]`]: undefined;
|
|
5839
|
+
[x: `int40[${string}]`]: undefined;
|
|
5840
|
+
[x: `int48[${string}]`]: undefined;
|
|
5841
|
+
[x: `int56[${string}]`]: undefined;
|
|
5842
|
+
[x: `int64[${string}]`]: undefined;
|
|
5843
|
+
[x: `int72[${string}]`]: undefined;
|
|
5844
|
+
[x: `int80[${string}]`]: undefined;
|
|
5845
|
+
[x: `int88[${string}]`]: undefined;
|
|
5846
|
+
[x: `int96[${string}]`]: undefined;
|
|
5847
|
+
[x: `int104[${string}]`]: undefined;
|
|
5848
|
+
[x: `int112[${string}]`]: undefined;
|
|
5849
|
+
[x: `int120[${string}]`]: undefined;
|
|
5850
|
+
[x: `int128[${string}]`]: undefined;
|
|
5851
|
+
[x: `int136[${string}]`]: undefined;
|
|
5852
|
+
[x: `int144[${string}]`]: undefined;
|
|
5853
|
+
[x: `int152[${string}]`]: undefined;
|
|
5854
|
+
[x: `int160[${string}]`]: undefined;
|
|
5855
|
+
[x: `int168[${string}]`]: undefined;
|
|
5856
|
+
[x: `int176[${string}]`]: undefined;
|
|
5857
|
+
[x: `int184[${string}]`]: undefined;
|
|
5858
|
+
[x: `int192[${string}]`]: undefined;
|
|
5859
|
+
[x: `int200[${string}]`]: undefined;
|
|
5860
|
+
[x: `int208[${string}]`]: undefined;
|
|
5861
|
+
[x: `int216[${string}]`]: undefined;
|
|
5862
|
+
[x: `int224[${string}]`]: undefined;
|
|
5863
|
+
[x: `int232[${string}]`]: undefined;
|
|
5864
|
+
[x: `int240[${string}]`]: undefined;
|
|
5865
|
+
[x: `int248[${string}]`]: undefined;
|
|
5866
|
+
[x: `int256[${string}]`]: undefined;
|
|
5867
|
+
[x: `uint[${string}]`]: undefined;
|
|
5868
|
+
[x: `uint8[${string}]`]: undefined;
|
|
5869
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5870
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5871
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5872
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5873
|
+
[x: `uint48[${string}]`]: undefined;
|
|
5874
|
+
[x: `uint56[${string}]`]: undefined;
|
|
5875
|
+
[x: `uint64[${string}]`]: undefined;
|
|
5876
|
+
[x: `uint72[${string}]`]: undefined;
|
|
5877
|
+
[x: `uint80[${string}]`]: undefined;
|
|
5878
|
+
[x: `uint88[${string}]`]: undefined;
|
|
5879
|
+
[x: `uint96[${string}]`]: undefined;
|
|
5880
|
+
[x: `uint104[${string}]`]: undefined;
|
|
5881
|
+
[x: `uint112[${string}]`]: undefined;
|
|
5882
|
+
[x: `uint120[${string}]`]: undefined;
|
|
5883
|
+
[x: `uint128[${string}]`]: undefined;
|
|
5884
|
+
[x: `uint136[${string}]`]: undefined;
|
|
5885
|
+
[x: `uint144[${string}]`]: undefined;
|
|
5886
|
+
[x: `uint152[${string}]`]: undefined;
|
|
5887
|
+
[x: `uint160[${string}]`]: undefined;
|
|
5888
|
+
[x: `uint168[${string}]`]: undefined;
|
|
5889
|
+
[x: `uint176[${string}]`]: undefined;
|
|
5890
|
+
[x: `uint184[${string}]`]: undefined;
|
|
5891
|
+
[x: `uint192[${string}]`]: undefined;
|
|
5892
|
+
[x: `uint200[${string}]`]: undefined;
|
|
5893
|
+
[x: `uint208[${string}]`]: undefined;
|
|
5894
|
+
[x: `uint216[${string}]`]: undefined;
|
|
5895
|
+
[x: `uint224[${string}]`]: undefined;
|
|
5896
|
+
[x: `uint232[${string}]`]: undefined;
|
|
5897
|
+
[x: `uint240[${string}]`]: undefined;
|
|
5898
|
+
[x: `uint248[${string}]`]: undefined;
|
|
5899
|
+
[x: `uint256[${string}]`]: undefined;
|
|
5900
|
+
string?: undefined;
|
|
5901
|
+
address?: undefined;
|
|
5902
|
+
bool?: undefined;
|
|
5903
|
+
bytes?: undefined;
|
|
5904
|
+
bytes20?: undefined;
|
|
5905
|
+
bytes1?: undefined;
|
|
5906
|
+
bytes2?: undefined;
|
|
5907
|
+
bytes3?: undefined;
|
|
5908
|
+
bytes4?: undefined;
|
|
5909
|
+
bytes5?: undefined;
|
|
5910
|
+
bytes6?: undefined;
|
|
5911
|
+
bytes7?: undefined;
|
|
5912
|
+
bytes8?: undefined;
|
|
5913
|
+
bytes9?: undefined;
|
|
5914
|
+
bytes10?: undefined;
|
|
5915
|
+
bytes11?: undefined;
|
|
5916
|
+
bytes12?: undefined;
|
|
5917
|
+
bytes13?: undefined;
|
|
5918
|
+
bytes14?: undefined;
|
|
5919
|
+
bytes15?: undefined;
|
|
5920
|
+
bytes16?: undefined;
|
|
5921
|
+
bytes17?: undefined;
|
|
5922
|
+
bytes18?: undefined;
|
|
5923
|
+
bytes19?: undefined;
|
|
5924
|
+
bytes21?: undefined;
|
|
5925
|
+
bytes22?: undefined;
|
|
5926
|
+
bytes23?: undefined;
|
|
5927
|
+
bytes24?: undefined;
|
|
5928
|
+
bytes25?: undefined;
|
|
5929
|
+
bytes26?: undefined;
|
|
5930
|
+
bytes27?: undefined;
|
|
5931
|
+
bytes28?: undefined;
|
|
5932
|
+
bytes29?: undefined;
|
|
5933
|
+
bytes30?: undefined;
|
|
5934
|
+
bytes31?: undefined;
|
|
5935
|
+
bytes32?: undefined;
|
|
5936
|
+
int8?: undefined;
|
|
5937
|
+
int16?: undefined;
|
|
5938
|
+
int24?: undefined;
|
|
5939
|
+
int32?: undefined;
|
|
5940
|
+
int40?: undefined;
|
|
5941
|
+
int48?: undefined;
|
|
5942
|
+
int56?: undefined;
|
|
5943
|
+
int64?: undefined;
|
|
5944
|
+
int72?: undefined;
|
|
5945
|
+
int80?: undefined;
|
|
5946
|
+
int88?: undefined;
|
|
5947
|
+
int96?: undefined;
|
|
5948
|
+
int104?: undefined;
|
|
5949
|
+
int112?: undefined;
|
|
5950
|
+
int120?: undefined;
|
|
5951
|
+
int128?: undefined;
|
|
5952
|
+
int136?: undefined;
|
|
5953
|
+
int144?: undefined;
|
|
5954
|
+
int152?: undefined;
|
|
5955
|
+
int160?: undefined;
|
|
5956
|
+
int168?: undefined;
|
|
5957
|
+
int176?: undefined;
|
|
5958
|
+
int184?: undefined;
|
|
5959
|
+
int192?: undefined;
|
|
5960
|
+
int200?: undefined;
|
|
5961
|
+
int208?: undefined;
|
|
5962
|
+
int216?: undefined;
|
|
5963
|
+
int224?: undefined;
|
|
5964
|
+
int232?: undefined;
|
|
5965
|
+
int240?: undefined;
|
|
5966
|
+
int248?: undefined;
|
|
5967
|
+
int256?: undefined;
|
|
5968
|
+
uint8?: undefined;
|
|
5969
|
+
uint16?: undefined;
|
|
5970
|
+
uint24?: undefined;
|
|
5971
|
+
uint32?: undefined;
|
|
5972
|
+
uint40?: undefined;
|
|
5973
|
+
uint48?: undefined;
|
|
5974
|
+
uint56?: undefined;
|
|
5975
|
+
uint64?: undefined;
|
|
5976
|
+
uint72?: undefined;
|
|
5977
|
+
uint80?: undefined;
|
|
5978
|
+
uint88?: undefined;
|
|
5979
|
+
uint96?: undefined;
|
|
5980
|
+
uint104?: undefined;
|
|
5981
|
+
uint112?: undefined;
|
|
5982
|
+
uint120?: undefined;
|
|
5983
|
+
uint128?: undefined;
|
|
5984
|
+
uint136?: undefined;
|
|
5985
|
+
uint144?: undefined;
|
|
5986
|
+
uint152?: undefined;
|
|
5987
|
+
uint160?: undefined;
|
|
5988
|
+
uint168?: undefined;
|
|
5989
|
+
uint176?: undefined;
|
|
5990
|
+
uint184?: undefined;
|
|
5991
|
+
uint192?: undefined;
|
|
5992
|
+
uint200?: undefined;
|
|
5993
|
+
uint208?: undefined;
|
|
5994
|
+
uint216?: undefined;
|
|
5995
|
+
uint224?: undefined;
|
|
5996
|
+
uint232?: undefined;
|
|
5997
|
+
uint240?: undefined;
|
|
5998
|
+
uint248?: undefined;
|
|
5999
|
+
uint256?: undefined;
|
|
6000
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
6001
|
+
publicKey: `0x${string}`;
|
|
6002
|
+
source: string;
|
|
6003
|
+
type: "local";
|
|
6004
|
+
} | undefined>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain | undefined, {
|
|
6005
|
+
address: `0x${string}`;
|
|
6006
|
+
type: "json-rpc";
|
|
6007
|
+
experimental_signAuthMessage?: undefined;
|
|
6008
|
+
signMessage?: undefined;
|
|
6009
|
+
signTransaction?: undefined;
|
|
6010
|
+
signTypedData?: undefined;
|
|
6011
|
+
publicKey?: undefined;
|
|
6012
|
+
source?: undefined;
|
|
6013
|
+
} | {
|
|
6014
|
+
address: `0x${string}`;
|
|
6015
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
6016
|
+
signMessage: ({ message }: {
|
|
6017
|
+
message: import("viem").SignableMessage;
|
|
6018
|
+
}) => Promise<`0x${string}`>;
|
|
6019
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
6020
|
+
serializer?: serializer | undefined;
|
|
6021
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
6022
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
6023
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
6024
|
+
[x: `string[${string}]`]: undefined;
|
|
6025
|
+
[x: `function[${string}]`]: undefined;
|
|
6026
|
+
[x: `address[${string}]`]: undefined;
|
|
6027
|
+
[x: `bool[${string}]`]: undefined;
|
|
6028
|
+
[x: `bytes[${string}]`]: undefined;
|
|
6029
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
6030
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
6031
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6032
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6033
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
6034
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
6035
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
6036
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
6037
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6038
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
6039
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
6040
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
6041
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
6042
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
6043
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
6044
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
6045
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
6046
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
6047
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
6048
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
6049
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
6050
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
6051
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
6052
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
6053
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
6054
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
6055
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
6056
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
6057
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
6058
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
6059
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
6060
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
6061
|
+
[x: `int[${string}]`]: undefined;
|
|
6062
|
+
[x: `int8[${string}]`]: undefined;
|
|
6063
|
+
[x: `int16[${string}]`]: undefined;
|
|
6064
|
+
[x: `int24[${string}]`]: undefined;
|
|
6065
|
+
[x: `int32[${string}]`]: undefined;
|
|
6066
|
+
[x: `int40[${string}]`]: undefined;
|
|
6067
|
+
[x: `int48[${string}]`]: undefined;
|
|
6068
|
+
[x: `int56[${string}]`]: undefined;
|
|
6069
|
+
[x: `int64[${string}]`]: undefined;
|
|
6070
|
+
[x: `int72[${string}]`]: undefined;
|
|
6071
|
+
[x: `int80[${string}]`]: undefined;
|
|
6072
|
+
[x: `int88[${string}]`]: undefined;
|
|
6073
|
+
[x: `int96[${string}]`]: undefined;
|
|
6074
|
+
[x: `int104[${string}]`]: undefined;
|
|
6075
|
+
[x: `int112[${string}]`]: undefined;
|
|
6076
|
+
[x: `int120[${string}]`]: undefined;
|
|
6077
|
+
[x: `int128[${string}]`]: undefined;
|
|
6078
|
+
[x: `int136[${string}]`]: undefined;
|
|
6079
|
+
[x: `int144[${string}]`]: undefined;
|
|
6080
|
+
[x: `int152[${string}]`]: undefined;
|
|
6081
|
+
[x: `int160[${string}]`]: undefined;
|
|
6082
|
+
[x: `int168[${string}]`]: undefined;
|
|
6083
|
+
[x: `int176[${string}]`]: undefined;
|
|
6084
|
+
[x: `int184[${string}]`]: undefined;
|
|
6085
|
+
[x: `int192[${string}]`]: undefined;
|
|
6086
|
+
[x: `int200[${string}]`]: undefined;
|
|
6087
|
+
[x: `int208[${string}]`]: undefined;
|
|
6088
|
+
[x: `int216[${string}]`]: undefined;
|
|
6089
|
+
[x: `int224[${string}]`]: undefined;
|
|
6090
|
+
[x: `int232[${string}]`]: undefined;
|
|
6091
|
+
[x: `int240[${string}]`]: undefined;
|
|
6092
|
+
[x: `int248[${string}]`]: undefined;
|
|
6093
|
+
[x: `int256[${string}]`]: undefined;
|
|
6094
|
+
[x: `uint[${string}]`]: undefined;
|
|
6095
|
+
[x: `uint8[${string}]`]: undefined;
|
|
6096
|
+
[x: `uint16[${string}]`]: undefined;
|
|
6097
|
+
[x: `uint24[${string}]`]: undefined;
|
|
6098
|
+
[x: `uint32[${string}]`]: undefined;
|
|
6099
|
+
[x: `uint40[${string}]`]: undefined;
|
|
6100
|
+
[x: `uint48[${string}]`]: undefined;
|
|
6101
|
+
[x: `uint56[${string}]`]: undefined;
|
|
6102
|
+
[x: `uint64[${string}]`]: undefined;
|
|
6103
|
+
[x: `uint72[${string}]`]: undefined;
|
|
6104
|
+
[x: `uint80[${string}]`]: undefined;
|
|
6105
|
+
[x: `uint88[${string}]`]: undefined;
|
|
6106
|
+
[x: `uint96[${string}]`]: undefined;
|
|
6107
|
+
[x: `uint104[${string}]`]: undefined;
|
|
6108
|
+
[x: `uint112[${string}]`]: undefined;
|
|
6109
|
+
[x: `uint120[${string}]`]: undefined;
|
|
6110
|
+
[x: `uint128[${string}]`]: undefined;
|
|
6111
|
+
[x: `uint136[${string}]`]: undefined;
|
|
6112
|
+
[x: `uint144[${string}]`]: undefined;
|
|
6113
|
+
[x: `uint152[${string}]`]: undefined;
|
|
6114
|
+
[x: `uint160[${string}]`]: undefined;
|
|
6115
|
+
[x: `uint168[${string}]`]: undefined;
|
|
6116
|
+
[x: `uint176[${string}]`]: undefined;
|
|
6117
|
+
[x: `uint184[${string}]`]: undefined;
|
|
6118
|
+
[x: `uint192[${string}]`]: undefined;
|
|
6119
|
+
[x: `uint200[${string}]`]: undefined;
|
|
6120
|
+
[x: `uint208[${string}]`]: undefined;
|
|
6121
|
+
[x: `uint216[${string}]`]: undefined;
|
|
6122
|
+
[x: `uint224[${string}]`]: undefined;
|
|
6123
|
+
[x: `uint232[${string}]`]: undefined;
|
|
6124
|
+
[x: `uint240[${string}]`]: undefined;
|
|
6125
|
+
[x: `uint248[${string}]`]: undefined;
|
|
6126
|
+
[x: `uint256[${string}]`]: undefined;
|
|
6127
|
+
string?: undefined;
|
|
6128
|
+
address?: undefined;
|
|
6129
|
+
bool?: undefined;
|
|
6130
|
+
bytes?: undefined;
|
|
6131
|
+
bytes20?: undefined;
|
|
6132
|
+
bytes1?: undefined;
|
|
6133
|
+
bytes2?: undefined;
|
|
6134
|
+
bytes3?: undefined;
|
|
6135
|
+
bytes4?: undefined;
|
|
6136
|
+
bytes5?: undefined;
|
|
6137
|
+
bytes6?: undefined;
|
|
6138
|
+
bytes7?: undefined;
|
|
6139
|
+
bytes8?: undefined;
|
|
6140
|
+
bytes9?: undefined;
|
|
6141
|
+
bytes10?: undefined;
|
|
6142
|
+
bytes11?: undefined;
|
|
6143
|
+
bytes12?: undefined;
|
|
6144
|
+
bytes13?: undefined;
|
|
6145
|
+
bytes14?: undefined;
|
|
6146
|
+
bytes15?: undefined;
|
|
6147
|
+
bytes16?: undefined;
|
|
6148
|
+
bytes17?: undefined;
|
|
6149
|
+
bytes18?: undefined;
|
|
6150
|
+
bytes19?: undefined;
|
|
6151
|
+
bytes21?: undefined;
|
|
6152
|
+
bytes22?: undefined;
|
|
6153
|
+
bytes23?: undefined;
|
|
6154
|
+
bytes24?: undefined;
|
|
6155
|
+
bytes25?: undefined;
|
|
6156
|
+
bytes26?: undefined;
|
|
6157
|
+
bytes27?: undefined;
|
|
6158
|
+
bytes28?: undefined;
|
|
6159
|
+
bytes29?: undefined;
|
|
6160
|
+
bytes30?: undefined;
|
|
6161
|
+
bytes31?: undefined;
|
|
6162
|
+
bytes32?: undefined;
|
|
6163
|
+
int8?: undefined;
|
|
6164
|
+
int16?: undefined;
|
|
6165
|
+
int24?: undefined;
|
|
6166
|
+
int32?: undefined;
|
|
6167
|
+
int40?: undefined;
|
|
6168
|
+
int48?: undefined;
|
|
6169
|
+
int56?: undefined;
|
|
6170
|
+
int64?: undefined;
|
|
6171
|
+
int72?: undefined;
|
|
6172
|
+
int80?: undefined;
|
|
6173
|
+
int88?: undefined;
|
|
6174
|
+
int96?: undefined;
|
|
6175
|
+
int104?: undefined;
|
|
6176
|
+
int112?: undefined;
|
|
6177
|
+
int120?: undefined;
|
|
6178
|
+
int128?: undefined;
|
|
6179
|
+
int136?: undefined;
|
|
6180
|
+
int144?: undefined;
|
|
6181
|
+
int152?: undefined;
|
|
6182
|
+
int160?: undefined;
|
|
6183
|
+
int168?: undefined;
|
|
6184
|
+
int176?: undefined;
|
|
6185
|
+
int184?: undefined;
|
|
6186
|
+
int192?: undefined;
|
|
6187
|
+
int200?: undefined;
|
|
6188
|
+
int208?: undefined;
|
|
6189
|
+
int216?: undefined;
|
|
6190
|
+
int224?: undefined;
|
|
6191
|
+
int232?: undefined;
|
|
6192
|
+
int240?: undefined;
|
|
6193
|
+
int248?: undefined;
|
|
6194
|
+
int256?: undefined;
|
|
6195
|
+
uint8?: undefined;
|
|
6196
|
+
uint16?: undefined;
|
|
6197
|
+
uint24?: undefined;
|
|
6198
|
+
uint32?: undefined;
|
|
6199
|
+
uint40?: undefined;
|
|
6200
|
+
uint48?: undefined;
|
|
6201
|
+
uint56?: undefined;
|
|
6202
|
+
uint64?: undefined;
|
|
6203
|
+
uint72?: undefined;
|
|
6204
|
+
uint80?: undefined;
|
|
6205
|
+
uint88?: undefined;
|
|
6206
|
+
uint96?: undefined;
|
|
6207
|
+
uint104?: undefined;
|
|
6208
|
+
uint112?: undefined;
|
|
6209
|
+
uint120?: undefined;
|
|
6210
|
+
uint128?: undefined;
|
|
6211
|
+
uint136?: undefined;
|
|
6212
|
+
uint144?: undefined;
|
|
6213
|
+
uint152?: undefined;
|
|
6214
|
+
uint160?: undefined;
|
|
6215
|
+
uint168?: undefined;
|
|
6216
|
+
uint176?: undefined;
|
|
6217
|
+
uint184?: undefined;
|
|
6218
|
+
uint192?: undefined;
|
|
6219
|
+
uint200?: undefined;
|
|
6220
|
+
uint208?: undefined;
|
|
6221
|
+
uint216?: undefined;
|
|
6222
|
+
uint224?: undefined;
|
|
6223
|
+
uint232?: undefined;
|
|
6224
|
+
uint240?: undefined;
|
|
6225
|
+
uint248?: undefined;
|
|
6226
|
+
uint256?: undefined;
|
|
6227
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
6228
|
+
publicKey: `0x${string}`;
|
|
6229
|
+
source: string;
|
|
6230
|
+
type: "local";
|
|
6231
|
+
} | undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("viem").CustomTransport, import("viem").Chain | undefined, {
|
|
6232
|
+
address: `0x${string}`;
|
|
6233
|
+
type: "json-rpc";
|
|
6234
|
+
experimental_signAuthMessage?: undefined;
|
|
6235
|
+
signMessage?: undefined;
|
|
6236
|
+
signTransaction?: undefined;
|
|
6237
|
+
signTypedData?: undefined;
|
|
6238
|
+
publicKey?: undefined;
|
|
6239
|
+
source?: undefined;
|
|
6240
|
+
} | {
|
|
6241
|
+
address: `0x${string}`;
|
|
6242
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
6243
|
+
signMessage: ({ message }: {
|
|
6244
|
+
message: import("viem").SignableMessage;
|
|
6245
|
+
}) => Promise<`0x${string}`>;
|
|
6246
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
6247
|
+
serializer?: serializer | undefined;
|
|
6248
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
6249
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
6250
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
6251
|
+
[x: `string[${string}]`]: undefined;
|
|
6252
|
+
[x: `function[${string}]`]: undefined;
|
|
6253
|
+
[x: `address[${string}]`]: undefined;
|
|
6254
|
+
[x: `bool[${string}]`]: undefined;
|
|
6255
|
+
[x: `bytes[${string}]`]: undefined;
|
|
6256
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
6257
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
6258
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6259
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6260
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
6261
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
6262
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
6263
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
6264
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6265
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
6266
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
6267
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
6268
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
6269
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
6270
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
6271
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
6272
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
6273
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
6274
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
6275
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
6276
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
6277
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
6278
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
6279
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
6280
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
6281
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
6282
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
6283
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
6284
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
6285
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
6286
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
6287
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
6288
|
+
[x: `int[${string}]`]: undefined;
|
|
6289
|
+
[x: `int8[${string}]`]: undefined;
|
|
6290
|
+
[x: `int16[${string}]`]: undefined;
|
|
6291
|
+
[x: `int24[${string}]`]: undefined;
|
|
6292
|
+
[x: `int32[${string}]`]: undefined;
|
|
6293
|
+
[x: `int40[${string}]`]: undefined;
|
|
6294
|
+
[x: `int48[${string}]`]: undefined;
|
|
6295
|
+
[x: `int56[${string}]`]: undefined;
|
|
6296
|
+
[x: `int64[${string}]`]: undefined;
|
|
6297
|
+
[x: `int72[${string}]`]: undefined;
|
|
6298
|
+
[x: `int80[${string}]`]: undefined;
|
|
6299
|
+
[x: `int88[${string}]`]: undefined;
|
|
6300
|
+
[x: `int96[${string}]`]: undefined;
|
|
6301
|
+
[x: `int104[${string}]`]: undefined;
|
|
6302
|
+
[x: `int112[${string}]`]: undefined;
|
|
6303
|
+
[x: `int120[${string}]`]: undefined;
|
|
6304
|
+
[x: `int128[${string}]`]: undefined;
|
|
6305
|
+
[x: `int136[${string}]`]: undefined;
|
|
6306
|
+
[x: `int144[${string}]`]: undefined;
|
|
6307
|
+
[x: `int152[${string}]`]: undefined;
|
|
6308
|
+
[x: `int160[${string}]`]: undefined;
|
|
6309
|
+
[x: `int168[${string}]`]: undefined;
|
|
6310
|
+
[x: `int176[${string}]`]: undefined;
|
|
6311
|
+
[x: `int184[${string}]`]: undefined;
|
|
6312
|
+
[x: `int192[${string}]`]: undefined;
|
|
6313
|
+
[x: `int200[${string}]`]: undefined;
|
|
6314
|
+
[x: `int208[${string}]`]: undefined;
|
|
6315
|
+
[x: `int216[${string}]`]: undefined;
|
|
6316
|
+
[x: `int224[${string}]`]: undefined;
|
|
6317
|
+
[x: `int232[${string}]`]: undefined;
|
|
6318
|
+
[x: `int240[${string}]`]: undefined;
|
|
6319
|
+
[x: `int248[${string}]`]: undefined;
|
|
6320
|
+
[x: `int256[${string}]`]: undefined;
|
|
6321
|
+
[x: `uint[${string}]`]: undefined;
|
|
6322
|
+
[x: `uint8[${string}]`]: undefined;
|
|
6323
|
+
[x: `uint16[${string}]`]: undefined;
|
|
6324
|
+
[x: `uint24[${string}]`]: undefined;
|
|
6325
|
+
[x: `uint32[${string}]`]: undefined;
|
|
6326
|
+
[x: `uint40[${string}]`]: undefined;
|
|
6327
|
+
[x: `uint48[${string}]`]: undefined;
|
|
6328
|
+
[x: `uint56[${string}]`]: undefined;
|
|
6329
|
+
[x: `uint64[${string}]`]: undefined;
|
|
6330
|
+
[x: `uint72[${string}]`]: undefined;
|
|
6331
|
+
[x: `uint80[${string}]`]: undefined;
|
|
6332
|
+
[x: `uint88[${string}]`]: undefined;
|
|
6333
|
+
[x: `uint96[${string}]`]: undefined;
|
|
6334
|
+
[x: `uint104[${string}]`]: undefined;
|
|
6335
|
+
[x: `uint112[${string}]`]: undefined;
|
|
6336
|
+
[x: `uint120[${string}]`]: undefined;
|
|
6337
|
+
[x: `uint128[${string}]`]: undefined;
|
|
6338
|
+
[x: `uint136[${string}]`]: undefined;
|
|
6339
|
+
[x: `uint144[${string}]`]: undefined;
|
|
6340
|
+
[x: `uint152[${string}]`]: undefined;
|
|
6341
|
+
[x: `uint160[${string}]`]: undefined;
|
|
6342
|
+
[x: `uint168[${string}]`]: undefined;
|
|
6343
|
+
[x: `uint176[${string}]`]: undefined;
|
|
6344
|
+
[x: `uint184[${string}]`]: undefined;
|
|
6345
|
+
[x: `uint192[${string}]`]: undefined;
|
|
6346
|
+
[x: `uint200[${string}]`]: undefined;
|
|
6347
|
+
[x: `uint208[${string}]`]: undefined;
|
|
6348
|
+
[x: `uint216[${string}]`]: undefined;
|
|
6349
|
+
[x: `uint224[${string}]`]: undefined;
|
|
6350
|
+
[x: `uint232[${string}]`]: undefined;
|
|
6351
|
+
[x: `uint240[${string}]`]: undefined;
|
|
6352
|
+
[x: `uint248[${string}]`]: undefined;
|
|
6353
|
+
[x: `uint256[${string}]`]: undefined;
|
|
6354
|
+
string?: undefined;
|
|
6355
|
+
address?: undefined;
|
|
6356
|
+
bool?: undefined;
|
|
6357
|
+
bytes?: undefined;
|
|
6358
|
+
bytes20?: undefined;
|
|
6359
|
+
bytes1?: undefined;
|
|
6360
|
+
bytes2?: undefined;
|
|
6361
|
+
bytes3?: undefined;
|
|
6362
|
+
bytes4?: undefined;
|
|
6363
|
+
bytes5?: undefined;
|
|
6364
|
+
bytes6?: undefined;
|
|
6365
|
+
bytes7?: undefined;
|
|
6366
|
+
bytes8?: undefined;
|
|
6367
|
+
bytes9?: undefined;
|
|
6368
|
+
bytes10?: undefined;
|
|
6369
|
+
bytes11?: undefined;
|
|
6370
|
+
bytes12?: undefined;
|
|
6371
|
+
bytes13?: undefined;
|
|
6372
|
+
bytes14?: undefined;
|
|
6373
|
+
bytes15?: undefined;
|
|
6374
|
+
bytes16?: undefined;
|
|
6375
|
+
bytes17?: undefined;
|
|
6376
|
+
bytes18?: undefined;
|
|
6377
|
+
bytes19?: undefined;
|
|
6378
|
+
bytes21?: undefined;
|
|
6379
|
+
bytes22?: undefined;
|
|
6380
|
+
bytes23?: undefined;
|
|
6381
|
+
bytes24?: undefined;
|
|
6382
|
+
bytes25?: undefined;
|
|
6383
|
+
bytes26?: undefined;
|
|
6384
|
+
bytes27?: undefined;
|
|
6385
|
+
bytes28?: undefined;
|
|
6386
|
+
bytes29?: undefined;
|
|
6387
|
+
bytes30?: undefined;
|
|
6388
|
+
bytes31?: undefined;
|
|
6389
|
+
bytes32?: undefined;
|
|
6390
|
+
int8?: undefined;
|
|
6391
|
+
int16?: undefined;
|
|
6392
|
+
int24?: undefined;
|
|
6393
|
+
int32?: undefined;
|
|
6394
|
+
int40?: undefined;
|
|
6395
|
+
int48?: undefined;
|
|
6396
|
+
int56?: undefined;
|
|
6397
|
+
int64?: undefined;
|
|
6398
|
+
int72?: undefined;
|
|
6399
|
+
int80?: undefined;
|
|
6400
|
+
int88?: undefined;
|
|
6401
|
+
int96?: undefined;
|
|
6402
|
+
int104?: undefined;
|
|
6403
|
+
int112?: undefined;
|
|
6404
|
+
int120?: undefined;
|
|
6405
|
+
int128?: undefined;
|
|
6406
|
+
int136?: undefined;
|
|
6407
|
+
int144?: undefined;
|
|
6408
|
+
int152?: undefined;
|
|
6409
|
+
int160?: undefined;
|
|
6410
|
+
int168?: undefined;
|
|
6411
|
+
int176?: undefined;
|
|
6412
|
+
int184?: undefined;
|
|
6413
|
+
int192?: undefined;
|
|
6414
|
+
int200?: undefined;
|
|
6415
|
+
int208?: undefined;
|
|
6416
|
+
int216?: undefined;
|
|
6417
|
+
int224?: undefined;
|
|
6418
|
+
int232?: undefined;
|
|
6419
|
+
int240?: undefined;
|
|
6420
|
+
int248?: undefined;
|
|
6421
|
+
int256?: undefined;
|
|
6422
|
+
uint8?: undefined;
|
|
6423
|
+
uint16?: undefined;
|
|
6424
|
+
uint24?: undefined;
|
|
6425
|
+
uint32?: undefined;
|
|
6426
|
+
uint40?: undefined;
|
|
6427
|
+
uint48?: undefined;
|
|
6428
|
+
uint56?: undefined;
|
|
6429
|
+
uint64?: undefined;
|
|
6430
|
+
uint72?: undefined;
|
|
6431
|
+
uint80?: undefined;
|
|
6432
|
+
uint88?: undefined;
|
|
6433
|
+
uint96?: undefined;
|
|
6434
|
+
uint104?: undefined;
|
|
6435
|
+
uint112?: undefined;
|
|
6436
|
+
uint120?: undefined;
|
|
6437
|
+
uint128?: undefined;
|
|
6438
|
+
uint136?: undefined;
|
|
6439
|
+
uint144?: undefined;
|
|
6440
|
+
uint152?: undefined;
|
|
6441
|
+
uint160?: undefined;
|
|
6442
|
+
uint168?: undefined;
|
|
6443
|
+
uint176?: undefined;
|
|
6444
|
+
uint184?: undefined;
|
|
6445
|
+
uint192?: undefined;
|
|
6446
|
+
uint200?: undefined;
|
|
6447
|
+
uint208?: undefined;
|
|
6448
|
+
uint216?: undefined;
|
|
6449
|
+
uint224?: undefined;
|
|
6450
|
+
uint232?: undefined;
|
|
6451
|
+
uint240?: undefined;
|
|
6452
|
+
uint248?: undefined;
|
|
6453
|
+
uint256?: undefined;
|
|
6454
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
6455
|
+
publicKey: `0x${string}`;
|
|
6456
|
+
source: string;
|
|
6457
|
+
type: "local";
|
|
6458
|
+
} | undefined, import("viem").WalletRpcSchema, import("viem").WalletActions<import("viem").Chain | undefined, {
|
|
6459
|
+
address: `0x${string}`;
|
|
6460
|
+
type: "json-rpc";
|
|
6461
|
+
experimental_signAuthMessage?: undefined;
|
|
6462
|
+
signMessage?: undefined;
|
|
6463
|
+
signTransaction?: undefined;
|
|
6464
|
+
signTypedData?: undefined;
|
|
6465
|
+
publicKey?: undefined;
|
|
6466
|
+
source?: undefined;
|
|
6467
|
+
} | {
|
|
6468
|
+
address: `0x${string}`;
|
|
6469
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
6470
|
+
signMessage: ({ message }: {
|
|
6471
|
+
message: import("viem").SignableMessage;
|
|
6472
|
+
}) => Promise<`0x${string}`>;
|
|
6473
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
6474
|
+
serializer?: serializer | undefined;
|
|
6475
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
6476
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
6477
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
6478
|
+
[x: `string[${string}]`]: undefined;
|
|
6479
|
+
[x: `function[${string}]`]: undefined;
|
|
6480
|
+
[x: `address[${string}]`]: undefined;
|
|
6481
|
+
[x: `bool[${string}]`]: undefined;
|
|
6482
|
+
[x: `bytes[${string}]`]: undefined;
|
|
6483
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
6484
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
6485
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6486
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6487
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
6488
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
6489
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
6490
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
6491
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6492
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
6493
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
6494
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
6495
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
6496
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
6497
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
6498
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
6499
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
6500
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
6501
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
6502
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
6503
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
6504
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
6505
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
6506
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
6507
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
6508
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
6509
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
6510
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
6511
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
6512
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
6513
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
6514
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
6515
|
+
[x: `int[${string}]`]: undefined;
|
|
6516
|
+
[x: `int8[${string}]`]: undefined;
|
|
6517
|
+
[x: `int16[${string}]`]: undefined;
|
|
6518
|
+
[x: `int24[${string}]`]: undefined;
|
|
6519
|
+
[x: `int32[${string}]`]: undefined;
|
|
6520
|
+
[x: `int40[${string}]`]: undefined;
|
|
6521
|
+
[x: `int48[${string}]`]: undefined;
|
|
6522
|
+
[x: `int56[${string}]`]: undefined;
|
|
6523
|
+
[x: `int64[${string}]`]: undefined;
|
|
6524
|
+
[x: `int72[${string}]`]: undefined;
|
|
6525
|
+
[x: `int80[${string}]`]: undefined;
|
|
6526
|
+
[x: `int88[${string}]`]: undefined;
|
|
6527
|
+
[x: `int96[${string}]`]: undefined;
|
|
6528
|
+
[x: `int104[${string}]`]: undefined;
|
|
6529
|
+
[x: `int112[${string}]`]: undefined;
|
|
6530
|
+
[x: `int120[${string}]`]: undefined;
|
|
6531
|
+
[x: `int128[${string}]`]: undefined;
|
|
6532
|
+
[x: `int136[${string}]`]: undefined;
|
|
6533
|
+
[x: `int144[${string}]`]: undefined;
|
|
6534
|
+
[x: `int152[${string}]`]: undefined;
|
|
6535
|
+
[x: `int160[${string}]`]: undefined;
|
|
6536
|
+
[x: `int168[${string}]`]: undefined;
|
|
6537
|
+
[x: `int176[${string}]`]: undefined;
|
|
6538
|
+
[x: `int184[${string}]`]: undefined;
|
|
6539
|
+
[x: `int192[${string}]`]: undefined;
|
|
6540
|
+
[x: `int200[${string}]`]: undefined;
|
|
6541
|
+
[x: `int208[${string}]`]: undefined;
|
|
6542
|
+
[x: `int216[${string}]`]: undefined;
|
|
6543
|
+
[x: `int224[${string}]`]: undefined;
|
|
6544
|
+
[x: `int232[${string}]`]: undefined;
|
|
6545
|
+
[x: `int240[${string}]`]: undefined;
|
|
6546
|
+
[x: `int248[${string}]`]: undefined;
|
|
6547
|
+
[x: `int256[${string}]`]: undefined;
|
|
6548
|
+
[x: `uint[${string}]`]: undefined;
|
|
6549
|
+
[x: `uint8[${string}]`]: undefined;
|
|
6550
|
+
[x: `uint16[${string}]`]: undefined;
|
|
6551
|
+
[x: `uint24[${string}]`]: undefined;
|
|
6552
|
+
[x: `uint32[${string}]`]: undefined;
|
|
6553
|
+
[x: `uint40[${string}]`]: undefined;
|
|
6554
|
+
[x: `uint48[${string}]`]: undefined;
|
|
6555
|
+
[x: `uint56[${string}]`]: undefined;
|
|
6556
|
+
[x: `uint64[${string}]`]: undefined;
|
|
6557
|
+
[x: `uint72[${string}]`]: undefined;
|
|
6558
|
+
[x: `uint80[${string}]`]: undefined;
|
|
6559
|
+
[x: `uint88[${string}]`]: undefined;
|
|
6560
|
+
[x: `uint96[${string}]`]: undefined;
|
|
6561
|
+
[x: `uint104[${string}]`]: undefined;
|
|
6562
|
+
[x: `uint112[${string}]`]: undefined;
|
|
6563
|
+
[x: `uint120[${string}]`]: undefined;
|
|
6564
|
+
[x: `uint128[${string}]`]: undefined;
|
|
6565
|
+
[x: `uint136[${string}]`]: undefined;
|
|
6566
|
+
[x: `uint144[${string}]`]: undefined;
|
|
6567
|
+
[x: `uint152[${string}]`]: undefined;
|
|
6568
|
+
[x: `uint160[${string}]`]: undefined;
|
|
6569
|
+
[x: `uint168[${string}]`]: undefined;
|
|
6570
|
+
[x: `uint176[${string}]`]: undefined;
|
|
6571
|
+
[x: `uint184[${string}]`]: undefined;
|
|
6572
|
+
[x: `uint192[${string}]`]: undefined;
|
|
6573
|
+
[x: `uint200[${string}]`]: undefined;
|
|
6574
|
+
[x: `uint208[${string}]`]: undefined;
|
|
6575
|
+
[x: `uint216[${string}]`]: undefined;
|
|
6576
|
+
[x: `uint224[${string}]`]: undefined;
|
|
6577
|
+
[x: `uint232[${string}]`]: undefined;
|
|
6578
|
+
[x: `uint240[${string}]`]: undefined;
|
|
6579
|
+
[x: `uint248[${string}]`]: undefined;
|
|
6580
|
+
[x: `uint256[${string}]`]: undefined;
|
|
6581
|
+
string?: undefined;
|
|
6582
|
+
address?: undefined;
|
|
6583
|
+
bool?: undefined;
|
|
6584
|
+
bytes?: undefined;
|
|
6585
|
+
bytes20?: undefined;
|
|
6586
|
+
bytes1?: undefined;
|
|
6587
|
+
bytes2?: undefined;
|
|
6588
|
+
bytes3?: undefined;
|
|
6589
|
+
bytes4?: undefined;
|
|
6590
|
+
bytes5?: undefined;
|
|
6591
|
+
bytes6?: undefined;
|
|
6592
|
+
bytes7?: undefined;
|
|
6593
|
+
bytes8?: undefined;
|
|
6594
|
+
bytes9?: undefined;
|
|
6595
|
+
bytes10?: undefined;
|
|
6596
|
+
bytes11?: undefined;
|
|
6597
|
+
bytes12?: undefined;
|
|
6598
|
+
bytes13?: undefined;
|
|
6599
|
+
bytes14?: undefined;
|
|
6600
|
+
bytes15?: undefined;
|
|
6601
|
+
bytes16?: undefined;
|
|
6602
|
+
bytes17?: undefined;
|
|
6603
|
+
bytes18?: undefined;
|
|
6604
|
+
bytes19?: undefined;
|
|
6605
|
+
bytes21?: undefined;
|
|
6606
|
+
bytes22?: undefined;
|
|
6607
|
+
bytes23?: undefined;
|
|
6608
|
+
bytes24?: undefined;
|
|
6609
|
+
bytes25?: undefined;
|
|
6610
|
+
bytes26?: undefined;
|
|
6611
|
+
bytes27?: undefined;
|
|
6612
|
+
bytes28?: undefined;
|
|
6613
|
+
bytes29?: undefined;
|
|
6614
|
+
bytes30?: undefined;
|
|
6615
|
+
bytes31?: undefined;
|
|
6616
|
+
bytes32?: undefined;
|
|
6617
|
+
int8?: undefined;
|
|
6618
|
+
int16?: undefined;
|
|
6619
|
+
int24?: undefined;
|
|
6620
|
+
int32?: undefined;
|
|
6621
|
+
int40?: undefined;
|
|
6622
|
+
int48?: undefined;
|
|
6623
|
+
int56?: undefined;
|
|
6624
|
+
int64?: undefined;
|
|
6625
|
+
int72?: undefined;
|
|
6626
|
+
int80?: undefined;
|
|
6627
|
+
int88?: undefined;
|
|
6628
|
+
int96?: undefined;
|
|
6629
|
+
int104?: undefined;
|
|
6630
|
+
int112?: undefined;
|
|
6631
|
+
int120?: undefined;
|
|
6632
|
+
int128?: undefined;
|
|
6633
|
+
int136?: undefined;
|
|
6634
|
+
int144?: undefined;
|
|
6635
|
+
int152?: undefined;
|
|
6636
|
+
int160?: undefined;
|
|
6637
|
+
int168?: undefined;
|
|
6638
|
+
int176?: undefined;
|
|
6639
|
+
int184?: undefined;
|
|
6640
|
+
int192?: undefined;
|
|
6641
|
+
int200?: undefined;
|
|
6642
|
+
int208?: undefined;
|
|
6643
|
+
int216?: undefined;
|
|
6644
|
+
int224?: undefined;
|
|
6645
|
+
int232?: undefined;
|
|
6646
|
+
int240?: undefined;
|
|
6647
|
+
int248?: undefined;
|
|
6648
|
+
int256?: undefined;
|
|
6649
|
+
uint8?: undefined;
|
|
6650
|
+
uint16?: undefined;
|
|
6651
|
+
uint24?: undefined;
|
|
6652
|
+
uint32?: undefined;
|
|
6653
|
+
uint40?: undefined;
|
|
6654
|
+
uint48?: undefined;
|
|
6655
|
+
uint56?: undefined;
|
|
6656
|
+
uint64?: undefined;
|
|
6657
|
+
uint72?: undefined;
|
|
6658
|
+
uint80?: undefined;
|
|
6659
|
+
uint88?: undefined;
|
|
6660
|
+
uint96?: undefined;
|
|
6661
|
+
uint104?: undefined;
|
|
6662
|
+
uint112?: undefined;
|
|
6663
|
+
uint120?: undefined;
|
|
6664
|
+
uint128?: undefined;
|
|
6665
|
+
uint136?: undefined;
|
|
6666
|
+
uint144?: undefined;
|
|
6667
|
+
uint152?: undefined;
|
|
6668
|
+
uint160?: undefined;
|
|
6669
|
+
uint168?: undefined;
|
|
6670
|
+
uint176?: undefined;
|
|
6671
|
+
uint184?: undefined;
|
|
6672
|
+
uint192?: undefined;
|
|
6673
|
+
uint200?: undefined;
|
|
6674
|
+
uint208?: undefined;
|
|
6675
|
+
uint216?: undefined;
|
|
6676
|
+
uint224?: undefined;
|
|
6677
|
+
uint232?: undefined;
|
|
6678
|
+
uint240?: undefined;
|
|
6679
|
+
uint248?: undefined;
|
|
6680
|
+
uint256?: undefined;
|
|
6681
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
6682
|
+
publicKey: `0x${string}`;
|
|
6683
|
+
source: string;
|
|
6684
|
+
type: "local";
|
|
6685
|
+
} | undefined>>) => client) => import("viem").Client<import("viem").CustomTransport, import("viem").Chain | undefined, {
|
|
6686
|
+
address: `0x${string}`;
|
|
6687
|
+
type: "json-rpc";
|
|
6688
|
+
experimental_signAuthMessage?: undefined;
|
|
6689
|
+
signMessage?: undefined;
|
|
6690
|
+
signTransaction?: undefined;
|
|
6691
|
+
signTypedData?: undefined;
|
|
6692
|
+
publicKey?: undefined;
|
|
6693
|
+
source?: undefined;
|
|
6694
|
+
} | {
|
|
6695
|
+
address: `0x${string}`;
|
|
6696
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
6697
|
+
signMessage: ({ message }: {
|
|
6698
|
+
message: import("viem").SignableMessage;
|
|
6699
|
+
}) => Promise<`0x${string}`>;
|
|
6700
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
6701
|
+
serializer?: serializer | undefined;
|
|
6702
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
6703
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
6704
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
6705
|
+
[x: `string[${string}]`]: undefined;
|
|
6706
|
+
[x: `function[${string}]`]: undefined;
|
|
6707
|
+
[x: `address[${string}]`]: undefined;
|
|
6708
|
+
[x: `bool[${string}]`]: undefined;
|
|
6709
|
+
[x: `bytes[${string}]`]: undefined;
|
|
6710
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
6711
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
6712
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6713
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6714
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
6715
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
6716
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
6717
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
6718
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6719
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
6720
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
6721
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
6722
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
6723
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
6724
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
6725
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
6726
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
6727
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
6728
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
6729
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
6730
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
6731
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
6732
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
6733
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
6734
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
6735
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
6736
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
6737
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
6738
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
6739
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
6740
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
6741
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
6742
|
+
[x: `int[${string}]`]: undefined;
|
|
6743
|
+
[x: `int8[${string}]`]: undefined;
|
|
6744
|
+
[x: `int16[${string}]`]: undefined;
|
|
6745
|
+
[x: `int24[${string}]`]: undefined;
|
|
6746
|
+
[x: `int32[${string}]`]: undefined;
|
|
6747
|
+
[x: `int40[${string}]`]: undefined;
|
|
6748
|
+
[x: `int48[${string}]`]: undefined;
|
|
6749
|
+
[x: `int56[${string}]`]: undefined;
|
|
6750
|
+
[x: `int64[${string}]`]: undefined;
|
|
6751
|
+
[x: `int72[${string}]`]: undefined;
|
|
6752
|
+
[x: `int80[${string}]`]: undefined;
|
|
6753
|
+
[x: `int88[${string}]`]: undefined;
|
|
6754
|
+
[x: `int96[${string}]`]: undefined;
|
|
6755
|
+
[x: `int104[${string}]`]: undefined;
|
|
6756
|
+
[x: `int112[${string}]`]: undefined;
|
|
6757
|
+
[x: `int120[${string}]`]: undefined;
|
|
6758
|
+
[x: `int128[${string}]`]: undefined;
|
|
6759
|
+
[x: `int136[${string}]`]: undefined;
|
|
6760
|
+
[x: `int144[${string}]`]: undefined;
|
|
6761
|
+
[x: `int152[${string}]`]: undefined;
|
|
6762
|
+
[x: `int160[${string}]`]: undefined;
|
|
6763
|
+
[x: `int168[${string}]`]: undefined;
|
|
6764
|
+
[x: `int176[${string}]`]: undefined;
|
|
6765
|
+
[x: `int184[${string}]`]: undefined;
|
|
6766
|
+
[x: `int192[${string}]`]: undefined;
|
|
6767
|
+
[x: `int200[${string}]`]: undefined;
|
|
6768
|
+
[x: `int208[${string}]`]: undefined;
|
|
6769
|
+
[x: `int216[${string}]`]: undefined;
|
|
6770
|
+
[x: `int224[${string}]`]: undefined;
|
|
6771
|
+
[x: `int232[${string}]`]: undefined;
|
|
6772
|
+
[x: `int240[${string}]`]: undefined;
|
|
6773
|
+
[x: `int248[${string}]`]: undefined;
|
|
6774
|
+
[x: `int256[${string}]`]: undefined;
|
|
6775
|
+
[x: `uint[${string}]`]: undefined;
|
|
6776
|
+
[x: `uint8[${string}]`]: undefined;
|
|
6777
|
+
[x: `uint16[${string}]`]: undefined;
|
|
6778
|
+
[x: `uint24[${string}]`]: undefined;
|
|
6779
|
+
[x: `uint32[${string}]`]: undefined;
|
|
6780
|
+
[x: `uint40[${string}]`]: undefined;
|
|
6781
|
+
[x: `uint48[${string}]`]: undefined;
|
|
6782
|
+
[x: `uint56[${string}]`]: undefined;
|
|
6783
|
+
[x: `uint64[${string}]`]: undefined;
|
|
6784
|
+
[x: `uint72[${string}]`]: undefined;
|
|
6785
|
+
[x: `uint80[${string}]`]: undefined;
|
|
6786
|
+
[x: `uint88[${string}]`]: undefined;
|
|
6787
|
+
[x: `uint96[${string}]`]: undefined;
|
|
6788
|
+
[x: `uint104[${string}]`]: undefined;
|
|
6789
|
+
[x: `uint112[${string}]`]: undefined;
|
|
6790
|
+
[x: `uint120[${string}]`]: undefined;
|
|
6791
|
+
[x: `uint128[${string}]`]: undefined;
|
|
6792
|
+
[x: `uint136[${string}]`]: undefined;
|
|
6793
|
+
[x: `uint144[${string}]`]: undefined;
|
|
6794
|
+
[x: `uint152[${string}]`]: undefined;
|
|
6795
|
+
[x: `uint160[${string}]`]: undefined;
|
|
6796
|
+
[x: `uint168[${string}]`]: undefined;
|
|
6797
|
+
[x: `uint176[${string}]`]: undefined;
|
|
6798
|
+
[x: `uint184[${string}]`]: undefined;
|
|
6799
|
+
[x: `uint192[${string}]`]: undefined;
|
|
6800
|
+
[x: `uint200[${string}]`]: undefined;
|
|
6801
|
+
[x: `uint208[${string}]`]: undefined;
|
|
6802
|
+
[x: `uint216[${string}]`]: undefined;
|
|
6803
|
+
[x: `uint224[${string}]`]: undefined;
|
|
6804
|
+
[x: `uint232[${string}]`]: undefined;
|
|
6805
|
+
[x: `uint240[${string}]`]: undefined;
|
|
6806
|
+
[x: `uint248[${string}]`]: undefined;
|
|
6807
|
+
[x: `uint256[${string}]`]: undefined;
|
|
6808
|
+
string?: undefined;
|
|
6809
|
+
address?: undefined;
|
|
6810
|
+
bool?: undefined;
|
|
6811
|
+
bytes?: undefined;
|
|
6812
|
+
bytes20?: undefined;
|
|
6813
|
+
bytes1?: undefined;
|
|
6814
|
+
bytes2?: undefined;
|
|
6815
|
+
bytes3?: undefined;
|
|
6816
|
+
bytes4?: undefined;
|
|
6817
|
+
bytes5?: undefined;
|
|
6818
|
+
bytes6?: undefined;
|
|
6819
|
+
bytes7?: undefined;
|
|
6820
|
+
bytes8?: undefined;
|
|
6821
|
+
bytes9?: undefined;
|
|
6822
|
+
bytes10?: undefined;
|
|
6823
|
+
bytes11?: undefined;
|
|
6824
|
+
bytes12?: undefined;
|
|
6825
|
+
bytes13?: undefined;
|
|
6826
|
+
bytes14?: undefined;
|
|
6827
|
+
bytes15?: undefined;
|
|
6828
|
+
bytes16?: undefined;
|
|
6829
|
+
bytes17?: undefined;
|
|
6830
|
+
bytes18?: undefined;
|
|
6831
|
+
bytes19?: undefined;
|
|
6832
|
+
bytes21?: undefined;
|
|
6833
|
+
bytes22?: undefined;
|
|
6834
|
+
bytes23?: undefined;
|
|
6835
|
+
bytes24?: undefined;
|
|
6836
|
+
bytes25?: undefined;
|
|
6837
|
+
bytes26?: undefined;
|
|
6838
|
+
bytes27?: undefined;
|
|
6839
|
+
bytes28?: undefined;
|
|
6840
|
+
bytes29?: undefined;
|
|
6841
|
+
bytes30?: undefined;
|
|
6842
|
+
bytes31?: undefined;
|
|
6843
|
+
bytes32?: undefined;
|
|
6844
|
+
int8?: undefined;
|
|
6845
|
+
int16?: undefined;
|
|
6846
|
+
int24?: undefined;
|
|
6847
|
+
int32?: undefined;
|
|
6848
|
+
int40?: undefined;
|
|
6849
|
+
int48?: undefined;
|
|
6850
|
+
int56?: undefined;
|
|
6851
|
+
int64?: undefined;
|
|
6852
|
+
int72?: undefined;
|
|
6853
|
+
int80?: undefined;
|
|
6854
|
+
int88?: undefined;
|
|
6855
|
+
int96?: undefined;
|
|
6856
|
+
int104?: undefined;
|
|
6857
|
+
int112?: undefined;
|
|
6858
|
+
int120?: undefined;
|
|
6859
|
+
int128?: undefined;
|
|
6860
|
+
int136?: undefined;
|
|
6861
|
+
int144?: undefined;
|
|
6862
|
+
int152?: undefined;
|
|
6863
|
+
int160?: undefined;
|
|
6864
|
+
int168?: undefined;
|
|
6865
|
+
int176?: undefined;
|
|
6866
|
+
int184?: undefined;
|
|
6867
|
+
int192?: undefined;
|
|
6868
|
+
int200?: undefined;
|
|
6869
|
+
int208?: undefined;
|
|
6870
|
+
int216?: undefined;
|
|
6871
|
+
int224?: undefined;
|
|
6872
|
+
int232?: undefined;
|
|
6873
|
+
int240?: undefined;
|
|
6874
|
+
int248?: undefined;
|
|
6875
|
+
int256?: undefined;
|
|
6876
|
+
uint8?: undefined;
|
|
6877
|
+
uint16?: undefined;
|
|
6878
|
+
uint24?: undefined;
|
|
6879
|
+
uint32?: undefined;
|
|
6880
|
+
uint40?: undefined;
|
|
6881
|
+
uint48?: undefined;
|
|
6882
|
+
uint56?: undefined;
|
|
6883
|
+
uint64?: undefined;
|
|
6884
|
+
uint72?: undefined;
|
|
6885
|
+
uint80?: undefined;
|
|
6886
|
+
uint88?: undefined;
|
|
6887
|
+
uint96?: undefined;
|
|
6888
|
+
uint104?: undefined;
|
|
6889
|
+
uint112?: undefined;
|
|
6890
|
+
uint120?: undefined;
|
|
6891
|
+
uint128?: undefined;
|
|
6892
|
+
uint136?: undefined;
|
|
6893
|
+
uint144?: undefined;
|
|
6894
|
+
uint152?: undefined;
|
|
6895
|
+
uint160?: undefined;
|
|
6896
|
+
uint168?: undefined;
|
|
6897
|
+
uint176?: undefined;
|
|
6898
|
+
uint184?: undefined;
|
|
6899
|
+
uint192?: undefined;
|
|
6900
|
+
uint200?: undefined;
|
|
6901
|
+
uint208?: undefined;
|
|
6902
|
+
uint216?: undefined;
|
|
6903
|
+
uint224?: undefined;
|
|
6904
|
+
uint232?: undefined;
|
|
6905
|
+
uint240?: undefined;
|
|
6906
|
+
uint248?: undefined;
|
|
6907
|
+
uint256?: undefined;
|
|
6908
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
6909
|
+
publicKey: `0x${string}`;
|
|
6910
|
+
source: string;
|
|
6911
|
+
type: "local";
|
|
6912
|
+
} | undefined, import("viem").WalletRpcSchema, { [K_1 in keyof client]: client[K_1]; } & import("viem").WalletActions<import("viem").Chain | undefined, {
|
|
6913
|
+
address: `0x${string}`;
|
|
6914
|
+
type: "json-rpc";
|
|
6915
|
+
experimental_signAuthMessage?: undefined;
|
|
6916
|
+
signMessage?: undefined;
|
|
6917
|
+
signTransaction?: undefined;
|
|
6918
|
+
signTypedData?: undefined;
|
|
6919
|
+
publicKey?: undefined;
|
|
6920
|
+
source?: undefined;
|
|
6921
|
+
} | {
|
|
6922
|
+
address: `0x${string}`;
|
|
6923
|
+
experimental_signAuthMessage?: ((parameters: import("node_modules/viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
|
|
6924
|
+
signMessage: ({ message }: {
|
|
6925
|
+
message: import("viem").SignableMessage;
|
|
6926
|
+
}) => Promise<`0x${string}`>;
|
|
6927
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
|
|
6928
|
+
serializer?: serializer | undefined;
|
|
6929
|
+
} | undefined) => Promise<import("node_modules/viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
6930
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
6931
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
6932
|
+
[x: `string[${string}]`]: undefined;
|
|
6933
|
+
[x: `function[${string}]`]: undefined;
|
|
6934
|
+
[x: `address[${string}]`]: undefined;
|
|
6935
|
+
[x: `bool[${string}]`]: undefined;
|
|
6936
|
+
[x: `bytes[${string}]`]: undefined;
|
|
6937
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
6938
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
6939
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6940
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6941
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
6942
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
6943
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
6944
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
6945
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6946
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
6947
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
6948
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
6949
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
6950
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
6951
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
6952
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
6953
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
6954
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
6955
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
6956
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
6957
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
6958
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
6959
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
6960
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
6961
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
6962
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
6963
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
6964
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
6965
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
6966
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
6967
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
6968
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
6969
|
+
[x: `int[${string}]`]: undefined;
|
|
6970
|
+
[x: `int8[${string}]`]: undefined;
|
|
6971
|
+
[x: `int16[${string}]`]: undefined;
|
|
6972
|
+
[x: `int24[${string}]`]: undefined;
|
|
6973
|
+
[x: `int32[${string}]`]: undefined;
|
|
6974
|
+
[x: `int40[${string}]`]: undefined;
|
|
6975
|
+
[x: `int48[${string}]`]: undefined;
|
|
6976
|
+
[x: `int56[${string}]`]: undefined;
|
|
6977
|
+
[x: `int64[${string}]`]: undefined;
|
|
6978
|
+
[x: `int72[${string}]`]: undefined;
|
|
6979
|
+
[x: `int80[${string}]`]: undefined;
|
|
6980
|
+
[x: `int88[${string}]`]: undefined;
|
|
6981
|
+
[x: `int96[${string}]`]: undefined;
|
|
6982
|
+
[x: `int104[${string}]`]: undefined;
|
|
6983
|
+
[x: `int112[${string}]`]: undefined;
|
|
6984
|
+
[x: `int120[${string}]`]: undefined;
|
|
6985
|
+
[x: `int128[${string}]`]: undefined;
|
|
6986
|
+
[x: `int136[${string}]`]: undefined;
|
|
6987
|
+
[x: `int144[${string}]`]: undefined;
|
|
6988
|
+
[x: `int152[${string}]`]: undefined;
|
|
6989
|
+
[x: `int160[${string}]`]: undefined;
|
|
6990
|
+
[x: `int168[${string}]`]: undefined;
|
|
6991
|
+
[x: `int176[${string}]`]: undefined;
|
|
6992
|
+
[x: `int184[${string}]`]: undefined;
|
|
6993
|
+
[x: `int192[${string}]`]: undefined;
|
|
6994
|
+
[x: `int200[${string}]`]: undefined;
|
|
6995
|
+
[x: `int208[${string}]`]: undefined;
|
|
6996
|
+
[x: `int216[${string}]`]: undefined;
|
|
6997
|
+
[x: `int224[${string}]`]: undefined;
|
|
6998
|
+
[x: `int232[${string}]`]: undefined;
|
|
6999
|
+
[x: `int240[${string}]`]: undefined;
|
|
7000
|
+
[x: `int248[${string}]`]: undefined;
|
|
7001
|
+
[x: `int256[${string}]`]: undefined;
|
|
7002
|
+
[x: `uint[${string}]`]: undefined;
|
|
7003
|
+
[x: `uint8[${string}]`]: undefined;
|
|
7004
|
+
[x: `uint16[${string}]`]: undefined;
|
|
7005
|
+
[x: `uint24[${string}]`]: undefined;
|
|
7006
|
+
[x: `uint32[${string}]`]: undefined;
|
|
7007
|
+
[x: `uint40[${string}]`]: undefined;
|
|
7008
|
+
[x: `uint48[${string}]`]: undefined;
|
|
7009
|
+
[x: `uint56[${string}]`]: undefined;
|
|
7010
|
+
[x: `uint64[${string}]`]: undefined;
|
|
7011
|
+
[x: `uint72[${string}]`]: undefined;
|
|
7012
|
+
[x: `uint80[${string}]`]: undefined;
|
|
7013
|
+
[x: `uint88[${string}]`]: undefined;
|
|
7014
|
+
[x: `uint96[${string}]`]: undefined;
|
|
7015
|
+
[x: `uint104[${string}]`]: undefined;
|
|
7016
|
+
[x: `uint112[${string}]`]: undefined;
|
|
7017
|
+
[x: `uint120[${string}]`]: undefined;
|
|
7018
|
+
[x: `uint128[${string}]`]: undefined;
|
|
7019
|
+
[x: `uint136[${string}]`]: undefined;
|
|
7020
|
+
[x: `uint144[${string}]`]: undefined;
|
|
7021
|
+
[x: `uint152[${string}]`]: undefined;
|
|
7022
|
+
[x: `uint160[${string}]`]: undefined;
|
|
7023
|
+
[x: `uint168[${string}]`]: undefined;
|
|
7024
|
+
[x: `uint176[${string}]`]: undefined;
|
|
7025
|
+
[x: `uint184[${string}]`]: undefined;
|
|
7026
|
+
[x: `uint192[${string}]`]: undefined;
|
|
7027
|
+
[x: `uint200[${string}]`]: undefined;
|
|
7028
|
+
[x: `uint208[${string}]`]: undefined;
|
|
7029
|
+
[x: `uint216[${string}]`]: undefined;
|
|
7030
|
+
[x: `uint224[${string}]`]: undefined;
|
|
7031
|
+
[x: `uint232[${string}]`]: undefined;
|
|
7032
|
+
[x: `uint240[${string}]`]: undefined;
|
|
7033
|
+
[x: `uint248[${string}]`]: undefined;
|
|
7034
|
+
[x: `uint256[${string}]`]: undefined;
|
|
7035
|
+
string?: undefined;
|
|
7036
|
+
address?: undefined;
|
|
7037
|
+
bool?: undefined;
|
|
7038
|
+
bytes?: undefined;
|
|
7039
|
+
bytes20?: undefined;
|
|
7040
|
+
bytes1?: undefined;
|
|
7041
|
+
bytes2?: undefined;
|
|
7042
|
+
bytes3?: undefined;
|
|
7043
|
+
bytes4?: undefined;
|
|
7044
|
+
bytes5?: undefined;
|
|
7045
|
+
bytes6?: undefined;
|
|
7046
|
+
bytes7?: undefined;
|
|
7047
|
+
bytes8?: undefined;
|
|
7048
|
+
bytes9?: undefined;
|
|
7049
|
+
bytes10?: undefined;
|
|
7050
|
+
bytes11?: undefined;
|
|
7051
|
+
bytes12?: undefined;
|
|
7052
|
+
bytes13?: undefined;
|
|
7053
|
+
bytes14?: undefined;
|
|
7054
|
+
bytes15?: undefined;
|
|
7055
|
+
bytes16?: undefined;
|
|
7056
|
+
bytes17?: undefined;
|
|
7057
|
+
bytes18?: undefined;
|
|
7058
|
+
bytes19?: undefined;
|
|
7059
|
+
bytes21?: undefined;
|
|
7060
|
+
bytes22?: undefined;
|
|
7061
|
+
bytes23?: undefined;
|
|
7062
|
+
bytes24?: undefined;
|
|
7063
|
+
bytes25?: undefined;
|
|
7064
|
+
bytes26?: undefined;
|
|
7065
|
+
bytes27?: undefined;
|
|
7066
|
+
bytes28?: undefined;
|
|
7067
|
+
bytes29?: undefined;
|
|
7068
|
+
bytes30?: undefined;
|
|
7069
|
+
bytes31?: undefined;
|
|
7070
|
+
bytes32?: undefined;
|
|
7071
|
+
int8?: undefined;
|
|
7072
|
+
int16?: undefined;
|
|
7073
|
+
int24?: undefined;
|
|
7074
|
+
int32?: undefined;
|
|
7075
|
+
int40?: undefined;
|
|
7076
|
+
int48?: undefined;
|
|
7077
|
+
int56?: undefined;
|
|
7078
|
+
int64?: undefined;
|
|
7079
|
+
int72?: undefined;
|
|
7080
|
+
int80?: undefined;
|
|
7081
|
+
int88?: undefined;
|
|
7082
|
+
int96?: undefined;
|
|
7083
|
+
int104?: undefined;
|
|
7084
|
+
int112?: undefined;
|
|
7085
|
+
int120?: undefined;
|
|
7086
|
+
int128?: undefined;
|
|
7087
|
+
int136?: undefined;
|
|
7088
|
+
int144?: undefined;
|
|
7089
|
+
int152?: undefined;
|
|
7090
|
+
int160?: undefined;
|
|
7091
|
+
int168?: undefined;
|
|
7092
|
+
int176?: undefined;
|
|
7093
|
+
int184?: undefined;
|
|
7094
|
+
int192?: undefined;
|
|
7095
|
+
int200?: undefined;
|
|
7096
|
+
int208?: undefined;
|
|
7097
|
+
int216?: undefined;
|
|
7098
|
+
int224?: undefined;
|
|
7099
|
+
int232?: undefined;
|
|
7100
|
+
int240?: undefined;
|
|
7101
|
+
int248?: undefined;
|
|
7102
|
+
int256?: undefined;
|
|
7103
|
+
uint8?: undefined;
|
|
7104
|
+
uint16?: undefined;
|
|
7105
|
+
uint24?: undefined;
|
|
7106
|
+
uint32?: undefined;
|
|
7107
|
+
uint40?: undefined;
|
|
7108
|
+
uint48?: undefined;
|
|
7109
|
+
uint56?: undefined;
|
|
7110
|
+
uint64?: undefined;
|
|
7111
|
+
uint72?: undefined;
|
|
7112
|
+
uint80?: undefined;
|
|
7113
|
+
uint88?: undefined;
|
|
7114
|
+
uint96?: undefined;
|
|
7115
|
+
uint104?: undefined;
|
|
7116
|
+
uint112?: undefined;
|
|
7117
|
+
uint120?: undefined;
|
|
7118
|
+
uint128?: undefined;
|
|
7119
|
+
uint136?: undefined;
|
|
7120
|
+
uint144?: undefined;
|
|
7121
|
+
uint152?: undefined;
|
|
7122
|
+
uint160?: undefined;
|
|
7123
|
+
uint168?: undefined;
|
|
7124
|
+
uint176?: undefined;
|
|
7125
|
+
uint184?: undefined;
|
|
7126
|
+
uint192?: undefined;
|
|
7127
|
+
uint200?: undefined;
|
|
7128
|
+
uint208?: undefined;
|
|
7129
|
+
uint216?: undefined;
|
|
7130
|
+
uint224?: undefined;
|
|
7131
|
+
uint232?: undefined;
|
|
7132
|
+
uint240?: undefined;
|
|
7133
|
+
uint248?: undefined;
|
|
7134
|
+
uint256?: undefined;
|
|
7135
|
+
}, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
7136
|
+
publicKey: `0x${string}`;
|
|
7137
|
+
source: string;
|
|
7138
|
+
type: "local";
|
|
7139
|
+
} | undefined>>;
|
|
3054
7140
|
};
|
|
3055
7141
|
}
|