From 18a5f7485cfad5970c675aa239bc7f5136967c7d Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 31 Aug 2017 08:33:34 -0700 Subject: Fix type of ExchangeContract.getOrderHash.call --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 137faee50..2400a9a60 100644 --- a/src/types.ts +++ b/src/types.ts @@ -119,7 +119,7 @@ export interface ExchangeContract extends ContractInstance { call: (orderHash: string) => Promise; }; getOrderHash: { - call: (orderAddresses: OrderAddresses, orderValues: OrderValues) => string; + call: (orderAddresses: OrderAddresses, orderValues: OrderValues) => Promise; }; } -- cgit v1.2.3