Fix exchange type

This commit is contained in:
Leonid Logvinov 2017-05-25 20:12:13 +02:00
parent b9892c0d49
commit 8e35923d6e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -12,7 +12,7 @@ const MAX_DIGITS_IN_UNSIGNED_256_INT = 78;
export class ZeroEx {
public web3Wrapper: Web3Wrapper;
public exchange: ContractInstance;
public exchange: ExchangeWrapper;
/**
* Verifies that the elliptic curve signature `signature` was generated
* by signing `data` with the private key corresponding to the `signerAddressHex` address.