@0x/contracts-test-utils: Add TransactionHelper class.

`@0x/contracts-test-utils`: Add `decodeReceiptLogs()` to `LogDecoder`
class.
This commit is contained in:
Lawrence Forman
2019-08-05 22:22:37 -04:00
parent b6dfc791d4
commit 0eff19f0ff
3 changed files with 67 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ export { addressUtils } from './address_utils';
export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFunc, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';
export { MutatorContractFunction, TransactionHelper } from './transaction_helper';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { hexConcat, hexRandom } from './hex_utils';
export {