Add empty zeroEx class

This commit is contained in:
Leonid Logvinov 2017-05-24 11:05:47 +02:00
parent 8957b2553e
commit f3292d7bbe
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

5
src/0x.js.ts Normal file
View File

@ -0,0 +1,5 @@
export class zeroEx {
public verifySignature() {
// TODO
}
}