@atomicfinance/bitcoin-dlc-provider 3.4.7 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output 79a0c5c5f2762f5e
1
+
@@ -0,0 +1 @@
1
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aa93d3: Fix types for bitcoin-rpc-provider
8
+ - Updated dependencies [9aa93d3]
9
+ - @atomicfinance/bitcoin-utils@3.5.1
10
+ - @atomicfinance/provider@3.5.1
11
+ - @atomicfinance/types@3.5.1
12
+ - @atomicfinance/utils@3.5.1
13
+
14
+ ## 3.5.0
15
+
16
+ ### Minor Changes
17
+
18
+ - fb279b7: Update dependencies for Node LTS and fix payout index edge cases
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [fb279b7]
23
+ - @atomicfinance/bitcoin-utils@3.5.0
24
+ - @atomicfinance/provider@3.5.0
25
+ - @atomicfinance/types@3.5.0
26
+ - @atomicfinance/utils@3.5.0
27
+
3
28
  ## 3.4.7
4
29
 
5
30
  ### Patch Changes
@@ -8,7 +8,7 @@ export default class BitcoinDlcProvider extends Provider implements Partial<DlcP
8
8
  _network: BitcoinNetwork;
9
9
  _cfdDlcJs: any;
10
10
  constructor(network: BitcoinNetwork, cfdDlcJs?: any);
11
- private CfdLoaded;
11
+ CfdLoaded(): Promise<void>;
12
12
  private GetPrivKeysForInputs;
13
13
  GetCfdNetwork(): Promise<string>;
14
14
  GetInputsForAmount(amounts: bigint[], feeRatePerVb: bigint, fixedInputs?: Input[]): Promise<Input[]>;