Implement ERC20Wrapper and it's first method getBalanceAsync
This commit is contained in:
@@ -30,6 +30,12 @@ export interface ExchangeContract {
|
||||
isValidSignature: any;
|
||||
}
|
||||
|
||||
export interface ERC20Contract {
|
||||
balanceOf: {
|
||||
call: (address: string) => Promise<BigNumber.BigNumber>;
|
||||
};
|
||||
}
|
||||
|
||||
export interface TokenRegistryContract {
|
||||
getTokenMetaData: any;
|
||||
getTokenAddresses: any;
|
||||
|
Reference in New Issue
Block a user