aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add TransationReceipt as a public exported typeLeonid Logvinov2017-09-051-0/+1
|
* Add ZeroExConfig type to public interfaceLeonid Logvinov2017-08-291-0/+1
|
* Add initial implementation and tests for zeroEx.token.subscribeAsyncLeonid Logvinov2017-07-041-0/+5
|
* Rename Log*Args to Log*ContractEventArgsLeonid Logvinov2017-06-211-2/+2
|
* 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