Use ContractInstance from globals

This commit is contained in:
Leonid Logvinov
2017-06-07 12:16:07 +02:00
parent 879b2870e1
commit 65beef5b9c
2 changed files with 3 additions and 4 deletions

View File

@@ -44,9 +44,6 @@ export interface ContractEventObj {
}
export type CreateContractEvent = (indexFilterValues: IndexFilterValues,
subscriptionOpts: SubscriptionOpts) => ContractEventObj;
export interface ContractInstance {
address: string;
}
export interface ExchangeContract extends ContractInstance {
isValidSignature: {
call: (signerAddressHex: string, dataHex: string, v: number, r: string, s: string,