diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-09-08 22:33:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 22:33:45 +0800 |
commit | e9448953ac29b26e305023fbf18667edb9d74d24 (patch) | |
tree | d9eb799dbd3ce39094aa418517c39cbde459dd0c /src/index.ts | |
parent | 6999e1597292415a246a4c4f45807bf0cf57e02b (diff) | |
parent | 217c16027e7f8acdb0909989c4d15314c0eb1a97 (diff) | |
download | dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar.gz dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar.bz2 dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar.lz dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar.xz dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.tar.zst dexon-sol-tools-e9448953ac29b26e305023fbf18667edb9d74d24.zip |
Merge pull request #161 from 0xProject/feature/defaultBlock
Add a possibility to specify defaultBlock when calling const blockchain methods
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index 00d4730da..a59904210 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,4 +33,5 @@ export { TransactionReceiptWithDecodedLogs, LogWithDecodedArgs, DecodedLogArgs, + MethodOpts, } from './types'; |