From 237bac920acf8ade0bba2e7ccc1c46eb272c36d0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 15 Aug 2018 16:38:07 -0700 Subject: Remove unused types from 0x.js index.ts discovered --- packages/0x.js/src/index.ts | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'packages/0x.js/src') diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts index d8ad6a969..5ac3da00d 100644 --- a/packages/0x.js/src/index.ts +++ b/packages/0x.js/src/index.ts @@ -9,19 +9,13 @@ export { ERC20ProxyWrapper, ERC721ProxyWrapper, ForwarderWrapper, - ContractWrappersError, - EventCallback, - ContractEvent, IndexedFilterValues, BlockRange, - OrderFillRequest, ContractEventArgs, ContractWrappersConfig, MethodOpts, OrderTransactionOpts, TransactionOpts, - LogEvent, - DecodedLogEvent, OrderStatus, OrderInfo, WETH9Events, @@ -75,7 +69,6 @@ export { OrderState, AssetProxyId, SignerType, - Token, ERC20AssetData, ERC721AssetData, SignatureType, @@ -86,7 +79,6 @@ export { ContractArtifact, GeneratedCompilerOptions, ContractNetworks, - ContractVersionData, ContractNetworkData, Source, } from '@0xproject/sol-compiler'; @@ -94,18 +86,13 @@ export { export { BlockParamLiteral, ContractAbi, - FilterObject, BlockParam, LogWithDecodedArgs, ContractEventArg, Provider, - TransactionReceipt, - TransactionReceiptWithDecodedLogs, - LogTopic, JSONRPCRequestPayload, JSONRPCResponsePayload, JSONRPCErrorCallback, - TransactionReceiptStatus, LogEntry, DecodedLogArgs, LogEntryEvent, @@ -113,26 +100,13 @@ export { DecodedLogEntryEvent, RawLog, AbiDefinition, - TxData, - CallData, - BlockWithoutTransactionData, - BlockWithTransactionData, - Transaction, - TraceParams, - TransactionTrace, - AbstractBlock, - CallTxDataBase, - StructLog, - TxDataPayable, FunctionAbi, EventAbi, EventParameter, - OpCode, MethodAbi, ConstructorAbi, FallbackAbi, DataItem, ConstructorStateMutability, StateMutability, - AbiType, } from 'ethereum-types'; -- cgit v1.2.3