@atomicfinance/bitcoin-dlc-provider 3.4.7 → 3.5.0

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,19 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fb279b7: Update dependencies for Node LTS and fix payout index edge cases
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fb279b7]
12
+ - @atomicfinance/bitcoin-utils@3.5.0
13
+ - @atomicfinance/provider@3.5.0
14
+ - @atomicfinance/types@3.5.0
15
+ - @atomicfinance/utils@3.5.0
16
+
3
17
  ## 3.4.7
4
18
 
5
19
  ### 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[]>;