aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/0x.js/src/index.ts26
1 files changed, 0 insertions, 26 deletions
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';