@multiplechain/bitcoin 0.4.21 → 0.4.23

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.
@@ -24,10 +24,6 @@ export declare class Provider implements ProviderInterface<BitcoinNetworkConfigI
24
24
  * BlockCypher token
25
25
  */
26
26
  blockCypherToken?: string;
27
- /**
28
- * Default BlockCypher token
29
- */
30
- defaultBlockCypherToken: string;
31
27
  /**
32
28
  * Static instance of the provider
33
29
  */
@@ -75,7 +75,6 @@ export declare class TransactionListener<T extends TransactionTypeEnum, DTransac
75
75
  * @param transaction - Transaction data
76
76
  */
77
77
  trigger<T extends TransactionTypeEnum>(transaction: TransactionListenerTriggerType<T>): void;
78
- isBlockCypherProcess(): boolean;
79
78
  /**
80
79
  * Create message for the listener
81
80
  * @param receiver - Receiver address
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplechain/bitcoin",
3
- "version": "0.4.21",
3
+ "version": "0.4.23",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.es.js",