@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.
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +3 -3
- package/dist/index.es.js +3648 -3642
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +29 -29
- package/dist/index.umd.js.map +1 -1
- package/dist/services/Provider.d.ts +0 -4
- package/dist/services/TransactionListener.d.ts +0 -1
- package/package.json +1 -1
|
@@ -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
|