crosslightning-base
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -103,3 +103,2 @@ /// <reference types="node" /> | ||
txsTransfer(token: TokenAddress, amount: BN, dstAddress: string): Promise<TX[]>; | ||
getTxId(tx: TX): Promise<string>; | ||
serializeTx(tx: TX): Promise<string>; | ||
@@ -106,0 +105,0 @@ deserializeTx(txData: string): Promise<TX>; |
{ | ||
"name": "crosslightning-base", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Base classes and interfaces of SolLightning", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -130,3 +130,3 @@ import {SwapData} from "./SwapData"; | ||
getTxId(tx: TX): Promise<string>; | ||
//getTxId(tx: TX): Promise<string>; | ||
@@ -133,0 +133,0 @@ serializeTx(tx: TX): Promise<string>; |
60573
1189