aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/crypto.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/src/utils/crypto.ts')
-rw-r--r--packages/contracts/src/utils/crypto.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/contracts/src/utils/crypto.ts b/packages/contracts/src/utils/crypto.ts
index 810072d2f..4126b8ff4 100644
--- a/packages/contracts/src/utils/crypto.ts
+++ b/packages/contracts/src/utils/crypto.ts
@@ -3,6 +3,8 @@ import ABI = require('ethereumjs-abi');
import ethUtil = require('ethereumjs-util');
import * as _ from 'lodash';
+import { SignedOrder } from './types';
+
export const crypto = {
/**
* We convert types from JS to Solidity as follows: