@0x:contracts-integrations Addressed review comments

This commit is contained in:
Alex Towle
2019-10-15 15:08:56 -07:00
parent 494b437f1a
commit a794a33551
7 changed files with 68 additions and 111 deletions

View File

@@ -1,8 +1,5 @@
import { PromiseWithTransactionHash } from '@0x/base-contract';
import { BlockParam, CallData, TransactionReceiptWithDecodedLogs, TxData } from 'ethereum-types';
import * as _ from 'lodash';
import { DeploymentManager } from './';
import { TransactionReceiptWithDecodedLogs } from 'ethereum-types';
export interface ContractGetterFunction {
callAsync: (...args: any[]) => Promise<any>;