Skip to content

Commit

Permalink
fix: export AccountHistorySupplierFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Feb 9, 2019
1 parent fce2796 commit 2bd1200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export { SteemAdapter } from "./blockchain/SteemAdapter";
export { SteemAdapterFactory } from "./blockchain/SteemAdapterFactory";

export { AccountHistorySupplierFactory } from "./accounthistory/AccountHistorySupplierFactory";

export { BlockchainConfig } from "./blockchain/BlockchainConfig";

export { UnifiedSteemTransaction } from "./blockchain/types/UnifiedSteemTransaction";
Expand Down

0 comments on commit 2bd1200

Please sign in to comment.