electrum-cash
Advanced tools
Comparing version 2.0.10-development.3381792867 to 2.0.10-development.3428777728
@@ -216,2 +216,3 @@ /// <reference types="node" /> | ||
pingInterval: number; | ||
reconnectInterval: number; | ||
socket: ElectrumSocket; | ||
@@ -236,6 +237,7 @@ lastReceivedTimestamp: number; | ||
* @param {number} pingInterval the time between sending pings to the electrum host, in milliseconds. | ||
* @param {number} reconnectInterval the time between reconnection attempts to the electrum host, in milliseconds. | ||
* | ||
* @throws {Error} if `version` is not a valid version string. | ||
*/ | ||
constructor(application: string, version: string, host: string, port?: number, scheme?: TransportScheme, timeout?: number, pingInterval?: number); | ||
constructor(application: string, version: string, host: string, port?: number, scheme?: TransportScheme, timeout?: number, pingInterval?: number, reconnectInterval?: number); | ||
/** | ||
@@ -362,6 +364,7 @@ * Returns a string for the host identifier for usage in debug messages. | ||
* @param {number} pingInterval the time between sending pings to the electrum host, in milliseconds. | ||
* @param {number} reconnectInterval the time between reconnection attempts to the electrum host, in milliseconds. | ||
* | ||
* @throws {Error} if `version` is not a valid version string. | ||
*/ | ||
constructor(application: string, version: string, host: string, port?: number, scheme?: TransportScheme, timeout?: number, pingInterval?: number); | ||
constructor(application: string, version: string, host: string, port?: number, scheme?: TransportScheme, timeout?: number, pingInterval?: number, reconnectInterval?: number); | ||
/** | ||
@@ -469,2 +472,3 @@ * Connects to the remote server. | ||
pingInterval: number; | ||
reconnectInterval: number; | ||
strategy: ClusterStrategy; | ||
@@ -493,4 +497,5 @@ clients: { | ||
* @param {number} pingInterval the time between sending pings to the electrum host, in milliseconds. | ||
* @param {number} reconnectInterval the time between reconnection attempts to the electrum host, in milliseconds. | ||
*/ | ||
constructor(application: string, version: string, confidence?: number, distribution?: number, order?: ClusterOrder, timeout?: number, pingInterval?: number); | ||
constructor(application: string, version: string, confidence?: number, distribution?: number, order?: ClusterOrder, timeout?: number, pingInterval?: number, reconnectInterval?: number); | ||
/** | ||
@@ -497,0 +502,0 @@ * Adds a server to the cluster. |
{ | ||
"name": "electrum-cash", | ||
"version": "2.0.10-development.3381792867", | ||
"version": "2.0.10-development.3428777728", | ||
"description": "Electrum-cash is a lightweight JavaScript library that lets you connect with one or more Electrum servers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
207629
4065