Skip to content

Commit

Permalink
fix(ref-imp): added missing bitcoin event export
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Mar 11, 2021
1 parent 189cfcd commit 9ab3ce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import ISidetreeBitcoinWallet from './bitcoin/interfaces/IBitcoinWallet';
import ISidetreeCas from './core/interfaces/ICas';
import ISidetreeEventEmitter from './common/interfaces/IEventEmitter';
import ISidetreeLogger from './common/interfaces/ILogger';
import SidetreeBitcoinEventCode from './bitcoin/EventCode';
import SidetreeBitcoinProcessor from './bitcoin/BitcoinProcessor';
import SidetreeBitcoinVersionModel from './bitcoin/models/BitcoinVersionModel';
import SidetreeConfig from './core/models/Config';
Expand All @@ -31,6 +32,7 @@ export {
export {
ISidetreeBitcoinConfig,
ISidetreeBitcoinWallet,
SidetreeBitcoinEventCode,
SidetreeBitcoinProcessor,
SidetreeBitcoinVersionModel
};
Expand Down

0 comments on commit 9ab3ce6

Please sign in to comment.