rename ERC20Contract to TokenContract

This commit is contained in:
Fabio Berger
2017-05-30 14:49:29 +02:00
parent 2c3b718a4f
commit 2f16c54835
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ export interface ExchangeContract {
isValidSignature: any;
}
export interface ERC20Contract {
export interface TokenContract {
balanceOf: {
call: (address: string) => Promise<BigNumber.BigNumber>;
};