remove space

This commit is contained in:
Fabio Berger
2017-06-07 13:05:52 +02:00
parent 4eee0b52f1
commit 8c81fab695

View File

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