Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crosslightning-base

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-base - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

1

dist/swaps/SwapContract.d.ts

@@ -106,2 +106,3 @@ /// <reference types="node" />

getTxStatus(tx: string): Promise<"not_found" | "pending" | "success" | "reverted">;
getTxIdStatus(txId: string): Promise<"not_found" | "pending" | "success" | "reverted">;
sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforePublish?: (txId: string, rawTx: string) => Promise<void>): Promise<string[]>;

@@ -108,0 +109,0 @@ onBeforeTxReplace(callback: (oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>): void;

2

package.json
{
"name": "crosslightning-base",
"version": "4.0.5",
"version": "4.0.6",
"description": "Base classes and interfaces of SolLightning",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -136,2 +136,3 @@ import {SwapData} from "./SwapData";

getTxStatus(tx: string): Promise<"not_found" | "pending" | "success" | "reverted">;
getTxIdStatus(txId: string): Promise<"not_found" | "pending" | "success" | "reverted">;

@@ -138,0 +139,0 @@ sendAndConfirm(txs: TX[], waitForConfirmation?: boolean, abortSignal?: AbortSignal, parallel?: boolean, onBeforePublish?: (txId: string, rawTx: string) => Promise<void>): Promise<string[]>;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc