From 7ae38906926dc09bc10670c361af0d2bf0050426 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Sat, 19 Jan 2019 18:42:04 +0800 Subject: Update dependency packages --- packages/web3-wrapper/src/index.ts | 60 -------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 packages/web3-wrapper/src/index.ts (limited to 'packages/web3-wrapper/src/index.ts') diff --git a/packages/web3-wrapper/src/index.ts b/packages/web3-wrapper/src/index.ts deleted file mode 100644 index 4d20ba9be..000000000 --- a/packages/web3-wrapper/src/index.ts +++ /dev/null @@ -1,60 +0,0 @@ -export { Web3Wrapper } from './web3_wrapper'; -export { marshaller } from './marshaller'; - -export { AbiDecoder } from '@0x/utils'; - -export { - BlockParam, - TxData, - Provider, - TransactionReceipt, - Transaction, - TraceParams, - TransactionTrace, - BlockWithoutTransactionData, - LogEntry, - FilterObject, - CallData, - TransactionReceiptWithDecodedLogs, - BlockWithTransactionData, - LogTopic, - JSONRPCRequestPayload, - TransactionReceiptStatus, - DecodedLogArgs, - StructLog, - JSONRPCErrorCallback, - BlockParamLiteral, - ContractEventArg, - DecodedLogEntry, - LogEntryEvent, - OpCode, - TxDataPayable, - JSONRPCResponsePayload, - JSONRPCResponseError, - RawLogEntry, - DecodedLogEntryEvent, - LogWithDecodedArgs, - AbiDefinition, - RawLog, - FunctionAbi, - EventAbi, - EventParameter, - MethodAbi, - ConstructorAbi, - FallbackAbi, - DataItem, - ConstructorStateMutability, - StateMutability, -} from 'ethereum-types'; -export { - Web3WrapperErrors, - NodeType, - CallDataRPC, - BlockWithoutTransactionDataRPC, - BlockWithTransactionDataRPC, - TransactionReceiptStatusRPC, - TransactionReceiptRPC, - LogEntryRPC, - TransactionRPC, - TxDataRPC, -} from './types'; -- cgit v1.2.3