aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgsLeonid Logvinov2017-06-191-2/+2
|
* Merge branch 'master' into event-typesLeonid2017-06-151-0/+1
|\
| * Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-0/+1
| |
* | Add actual type for contract event argumentsLeonid Logvinov2017-06-151-0/+4
|/
* Remove types that are not used in public interface from export and rename ↵Leonid Logvinov2017-06-141-6/+2
| | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues
* Rename ZeroExEvent to EventEmitterLeonid Logvinov2017-06-131-1/+1
|
* Refactor subscription to return zeroExSignature objectLeonid Logvinov2017-06-131-0/+1
|
* Export DoneCallbackLeonid Logvinov2017-06-131-0/+1
|
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-0/+24