@synonymdev/blocktank-lsp-http-client
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -46,3 +46,3 @@ export interface ICreateOrderOptions { | ||
timestamp: Date; | ||
/** Signature `openChannel-${ISO-timestamp}` created by the private key of the node. */ | ||
/** Signature `channelOpen-${ISO-timestamp}` created by the private key of the node. */ | ||
signature: string; | ||
@@ -49,0 +49,0 @@ }; |
@@ -19,3 +19,6 @@ import { IBtBolt11Invoice } from "./IBtBolt11Invoice"; | ||
isManuallyPaid?: boolean; | ||
manualRefund?: IManualRefund; | ||
/** | ||
* Refund objects | ||
*/ | ||
manualRefunds?: IManualRefund[]; | ||
} |
@@ -13,3 +13,4 @@ export declare enum ManualRefundStateEnum { | ||
votedByName?: string; | ||
reason?: string; | ||
targetType: 'lightning' | 'onchain'; | ||
} |
{ | ||
"name": "@synonymdev/blocktank-lsp-http-client", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Blocktank Http Api Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -46,3 +46,3 @@ export interface ICreateOrderOptions { | ||
timestamp: Date | ||
/** Signature `openChannel-${ISO-timestamp}` created by the private key of the node. */ | ||
/** Signature `channelOpen-${ISO-timestamp}` created by the private key of the node. */ | ||
signature: string, | ||
@@ -49,0 +49,0 @@ }, |
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
79906
104
1727