aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/index.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-12-18 22:35:23 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-12-19 19:10:43 +0800
commit1e4fdcf615502478cbec8711bf6710e093c0c279 (patch)
treec31e798244f261bba623235baaf2873d7df3daf6 /packages/0x.js/src/index.ts
parentc63f76dde7267c54328d2f12f401d94484e5a91a (diff)
downloaddexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar.gz
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar.bz2
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar.lz
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar.xz
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.tar.zst
dexon-0x-contracts-1e4fdcf615502478cbec8711bf6710e093c0c279.zip
Rename SubscriptionOpts to BlockRange
Diffstat (limited to 'packages/0x.js/src/index.ts')
-rw-r--r--packages/0x.js/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts
index 2f5296a9f..b75ca4fa3 100644
--- a/packages/0x.js/src/index.ts
+++ b/packages/0x.js/src/index.ts
@@ -12,7 +12,7 @@ export {
ExchangeEvents,
TokenEvents,
IndexedFilterValues,
- SubscriptionOpts,
+ BlockRange,
BlockParam,
OrderCancellationRequest,
OrderFillRequest,