diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-13 23:42:27 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-13 23:42:27 +0800 |
commit | fcfa43b6f1349442141ceb4a42bf673cee1cb030 (patch) | |
tree | 51f9699853a258a7a6b41591c8087bd6839db261 /packages/order-utils/src/index.ts | |
parent | 56b4c556540a71dbe4081c101df5d3bae5237365 (diff) | |
download | dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar.gz dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar.bz2 dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar.lz dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar.xz dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.tar.zst dexon-sol-tools-fcfa43b6f1349442141ceb4a42bf673cee1cb030.zip |
Export newly created store from order-utils
Diffstat (limited to 'packages/order-utils/src/index.ts')
-rw-r--r-- | packages/order-utils/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/order-utils/src/index.ts b/packages/order-utils/src/index.ts index b4a7a6b67..2322409a4 100644 --- a/packages/order-utils/src/index.ts +++ b/packages/order-utils/src/index.ts @@ -17,6 +17,7 @@ export { OrderError, MessagePrefixType, MessagePrefixOpts, EIP712Parameter, EIP7 export { AbstractBalanceAndProxyAllowanceFetcher } from './abstract/abstract_balance_and_proxy_allowance_fetcher'; export { AbstractOrderFilledCancelledFetcher } from './abstract/abstract_order_filled_cancelled_fetcher'; export { BalanceAndProxyAllowanceLazyStore } from './store/balance_and_proxy_allowance_lazy_store'; +export { OrderFilledCancelledLazyStore } from './store/order_filled_cancelled_lazy_store'; export { RemainingFillableCalculator } from './remaining_fillable_calculator'; export { OrderStateUtils } from './order_state_utils'; export { assetProxyUtils } from './asset_proxy_utils'; |