@farcaster/frame-wagmi-connector 0.0.37 → 0.0.39

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.
@@ -20,7 +20,7 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
20
20
  } | {
21
21
  Request: {
22
22
  method: "eth_call";
23
- params: [transaction: import("ox/TransactionRequest").Rpc] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier, stateOverrides: import("ox/StateOverrides").Rpc];
23
+ params: [transaction: import("ox/TransactionRequest").Rpc] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier, stateOverride: unknown];
24
24
  };
25
25
  ReturnType: import("ox/Hex").Hex;
26
26
  } | {
@@ -38,7 +38,7 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
38
38
  } | {
39
39
  Request: {
40
40
  method: "eth_estimateGas";
41
- params: [transaction: import("ox/TransactionRequest").Rpc] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier, stateOverrides: import("ox/StateOverrides").Rpc];
41
+ params: [transaction: import("ox/TransactionRequest").Rpc] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier] | [transaction: import("ox/TransactionRequest").Rpc, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier, stateOverride: unknown];
42
42
  };
43
43
  ReturnType: import("ox/Hex").Hex;
44
44
  } | {
@@ -209,33 +209,6 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
209
209
  params: [transaction: import("ox/TransactionRequest").Rpc];
210
210
  };
211
211
  ReturnType: import("ox/Hex").Hex;
212
- } | {
213
- Request: {
214
- method: "eth_simulateV1";
215
- params: [{
216
- blockStateCalls: readonly {
217
- blockOverrides?: import("ox/BlockOverrides").Rpc | undefined;
218
- calls?: readonly import("ox/TransactionRequest").Rpc[] | undefined;
219
- stateOverrides?: import("ox/StateOverrides").Rpc | undefined;
220
- }[];
221
- returnFullTransactions?: boolean | undefined;
222
- traceTransfers?: boolean | undefined;
223
- validation?: boolean | undefined;
224
- }, block: import("ox/Block").Number<import("ox/Hex").Hex> | import("ox/Block").Tag | import("ox/Block").Hash | import("ox/Block").Identifier];
225
- };
226
- ReturnType: readonly (import("ox/Block").Rpc & {
227
- calls?: readonly {
228
- error?: {
229
- data?: import("ox/Hex").Hex | undefined;
230
- code: number;
231
- message: string;
232
- } | undefined;
233
- logs?: readonly import("ox/Log").Rpc[] | undefined;
234
- gasUsed: import("ox/Hex").Hex;
235
- returnData: import("ox/Hex").Hex;
236
- status: import("ox/Hex").Hex;
237
- }[] | undefined;
238
- })[];
239
212
  } | {
240
213
  Request: {
241
214
  method: "eth_signTransaction";
@@ -313,12 +286,7 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
313
286
  params?: [string];
314
287
  };
315
288
  ReturnType: {
316
- atomic: boolean;
317
- capabilities?: {
318
- [capability: string]: any;
319
- } | undefined;
320
- chainId: import("ox/Hex").Hex;
321
- id: string;
289
+ status: "PENDING" | "CONFIRMED";
322
290
  receipts?: readonly {
323
291
  logs: {
324
292
  address: import("ox/Hex").Hex;
@@ -331,13 +299,11 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
331
299
  gasUsed: import("ox/Hex").Hex;
332
300
  transactionHash: import("ox/Hex").Hex;
333
301
  }[] | undefined;
334
- status: number;
335
- version: string;
336
302
  };
337
303
  } | {
338
304
  Request: {
339
305
  method: "wallet_getCapabilities";
340
- params?: readonly [] | readonly [import("ox/Address").Address | undefined] | readonly [import("ox/Address").Address | undefined, readonly import("ox/Hex").Hex[] | undefined] | undefined;
306
+ params?: [import("ox/Address").Address];
341
307
  };
342
308
  ReturnType: {
343
309
  [x: `0x${string}`]: {
@@ -427,11 +393,7 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
427
393
  Request: {
428
394
  method: "wallet_sendCalls";
429
395
  params: [{
430
- atomicRequired: boolean;
431
396
  calls: readonly {
432
- capabilities?: {
433
- [capability: string]: any;
434
- } | undefined;
435
397
  to?: import("ox/Address").Address | undefined;
436
398
  data?: import("ox/Hex").Hex | undefined;
437
399
  value?: import("ox/Hex").Hex | undefined;
@@ -440,17 +402,11 @@ export declare function farcasterFrame(): import("@wagmi/core").CreateConnectorF
440
402
  [capability: string]: any;
441
403
  } | undefined;
442
404
  chainId?: import("ox/Hex").Hex | undefined;
443
- id?: string | undefined;
444
- from?: import("ox/Address").Address | undefined;
405
+ from: import("ox/Address").Address;
445
406
  version: string;
446
407
  }];
447
408
  };
448
- ReturnType: {
449
- capabilities?: {
450
- [capability: string]: any;
451
- } | undefined;
452
- id: string;
453
- };
409
+ ReturnType: string;
454
410
  } | {
455
411
  Request: {
456
412
  method: "wallet_showCallsStatus";