@lendasat/lendaswap-sdk-native 0.1.71 → 0.1.72

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/index.d.ts CHANGED
@@ -238,8 +238,8 @@ export declare class Client {
238
238
  getSwap(id: string): Promise<ExtendedSwapStorageData>
239
239
  /** List all swaps. */
240
240
  listAll(): Promise<Array<ExtendedSwapStorageData>>
241
- /** Claim via Gelato relay. */
242
- claimGelato(swapId: string, secret?: string | undefined | null): Promise<void>
241
+ /** Claim a swap (server-sponsored, gasless). */
242
+ claim(swapId: string, secret?: string | undefined | null): Promise<void>
243
243
  /** Claim VHTLC. */
244
244
  claimVhtlc(swapId: string): Promise<string>
245
245
  /** Refund VHTLC. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lendasat/lendaswap-sdk-native",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "Lendaswap Client SDK - Native Node.js bindings with SQLite storage",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",