crosslightning-base
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -92,2 +92,3 @@ /// <reference types="node" /> | ||
getHashForOnchain(outputScript: Buffer, amount: BN, nonce: BN): Buffer; | ||
getNativeCurrencyAddress(): TokenAddress; | ||
} |
{ | ||
"name": "crosslightning-base", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Base classes and interfaces of SolLightning", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -116,2 +116,4 @@ import {SwapData} from "./SwapData"; | ||
getNativeCurrencyAddress(): TokenAddress; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57232
1163