btcrelay-watchtower
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -10,3 +10,3 @@ /// <reference types="node" /> | ||
btcRelaySynchronizer: RelaySynchronizer<B, TX, BtcBlock>; | ||
swapContract: SwapContract<T, TX>; | ||
swapContract: SwapContract<T, TX, any, any>; | ||
solEvents: ChainEvents<T>; | ||
@@ -17,3 +17,3 @@ bitcoinRpc: BitcoinRpc<any>; | ||
readonly rootDir: any; | ||
constructor(directory: string, btcRelay: BtcRelay<B, TX, any>, btcRelaySynchronizer: RelaySynchronizer<B, TX, BtcBlock>, solEvents: ChainEvents<T>, swapContract: SwapContract<T, TX>, bitcoinRpc: BitcoinRpc<any>, pruningFactor?: number); | ||
constructor(directory: string, btcRelay: BtcRelay<B, TX, any>, btcRelaySynchronizer: RelaySynchronizer<B, TX, BtcBlock>, solEvents: ChainEvents<T>, swapContract: SwapContract<T, TX, any, any>, bitcoinRpc: BitcoinRpc<any>, pruningFactor?: number); | ||
private load; | ||
@@ -20,0 +20,0 @@ private save; |
{ | ||
"name": "btcrelay-watchtower", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Watchtower chain agnostic implementation", | ||
@@ -26,3 +26,3 @@ "main": "./dist/index.js", | ||
"bn.js": "5.2.1", | ||
"crosslightning-base": "6.0.0" | ||
"crosslightning-base": "6.0.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -16,3 +16,3 @@ import {PrunedTxoMap} from "./PrunedTxoMap"; | ||
swapContract: SwapContract<T, TX>; | ||
swapContract: SwapContract<T, TX, any, any>; | ||
solEvents: ChainEvents<T>; | ||
@@ -31,3 +31,3 @@ bitcoinRpc: BitcoinRpc<any>; | ||
solEvents: ChainEvents<T>, | ||
swapContract: SwapContract<T, TX>, | ||
swapContract: SwapContract<T, TX, any, any>, | ||
bitcoinRpc: BitcoinRpc<any>, | ||
@@ -34,0 +34,0 @@ pruningFactor?: number |
63675
+ Addedcrosslightning-base@6.0.1(transitive)
- Removedcrosslightning-base@6.0.0(transitive)
Updatedcrosslightning-base@6.0.1