Optimize and remove redundant encodePacked

This commit is contained in:
Jacob Evans
2018-06-19 13:30:13 +10:00
parent 190eafc30e
commit 560a55bfd1
6 changed files with 23 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
import { BigNumber } from '@0xproject/utils';
import ethUtil = require('ethereumjs-util');
import * as _ from 'lodash';
import { assetProxyUtils } from './asset_proxy_utils';
import { crypto } from './crypto';
import { EIP712Schema, EIP712Types } from './types';