@0x/contracts-test-utils: Add hexHash() to hex_utils.

This commit is contained in:
Lawrence Forman
2019-09-19 05:41:00 -04:00
committed by Lawrence Forman
parent 86106713dd
commit 0270777cfc
3 changed files with 21 additions and 1 deletions

View File

@@ -28,7 +28,16 @@ export { bytes32Values, testCombinatoriallyWithReferenceFunc, uint256Values } fr
export { TransactionFactory } from './transaction_factory';
export { MutatorContractFunction, TransactionHelper } from './transaction_helper';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { hexConcat, hexLeftPad, hexInvert, hexSlice, hexRandom, hexRightPad, toHex } from './hex_utils';
export {
hexConcat,
hexHash,
hexLeftPad,
hexInvert,
hexSlice,
hexRandom,
hexRightPad,
toHex,
} from './hex_utils';
export {
BatchMatchOrder,
ContractName,