Remove formatters and clarify comments about pointing assetData to the same memory location

This commit is contained in:
Amir Bandeali
2019-05-25 17:58:54 -07:00
parent 1bc4bc613e
commit 564dbea126
5 changed files with 44 additions and 118 deletions

View File

@@ -16,7 +16,6 @@ export {
export { getLatestBlockTimestampAsync, increaseTimeAndMineBlockAsync } from './block_timestamp';
export { provider, txDefaults, web3Wrapper } from './web3_wrapper';
export { LogDecoder } from './log_decoder';
export { formatters } from './formatters';
export { signingUtils } from './signing_utils';
export { orderUtils } from './order_utils';
export { typeEncodingUtils } from './type_encoding_utils';