aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 1ee8a5bd6..92e9dfb9c 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -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,