diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-04 00:14:03 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-04 16:14:20 +0800 |
commit | 7c49224c7b9ce41cf0eb0026f2b5d73e8726b089 (patch) | |
tree | b5424358eb58eb5cf169c7fa13d5bcce3e137d26 /src | |
parent | 451ded4963aaaa40ff4d00bcb0d589b06b45ce24 (diff) | |
download | dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar.gz dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar.bz2 dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar.lz dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar.xz dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.tar.zst dexon-sol-tools-7c49224c7b9ce41cf0eb0026f2b5d73e8726b089.zip |
Don't export RawLog
Diffstat (limited to 'src')
-rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 8e81d83a7..3359743e9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,5 +36,4 @@ export { MethodOpts, OrderTransactionOpts, FilterObject, - RawLog, } from './types'; |